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

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_15) - Build # 2611 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2611/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2719, name=coreLoadExecutor-1557-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2719, name=coreLoadExecutor-1557-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@fe6952 lockFactory=org.apache.lucene.store.NativeFSLockFactory@911600)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2721, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2721, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1609cfe lockFactory=org.apache.lucene.store.NativeFSLockFactory@157a880)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9139 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T2660 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T2660 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-RecoveryZkTest-1362275625172
[junit4:junit4]   2> 6 T2660 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T2661 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T2661 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T2661 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T2661 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T2661 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T2661 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 88 T2660 oasc.ZkTestServer.run start zk server on port:60361
[junit4:junit4]   2> 88 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@14e3b7c
[junit4:junit4]   2> 89 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 89 T2666 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 91 T2666 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 91 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60364
[junit4:junit4]   2> 91 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60364
[junit4:junit4]   2> 92 T2664 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 100 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0000 with negotiated timeout 10000 for client /127.0.0.1:60364
[junit4:junit4]   2> 100 T2666 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0000, negotiated timeout = 10000
[junit4:junit4]   2> 101 T2667 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14e3b7c name:ZooKeeperConnection Watcher:127.0.0.1:60361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 101 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 101 T2660 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 104 T2665 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2df468dc0000
[junit4:junit4]   2> 106 T2667 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 106 T2660 oaz.ZooKeeper.close Session: 0x13d2df468dc0000 closed
[junit4:junit4]   2> 107 T2662 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60364 which had sessionid 0x13d2df468dc0000
[junit4:junit4]   2> 107 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5b4757
[junit4:junit4]   2> 108 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T2668 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 109 T2668 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 109 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60367
[junit4:junit4]   2> 110 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60367
[junit4:junit4]   2> 112 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0001 with negotiated timeout 10000 for client /127.0.0.1:60367
[junit4:junit4]   2> 112 T2668 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0001, negotiated timeout = 10000
[junit4:junit4]   2> 112 T2669 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b4757 name:ZooKeeperConnection Watcher:127.0.0.1:60361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 112 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 112 T2660 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 117 T2660 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 120 T2660 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 123 T2660 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 127 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 127 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 135 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 135 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 139 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 139 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 143 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 144 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 147 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 148 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 151 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 152 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 155 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 156 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 159 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 160 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 163 T2660 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 163 T2660 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 170 T2665 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2df468dc0001
[junit4:junit4]   2> 171 T2662 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60367 which had sessionid 0x13d2df468dc0001
[junit4:junit4]   2> 171 T2660 oaz.ZooKeeper.close Session: 0x13d2df468dc0001 closed
[junit4:junit4]   2> 172 T2669 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 497 T2660 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 502 T2660 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60368
[junit4:junit4]   2> 502 T2660 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 503 T2660 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 503 T2660 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338
[junit4:junit4]   2> 503 T2660 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338\solr.xml
[junit4:junit4]   2> 503 T2660 oasc.CoreContainer.<init> New CoreContainer 28785424
[junit4:junit4]   2> 504 T2660 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338\'
[junit4:junit4]   2> 504 T2660 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338\'
[junit4:junit4]   2> 555 T2660 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 555 T2660 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 556 T2660 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 556 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 557 T2660 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 557 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 558 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 558 T2660 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 558 T2660 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 558 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 584 T2660 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 603 T2660 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60361/solr
[junit4:junit4]   2> 603 T2660 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 603 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@870ca8
[junit4:junit4]   2> 605 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 606 T2679 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 607 T2679 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 607 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60373
[junit4:junit4]   2> 607 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60373
[junit4:junit4]   2> 617 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0002 with negotiated timeout 20000 for client /127.0.0.1:60373
[junit4:junit4]   2> 617 T2679 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0002, negotiated timeout = 20000
[junit4:junit4]   2> 618 T2680 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@870ca8 name:ZooKeeperConnection Watcher:127.0.0.1:60361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 618 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 619 T2665 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2df468dc0002
[junit4:junit4]   2> 622 T2660 oaz.ZooKeeper.close Session: 0x13d2df468dc0002 closed
[junit4:junit4]   2> 622 T2662 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60373 which had sessionid 0x13d2df468dc0002
[junit4:junit4]   2> 622 T2680 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 622 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 627 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@e213c1
[junit4:junit4]   2> 629 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 630 T2681 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 630 T2681 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 630 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60376
[junit4:junit4]   2> 630 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60376
[junit4:junit4]   2> 632 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0003 with negotiated timeout 20000 for client /127.0.0.1:60376
[junit4:junit4]   2> 632 T2681 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0003, negotiated timeout = 20000
[junit4:junit4]   2> 633 T2682 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e213c1 name:ZooKeeperConnection Watcher:127.0.0.1:60361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 633 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 635 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 637 T2660 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 641 T2660 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60368_
[junit4:junit4]   2> 642 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60368_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60368_
[junit4:junit4]   2> 643 T2660 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60368_
[junit4:junit4]   2> 648 T2660 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 656 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 657 T2660 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 661 T2660 oasc.Overseer.start Overseer (id=89278095371796483-127.0.0.1:60368_-n_0000000000) starting
[junit4:junit4]   2> 662 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 664 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 665 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 667 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 668 T2684 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 668 T2660 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 672 T2660 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 675 T2683 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 679 T2685 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338\collection1
[junit4:junit4]   2> 679 T2685 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 679 T2685 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 679 T2685 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 682 T2685 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338\collection1\'
[junit4:junit4]   2> 683 T2685 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 683 T2685 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338/collection1/lib/README' to classloader
[junit4:junit4]   2> 731 T2685 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 796 T2685 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 797 T2685 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 802 T2685 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1469 T2685 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1478 T2685 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1481 T2685 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1499 T2685 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1504 T2685 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1509 T2685 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1511 T2685 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1511 T2685 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1511 T2685 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1512 T2685 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1512 T2685 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1513 T2685 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1362275625338\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170/control/data\
[junit4:junit4]   2> 1513 T2685 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@958d49
[junit4:junit4]   2> 1513 T2685 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1514 T2685 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data forceNew:false
[junit4:junit4]   2> 1514 T2685 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data
[junit4:junit4]   2> 1514 T2685 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170/control/data\index/
[junit4:junit4]   2> 1515 T2685 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1515 T2685 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data\index forceNew:false
[junit4:junit4]   2> 1518 T2685 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7f4035 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10686ff),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1518 T2685 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1519 T2685 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data\index
[junit4:junit4]   2> 1522 T2685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1522 T2685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1522 T2685 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1522 T2685 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1523 T2685 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1523 T2685 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1523 T2685 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1524 T2685 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1524 T2685 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1533 T2685 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1540 T2685 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data
[junit4:junit4]   2> 1540 T2685 oass.SolrIndexSearcher.<init> Opening Searcher@fdb20b main
[junit4:junit4]   2> 1541 T2685 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data\tlog
[junit4:junit4]   2> 1542 T2685 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1542 T2685 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1546 T2685 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data
[junit4:junit4]   2> 1547 T2686 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fdb20b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1548 T2685 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1548 T2685 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1548 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1892 T2683 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1893 T2683 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60368_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60368"}
[junit4:junit4]   2> 1893 T2683 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1894 T2683 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1894 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1905 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2364 T2685 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2364 T2685 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60368 collection:control_collection shard:shard1
[junit4:junit4]   2> 2365 T2685 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2380 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2383 T2685 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2384 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2389 T2685 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2389 T2685 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2389 T2685 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60368/collection1/
[junit4:junit4]   2> 2390 T2685 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2390 T2685 oasc.SyncStrategy.syncToMe http://127.0.0.1:60368/collection1/ has no replicas
[junit4:junit4]   2> 2390 T2685 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60368/collection1/
[junit4:junit4]   2> 2390 T2685 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2399 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3125 T2683 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3139 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3146 T2685 oasc.ZkController.register We are http://127.0.0.1:60368/collection1/ and leader is http://127.0.0.1:60368/collection1/
[junit4:junit4]   2> 3146 T2685 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60368
[junit4:junit4]   2> 3146 T2685 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3146 T2685 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3146 T2685 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3148 T2685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3150 T2660 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3150 T2660 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3150 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3157 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3159 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@149c376
[junit4:junit4]   2> 3160 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3161 T2688 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3162 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60379
[junit4:junit4]   2> 3162 T2688 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 3162 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60379
[junit4:junit4]   2> 3163 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0004 with negotiated timeout 10000 for client /127.0.0.1:60379
[junit4:junit4]   2> 3163 T2688 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0004, negotiated timeout = 10000
[junit4:junit4]   2> 3164 T2689 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@149c376 name:ZooKeeperConnection Watcher:127.0.0.1:60361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3164 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3165 T2660 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3166 T2660 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3539 T2660 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3542 T2660 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60380
[junit4:junit4]   2> 3543 T2660 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3544 T2660 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3544 T2660 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333
[junit4:junit4]   2> 3544 T2660 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333\solr.xml
[junit4:junit4]   2> 3544 T2660 oasc.CoreContainer.<init> New CoreContainer 25230126
[junit4:junit4]   2> 3545 T2660 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333\'
[junit4:junit4]   2> 3545 T2660 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333\'
[junit4:junit4]   2> 3595 T2660 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3596 T2660 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3596 T2660 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3597 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3597 T2660 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3597 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3597 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3597 T2660 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3598 T2660 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3598 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3614 T2660 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3633 T2660 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60361/solr
[junit4:junit4]   2> 3634 T2660 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3634 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@22ab8a
[junit4:junit4]   2> 3635 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3636 T2699 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3637 T2699 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 3637 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60385
[junit4:junit4]   2> 3637 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60385
[junit4:junit4]   2> 3649 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0005 with negotiated timeout 20000 for client /127.0.0.1:60385
[junit4:junit4]   2> 3649 T2699 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0005, negotiated timeout = 20000
[junit4:junit4]   2> 3650 T2700 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22ab8a name:ZooKeeperConnection Watcher:127.0.0.1:60361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3650 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3651 T2665 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2df468dc0005
[junit4:junit4]   2> 3653 T2700 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3653 T2662 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d2df468dc0005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 3654 T2662 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60385 which had sessionid 0x13d2df468dc0005
[junit4:junit4]   2> 3653 T2660 oaz.ZooKeeper.close Session: 0x13d2df468dc0005 closed
[junit4:junit4]   2> 3654 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3659 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1816887
[junit4:junit4]   2> 3660 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3661 T2701 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3661 T2701 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 3661 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60388
[junit4:junit4]   2> 3662 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60388
[junit4:junit4]   2> 3664 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0006 with negotiated timeout 20000 for client /127.0.0.1:60388
[junit4:junit4]   2> 3664 T2701 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0006, negotiated timeout = 20000
[junit4:junit4]   2> 3664 T2702 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1816887 name:ZooKeeperConnection Watcher:127.0.0.1:60361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3665 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3665 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3667 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3669 T2660 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4361 T2683 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4362 T2683 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60368_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60368"}
[junit4:junit4]   2> 4371 T2689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4371 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4371 T2702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4481 T2660 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60380_
[junit4:junit4]   2> 4482 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0006 type:delete cxid:0xb zxid:0x4f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60380_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60380_
[junit4:junit4]   2> 4483 T2660 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60380_
[junit4:junit4]   2> 4487 T2689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4487 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4488 T2702 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4489 T2702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4491 T2682 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4493 T2689 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4499 T2703 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333\collection1
[junit4:junit4]   2> 4499 T2703 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4500 T2703 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4500 T2703 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4502 T2703 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333\collection1\'
[junit4:junit4]   2> 4504 T2703 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4504 T2703 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333/collection1/lib/README' to classloader
[junit4:junit4]   2> 4553 T2703 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4620 T2703 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4622 T2703 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4628 T2703 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5238 T2703 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5247 T2703 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5251 T2703 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5268 T2703 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5284 T2703 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5289 T2703 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5291 T2703 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5291 T2703 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5291 T2703 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5292 T2703 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5293 T2703 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5293 T2703 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1362275628333\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170/jetty1\
[junit4:junit4]   2> 5293 T2703 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@958d49
[junit4:junit4]   2> 5294 T2703 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5294 T2703 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty1 forceNew:false
[junit4:junit4]   2> 5294 T2703 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty1
[junit4:junit4]   2> 5294 T2703 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170/jetty1\index/
[junit4:junit4]   2> 5295 T2703 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5296 T2703 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty1\index forceNew:false
[junit4:junit4]   2> 5298 T2703 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f9e81d lockFactory=org.apache.lucene.store.NativeFSLockFactory@fbb3be),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5299 T2703 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5301 T2703 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty1\index
[junit4:junit4]   2> 5302 T2703 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5302 T2703 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5303 T2703 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5303 T2703 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5304 T2703 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5304 T2703 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5305 T2703 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5305 T2703 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5306 T2703 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5314 T2703 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5320 T2703 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty1
[junit4:junit4]   2> 5321 T2703 oass.SolrIndexSearcher.<init> Opening Searcher@55d5d1 main
[junit4:junit4]   2> 5321 T2703 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty1\tlog
[junit4:junit4]   2> 5322 T2703 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5322 T2703 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5326 T2704 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55d5d1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5328 T2703 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5328 T2703 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5593 T2683 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5594 T2683 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60380_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60380"}
[junit4:junit4]   2> 5594 T2683 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 5594 T2683 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5602 T2702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5602 T2689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5602 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6141 T2703 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6141 T2703 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60380 collection:collection1 shard:shard1
[junit4:junit4]   2> 6142 T2703 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6156 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0006 type:delete cxid:0x48 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6158 T2703 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6159 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0006 type:create cxid:0x49 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6162 T2703 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6162 T2703 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6162 T2703 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60380/collection1/
[junit4:junit4]   2> 6162 T2703 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6163 T2703 oasc.SyncStrategy.syncToMe http://127.0.0.1:60380/collection1/ has no replicas
[junit4:junit4]   2> 6163 T2703 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60380/collection1/
[junit4:junit4]   2> 6163 T2703 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6169 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0006 type:create cxid:0x53 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6823 T2683 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6837 T2702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6837 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6837 T2689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6876 T2703 oasc.ZkController.register We are http://127.0.0.1:60380/collection1/ and leader is http://127.0.0.1:60380/collection1/
[junit4:junit4]   2> 6876 T2703 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60380
[junit4:junit4]   2> 6876 T2703 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6876 T2703 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6877 T2703 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6879 T2703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6881 T2660 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 6881 T2660 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6881 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7195 T2660 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7198 T2660 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60389
[junit4:junit4]   2> 7199 T2660 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7200 T2660 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7200 T2660 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055
[junit4:junit4]   2> 7200 T2660 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055\solr.xml
[junit4:junit4]   2> 7200 T2660 oasc.CoreContainer.<init> New CoreContainer 30484783
[junit4:junit4]   2> 7201 T2660 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055\'
[junit4:junit4]   2> 7201 T2660 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055\'
[junit4:junit4]   2> 7249 T2660 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 7249 T2660 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7249 T2660 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7250 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7250 T2660 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7251 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7251 T2660 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7251 T2660 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7252 T2660 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7252 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7264 T2660 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7283 T2660 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60361/solr
[junit4:junit4]   2> 7283 T2660 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7283 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@dd88aa
[junit4:junit4]   2> 7285 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7286 T2715 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7287 T2715 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 7287 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60394
[junit4:junit4]   2> 7287 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60394
[junit4:junit4]   2> 7298 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0007 with negotiated timeout 20000 for client /127.0.0.1:60394
[junit4:junit4]   2> 7298 T2715 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0007, negotiated timeout = 20000
[junit4:junit4]   2> 7298 T2716 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dd88aa name:ZooKeeperConnection Watcher:127.0.0.1:60361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7299 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7301 T2665 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2df468dc0007
[junit4:junit4]   2> 7302 T2660 oaz.ZooKeeper.close Session: 0x13d2df468dc0007 closed
[junit4:junit4]   2> 7302 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 7303 T2662 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60394 which had sessionid 0x13d2df468dc0007
[junit4:junit4]   2> 7303 T2716 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7307 T2660 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60361/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@192fea5
[junit4:junit4]   2> 7309 T2660 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7309 T2717 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:60361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7310 T2717 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:60361, initiating session
[junit4:junit4]   2> 7310 T2662 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60397
[junit4:junit4]   2> 7311 T2662 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60397
[junit4:junit4]   2> 7313 T2664 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2df468dc0008 with negotiated timeout 20000 for client /127.0.0.1:60397
[junit4:junit4]   2> 7313 T2717 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:60361, sessionid = 0x13d2df468dc0008, negotiated timeout = 20000
[junit4:junit4]   2> 7313 T2718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@192fea5 name:ZooKeeperConnection Watcher:127.0.0.1:60361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7313 T2660 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7315 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7317 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7321 T2660 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8068 T2683 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8069 T2683 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60380_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60380"}
[junit4:junit4]   2> 8083 T2689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8084 T2702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8085 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8085 T2718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8148 T2660 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60389_
[junit4:junit4]   2> 8150 T2665 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2df468dc0008 type:delete cxid:0xb zxid:0x73 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60389_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60389_
[junit4:junit4]   2> 8151 T2660 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60389_
[junit4:junit4]   2> 8156 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8157 T2718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8157 T2689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8157 T2702 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8158 T2702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8162 T2682 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8162 T2718 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8163 T2689 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8174 T2719 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055\collection1
[junit4:junit4]   2> 8174 T2719 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8175 T2719 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8176 T2719 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8178 T2719 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055\collection1\'
[junit4:junit4]   2> 8181 T2719 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8183 T2719 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055/collection1/lib/README' to classloader
[junit4:junit4]   2> 8267 T2719 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8332 T2719 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8335 T2719 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8344 T2719 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8577 T1530 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 9077 T2719 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9087 T2719 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9091 T2719 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9107 T2719 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9112 T2719 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9117 T2719 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9119 T2719 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9119 T2719 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9119 T2719 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9120 T2719 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9120 T2719 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9121 T2719 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1362275632055\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170/jetty2\
[junit4:junit4]   2> 9121 T2719 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@958d49
[junit4:junit4]   2> 9121 T2719 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9122 T2719 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty2 forceNew:false
[junit4:junit4]   2> 9122 T2719 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty2
[junit4:junit4]   2> 9123 T2719 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170/jetty2\index/
[junit4:junit4]   2> 9124 T2719 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9124 T2719 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty2\index forceNew:false
[junit4:junit4]   2> 9127 T2719 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ccf6a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a1976),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9127 T2719 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9129 T2719 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty2\index
[junit4:junit4]   2> 9131 T2719 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9131 T2719 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9132 T2719 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9132 T2719 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9132 T2719 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9133 T2719 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9133 T2719 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9134 T2719 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9134 T2719 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9145 T2719 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9151 T2719 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty2
[junit4:junit4]   2> 9151 T2719 oass.SolrIndexSearcher.<init> Opening Searcher@d8a4ec main
[junit4:junit4]   2> 9152 T2719 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty2\tlog
[junit4:junit4]   2> 9153 T2719 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9153 T2719 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9159 T2720 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d8a4ec main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9159 T2719 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9159 T2719 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9431 T2683 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9432 T2683 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60389_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60389"}
[junit4:junit4]   2> 9432 T2683 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9432 T2683 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9441 T2689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9441 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9441 T2702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9442 T2718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10056 T2719 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10056 T2719 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60389 collection:collection1 shard:shard1
[junit4:junit4]   2> 10061 T2719 oasc.ZkController.register We are http://127.0.0.1:60389/collection1/ and leader is http://127.0.0.1:60380/collection1/
[junit4:junit4]   2> 10062 T2719 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60389
[junit4:junit4]   2> 10062 T2719 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 10062 T2719 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C151 name=collection1 org.apache.solr.core.SolrCore@898ecd url=http://127.0.0.1:60389/collection1 node=127.0.0.1:60389_ C151_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:60389_, base_url=http://127.0.0.1:60389}
[junit4:junit4]   2> 10063 T2721 C151 P60389 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 10066 T2721 C151 P60389 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10066 T2721 C151 P60389 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 10066 T2719 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10066 T2721 C151 P60389 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10067 T2660 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 10068 T2660 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10068 T2660 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10068 T2721 C151 P60389 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10077 T2660 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C152 name=collection1 org.apache.solr.core.SolrCore@ba15c4 url=http://127.0.0.1:60368/collection1 node=127.0.0.1:60368_ C152_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:60368_, base_url=http://127.0.0.1:60368, leader=true}
[junit4:junit4]   2> 10092 T2675 C152 P60368 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\control\data
[junit4:junit4]   2> 10104 T2675 C152 P60368 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7f4035 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10686ff),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10105 T2675 C152 P60368 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10111 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10001 (1428449536514195456)]} 0 21
[junit4:junit4]   2> 10111 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[1 (1428449536518389760)]} 0 17
[junit4:junit4]   2> ASYNC  NEW_CORE C153 name=collection1 org.apache.solr.core.SolrCore@1e86ab6 url=http://127.0.0.1:60380/collection1 node=127.0.0.1:60380_ C153_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:60380_, base_url=http://127.0.0.1:60380, leader=true}
[junit4:junit4]   2> 10127 T2693 C153 P60380 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty1
[junit4:junit4]   2> 10132 T2693 C153 P60380 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f9e81d lockFactory=org.apache.lucene.store.NativeFSLockFactory@fbb3be),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10132 T2693 C153 P60380 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10139 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10001 (1428449536554041344)]} 0 11
[junit4:junit4]   2> 10140 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[1 (1428449536551944192)]} 0 14
[junit4:junit4]   2> 10142 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[10001 (-1428449536568721408)]} 0 1
[junit4:junit4]   2> 10144 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[1 (-1428449536569769984)]} 0 1
[junit4:junit4]   2> 10147 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[1 (-1428449536573964288)]} 0 0
[junit4:junit4]   2> 10147 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10001 (-1428449536573964289)]} 0 0
[junit4:junit4]   2> 10150 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10002 (1428449536576061440)]} 0 1
[junit4:junit4]   2> 10151 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[2 (1428449536576061441)]} 0 2
[junit4:junit4]   2> 10154 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10002 (1428449536580255744)]} 0 2
[junit4:junit4]   2> 10154 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[2 (1428449536581304320)]} 0 0
[junit4:junit4]   2> 10157 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10003 (1428449536583401472)]} 0 1
[junit4:junit4]   2> 10157 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[3 (1428449536583401473)]} 0 1
[junit4:junit4]   2> 10159 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10003 (1428449536586547200)]} 0 0
[junit4:junit4]   2> 10161 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[3 (1428449536587595776)]} 0 1
[junit4:junit4]   2> 10161 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10004 (1428449536588644352)]} 0 0
[junit4:junit4]   2> 10164 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[4 (1428449536590741504)]} 0 1
[junit4:junit4]   2> 10164 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10004 (1428449536591790080)]} 0 0
[junit4:junit4]   2> 10167 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10005 (1428449536594935808)]} 0 0
[junit4:junit4]   2> 10168 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[4 (1428449536594935808)]} 0 1
[junit4:junit4]   2> 10169 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10005 (1428449536597032960)]} 0 0
[junit4:junit4]   2> 10170 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[5 (1428449536597032960)]} 0 1
[junit4:junit4]   2> 10172 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[10002 (-1428449536600178688)]} 0 0
[junit4:junit4]   2> 10172 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[5 (1428449536600178688)]} 0 0
[junit4:junit4]   2> 10175 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10002 (-1428449536603324416)]} 0 0
[junit4:junit4]   2> 10175 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[2 (-1428449536603324416)]} 0 0
[junit4:junit4]   2> 10177 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10006 (1428449536605421568)]} 0 0
[junit4:junit4]   2> 10178 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[2 (-1428449536606470144)]} 0 0
[junit4:junit4]   2> 10180 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10006 (1428449536608567296)]} 0 0
[junit4:junit4]   2> 10181 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[6 (1428449536609615872)]} 0 0
[junit4:junit4]   2> 10182 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10007 (1428449536610664448)]} 0 0
[junit4:junit4]   2> 10184 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[6 (1428449536612761600)]} 0 0
[junit4:junit4]   2> 10186 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10007 (1428449536614858752)]} 0 0
[junit4:junit4]   2> 10188 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[7 (1428449536615907328)]} 0 1
[junit4:junit4]   2> 10188 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[10004 (-1428449536616955904)]} 0 0
[junit4:junit4]   2> 10190 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[7 (1428449536618004480)]} 0 1
[junit4:junit4]   2> 10191 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10004 (-1428449536620101632)]} 0 0
[junit4:junit4]   2> 10192 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[4 (-1428449536621150208)]} 0 0
[junit4:junit4]   2> 10194 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10008 (1428449536623247360)]} 0 0
[junit4:junit4]   2> 10195 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[4 (-1428449536624295936)]} 0 0
[junit4:junit4]   2> 10198 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10008 (1428449536626393088)]} 0 1
[junit4:junit4]   2> 10199 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[8 (1428449536627441664)]} 0 1
[junit4:junit4]   2> 10200 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[10005 (-1428449536629538816)]} 0 0
[junit4:junit4]   2> 10201 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[8 (1428449536630587392)]} 0 0
[junit4:junit4]   2> 10202 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10005 (-1428449536631635968)]} 0 0
[junit4:junit4]   2> 10203 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[5 (-1428449536632684544)]} 0 0
[junit4:junit4]   2> 10204 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10009 (1428449536633733120)]} 0 0
[junit4:junit4]   2> 10206 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[5 (-1428449536635830272)]} 0 0
[junit4:junit4]   2> 10207 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10009 (1428449536636878848)]} 0 0
[junit4:junit4]   2> 10208 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[9 (1428449536637927424)]} 0 0
[junit4:junit4]   2> 10210 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10010 (1428449536640024576)]} 0 0
[junit4:junit4]   2> 10212 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[9 (1428449536641073152)]} 0 1
[junit4:junit4]   2> 10213 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10010 (1428449536643170304)]} 0 0
[junit4:junit4]   2> 10214 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10 (1428449536644218880)]} 0 0
[junit4:junit4]   2> 10216 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10011 (1428449536646316032)]} 0 0
[junit4:junit4]   2> 10218 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10 (1428449536647364608)]} 0 1
[junit4:junit4]   2> 10219 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10011 (1428449536649461760)]} 0 0
[junit4:junit4]   2> 10220 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[11 (1428449536650510336)]} 0 0
[junit4:junit4]   2> 10222 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10012 (1428449536651558912)]} 0 1
[junit4:junit4]   2> 10224 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[11 (1428449536653656064)]} 0 1
[junit4:junit4]   2> 10224 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10012 (1428449536654704640)]} 0 0
[junit4:junit4]   2> 10227 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10009 (-1428449536657850368)]} 0 0
[junit4:junit4]   2> 10227 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[12 (1428449536657850369)]} 0 0
[junit4:junit4]   2> 10228 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10009 (-1428449536658898944)]} 0 0
[junit4:junit4]   2> 10229 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[12 (1428449536659947520)]} 0 0
[junit4:junit4]   2> 10231 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10013 (1428449536662044672)]} 0 0
[junit4:junit4]   2> 10233 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[9 (-1428449536664141824)]} 0 0
[junit4:junit4]   2> 10234 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10013 (1428449536665190400)]} 0 0
[junit4:junit4]   2> 10235 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[9 (-1428449536666238976)]} 0 0
[junit4:junit4]   2> 10237 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10014 (1428449536668336128)]} 0 0
[junit4:junit4]   2> 10238 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[13 (1428449536669384704)]} 0 0
[junit4:junit4]   2> 10241 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[13 (1428449536672530432)]} 0 0
[junit4:junit4]   2> 10241 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10014 (1428449536672530433)]} 0 0
[junit4:junit4]   2> 10243 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10010 (-1428449536674627584)]} 0 0
[junit4:junit4]   2> 10243 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[14 (1428449536674627585)]} 0 0
[junit4:junit4]   2> 10246 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10010 (-1428449536677773312)]} 0 0
[junit4:junit4]   2> 10246 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[14 (1428449536677773313)]} 0 0
[junit4:junit4]   2> 10248 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[10 (-1428449536679870464)]} 0 0
[junit4:junit4]   2> 10249 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10015 (1428449536679870465)]} 0 1
[junit4:junit4]   2> 10251 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10 (-1428449536683016192)]} 0 0
[junit4:junit4]   2> 10252 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10015 (1428449536684064768)]} 0 0
[junit4:junit4]   2> 10254 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[15 (1428449536686161920)]} 0 0
[junit4:junit4]   2> 10254 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10011 (-1428449536686161921)]} 0 0
[junit4:junit4]   2> 10257 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[15 (1428449536688259072)]} 0 1
[junit4:junit4]   2> 10257 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10011 (-1428449536689307648)]} 0 0
[junit4:junit4]   2> 10259 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[11 (-1428449536691404800)]} 0 0
[junit4:junit4]   2> 10261 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10016 (1428449536693501952)]} 0 0
[junit4:junit4]   2> 10262 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[11 (-1428449536694550528)]} 0 0
[junit4:junit4]   2> 10263 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10016 (1428449536695599104)]} 0 0
[junit4:junit4]   2> 10266 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[16 (1428449536697696256)]} 0 1
[junit4:junit4]   2> 10266 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10017 (1428449536698744832)]} 0 0
[junit4:junit4]   2> 10268 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[16 (1428449536700841984)]} 0 0
[junit4:junit4]   2> 10269 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10017 (1428449536700841985)]} 0 1
[junit4:junit4]   2> 10271 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[17 (1428449536702939136)]} 0 1
[junit4:junit4]   2> 10272 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10018 (1428449536703987712)]} 0 1
[junit4:junit4]   2> 10274 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[17 (1428449536706084864)]} 0 1
[junit4:junit4]   2> 10275 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10018 (1428449536707133440)]} 0 1
[junit4:junit4]   2> 10276 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[18 (1428449536708182016)]} 0 1
[junit4:junit4]   2> 10276 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10019 (1428449536709230592)]} 0 0
[junit4:junit4]   2> 10280 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[18 (1428449536713424896)]} 0 0
[junit4:junit4]   2> 10281 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10019 (1428449536713424897)]} 0 1
[junit4:junit4]   2> 10282 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[10013 (-1428449536715522049)]} 0 0
[junit4:junit4]   2> 10282 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[19 (1428449536715522048)]} 0 0
[junit4:junit4]   2> 10284 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10013 (-1428449536717619200)]} 0 0
[junit4:junit4]   2> 10285 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[19 (1428449536718667776)]} 0 0
[junit4:junit4]   2> 10287 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10020 (1428449536720764928)]} 0 0
[junit4:junit4]   2> 10288 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[13 (-1428449536721813504)]} 0 0
[junit4:junit4]   2> 10290 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10020 (1428449536723910656)]} 0 0
[junit4:junit4]   2> 10291 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[13 (-1428449536724959232)]} 0 0
[junit4:junit4]   2> 10293 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10016 (-1428449536727056384)]} 0 0
[junit4:junit4]   2> 10295 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[20 (1428449536728104960)]} 0 1
[junit4:junit4]   2> 10295 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10016 (-1428449536729153536)]} 0 0
[junit4:junit4]   2> 10296 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[20 (1428449536730202112)]} 0 0
[junit4:junit4]   2> 10298 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10021 (1428449536732299264)]} 0 0
[junit4:junit4]   2> 10300 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[16 (-1428449536734396416)]} 0 0
[junit4:junit4]   2> 10301 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[16 (-1428449536735444992)]} 0 0
[junit4:junit4]   2> 10301 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10021 (1428449536735444993)]} 0 0
[junit4:junit4]   2> 10303 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[21 (1428449536737542144)]} 0 0
[junit4:junit4]   2> 10304 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10022 (1428449536738590720)]} 0 0
[junit4:junit4]   2> 10306 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[21 (1428449536740687872)]} 0 0
[junit4:junit4]   2> 10307 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10022 (1428449536741736448)]} 0 0
[junit4:junit4]   2> 10308 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[22 (1428449536742785024)]} 0 0
[junit4:junit4]   2> 10309 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10023 (1428449536743833600)]} 0 0
[junit4:junit4]   2> 10311 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[22 (1428449536745930752)]} 0 0
[junit4:junit4]   2> 10312 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10023 (1428449536746979328)]} 0 0
[junit4:junit4]   2> 10314 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[23 (1428449536749076480)]} 0 0
[junit4:junit4]   2> 10315 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[10018 (-1428449536750125056)]} 0 0
[junit4:junit4]   2> 10317 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10018 (-1428449536752222209)]} 0 0
[junit4:junit4]   2> 10317 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[23 (1428449536752222208)]} 0 0
[junit4:junit4]   2> 10320 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[18 (-1428449536755367936)]} 0 0
[junit4:junit4]   2> 10320 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10024 (1428449536755367937)]} 0 0
[junit4:junit4]   2> 10321 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[18 (-1428449536756416512)]} 0 0
[junit4:junit4]   2> 10322 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10024 (1428449536757465088)]} 0 0
[junit4:junit4]   2> 10325 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[24 (1428449536759562240)]} 0 1
[junit4:junit4]   2> 10325 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10025 (1428449536760610816)]} 0 0
[junit4:junit4]   2> 10327 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[24 (1428449536762707968)]} 0 0
[junit4:junit4]   2> 10328 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10025 (1428449536763756544)]} 0 0
[junit4:junit4]   2> 10329 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[25 (1428449536764805120)]} 0 0
[junit4:junit4]   2> 10331 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10026 (1428449536766902272)]} 0 0
[junit4:junit4]   2> 10333 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[25 (1428449536768999424)]} 0 0
[junit4:junit4]   2> 10334 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10026 (1428449536770048000)]} 0 0
[junit4:junit4]   2> 10336 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[26 (1428449536771096576)]} 0 1
[junit4:junit4]   2> 10337 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10027 (1428449536772145152)]} 0 1
[junit4:junit4]   2> 10338 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[26 (1428449536774242304)]} 0 0
[junit4:junit4]   2> 10339 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10027 (1428449536775290880)]} 0 0
[junit4:junit4]   2> 10341 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[27 (1428449536777388032)]} 0 0
[junit4:junit4]   2> 10342 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10028 (1428449536778436608)]} 0 0
[junit4:junit4]   2> 10343 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[27 (1428449536779485184)]} 0 0
[junit4:junit4]   2> 10345 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10028 (1428449536781582336)]} 0 0
[junit4:junit4]   2> 10347 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[28 (1428449536783679488)]} 0 0
[junit4:junit4]   2> 10348 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10029 (1428449536784728064)]} 0 0
[junit4:junit4]   2> 10349 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[28 (1428449536785776640)]} 0 0
[junit4:junit4]   2> 10351 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10029 (1428449536787873792)]} 0 0
[junit4:junit4]   2> 10353 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[29 (1428449536789970944)]} 0 0
[junit4:junit4]   2> 10355 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10030 (1428449536792068096)]} 0 0
[junit4:junit4]   2> 10355 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[29 (1428449536792068096)]} 0 0
[junit4:junit4]   2> 10357 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10030 (1428449536794165248)]} 0 0
[junit4:junit4]   2> 10360 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[30 (1428449536796262400)]} 0 1
[junit4:junit4]   2> 10360 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10031 (1428449536797310976)]} 0 0
[junit4:junit4]   2> 10362 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[30 (1428449536799408128)]} 0 0
[junit4:junit4]   2> 10363 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10031 (1428449536800456704)]} 0 0
[junit4:junit4]   2> 10365 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[31 (1428449536802553856)]} 0 0
[junit4:junit4]   2> 10367 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10032 (1428449536804651008)]} 0 0
[junit4:junit4]   2> 10369 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[31 (1428449536806748160)]} 0 0
[junit4:junit4]   2> 10370 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10032 (1428449536806748161)]} 0 1
[junit4:junit4]   2> 10372 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10019 (-1428449536809893889)]} 0 0
[junit4:junit4]   2> 10372 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[32 (1428449536809893888)]} 0 0
[junit4:junit4]   2> 10374 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10019 (-1428449536811991040)]} 0 0
[junit4:junit4]   2> 10375 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[32 (1428449536813039616)]} 0 0
[junit4:junit4]   2> 10376 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10033 (1428449536814088192)]} 0 0
[junit4:junit4]   2> 10378 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[19 (-1428449536816185344)]} 0 0
[junit4:junit4]   2> 10379 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10033 (1428449536817233920)]} 0 0
[junit4:junit4]   2> 10381 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[19 (-1428449536819331072)]} 0 0
[junit4:junit4]   2> 10381 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10034 (1428449536819331072)]} 0 0
[junit4:junit4]   2> 10383 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[33 (1428449536821428224)]} 0 0
[junit4:junit4]   2> 10385 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10034 (1428449536823525376)]} 0 0
[junit4:junit4]   2> 10387 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[33 (1428449536825622528)]} 0 0
[junit4:junit4]   2> 10388 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10020 (-1428449536826671104)]} 0 0
[junit4:junit4]   2> 10389 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[34 (1428449536827719680)]} 0 0
[junit4:junit4]   2> 10390 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10020 (-1428449536828768256)]} 0 0
[junit4:junit4]   2> 10392 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[34 (1428449536830865408)]} 0 0
[junit4:junit4]   2> 10393 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10035 (1428449536831913984)]} 0 0
[junit4:junit4]   2> 10395 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[20 (-1428449536834011136)]} 0 0
[junit4:junit4]   2> 10395 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10035 (1428449536834011136)]} 0 0
[junit4:junit4]   2> 10397 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[20 (-1428449536836108288)]} 0 0
[junit4:junit4]   2> 10399 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10036 (1428449536838205440)]} 0 0
[junit4:junit4]   2> 10400 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[35 (1428449536839254016)]} 0 0
[junit4:junit4]   2> 10401 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10036 (1428449536840302592)]} 0 0
[junit4:junit4]   2> 10402 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[35 (1428449536841351168)]} 0 0
[junit4:junit4]   2> 10404 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10023 (-1428449536843448320)]} 0 0
[junit4:junit4]   2> 10406 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10023 (-1428449536845545472)]} 0 0
[junit4:junit4]   2> 10406 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[36 (1428449536845545472)]} 0 0
[junit4:junit4]   2> 10408 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10037 (1428449536847642624)]} 0 0
[junit4:junit4]   2> 10408 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[36 (1428449536847642624)]} 0 0
[junit4:junit4]   2> 10421 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10037 (1428449536861274112)]} 0 11
[junit4:junit4]   2> 10421 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[23 (-1428449536861274112)]} 0 0
[junit4:junit4]   2> 10425 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[23 (-1428449536865468416)]} 0 0
[junit4:junit4]   2> 10425 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10038 (1428449536865468416)]} 0 0
[junit4:junit4]   2> 10427 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[37 (1428449536867565568)]} 0 0
[junit4:junit4]   2> 10428 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10038 (1428449536868614144)]} 0 0
[junit4:junit4]   2> 10429 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[37 (1428449536869662720)]} 0 0
[junit4:junit4]   2> 10430 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10024 (-1428449536870711296)]} 0 0
[junit4:junit4]   2> 10433 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10024 (-1428449536873857024)]} 0 0
[junit4:junit4]   2> 10433 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[38 (1428449536873857024)]} 0 0
[junit4:junit4]   2> 10435 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10039 (1428449536875954176)]} 0 0
[junit4:junit4]   2> 10436 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[38 (1428449536877002752)]} 0 0
[junit4:junit4]   2> 10438 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10039 (1428449536879099904)]} 0 0
[junit4:junit4]   2> 10439 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[24 (-1428449536880148480)]} 0 0
[junit4:junit4]   2> 10441 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10040 (1428449536882245632)]} 0 0
[junit4:junit4]   2> 10442 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[24 (-1428449536883294208)]} 0 0
[junit4:junit4]   2> 10444 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[39 (1428449536885391360)]} 0 0
[junit4:junit4]   2> 10444 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10040 (1428449536885391360)]} 0 0
[junit4:junit4]   2> 10447 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10025 (-1428449536888537088)]} 0 0
[junit4:junit4]   2> 10447 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[39 (1428449536888537088)]} 0 0
[junit4:junit4]   2> 10448 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[10025 (-1428449536889585664)]} 0 0
[junit4:junit4]   2> 10449 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[40 (1428449536890634240)]} 0 0
[junit4:junit4]   2> 10451 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10041 (1428449536892731392)]} 0 0
[junit4:junit4]   2> 10453 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[40 (1428449536894828544)]} 0 0
[junit4:junit4]   2> 10455 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10041 (1428449536896925696)]} 0 0
[junit4:junit4]   2> 10455 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[25 (-1428449536896925696)]} 0 0
[junit4:junit4]   2> 10457 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[10026 (-1428449536899022848)]} 0 0
[junit4:junit4]   2> 10458 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[25 (-1428449536900071424)]} 0 0
[junit4:junit4]   2> 10460 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10026 (-1428449536902168576)]} 0 0
[junit4:junit4]   2> 10461 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[41 (1428449536903217152)]} 0 0
[junit4:junit4]   2> 10462 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10042 (1428449536904265728)]} 0 0
[junit4:junit4]   2> 10464 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[41 (1428449536906362880)]} 0 0
[junit4:junit4]   2> 10465 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10042 (1428449536907411456)]} 0 0
[junit4:junit4]   2> 10467 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[26 (-1428449536909508608)]} 0 0
[junit4:junit4]   2> 10468 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10043 (1428449536910557184)]} 0 0
[junit4:junit4]   2> 10469 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[26 (-1428449536911605760)]} 0 0
[junit4:junit4]   2> 10471 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10043 (1428449536913702912)]} 0 0
[junit4:junit4]   2> 10472 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[42 (1428449536914751488)]} 0 0
[junit4:junit4]   2> 10475 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[10027 (-1428449536917897216)]} 0 0
[junit4:junit4]   2> 10475 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[42 (1428449536917897216)]} 0 0
[junit4:junit4]   2> 10476 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10027 (-1428449536918945792)]} 0 0
[junit4:junit4]   2> 10477 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[43 (1428449536919994368)]} 0 0
[junit4:junit4]   2> 10479 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10044 (1428449536922091520)]} 0 0
[junit4:junit4]   2> 10480 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[43 (1428449536923140096)]} 0 0
[junit4:junit4]   2> 10482 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10044 (1428449536925237248)]} 0 0
[junit4:junit4]   2> 10483 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[27 (-1428449536926285824)]} 0 0
[junit4:junit4]   2> 10485 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[27 (-1428449536928382976)]} 0 0
[junit4:junit4]   2> 10485 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10029 (-1428449536928382976)]} 0 0
[junit4:junit4]   2> 10488 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10029 (-1428449536931528704)]} 0 0
[junit4:junit4]   2> 10488 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[44 (1428449536931528704)]} 0 0
[junit4:junit4]   2> 10490 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[44 (1428449536933625856)]} 0 0
[junit4:junit4]   2> 10490 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10045 (1428449536933625856)]} 0 0
[junit4:junit4]   2> 10493 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[29 (-1428449536936771584)]} 0 0
[junit4:junit4]   2> 10493 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10045 (1428449536936771584)]} 0 0
[junit4:junit4]   2> 10495 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[29 (-1428449536938868736)]} 0 0
[junit4:junit4]   2> 10495 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10031 (-1428449536938868736)]} 0 0
[junit4:junit4]   2> 10498 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10031 (-1428449536942014464)]} 0 0
[junit4:junit4]   2> 10499 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[45 (1428449536942014464)]} 0 1
[junit4:junit4]   2> 10501 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[45 (1428449536945160192)]} 0 0
[junit4:junit4]   2> 10501 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10046 (1428449536945160192)]} 0 0
[junit4:junit4]   2> 10503 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[31 (-1428449536947257344)]} 0 0
[junit4:junit4]   2> 10503 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10046 (1428449536947257344)]} 0 0
[junit4:junit4]   2> 10505 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[31 (-1428449536949354496)]} 0 0
[junit4:junit4]   2> 10506 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10047 (1428449536950403072)]} 0 0
[junit4:junit4]   2> 10508 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[46 (1428449536952500224)]} 0 0
[junit4:junit4]   2> 10508 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10047 (1428449536952500224)]} 0 0
[junit4:junit4]   2> 10510 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[46 (1428449536954597376)]} 0 0
[junit4:junit4]   2> 10512 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10032 (-1428449536956694528)]} 0 0
[junit4:junit4]   2> 10513 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[47 (1428449536957743104)]} 0 0
[junit4:junit4]   2> 10515 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10032 (-1428449536959840256)]} 0 0
[junit4:junit4]   2> 10515 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[47 (1428449536959840257)]} 0 0
[junit4:junit4]   2> 10517 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10048 (1428449536961937408)]} 0 0
[junit4:junit4]   2> 10518 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[32 (-1428449536962985984)]} 0 0
[junit4:junit4]   2> 10520 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10048 (1428449536965083136)]} 0 0
[junit4:junit4]   2> 10521 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[32 (-1428449536966131712)]} 0 0
[junit4:junit4]   2> 10522 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10049 (1428449536967180288)]} 0 0
[junit4:junit4]   2> 10524 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[48 (1428449536969277440)]} 0 0
[junit4:junit4]   2> 10526 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10049 (1428449536971374592)]} 0 0
[junit4:junit4]   2> 10527 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[48 (1428449536972423168)]} 0 0
[junit4:junit4]   2> 10528 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10050 (1428449536973471744)]} 0 0
[junit4:junit4]   2> 10530 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[49 (1428449536975568896)]} 0 0
[junit4:junit4]   2> 10532 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10050 (1428449536977666048)]} 0 0
[junit4:junit4]   2> 10533 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[49 (1428449536978714624)]} 0 0
[junit4:junit4]   2> 10535 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10034 (-1428449536980811776)]} 0 0
[junit4:junit4]   2> 10535 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[50 (1428449536980811777)]} 0 0
[junit4:junit4]   2> 10537 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10034 (-1428449536982908928)]} 0 0
[junit4:junit4]   2> 10539 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[50 (1428449536985006080)]} 0 0
[junit4:junit4]   2> 10541 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10051 (1428449536986054656)]} 0 1
[junit4:junit4]   2> 10542 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[34 (-1428449536988151808)]} 0 0
[junit4:junit4]   2> 10543 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10051 (1428449536989200384)]} 0 0
[junit4:junit4]   2> 10544 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[34 (-1428449536990248960)]} 0 0
[junit4:junit4]   2> 10546 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10052 (1428449536992346112)]} 0 0
[junit4:junit4]   2> 10547 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[51 (1428449536993394688)]} 0 0
[junit4:junit4]   2> 10548 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10052 (1428449536994443264)]} 0 0
[junit4:junit4]   2> 10550 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[51 (1428449536996540416)]} 0 0
[junit4:junit4]   2> 10551 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10035 (-1428449536997588992)]} 0 0
[junit4:junit4]   2> 10553 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[52 (1428449536999686144)]} 0 0
[junit4:junit4]   2> 10554 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10035 (-1428449537000734720)]} 0 0
[junit4:junit4]   2> 10555 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[52 (1428449537001783296)]} 0 0
[junit4:junit4]   2> 10557 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10053 (1428449537003880448)]} 0 0
[junit4:junit4]   2> 10559 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[35 (-1428449537005977600)]} 0 0
[junit4:junit4]   2> 10560 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10053 (1428449537007026176)]} 0 0
[junit4:junit4]   2> 10562 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[35 (-1428449537009123328)]} 0 0
[junit4:junit4]   2> 10563 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10054 (1428449537009123328)]} 0 1
[junit4:junit4]   2> 10564 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[53 (1428449537011220480)]} 0 1
[junit4:junit4]   2> 10566 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10054 (1428449537013317632)]} 0 0
[junit4:junit4]   2> 10567 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[53 (1428449537014366208)]} 0 0
[junit4:junit4]   2> 10568 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10037 (-1428449537015414784)]} 0 0
[junit4:junit4]   2> 10570 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[54 (1428449537017511936)]} 0 0
[junit4:junit4]   2> 10571 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10037 (-1428449537018560512)]} 0 0
[junit4:junit4]   2> 10573 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[54 (1428449537020657664)]} 0 0
[junit4:junit4]   2> 10574 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10055 (1428449537021706240)]} 0 0
[junit4:junit4]   2> 10575 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[37 (-1428449537022754816)]} 0 0
[junit4:junit4]   2> 10577 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[37 (-1428449537024851969)]} 0 0
[junit4:junit4]   2> 10577 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10055 (1428449537024851968)]} 0 0
[junit4:junit4]   2> 10580 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[10039 (-1428449537027997697)]} 0 0
[junit4:junit4]   2> 10580 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[55 (1428449537027997696)]} 0 0
[junit4:junit4]   2> 10582 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10039 (-1428449537030094848)]} 0 0
[junit4:junit4]   2> 10582 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[55 (1428449537030094849)]} 0 0
[junit4:junit4]   2> 10584 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10056 (1428449537032192000)]} 0 0
[junit4:junit4]   2> 10585 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[39 (-1428449537033240576)]} 0 0
[junit4:junit4]   2> 10587 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10056 (1428449537035337728)]} 0 0
[junit4:junit4]   2> 10588 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[39 (-1428449537036386304)]} 0 0
[junit4:junit4]   2> 10589 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[10040 (-1428449537037434880)]} 0 0
[junit4:junit4]   2> 10590 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[56 (1428449537038483456)]} 0 0
[junit4:junit4]   2> 10592 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[10040 (-1428449537040580608)]} 0 0
[junit4:junit4]   2> 10594 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10057 (1428449537042677760)]} 0 0
[junit4:junit4]   2> 10594 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[56 (1428449537042677760)]} 0 0
[junit4:junit4]   2> 10597 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[40 (-1428449537045823488)]} 0 1
[junit4:junit4]   2> 10598 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10057 (1428449537046872064)]} 0 0
[junit4:junit4]   2> 10599 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[40 (-1428449537047920640)]} 0 0
[junit4:junit4]   2> 10601 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[57 (1428449537050017792)]} 0 0
[junit4:junit4]   2> 10602 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[10043 (-1428449537051066368)]} 0 0
[junit4:junit4]   2> 10603 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10043 (-1428449537052114944)]} 0 0
[junit4:junit4]   2> 10605 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[57 (1428449537053163520)]} 0 2
[junit4:junit4]   2> 10606 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10058 (1428449537055260672)]} 0 0
[junit4:junit4]   2> 10607 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[43 (-1428449537056309248)]} 0 0
[junit4:junit4]   2> 10609 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[43 (-1428449537058406400)]} 0 0
[junit4:junit4]   2> 10609 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10058 (1428449537058406401)]} 0 0
[junit4:junit4]   2> 10610 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[58 (1428449537059454976)]} 0 0
[junit4:junit4]   2> 10611 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10044 (-1428449537060503552)]} 0 0
[junit4:junit4]   2> 10613 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[58 (1428449537062600704)]} 0 0
[junit4:junit4]   2> 10614 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10044 (-1428449537063649280)]} 0 0
[junit4:junit4]   2> 10615 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[44 (-1428449537064697856)]} 0 0
[junit4:junit4]   2> 10616 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10059 (1428449537065746432)]} 0 0
[junit4:junit4]   2> 10618 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[44 (-1428449537067843584)]} 0 0
[junit4:junit4]   2> 10620 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10059 (1428449537069940736)]} 0 0
[junit4:junit4]   2> 10621 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[59 (1428449537070989312)]} 0 0
[junit4:junit4]   2> 10622 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10060 (1428449537072037888)]} 0 0
[junit4:junit4]   2> 10623 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[59 (1428449537073086464)]} 0 0
[junit4:junit4]   2> 10625 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10060 (1428449537075183616)]} 0 0
[junit4:junit4]   2> 10627 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[60 (1428449537077280768)]} 0 0
[junit4:junit4]   2> 10629 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10061 (1428449537079377920)]} 0 0
[junit4:junit4]   2> 10629 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[60 (1428449537079377920)]} 0 0
[junit4:junit4]   2> 10631 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10061 (1428449537081475072)]} 0 0
[junit4:junit4]   2> 10632 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[61 (1428449537082523648)]} 0 0
[junit4:junit4]   2> 10634 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[10045 (-1428449537084620800)]} 0 0
[junit4:junit4]   2> 10635 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[61 (1428449537085669376)]} 0 0
[junit4:junit4]   2> 10636 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10045 (-1428449537086717952)]} 0 0
[junit4:junit4]   2> 10638 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[45 (-1428449537088815104)]} 0 0
[junit4:junit4]   2> 10639 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10062 (1428449537089863680)]} 0 0
[junit4:junit4]   2> 10641 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[45 (-1428449537091960832)]} 0 0
[junit4:junit4]   2> 10642 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10062 (1428449537093009408)]} 0 0
[junit4:junit4]   2> 10643 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[62 (1428449537094057984)]} 0 0
[junit4:junit4]   2> 10644 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10046 (-1428449537095106560)]} 0 0
[junit4:junit4]   2> 10646 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[62 (1428449537097203712)]} 0 0
[junit4:junit4]   2> 10647 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10046 (-1428449537098252288)]} 0 0
[junit4:junit4]   2> 10649 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[46 (-1428449537100349440)]} 0 0
[junit4:junit4]   2> 10649 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10063 (1428449537100349441)]} 0 0
[junit4:junit4]   2> 10651 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[46 (-1428449537102446592)]} 0 0
[junit4:junit4]   2> 10652 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10063 (1428449537103495168)]} 0 0
[junit4:junit4]   2> 10654 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[63 (1428449537105592320)]} 0 0
[junit4:junit4]   2> 10655 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10064 (1428449537106640896)]} 0 0
[junit4:junit4]   2> 10656 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[63 (1428449537107689472)]} 0 0
[junit4:junit4]   2> 10658 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10064 (1428449537109786624)]} 0 0
[junit4:junit4]   2> 10660 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[64 (1428449537111883776)]} 0 0
[junit4:junit4]   2> 10662 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10052 (-1428449537113980928)]} 0 0
[junit4:junit4]   2> 10662 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[64 (1428449537113980928)]} 0 0
[junit4:junit4]   2> 10664 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10052 (-1428449537116078080)]} 0 0
[junit4:junit4]   2> 10665 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[52 (-1428449537117126656)]} 0 0
[junit4:junit4]   2> 10667 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10065 (1428449537119223808)]} 0 0
[junit4:junit4]   2> 10669 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[52 (-1428449537121320960)]} 0 0
[junit4:junit4]   2> 10670 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[65 (1428449537122369536)]} 0 0
[junit4:junit4]   2> 10670 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10065 (1428449537122369536)]} 0 0
[junit4:junit4]   2> 10673 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10053 (-1428449537125515264)]} 0 0
[junit4:junit4]   2> 10674 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[65 (1428449537125515264)]} 0 0
[junit4:junit4]   2> 10675 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[53 (-1428449537127612416)]} 0 0
[junit4:junit4]   2> 10675 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10053 (-1428449537127612416)]} 0 0
[junit4:junit4]   2> 10678 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[53 (-1428449537130758144)]} 0 0
[junit4:junit4]   2> 10678 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10066 (1428449537130758144)]} 0 0
[junit4:junit4]   2> 10680 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[66 (1428449537132855296)]} 0 0
[junit4:junit4]   2> 10681 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10066 (1428449537133903872)]} 0 0
[junit4:junit4]   2> 10682 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[66 (1428449537134952448)]} 0 0
[junit4:junit4]   2> 10684 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10067 (1428449537137049600)]} 0 0
[junit4:junit4]   2> 10685 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[67 (1428449537138098176)]} 0 0
[junit4:junit4]   2> 10687 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10067 (1428449537140195328)]} 0 0
[junit4:junit4]   2> 10689 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[67 (1428449537142292480)]} 0 0
[junit4:junit4]   2> 10690 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10054 (-1428449537143341056)]} 0 0
[junit4:junit4]   2> 10691 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[54 (-1428449537144389632)]} 0 0
[junit4:junit4]   2> 10693 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10054 (-1428449537146486784)]} 0 0
[junit4:junit4]   2> 10694 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[54 (-1428449537147535360)]} 0 0
[junit4:junit4]   2> 10695 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10068 (1428449537148583936)]} 0 0
[junit4:junit4]   2> 10696 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[68 (1428449537149632512)]} 0 0
[junit4:junit4]   2> 10699 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10068 (1428449537151729664)]} 0 1
[junit4:junit4]   2> 10699 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[68 (1428449537152778240)]} 0 0
[junit4:junit4]   2> 10701 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10069 (1428449537154875392)]} 0 0
[junit4:junit4]   2> 10702 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[69 (1428449537155923968)]} 0 0
[junit4:junit4]   2> 10703 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10069 (1428449537156972544)]} 0 0
[junit4:junit4]   2> 10705 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[69 (1428449537159069696)]} 0 0
[junit4:junit4]   2> 10706 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10070 (1428449537160118272)]} 0 0
[junit4:junit4]   2> 10708 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[70 (1428449537162215424)]} 0 0
[junit4:junit4]   2> 10709 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10070 (1428449537163264000)]} 0 0
[junit4:junit4]   2> 10710 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[70 (1428449537164312576)]} 0 0
[junit4:junit4]   2> 10711 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10071 (1428449537165361152)]} 0 0
[junit4:junit4]   2> 10713 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[71 (1428449537167458304)]} 0 0
[junit4:junit4]   2> 10715 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10071 (1428449537169555456)]} 0 0
[junit4:junit4]   2> 10715 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[71 (1428449537169555457)]} 0 0
[junit4:junit4]   2> 10717 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10072 (1428449537171652608)]} 0 0
[junit4:junit4]   2> 10718 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[72 (1428449537172701184)]} 0 0
[junit4:junit4]   2> 10720 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10072 (1428449537174798336)]} 0 0
[junit4:junit4]   2> 10722 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[72 (1428449537176895488)]} 0 0
[junit4:junit4]   2> 10723 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10055 (-1428449537177944064)]} 0 0
[junit4:junit4]   2> 10724 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[55 (-1428449537178992640)]} 0 0
[junit4:junit4]   2> 10726 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[55 (-1428449537181089792)]} 0 0
[junit4:junit4]   2> 10726 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[10055 (-1428449537181089793)]} 0 0
[junit4:junit4]   2> 10729 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[73 (1428449537184235520)]} 0 0
[junit4:junit4]   2> 10729 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10073 (1428449537184235521)]} 0 0
[junit4:junit4]   2> 10731 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[73 (1428449537186332672)]} 0 0
[junit4:junit4]   2> 10732 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10073 (1428449537186332673)]} 0 0
[junit4:junit4]   2> 10734 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[58 (-1428449537189478400)]} 0 0
[junit4:junit4]   2> 10735 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[10058 (-1428449537190526976)]} 0 0
[junit4:junit4]   2> 10736 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[58 (-1428449537191575552)]} 0 0
[junit4:junit4]   2> 10737 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10058 (-1428449537192624128)]} 0 0
[junit4:junit4]   2> 10740 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[74 (1428449537194721280)]} 0 1
[junit4:junit4]   2> 10740 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10074 (1428449537195769856)]} 0 0
[junit4:junit4]   2> 10742 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[74 (1428449537197867008)]} 0 0
[junit4:junit4]   2> 10743 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10074 (1428449537197867009)]} 0 1
[junit4:junit4]   2> 10745 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[60 (-1428449537201012736)]} 0 0
[junit4:junit4]   2> 10745 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[10060 (-1428449537201012737)]} 0 0
[junit4:junit4]   2> 10748 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[60 (-1428449537204158464)]} 0 0
[junit4:junit4]   2> 10748 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10060 (-1428449537204158465)]} 0 0
[junit4:junit4]   2> 10750 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[75 (1428449537206255616)]} 0 0
[junit4:junit4]   2> 10750 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10075 (1428449537206255617)]} 0 0
[junit4:junit4]   2> 10753 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[75 (1428449537209401344)]} 0 0
[junit4:junit4]   2> 10754 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10075 (1428449537209401345)]} 0 1
[junit4:junit4]   2> 10756 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10061 (-1428449537212547072)]} 0 0
[junit4:junit4]   2> 10756 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[61 (-1428449537212547073)]} 0 0
[junit4:junit4]   2> 10758 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[61 (-1428449537214644224)]} 0 0
[junit4:junit4]   2> 10758 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10061 (-1428449537214644225)]} 0 0
[junit4:junit4]   2> 10761 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[76 (1428449537217789952)]} 0 0
[junit4:junit4]   2> 10762 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10076 (1428449537217789953)]} 0 1
[junit4:junit4]   2> 10763 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[76 (1428449537219887104)]} 0 0
[junit4:junit4]   2> 10764 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10076 (1428449537220935680)]} 0 0
[junit4:junit4]   2> 10766 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[63 (-1428449537223032832)]} 0 0
[junit4:junit4]   2> 10767 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10063 (-1428449537224081408)]} 0 0
[junit4:junit4]   2> 10769 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[63 (-1428449537226178560)]} 0 0
[junit4:junit4]   2> 10769 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10063 (-1428449537226178561)]} 0 0
[junit4:junit4]   2> 10772 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[77 (1428449537228275712)]} 0 1
[junit4:junit4]   2> 10773 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10077 (1428449537229324288)]} 0 1
[junit4:junit4]   2> 10774 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[77 (1428449537231421440)]} 0 0
[junit4:junit4]   2> 10775 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10077 (1428449537232470016)]} 0 0
[junit4:junit4]   2> 10776 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[64 (-1428449537233518592)]} 0 0
[junit4:junit4]   2> 10778 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[10064 (-1428449537235615744)]} 0 0
[junit4:junit4]   2> 10779 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[64 (-1428449537236664320)]} 0 0
[junit4:junit4]   2> 10781 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10064 (-1428449537238761472)]} 0 0
[junit4:junit4]   2> 10782 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[78 (1428449537239810048)]} 0 0
[junit4:junit4]   2> 10784 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10078 (1428449537240858624)]} 0 1
[junit4:junit4]   2> 10786 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[78 (1428449537241907200)]} 0 2
[junit4:junit4]   2> 10787 T2683 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10787 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10078 (1428449537245052928)]} 0 0
[junit4:junit4]   2> 10788 T2683 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60389_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60389"}
[junit4:junit4]   2> 10789 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[79 (1428449537246101504)]} 0 1
[junit4:junit4]   2> 10790 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10079 (1428449537248198656)]} 0 1
[junit4:junit4]   2> 10792 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[79 (1428449537249247232)]} 0 1
[junit4:junit4]   2> 10793 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10079 (1428449537251344384)]} 0 0
[junit4:junit4]   2> 10795 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[80 (1428449537252392960)]} 0 1
[junit4:junit4]   2> 10796 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10080 (1428449537254490112)]} 0 0
[junit4:junit4]   2> 10797 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[80 (1428449537254490112)]} 0 1
[junit4:junit4]   2> 10798 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10080 (1428449537256587264)]} 0 0
[junit4:junit4]   2> 10799 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[66 (-1428449537257635840)]} 0 0
[junit4:junit4]   2> 10801 T2689 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10801 T2682 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10802 T2718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10802 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10066 (-1428449537260781568)]} 0 0
[junit4:junit4]   2> 10801 T2702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10802 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[66 (-1428449537260781568)]} 0 0
[junit4:junit4]   2> 10805 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10066 (-1428449537263927296)]} 0 0
[junit4:junit4]   2> 10807 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[81 (1428449537264975872)]} 0 1
[junit4:junit4]   2> 10809 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10081 (1428449537267073024)]} 0 1
[junit4:junit4]   2>  C151_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:60389_, base_url=http://127.0.0.1:60389}
[junit4:junit4]   2> 10822 T2709 C151 P60389 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1362275625170\jetty2
[junit4:junit4]   2> 10825 T2709 C151 P60389 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ccf6a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a1976),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10825 T2709 C151 P60389 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10829 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10081 (1428449537271267328)]} 0 7
[junit4:junit4]   2> 10829 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[81 (1428449537269170176)]} 0 6
[junit4:junit4]   2> 10829 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10081 (1428449537271267328)]} 0 17
[junit4:junit4]   2> 10829 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[81 (1428449537269170176)]} 0 19
[junit4:junit4]   2> 10832 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10070 (-1428449537292238848)]} 0 0
[junit4:junit4]   2> 10832 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[70 (-1428449537292238849)]} 0 0
[junit4:junit4]   2> 10838 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10070 (-1428449537295384576)]} 0 1
[junit4:junit4]   2> 10839 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10070 (-1428449537295384576)]} 0 4
[junit4:junit4]   2> 10841 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[70 (-1428449537295384577)]} 0 1
[junit4:junit4]   2> 10842 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[70 (-1428449537295384577)]} 0 7
[junit4:junit4]   2> 10843 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10082 (1428449537303773184)]} 0 1
[junit4:junit4]   2> 10845 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[82 (1428449537305870336)]} 0 0
[junit4:junit4]   2> 10850 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[82 (1428449537307967488)]} 0 1
[junit4:junit4]   2> 10850 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10082 (1428449537306918912)]} 0 1
[junit4:junit4]   2> 10850 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[82 (1428449537307967488)]} 0 3
[junit4:junit4]   2> 10851 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10082 (1428449537306918912)]} 0 5
[junit4:junit4]   2> 10854 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[83 (1428449537314258944)]} 0 1
[junit4:junit4]   2> 10855 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10083 (1428449537315307520)]} 0 1
[junit4:junit4]   2> 10859 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[83 (1428449537317404672)]} 0 0
[junit4:junit4]   2> 10860 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[83 (1428449537317404672)]} 0 4
[junit4:junit4]   2> 10861 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10083 (1428449537318453248)]} 0 1
[junit4:junit4]   2> 10862 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10083 (1428449537318453248)]} 0 5
[junit4:junit4]   2> 10862 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[71 (-1428449537323696128)]} 0 0
[junit4:junit4]   2> 10863 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10071 (-1428449537324744704)]} 0 0
[junit4:junit4]   2> 10867 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[71 (-1428449537326841856)]} 0 0
[junit4:junit4]   2> 10868 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10071 (-1428449537327890432)]} 0 0
[junit4:junit4]   2> 10869 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[71 (-1428449537326841856)]} 0 4
[junit4:junit4]   2> 10869 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10071 (-1428449537327890432)]} 0 3
[junit4:junit4]   2> 10872 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10084 (1428449537334181888)]} 0 0
[junit4:junit4]   2> 10872 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[84 (1428449537334181889)]} 0 0
[junit4:junit4]   2> 10877 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[84 (1428449537337327616)]} 0 0
[junit4:junit4]   2> 10878 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10084 (1428449537337327617)]} 0 1
[junit4:junit4]   2> 10878 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[84 (1428449537337327616)]} 0 3
[junit4:junit4]   2> 10879 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10084 (1428449537337327617)]} 0 4
[junit4:junit4]   2> 10881 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[72 (-1428449537343619072)]} 0 0
[junit4:junit4]   2> 10882 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10072 (-1428449537344667648)]} 0 0
[junit4:junit4]   2> 10885 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[72 (-1428449537345716224)]} 0 0
[junit4:junit4]   2> 10886 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[72 (-1428449537345716224)]} 0 3
[junit4:junit4]   2> 10886 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10072 (-1428449537346764800)]} 0 0
[junit4:junit4]   2> 10888 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10072 (-1428449537346764800)]} 0 4
[junit4:junit4]   2> 10889 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[85 (1428449537352007680)]} 0 0
[junit4:junit4]   2> 10890 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10085 (1428449537352007681)]} 0 1
[junit4:junit4]   2> 10896 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[85 (1428449537355153408)]} 0 1
[junit4:junit4]   2> 10896 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[85 (1428449537355153408)]} 0 4
[junit4:junit4]   2> 10896 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10085 (1428449537356201984)]} 0 0
[junit4:junit4]   2> 10896 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10085 (1428449537356201984)]} 0 3
[junit4:junit4]   2> 10898 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[74 (-1428449537361444864)]} 0 0
[junit4:junit4]   2> 10899 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10074 (-1428449537362493440)]} 0 0
[junit4:junit4]   2> 10903 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[74 (-1428449537364590592)]} 0 0
[junit4:junit4]   2> 10903 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10074 (-1428449537365639168)]} 0 0
[junit4:junit4]   2> 10904 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[74 (-1428449537364590592)]} 0 3
[junit4:junit4]   2> 10904 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10074 (-1428449537365639168)]} 0 2
[junit4:junit4]   2> 10907 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[86 (1428449537370882048)]} 0 0
[junit4:junit4]   2> 10909 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10086 (1428449537370882049)]} 0 2
[junit4:junit4]   2> 10913 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[86 (1428449537374027776)]} 0 0
[junit4:junit4]   2> 10914 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[86 (1428449537374027776)]} 0 4
[junit4:junit4]   2> 10914 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10086 (1428449537375076352)]} 0 0
[junit4:junit4]   2> 10916 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10086 (1428449537375076352)]} 0 5
[junit4:junit4]   2> 10916 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[75 (-1428449537380319232)]} 0 0
[junit4:junit4]   2> 10918 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10075 (-1428449537382416384)]} 0 0
[junit4:junit4]   2> 10921 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[75 (-1428449537383464960)]} 0 0
[junit4:junit4]   2> 10922 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10075 (-1428449537384513536)]} 0 0
[junit4:junit4]   2> 10923 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[75 (-1428449537383464960)]} 0 4
[junit4:junit4]   2> 10923 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10075 (-1428449537384513536)]} 0 3
[junit4:junit4]   2> 10925 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[87 (1428449537389756416)]} 0 0
[junit4:junit4]   2> 10925 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10087 (1428449537389756417)]} 0 0
[junit4:junit4]   2> 10929 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10087 (1428449537392902144)]} 0 0
[junit4:junit4]   2> 10930 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10087 (1428449537392902144)]} 0 2
[junit4:junit4]   2> 10931 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[87 (1428449537392902145)]} 0 1
[junit4:junit4]   2> 10932 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[87 (1428449537392902145)]} 0 4
[junit4:junit4]   2> 10933 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10088 (1428449537398145024)]} 0 0
[junit4:junit4]   2> 10936 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[88 (1428449537400242176)]} 0 1
[junit4:junit4]   2> 10940 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10088 (1428449537401290752)]} 0 1
[junit4:junit4]   2> 10941 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[88 (1428449537402339328)]} 0 1
[junit4:junit4]   2> 10941 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10088 (1428449537401290752)]} 0 5
[junit4:junit4]   2> 10942 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[88 (1428449537402339328)]} 0 5
[junit4:junit4]   2> 10943 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[89 (1428449537408630784)]} 0 0
[junit4:junit4]   2> 10944 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10089 (1428449537408630785)]} 0 1
[junit4:junit4]   2> 10949 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10089 (1428449537412825088)]} 0 0
[junit4:junit4]   2> 10950 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10089 (1428449537412825088)]} 0 3
[junit4:junit4]   2> 10951 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[89 (1428449537412825089)]} 0 1
[junit4:junit4]   2> 10951 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[89 (1428449537412825089)]} 0 4
[junit4:junit4]   2> 10954 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10077 (-1428449537420165120)]} 0 0
[junit4:junit4]   2> 10954 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[77 (-1428449537420165121)]} 0 0
[junit4:junit4]   2> 10957 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10077 (-1428449537422262272)]} 0 0
[junit4:junit4]   2> 10958 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[77 (-1428449537422262273)]} 0 0
[junit4:junit4]   2> 10958 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10077 (-1428449537422262272)]} 0 2
[junit4:junit4]   2> 10959 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[77 (-1428449537422262273)]} 0 3
[junit4:junit4]   2> 10961 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10090 (1428449537427505152)]} 0 0
[junit4:junit4]   2> 10963 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[90 (1428449537428553728)]} 0 1
[junit4:junit4]   2> 10966 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[90 (1428449537430650880)]} 0 0
[junit4:junit4]   2> 10967 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10090 (1428449537429602304)]} 0 1
[junit4:junit4]   2> 10968 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[90 (1428449537430650880)]} 0 4
[junit4:junit4]   2> 10969 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10090 (1428449537429602304)]} 0 6
[junit4:junit4]   2> 10970 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[91 (1428449537436942336)]} 0 0
[junit4:junit4]   2> 10970 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10091 (1428449537436942337)]} 0 0
[junit4:junit4]   2> 10975 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[91 (1428449537440088064)]} 0 0
[junit4:junit4]   2> 10976 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[91 (1428449537440088064)]} 0 3
[junit4:junit4]   2> 10976 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10091 (1428449537440088065)]} 0 0
[junit4:junit4]   2> 10977 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10091 (1428449537440088065)]} 0 4
[junit4:junit4]   2> 10979 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[92 (1428449537445330944)]} 0 1
[junit4:junit4]   2> 10980 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[10092 (1428449537447428096)]} 0 0
[junit4:junit4]   2> 10984 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[92 (1428449537449525248)]} 0 0
[junit4:junit4]   2> 10985 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[92 (1428449537449525248)]} 0 3
[junit4:junit4]   2> 10986 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10092 (1428449537450573824)]} 0 0
[junit4:junit4]   2> 10990 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10092 (1428449537450573824)]} 0 7
[junit4:junit4]   2> 10990 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[78 (-1428449537457913856)]} 0 0
[junit4:junit4]   2> 10993 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10078 (-1428449537461059584)]} 0 0
[junit4:junit4]   2> 10996 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[78 (-1428449537462108160)]} 0 0
[junit4:junit4]   2> 10996 T2696 C153 P60380 /update {wt=javabin&version=2} {delete=[78 (-1428449537462108160)]} 0 3
[junit4:junit4]   2> 10997 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10078 (-1428449537464205312)]} 0 0
[junit4:junit4]   2> 10997 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[10078 (-1428449537464205312)]} 0 1
[junit4:junit4]   2> 11000 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[93 (1428449537467351040)]} 0 1
[junit4:junit4]   2> 11002 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10093 (1428449537469448192)]} 0 1
[junit4:junit4]   2> 11006 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[93 (1428449537471545344)]} 0 1
[junit4:junit4]   2> 11007 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10093 (1428449537471545345)]} 0 1
[junit4:junit4]   2> 11007 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10093 (1428449537471545345)]} 0 4
[junit4:junit4]   2> 11007 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[93 (1428449537471545344)]} 0 4
[junit4:junit4]   2> 11009 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10094 (1428449537477836800)]} 0 0
[junit4:junit4]   2> 11011 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[94 (1428449537478885376)]} 0 1
[junit4:junit4]   2> 11015 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10094 (1428449537480982528)]} 0 0
[junit4:junit4]   2> 11016 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10094 (1428449537480982528)]} 0 4
[junit4:junit4]   2> 11016 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[94 (1428449537482031104)]} 0 0
[junit4:junit4]   2> 11017 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[94 (1428449537482031104)]} 0 4
[junit4:junit4]   2> 11018 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10095 (1428449537487273984)]} 0 0
[junit4:junit4]   2> 11021 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[95 (1428449537489371136)]} 0 1
[junit4:junit4]   2> 11024 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10095 (1428449537490419712)]} 0 1
[junit4:junit4]   2> 11024 T2696 C153 P60380 /update {wt=javabin&version=2} {add=[10095 (1428449537490419712)]} 0 3
[junit4:junit4]   2> 11025 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[95 (1428449537492516864)]} 0 0
[junit4:junit4]   2> 11026 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[95 (1428449537492516864)]} 0 3
[junit4:junit4]   2> 11027 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10096 (1428449537496711168)]} 0 0
[junit4:junit4]   2> 11030 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[96 (1428449537498808320)]} 0 1
[junit4:junit4]   2> 11034 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10096 (1428449537499856896)]} 0 1
[junit4:junit4]   2> 11035 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10096 (1428449537499856896)]} 0 5
[junit4:junit4]   2> 11035 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[96 (1428449537501954048)]} 0 0
[junit4:junit4]   2> 11036 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[96 (1428449537501954048)]} 0 4
[junit4:junit4]   2> 11036 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10097 (1428449537506148352)]} 0 0
[junit4:junit4]   2> 11038 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[97 (1428449537508245504)]} 0 0
[junit4:junit4]   2> 11043 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10097 (1428449537510342656)]} 0 0
[junit4:junit4]   2> 11044 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[97 (1428449537511391232)]} 0 1
[junit4:junit4]   2> 11044 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10097 (1428449537510342656)]} 0 4
[junit4:junit4]   2> 11044 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[97 (1428449537511391232)]} 0 3
[junit4:junit4]   2> 11047 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[79 (-1428449537517682688)]} 0 0
[junit4:junit4]   2> 11047 T2673 C152 P60368 /update {wt=javabin&version=2} {delete=[10079 (-1428449537517682689)]} 0 0
[junit4:junit4]   2> 11051 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[79 (-1428449537519779841)]} 0 0
[junit4:junit4]   2> 11051 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10079 (-1428449537519779840)]} 0 0
[junit4:junit4]   2> 11052 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[79 (-1428449537519779841)]} 0 3
[junit4:junit4]   2> 11052 T2696 C153 P60380 /update {wt=javabin&version=2} {delete=[10079 (-1428449537519779840)]} 0 3
[junit4:junit4]   2> 11054 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[98 (1428449537525022720)]} 0 0
[junit4:junit4]   2> 11055 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10098 (1428449537526071296)]} 0 0
[junit4:junit4]   2> 11060 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[98 (1428449537527119872)]} 0 1
[junit4:junit4]   2> 11061 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10098 (1428449537528168448)]} 0 1
[junit4:junit4]   2> 11061 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[98 (1428449537527119872)]} 0 5
[junit4:junit4]   2> 11062 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10098 (1428449537528168448)]} 0 5
[junit4:junit4]   2> 11063 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10080 (-1428449537534459904)]} 0 0
[junit4:junit4]   2> 11063 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[80 (-1428449537534459905)]} 0 0
[junit4:junit4]   2> 11067 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10080 (-1428449537536557056)]} 0 0
[junit4:junit4]   2> 11068 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10080 (-1428449537536557056)]} 0 3
[junit4:junit4]   2> 11069 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[80 (-1428449537537605632)]} 0 1
[junit4:junit4]   2> 11069 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[80 (-1428449537537605632)]} 0 3
[junit4:junit4]   2> 11069 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10099 (1428449537540751360)]} 0 0
[junit4:junit4]   2> 11073 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[99 (1428449537543897088)]} 0 1
[junit4:junit4]   2> 11075 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10099 (1428449537544945664)]} 0 0
[junit4:junit4]   2> 11076 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10099 (1428449537544945664)]} 0 3
[junit4:junit4]   2> 11078 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[10081 (-1428449537550188544)]} 0 0
[junit4:junit4]   2> 11080 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[99 (1428449537548091392)]} 0 1
[junit4:junit4]   2> 11080 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[99 (1428449537548091392)]} 0 4
[junit4:junit4]   2> 11083 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[81 (-1428449537555431424)]} 0 0
[junit4:junit4]   2> 11084 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10081 (-1428449537553334272)]} 0 0
[junit4:junit4]   2> 11085 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[10081 (-1428449537553334272)]} 0 4
[junit4:junit4]   2> 11087 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[81 (-1428449537557528576)]} 0 0
[junit4:junit4]   2> 11088 T2698 C153 P60380 /update {wt=javabin&version=2} {delete=[81 (-1428449537557528576)]} 0 3
[junit4:junit4]   2> 11089 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10100 (1428449537561722880)]} 0 0
[junit4:junit4]   2> 11091 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[100 (1428449537562771456)]} 0 1
[junit4:junit4]   2> 11095 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10100 (1428449537563820032)]} 0 1
[junit4:junit4]   2> 11096 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10100 (1428449537563820032)]} 0 5
[junit4:junit4]   2> 11097 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[100 (1428449537565917184)]} 0 1
[junit4:junit4]   2> 11098 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[100 (1428449537565917184)]} 0 5
[junit4:junit4]   2> 11098 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10101 (1428449537571160064)]} 0 0
[junit4:junit4]   2> 11102 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[101 (1428449537574305792)]} 0 1
[junit4:junit4]   2> 11103 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10101 (1428449537574305792)]} 0 0
[junit4:junit4]   2> 11103 T2696 C153 P60380 /update {wt=javabin&version=2} {add=[10101 (1428449537574305792)]} 0 2
[junit4:junit4]   2> 11106 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10102 (1428449537579548672)]} 0 0
[junit4:junit4]   2> 11109 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[101 (1428449537577451520)]} 0 1
[junit4:junit4]   2> 11110 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[101 (1428449537577451520)]} 0 6
[junit4:junit4]   2> 11112 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[102 (1428449537584791552)]} 0 1
[junit4:junit4]   2> 11113 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10102 (1428449537583742976)]} 0 1
[junit4:junit4]   2> 11113 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10102 (1428449537583742976)]} 0 3
[junit4:junit4]   2> 11116 T2676 C152 P60368 /update {wt=javabin&version=2} {delete=[10082 (-1428449537590034432)]} 0 0
[junit4:junit4]   2> 11117 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[102 (1428449537588985856)]} 0 0
[junit4:junit4]   2> 11118 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[102 (1428449537588985856)]} 0 3
[junit4:junit4]   2> 11120 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10082 (-1428449537592131584)]} 0 0
[junit4:junit4]   2> 11122 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10082 (-1428449537592131584)]} 0 4
[junit4:junit4]   2> 11122 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[82 (-1428449537596325888)]} 0 0
[junit4:junit4]   2> 11123 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10103 (1428449537597374464)]} 0 0
[junit4:junit4]   2> 11126 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[82 (-1428449537598423040)]} 0 0
[junit4:junit4]   2> 11127 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[82 (-1428449537598423040)]} 0 3
[junit4:junit4]   2> 11129 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10103 (1428449537600520192)]} 0 0
[junit4:junit4]   2> 11129 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[103 (1428449537603665920)]} 0 0
[junit4:junit4]   2> 11130 T2696 C153 P60380 /update {wt=javabin&version=2} {add=[10103 (1428449537600520192)]} 0 4
[junit4:junit4]   2> 11131 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[10104 (1428449537605763072)]} 0 0
[junit4:junit4]   2> 11147 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[103 (1428449537606811648)]} 0 12
[junit4:junit4]   2> 11148 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[103 (1428449537606811648)]} 0 16
[junit4:junit4]   2> 11148 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10104 (1428449537608908800)]} 0 1
[junit4:junit4]   2> 11150 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10104 (1428449537608908800)]} 0 16
[junit4:junit4]   2> 11151 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[104 (1428449537625686016)]} 0 1
[junit4:junit4]   2> 11152 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10105 (1428449537626734592)]} 0 1
[junit4:junit4]   2> 11156 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[104 (1428449537629880320)]} 0 0
[junit4:junit4]   2> 11158 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10105 (1428449537629880321)]} 0 2
[junit4:junit4]   2> 11158 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[104 (1428449537629880320)]} 0 4
[junit4:junit4]   2> 11159 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10105 (1428449537629880321)]} 0 5
[junit4:junit4]   2> 11162 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[105 (1428449537637220352)]} 0 1
[junit4:junit4]   2> 11162 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10085 (-1428449537638268928)]} 0 0
[junit4:junit4]   2> 11166 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10085 (-1428449537640366080)]} 0 0
[junit4:junit4]   2> 11167 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10085 (-1428449537640366080)]} 0 3
[junit4:junit4]   2> 11168 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[105 (1428449537640366081)]} 0 1
[junit4:junit4]   2> 11169 T2696 C153 P60380 /update {wt=javabin&version=2} {add=[105 (1428449537640366081)]} 0 5
[junit4:junit4]   2> 11170 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10106 (1428449537646657536)]} 0 0
[junit4:junit4]   2> 11171 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[85 (-1428449537647706112)]} 0 0
[junit4:junit4]   2> 11176 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[85 (-1428449537650851840)]} 0 0
[junit4:junit4]   2> 11176 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10106 (1428449537649803264)]} 0 0
[junit4:junit4]   2> 11176 T2694 C153 P60380 /update {wt=javabin&version=2} {delete=[85 (-1428449537650851840)]} 0 2
[junit4:junit4]   2> 11177 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[10106 (1428449537649803264)]} 0 4
[junit4:junit4]   2> 11180 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[106 (1428449537656094720)]} 0 1
[junit4:junit4]   2> 11180 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[10107 (1428449537657143296)]} 0 0
[junit4:junit4]   2> 11184 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[106 (1428449537659240448)]} 0 0
[junit4:junit4]   2> 11186 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10107 (1428449537659240449)]} 0 2
[junit4:junit4]   2> 11186 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[106 (1428449537659240448)]} 0 4
[junit4:junit4]   2> 11187 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[10107 (1428449537659240449)]} 0 5
[junit4:junit4]   2> 11190 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10086 (-1428449537667629056)]} 0 0
[junit4:junit4]   2> 11190 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[107 (1428449537667629057)]} 0 0
[junit4:junit4]   2> 11193 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10086 (-1428449537668677632)]} 0 0
[junit4:junit4]   2> 11194 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10086 (-1428449537668677632)]} 0 3
[junit4:junit4]   2> 11196 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[107 (1428449537669726208)]} 0 1
[junit4:junit4]   2> 11196 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10108 (1428449537673920512)]} 0 0
[junit4:junit4]   2> 11196 T2696 C153 P60380 /update {wt=javabin&version=2} {add=[107 (1428449537669726208)]} 0 4
[junit4:junit4]   2> 11199 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[86 (-1428449537677066240)]} 0 0
[junit4:junit4]   2> 11202 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10108 (1428449537676017664)]} 0 1
[junit4:junit4]   2> 11203 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10108 (1428449537676017664)]} 0 5
[junit4:junit4]   2> 11203 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[86 (-1428449537680211968)]} 0 0
[junit4:junit4]   2> 11204 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[86 (-1428449537680211968)]} 0 2
[junit4:junit4]   2> 11204 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[10087 (-1428449537682309120)]} 0 0
[junit4:junit4]   2> 11207 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[108 (1428449537684406272)]} 0 1
[junit4:junit4]   2> 11210 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10087 (-1428449537686503424)]} 0 0
[junit4:junit4]   2> 11210 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10087 (-1428449537686503424)]} 0 2
[junit4:junit4]   2> 11212 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[108 (1428449537688600576)]} 0 0
[junit4:junit4]   2> 11213 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[108 (1428449537688600576)]} 0 3
[junit4:junit4]   2> 11214 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10109 (1428449537691746304)]} 0 1
[junit4:junit4]   2> 11215 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[87 (-1428449537693843456)]} 0 0
[junit4:junit4]   2> 11219 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10109 (1428449537694892032)]} 0 1
[junit4:junit4]   2> 11220 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10109 (1428449537694892032)]} 0 4
[junit4:junit4]   2> 11220 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[87 (-1428449537696989184)]} 0 0
[junit4:junit4]   2> 11221 T2696 C153 P60380 /update {wt=javabin&version=2} {delete=[87 (-1428449537696989184)]} 0 3
[junit4:junit4]   2> 11222 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10110 (1428449537701183488)]} 0 0
[junit4:junit4]   2> 11224 T2674 C152 P60368 /update {wt=javabin&version=2} {add=[109 (1428449537702232064)]} 0 1
[junit4:junit4]   2> 11228 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10110 (1428449537703280640)]} 0 0
[junit4:junit4]   2> 11229 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10110 (1428449537703280640)]} 0 5
[junit4:junit4]   2> 11230 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[109 (1428449537707474944)]} 0 0
[junit4:junit4]   2> 11231 T2693 C153 P60380 /update {wt=javabin&version=2} {add=[109 (1428449537707474944)]} 0 3
[junit4:junit4]   2> 11232 T2675 C152 P60368 /update {wt=javabin&version=2} {add=[10111 (1428449537710620672)]} 0 1
[junit4:junit4]   2> 11235 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[110 (1428449537713766400)]} 0 1
[junit4:junit4]   2> 11237 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10111 (1428449537714814976)]} 0 0
[junit4:junit4]   2> 11238 T2697 C153 P60380 /update {wt=javabin&version=2} {add=[10111 (1428449537714814976)]} 0 3
[junit4:junit4]   2> 11240 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[110 (1428449537717960704)]} 0 0
[junit4:junit4]   2> 11242 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[110 (1428449537717960704)]} 0 4
[junit4:junit4]   2> 11242 T2678 C152 P60368 /update {wt=javabin&version=2} {delete=[10089 (-1428449537722155008)]} 0 0
[junit4:junit4]   2> 11243 T2677 C152 P60368 /update {wt=javabin&version=2} {add=[111 (1428449537723203584)]} 0 0
[junit4:junit4]   2> 11246 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10089 (-1428449537724252160)]} 0 0
[junit4:junit4]   2> 11247 T2695 C153 P60380 /update {wt=javabin&version=2} {delete=[10089 (-1428449537724252160)]} 0 3
[junit4:junit4]   2> 11249 T2673 C152 P60368 /update {wt=javabin&version=2} {add=[10112 (1428449537729495040)]} 0 0
[junit4:junit4]   2> 11250 T2709 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[111 (1428449537726349312)]} 0 1
[junit4:junit4]   2> 11250 T2696 C153 P60380 /update {wt=javabin&version=2} {add=[111 (1428449537726349312)]} 0 4
[junit4:junit4]   2> 11253 T2674 C152 P60368 /update {wt=javabin&version=2} {delete=[89 (-1428449537733689344)]} 0 0
[junit4:junit4]   2> 11254 T2711 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10112 (1428449537731592192)]} 0 0
[junit4:junit4]   2> 11255 T2694 C153 P60380 /update {wt=javabin&version=2} {add=[10112 (1428449537731592192)]} 0 4
[junit4:junit4]   2> 11257 T2710 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[89 (-1428449537736835072)]} 0 0
[junit4:junit4]   2> 11257 T2675 C152 P60368 /update {wt=javabin&version=2} {delete=[10090 (-1428449537737883648)]} 0 0
[junit4:junit4]   2> 11258 T2693 C153 P60380 /update {wt=javabin&version=2} {delete=[89 (-1428449537736835072)]} 0 2
[junit4:junit4]   2> 11260 T2676 C152 P60368 /update {wt=javabin&version=2} {add=[112 (1428449537741029376)]} 0 0
[junit4:junit4]   2> 11262 T2712 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10090 (-1428449537741029376)]} 0 0
[junit4:junit4]   2> 11263 T2697 C153 P60380 /update {wt=javabin&version=2} {delete=[10090 (-1428449537741029376)]} 0 3
[junit4:junit4]   2> 11265 T2678 C152 P60368 /update {wt=javabin&version=2} {add=[10113 (1428449537746272256)]} 0 0
[junit4:junit4]   2> 11267 T2713 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[112 (1428449537744175104)]} 0 0
[junit4:junit4]   2> 11268 T2698 C153 P60380 /update {wt=javabin&version=2} {add=[112 (1428449537744175104)]} 0 5
[junit4:junit4]   2> 11270 T2677 C152 P60368 /update {wt=javabin&version=2} {delete=[90 (-1428449537751515136)]} 0 0
[junit4:junit4]   2> 11271 T2714 C151 P60389 /update {distrib.from=http://127.0.0.1:60380/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10113 (1428449537750466560)]} 0 0
[junit4:junit4]   2> 11273 T2695 C153 P60380 /update {wt=javabin&version=2} {add=[10113 (1428449537750466560)]} 0

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

mplePostToolTest, JSONWriterTest, TestSweetSpotSimilarityFactory, UUIDFieldTest, RequiredFieldsTest, ExternalFileFieldSortTest, ChaosMonkeyNothingIsSafeTest, BinaryUpdateRequestHandlerTest, ClusterStateUpdateTest, SolrCoreTest, LeaderElectionIntegrationTest, QueryParsingTest, TestPostingsSolrHighlighter, DistributedQueryElevationComponentTest, DirectUpdateHandlerOptimizeTest, TestStressVersions, UpdateRequestProcessorFactoryTest, TestSolrDiscoveryProperties, TestIBSimilarityFactory, DirectSolrConnectionTest, TestStressRecovery, TestArbitraryIndexDir, TestGroupingSearch, PreAnalyzedFieldTest, UpdateParamsTest, TestSort, TestRandomFaceting, TestLRUCache, OpenExchangeRatesOrgProviderTest, PrimUtilsTest, TestCoreContainer, DOMUtilTest, TestQuerySenderNoQuery, TestBinaryField, NumericFieldsTest, CoreAdminHandlerTest, ShardRoutingCustomTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, TestHashPartitioner, TestRTGBase, LeaderElectionTest, LegacyHTMLStripCharFilterTest, ClusterStateTest, TestUpdate, TestNumberUtils, ZkNodePropsTest, IndexReaderFactoryTest, WordBreakSolrSpellCheckerTest, TestJmxIntegration, PluginInfoTest, NoCacheHeaderTest, TestBinaryResponseWriter, TestFunctionQuery, MoreLikeThisHandlerTest, BasicFunctionalityTest, TestPseudoReturnFields, TestQueryTypes, TestXIncludeConfig, XsltUpdateRequestHandlerTest, BadComponentTest, DocumentAnalysisRequestHandlerTest, MinimalSchemaTest, TestLazyCores, OverseerTest, TestStressLucene, TestRemoteStreaming, RequestHandlersTest, AnalysisAfterCoreReloadTest, TestValueSourceCache, ZkSolrClientTest, SolrCmdDistributorTest, TestPerFieldSimilarity, IndexSchemaTest, TestZkChroot, BasicDistributedZkTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=D19B6DE2F76C812B -Dtests.slow=true -Dtests.locale=ru_RU -Dtests.timezone=UTC -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2719, name=coreLoadExecutor-1557-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@fe6952 lockFactory=org.apache.lucene.store.NativeFSLockFactory@911600)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2721, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:267)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:223)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1609cfe lockFactory=org.apache.lucene.store.NativeFSLockFactory@157a880)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed in 73.14s, 1 test, 2 errors <<< FAILURES!

[...truncated 405 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1207: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:870: There were test failures: 260 suites, 1095 tests, 2 suite-level errors, 14 ignored (8 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_15) - Build # 2615 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2615/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.core.OpenCloseCoreStressTest.test30SecondsNew

Error Message:
Core 00017_core bad! expected:<25> but was:<14>

Stack Trace:
java.lang.AssertionError: Core 00017_core bad! expected:<25> but was:<14>
	at __randomizedtesting.SeedInfo.seed([B0B7E561755BA486:D402F9B5279B5DC3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.core.OpenCloseCoreStressTest.checkResults(OpenCloseCoreStressTest.java:306)
	at org.apache.solr.core.OpenCloseCoreStressTest.doStress(OpenCloseCoreStressTest.java:209)
	at org.apache.solr.core.OpenCloseCoreStressTest.test30SecondsNew(OpenCloseCoreStressTest.java:128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9492 lines...]
[junit4:junit4] Suite: org.apache.solr.core.OpenCloseCoreStressTest
[junit4:junit4] IGNOR/A 0.00s | OpenCloseCoreStressTest.test10MinutesNew
[junit4:junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
[junit4:junit4] IGNOR/A 0.00s | OpenCloseCoreStressTest.test1HourOld
[junit4:junit4]    > Assumption #1: 'weekly' test group is disabled (@Weekly)
[junit4:junit4]   2> 9 T5641 oas.SolrTestCaseJ4.setUp ###Starting test30SecondsOld
[junit4:junit4]   2> 153 T5641 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 160 T5641 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58589
[junit4:junit4]   2> 161 T5641 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 161 T5641 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 161 T5641 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_
[junit4:junit4]   2> 161 T5641 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\solr.xml
[junit4:junit4]   2> 161 T5641 oasc.CoreContainer.<init> New CoreContainer 8000348
[junit4:junit4]   2> 162 T5641 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\'
[junit4:junit4]   2> 162 T5641 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\'
[junit4:junit4]   2> 223 T5641 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 224 T5641 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 224 T5641 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 224 T5641 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 225 T5641 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 225 T5641 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 225 T5641 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 226 T5641 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 226 T5641 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 226 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 244 T5641 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 270 T5651 oasc.CoreContainer.create Creating SolrCore '00000_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core
[junit4:junit4]   2> 273 T5651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\'
[junit4:junit4]   2> 323 T5651 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 389 T5651 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 390 T5651 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 394 T5651 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 426 T3 oasc.CoreContainer.finalize SEVERE CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=30093220
[junit4:junit4]   2> 433 T5651 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 434 T5651 oasc.SolrCore.<init> [00000_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data\
[junit4:junit4]   2> 435 T5651 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 435 T5651 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 437 T5651 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data forceNew:false
[junit4:junit4]   2> 437 T5651 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data
[junit4:junit4]   2> 437 T5651 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data\index/
[junit4:junit4]   2> 438 T5651 oasc.SolrCore.initIndex WARNING [00000_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 439 T5651 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data\index forceNew:false
[junit4:junit4]   2> 453 T5651 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00000_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6072),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 454 T5651 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 455 T5651 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data\index
[junit4:junit4]   2> 456 T5651 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 458 T5651 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 458 T5651 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 461 T5651 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 479 T5651 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 490 T5651 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data
[junit4:junit4]   2> 493 T5651 oass.SolrIndexSearcher.<init> Opening Searcher@d9eb4b main
[junit4:junit4]   2> 494 T5651 oasc.SolrCore.registerSearcher [00000_core] Registered new searcher Searcher@d9eb4b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 495 T5651 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 495 T5651 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 501 T5651 oasc.CoreContainer.registerCore registering core: 00000_core
[junit4:junit4]   2> 503 T5641 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 503 T5641 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 504 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 514 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 520 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 525 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 529 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 535 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 541 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 549 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 556 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 563 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 569 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 573 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 579 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 584 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 590 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 595 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 600 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 606 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 612 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 616 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 622 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 627 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 631 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 638 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 643 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 648 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 653 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 659 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 664 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 669 T5641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 692 T5646 oasc.CoreContainer.create Creating SolrCore '00010_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core
[junit4:junit4]   2> 693 T5647 oasc.CoreContainer.create Creating SolrCore '00015_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core
[junit4:junit4]   2> 698 T5646 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\'
[junit4:junit4]   2> 701 T5647 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\'
[junit4:junit4]   2> 697 T5648 oasc.CoreContainer.create Creating SolrCore '00001_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core
[junit4:junit4]   2> 714 T5648 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\'
[junit4:junit4]   2> 708 T5687 oasc.CoreContainer.create Creating SolrCore '00013_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core
[junit4:junit4]   2> 722 T5687 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\'
[junit4:junit4]   2> 704 T5649 oasc.CoreContainer.create Creating SolrCore '00014_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core
[junit4:junit4]   2> 730 T5649 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\'
[junit4:junit4]   2> 707 T5685 oasc.CoreContainer.create Creating SolrCore '00007_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core
[junit4:junit4]   2> 739 T5685 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\'
[junit4:junit4]   2> 707 T5684 oasc.CoreContainer.create Creating SolrCore '00005_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core
[junit4:junit4]   2> 754 T5684 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\'
[junit4:junit4]   2> 810 T5685 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 726 T5689 oasc.CoreContainer.create Creating SolrCore '00008_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core
[junit4:junit4]   2> 824 T5689 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\'
[junit4:junit4]   2> 845 T5684 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 858 T5647 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 725 T5691 oasc.CoreContainer.create Creating SolrCore '00009_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core
[junit4:junit4]   2> ASYNC  NEW_CORE C393 name=00000_core org.apache.solr.core.SolrCore@48d3b8
[junit4:junit4]   2> 725 T5686 C393 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00000_core\data
[junit4:junit4]   2> 890 T5691 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\'
[junit4:junit4]   2> 907 T5693 oasc.CoreContainer.create Creating SolrCore '00019_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core
[junit4:junit4]   2> 956 T5685 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 957 T5685 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 960 T5685 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 946 T5648 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1024 T5684 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1024 T5684 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1028 T5684 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1049 T5649 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1053 T5684 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1054 T5684 oasc.SolrCore.<init> [00005_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data\
[junit4:junit4]   2> 1055 T5684 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1055 T5684 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1056 T5684 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data forceNew:false
[junit4:junit4]   2> 1057 T5684 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data
[junit4:junit4]   2> 1058 T5684 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data\index/
[junit4:junit4]   2> 917 T5686 C393 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00000_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6072),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 912 T5694 oasc.CoreContainer.create Creating SolrCore '00012_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core
[junit4:junit4]   2> 1108 T5704 oasc.CoreContainer.create Creating SolrCore '00016_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core
[junit4:junit4]   2> 1107 T5705 oasc.CoreContainer.create Creating SolrCore '00018_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core
[junit4:junit4]   2> 1109 T5705 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\'
[junit4:junit4]   2> 1117 T5647 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1117 T5647 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1121 T5648 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1121 T5647 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1121 T5648 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1106 T5707 oasc.CoreContainer.create Creating SolrCore '00006_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core
[junit4:junit4]   2> 1106 T5686 C393 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1001 T5693 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\'
[junit4:junit4]   2> 1000 T5685 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1129 T5686 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id11]} 0 406
[junit4:junit4]   2> 1131 T5684 oasc.SolrCore.initIndex WARNING [00005_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1132 T5694 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\'
[junit4:junit4]   2> 1133 T5707 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\'
[junit4:junit4]   2> 1134 T5704 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\'
[junit4:junit4]   2> 1145 T5649 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1146 T5649 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1149 T5649 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1155 T5648 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1174 T5649 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1176 T5649 oasc.SolrCore.<init> [00014_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data\
[junit4:junit4]   2> 1177 T5649 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1177 T5649 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1179 T5649 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data forceNew:false
[junit4:junit4]   2> 1180 T5649 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data
[junit4:junit4]   2> 1180 T5649 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data\index/
[junit4:junit4]   2> 1180 T5648 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1180 T5649 oasc.SolrCore.initIndex WARNING [00014_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1182 T5648 oasc.SolrCore.<init> [00001_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data\
[junit4:junit4]   2> 1184 T5648 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1184 T5648 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1217 T5687 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1218 T5646 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1248 T5648 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data forceNew:false
[junit4:junit4]   2> 1248 T5648 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data
[junit4:junit4]   2> 1249 T5648 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data\index/
[junit4:junit4]   2> 1250 T5648 oasc.SolrCore.initIndex WARNING [00001_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1261 T5684 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data\index forceNew:false
[junit4:junit4]   2> 1261 T5648 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data\index forceNew:false
[junit4:junit4]   2> 1268 T5685 oasc.SolrCore.<init> [00007_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data\
[junit4:junit4]   2> 1268 T5685 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1268 T5685 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1272 T5685 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data forceNew:false
[junit4:junit4]   2> 1274 T5685 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data
[junit4:junit4]   2> 1274 T5685 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data\index/
[junit4:junit4]   2> 1275 T5685 oasc.SolrCore.initIndex WARNING [00007_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1278 T5684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00005_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19dd3dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1278 T5684 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1281 T5684 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data\index
[junit4:junit4]   2> 1283 T5684 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1285 T5684 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1286 T5684 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1286 T5684 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1307 T5684 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1308 T5648 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00001_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@c04feb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1308 T5648 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1311 T5648 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data\index
[junit4:junit4]   2> 1312 T5648 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1314 T5648 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1315 T5648 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1315 T5648 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1349 T5648 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1361 T5649 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data\index forceNew:false
[junit4:junit4]   2> 1364 T5685 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data\index forceNew:false
[junit4:junit4]   2> 1380 T5649 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00014_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f4f55b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1380 T5649 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1424 T5694 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1425 T5705 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1498 T5689 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1504 T5704 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1557 T5648 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data
[junit4:junit4]   2> 1560 T5648 oass.SolrIndexSearcher.<init> Opening Searcher@10b7b9b main
[junit4:junit4]   2> 1560 T5648 oasc.SolrCore.registerSearcher [00001_core] Registered new searcher Searcher@10b7b9b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1562 T5648 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1562 T5648 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1569 T5648 oasc.CoreMaps.putTransientCore Opening transient core 00001_core
[junit4:junit4]   2> 1569 T5648 oasc.CoreContainer.registerCore registering core: 00001_core
[junit4:junit4]   2> ASYNC  NEW_CORE C394 name=00001_core org.apache.solr.core.SolrCore@57cae9
[junit4:junit4]   2> 1576 T5648 C394 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00001_core\data
[junit4:junit4]   2> 1598 T5691 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1606 T5693 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1614 T5648 C394 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00001_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@c04feb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1615 T5648 C394 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1637 T5707 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1641 T5648 C394 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id15]} 0 66
[junit4:junit4]   2> 1691 T5684 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data
[junit4:junit4]   2> 1694 T5684 oass.SolrIndexSearcher.<init> Opening Searcher@179f828 main
[junit4:junit4]   2> 1695 T5684 oasc.SolrCore.registerSearcher [00005_core] Registered new searcher Searcher@179f828 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1696 T5684 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1696 T5684 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1698 T5697 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1761 T5691 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1801 T5691 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1801 T5707 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1802 T5707 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1759 T5693 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1759 T5647 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1749 T5687 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1807 T5647 oasc.SolrCore.<init> [00015_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data\
[junit4:junit4]   2> 1807 T5647 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1807 T5647 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1808 T5705 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1808 T5647 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data forceNew:false
[junit4:junit4]   2> 1809 T5647 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data
[junit4:junit4]   2> 1809 T5705 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1811 T5693 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1817 T5691 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1821 T5707 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1717 T5689 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1713 T5704 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1703 T5649 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data\index
[junit4:junit4]   2> 1823 T5649 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1824 T5649 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1825 T5649 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1825 T5649 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1825 T5705 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1703 T5684 oasc.CoreMaps.putTransientCore Opening transient core 00005_core
[junit4:junit4]   2> 1827 T5684 oasc.CoreContainer.registerCore registering core: 00005_core
[junit4:junit4]   2> 1829 T5704 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1832 T5704 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1853 T5705 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1855 T5705 oasc.SolrCore.<init> [00018_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data\
[junit4:junit4]   2> 1855 T5705 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1856 T5705 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1700 T5645 C394 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id6]} 0 1
[junit4:junit4]   2> 1858 T5704 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1859 T5689 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1862 T5689 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> ASYNC  NEW_CORE C395 name=00005_core org.apache.solr.core.SolrCore@d5f78a
[junit4:junit4]   2> 1865 T5684 C395 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00005_core\data
[junit4:junit4]   2> 1887 T5689 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1698 T5685 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00007_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1185da8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1859 T5704 oasc.SolrCore.<init> [00016_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data\
[junit4:junit4]   2> 1890 T5685 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1890 T5648 oasc.CoreContainer.create Creating SolrCore '00002_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core
[junit4:junit4]   2> 1891 T5648 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\'
[junit4:junit4]   2> 1894 T5689 oasc.SolrCore.<init> [00008_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data\
[junit4:junit4]   2> 1894 T5689 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1817 T5693 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1894 T5689 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1809 T5647 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data\index/
[junit4:junit4]   2> 1807 T5687 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1799 T5694 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1786 T5646 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1890 T5704 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1896 T5703 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 1896 T5704 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1901 T5646 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1902 T5689 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data forceNew:false
[junit4:junit4]   2> 1903 T5694 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1908 T5705 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data forceNew:false
[junit4:junit4]   2> 1908 T5705 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data
[junit4:junit4]   2> 1908 T5705 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data\index/
[junit4:junit4]   2> 1908 T5689 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data
[junit4:junit4]   2> 1909 T5689 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data\index/
[junit4:junit4]   2> 1914 T5705 oasc.SolrCore.initIndex WARNING [00018_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1915 T5647 oasc.SolrCore.initIndex WARNING [00015_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1916 T5647 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data\index forceNew:false
[junit4:junit4]   2> 1916 T5705 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data\index forceNew:false
[junit4:junit4]   2> 1926 T5684 C395 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00005_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19dd3dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1926 T5684 C395 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1927 T5704 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data forceNew:false
[junit4:junit4]   2> 1927 T5685 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data\index
[junit4:junit4]   2> 1928 T5685 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1929 T5685 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1930 T5685 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1930 T5685 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1931 T5691 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1932 T5694 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1937 T5646 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1937 T5691 oasc.SolrCore.<init> [00009_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data\
[junit4:junit4]   2> 1937 T5691 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1937 T5691 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1938 T5689 oasc.SolrCore.initIndex WARNING [00008_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1938 T5704 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data
[junit4:junit4]   2> 1939 T5704 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data\index/
[junit4:junit4]   2> 1942 T5687 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1943 T5689 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data\index forceNew:false
[junit4:junit4]   2> 1945 T5684 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id13]} 0 81
[junit4:junit4]   2> 1945 T5697 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id17]} 0 56
[junit4:junit4]   2> 1952 T5649 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1977 T5685 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1977 T5694 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1978 T5694 oasc.SolrCore.<init> [00012_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data\
[junit4:junit4]   2> 1980 T5694 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 1980 T5694 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 1988 T5704 oasc.SolrCore.initIndex WARNING [00016_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1989 T5649 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data
[junit4:junit4]   2> 1989 T5704 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data\index forceNew:false
[junit4:junit4]   2> 1990 T5649 oass.SolrIndexSearcher.<init> Opening Searcher@78bdd1 main
[junit4:junit4]   2> 1991 T5649 oasc.SolrCore.registerSearcher [00014_core] Registered new searcher Searcher@78bdd1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1991 T5649 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1991 T5649 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2005 T5649 oasc.CoreMaps.putTransientCore Opening transient core 00014_core
[junit4:junit4]   2> 2006 T5649 oasc.CoreContainer.registerCore registering core: 00014_core
[junit4:junit4]   2> 2007 T5691 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data forceNew:false
[junit4:junit4]   2> 2007 T5694 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data forceNew:false
[junit4:junit4]   2> 2007 T5691 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data
[junit4:junit4]   2> 2007 T5691 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data\index/
[junit4:junit4]   2> 2007 T5694 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data
[junit4:junit4]   2> 2009 T5694 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data\index/
[junit4:junit4]   2> 2011 T5694 oasc.SolrCore.initIndex WARNING [00012_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2012 T5694 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data\index forceNew:false
[junit4:junit4]   2> 2013 T5685 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data
[junit4:junit4]   2> 2013 T5703 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2020 T5691 oasc.SolrCore.initIndex WARNING [00009_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2021 T5685 oass.SolrIndexSearcher.<init> Opening Searcher@1c5f944 main
[junit4:junit4]   2> 2021 T5685 oasc.SolrCore.registerSearcher [00007_core] Registered new searcher Searcher@1c5f944 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2023 T5685 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2023 T5685 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2024 T5647 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00015_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@efc559),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2029 T5647 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2028 T5685 oasc.CoreMaps.putTransientCore Opening transient core 00007_core
[junit4:junit4]   2> 2030 T5685 oasc.CoreContainer.registerCore registering core: 00007_core
[junit4:junit4]   2> ASYNC  NEW_CORE C396 name=00014_core org.apache.solr.core.SolrCore@d533
[junit4:junit4]   2> 2042 T5649 C396 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00014_core\data
[junit4:junit4]   2> 2024 T5691 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data\index forceNew:false
[junit4:junit4]   2> 2047 T5647 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data\index
[junit4:junit4]   2> ASYNC  NEW_CORE C397 name=00007_core org.apache.solr.core.SolrCore@1bee962
[junit4:junit4]   2> 2045 T5688 C397 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00007_core\data
[junit4:junit4]   2> 2050 T5647 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2053 T5647 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2053 T5647 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2054 T5647 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2056 T5705 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00018_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f61bf9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2057 T5705 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2057 T5649 C396 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00014_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f4f55b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2057 T5649 C396 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2061 T5684 oasc.CoreContainer.create Creating SolrCore '00017_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core
[junit4:junit4]   2> 2062 T5684 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\'
[junit4:junit4]   2> 2064 T5701 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2070 T5707 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2071 T5707 oasc.SolrCore.<init> [00006_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data\
[junit4:junit4]   2> 2072 T5707 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 2072 T5707 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2074 T5707 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data forceNew:false
[junit4:junit4]   2> 2075 T5707 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data
[junit4:junit4]   2> 2075 T5707 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data\index/
[junit4:junit4]   2> 2076 T5707 oasc.SolrCore.initIndex WARNING [00006_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2077 T5686 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2078 T5707 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data\index forceNew:false
[junit4:junit4]   2> 2084 T5698 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2098 T5689 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00008_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@13a78b7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2099 T5689 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2105 T5649 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4]} 0 64
[junit4:junit4]   2> 2115 T5687 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2117 T5687 oasc.SolrCore.<init> [00013_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data\
[junit4:junit4]   2> 2118 T5687 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 2118 T5687 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2119 T5646 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2119 T5687 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data forceNew:false
[junit4:junit4]   2> 2120 T5687 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data
[junit4:junit4]   2> 2120 T5687 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data\index/
[junit4:junit4]   2> 2121 T5646 oasc.SolrCore.<init> [00010_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data\
[junit4:junit4]   2> 2121 T5646 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 2121 T5646 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2122 T5687 oasc.SolrCore.initIndex WARNING [00013_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2123 T5704 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00016_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@91266f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2123 T5687 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data\index forceNew:false
[junit4:junit4]   2> 2123 T5704 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2130 T5646 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data forceNew:false
[junit4:junit4]   2> 2148 T5647 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2155 T5646 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data
[junit4:junit4]   2> 2155 T5646 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data\index/
[junit4:junit4]   2> 2162 T5693 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2164 T5693 oasc.SolrCore.<init> [00019_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data\
[junit4:junit4]   2> 2165 T5693 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 2166 T5693 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2170 T5705 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data\index
[junit4:junit4]   2> 2170 T5705 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2172 T5705 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2172 T5705 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2173 T5705 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2174 T5689 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data\index
[junit4:junit4]   2> 2174 T5689 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2175 T5646 oasc.SolrCore.initIndex WARNING [00010_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2175 T5689 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2176 T5689 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2177 T5689 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2183 T5647 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data
[junit4:junit4]   2> 2187 T5647 oass.SolrIndexSearcher.<init> Opening Searcher@1e1ed0d main
[junit4:junit4]   2> 2187 T5647 oasc.SolrCore.registerSearcher [00015_core] Registered new searcher Searcher@1e1ed0d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2189 T5647 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2189 T5647 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2192 T5686 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2206 T5688 C397 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00007_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1185da8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2204 T5704 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data\index
[junit4:junit4]   2> 2201 T5689 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2231 T5704 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2200 T5697 oasc.CoreContainer.create Creating SolrCore '00004_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core
[junit4:junit4]   2> 2200 T5647 oasc.CoreMaps.putTransientCore Opening transient core 00015_core
[junit4:junit4]   2> 2200 T5705 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2232 T5647 oasc.CoreContainer.registerCore registering core: 00015_core
[junit4:junit4]   2> 2233 T5704 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2233 T5704 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2234 T5704 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2235 T5697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\'
[junit4:junit4]   2> 2192 T5646 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data\index forceNew:false
[junit4:junit4]   2> 2227 T5688 C397 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2224 T5694 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00012_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d3afe4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2237 T5694 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2223 T5707 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00006_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b25b0b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2243 T5707 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2245 T5689 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data
[junit4:junit4]   2> 2246 T5689 oass.SolrIndexSearcher.<init> Opening Searcher@1e3fc30 main
[junit4:junit4]   2> 2247 T5689 oasc.SolrCore.registerSearcher [00008_core] Registered new searcher Searcher@1e3fc30 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2248 T5689 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2248 T5689 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2221 T5691 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00009_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e60b5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2256 T5691 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2220 T5693 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data forceNew:false
[junit4:junit4]   2> 2256 T5689 oasc.CoreMaps.putTransientCore Opening transient core 00008_core
[junit4:junit4]   2> 2237 T5648 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2256 T5689 oasc.CoreContainer.registerCore registering core: 00008_core
[junit4:junit4]   2> 2267 T5693 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data
[junit4:junit4]   2> 2267 T5693 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data\index/
[junit4:junit4]   2> 2269 T5693 oasc.SolrCore.initIndex WARNING [00019_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2280 T5687 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00013_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b16e9e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2280 T5687 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2282 T5704 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2290 T5685 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id14]} 0 235
[junit4:junit4]   2> 2290 T5688 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id9]} 0 247
[junit4:junit4]   2> 2293 T5694 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data\index
[junit4:junit4]   2> 2293 T5694 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2295 T5694 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2296 T5694 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2310 T5694 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> ASYNC  NEW_CORE C398 name=00008_core org.apache.solr.core.SolrCore@1253b24
[junit4:junit4]   2> 2311 T5708 C398 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00008_core\data
[junit4:junit4]   2> 2317 T5708 C398 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00008_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@13a78b7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2319 T5708 C398 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2319 T5691 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data\index
[junit4:junit4]   2> 2320 T5691 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2321 T5708 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id16]} 0 20
[junit4:junit4]   2> 2322 T5691 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2322 T5687 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data\index
[junit4:junit4]   2> 2322 T5691 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2323 T5687 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2323 T5691 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2324 T5687 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2324 T5687 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2325 T5687 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2328 T5707 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data\index
[junit4:junit4]   2> 2329 T5707 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2330 T5707 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2331 T5707 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2331 T5691 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2331 T5707 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2333 T5707 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2335 T5691 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data
[junit4:junit4]   2> 2336 T5707 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data
[junit4:junit4]   2> 2337 T5691 oass.SolrIndexSearcher.<init> Opening Searcher@1faf3bd main
[junit4:junit4]   2> 2338 T5691 oasc.SolrCore.registerSearcher [00009_core] Registered new searcher Searcher@1faf3bd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2339 T5707 oass.SolrIndexSearcher.<init> Opening Searcher@1a73a34 main
[junit4:junit4]   2> 2339 T5691 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2339 T5691 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2339 T5707 oasc.SolrCore.registerSearcher [00006_core] Registered new searcher Searcher@1a73a34 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2340 T5707 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2360 T5707 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2343 T5687 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2360 T5689 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3]} 0 1
[junit4:junit4]   2> 2393 T5704 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data
[junit4:junit4]   2> ASYNC  NEW_CORE C399 name=00015_core org.apache.solr.core.SolrCore@1b37047
[junit4:junit4]   2> 2354 T5699 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2350 T5647 C399 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00015_core\data
[junit4:junit4]   2> 2350 T5695 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2346 T5691 oasc.CoreMaps.putTransientCore Opening transient core 00009_core
[junit4:junit4]   2> 2389 T5684 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2379 T5692 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id12]} 0 0
[junit4:junit4]   2> 2375 T5702 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2371 T5705 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data
[junit4:junit4]   2> 2367 T5707 oasc.CoreMaps.putTransientCore Opening transient core 00006_core
[junit4:junit4]   2> 2398 T5707 oasc.CoreContainer.registerCore registering core: 00006_core
[junit4:junit4]   2> 2365 T5694 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2400 T5687 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data
[junit4:junit4]   2> 2318 T5693 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data\index forceNew:false
[junit4:junit4]   2> 2397 T5691 oasc.CoreContainer.registerCore registering core: 00009_core
[junit4:junit4]   2> 2397 T5704 oass.SolrIndexSearcher.<init> Opening Searcher@18d551b main
[junit4:junit4]   2> 2402 T5704 oasc.SolrCore.registerSearcher [00016_core] Registered new searcher Searcher@18d551b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2402 T5704 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2403 T5704 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2409 T5685 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id22]} 0 1
[junit4:junit4]   2> 2411 T5704 oasc.CoreMaps.putTransientCore Opening transient core 00016_core
[junit4:junit4]   2> 2411 T5704 oasc.CoreContainer.registerCore registering core: 00016_core
[junit4:junit4]   2> ASYNC  NEW_CORE C400 name=00009_core org.apache.solr.core.SolrCore@f78e73
[junit4:junit4]   2> 2416 T5691 C400 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00009_core\data
[junit4:junit4]   2> ASYNC  NEW_CORE C401 name=00006_core org.apache.solr.core.SolrCore@1cb8d24
[junit4:junit4]   2> 2423 T5707 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2436 T5649 C401 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00006_core\data
[junit4:junit4]   2> 2438 T5708 oasc.CoreContainer.create Creating SolrCore '00003_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core
[junit4:junit4]   2> 2438 T5687 oass.SolrIndexSearcher.<init> Opening Searcher@1235305 main
[junit4:junit4]   2> 2439 T5687 oasc.SolrCore.registerSearcher [00013_core] Registered new searcher Searcher@1235305 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2439 T5708 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\'
[junit4:junit4]   2> 2439 T5687 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2440 T5687 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2449 T5687 oasc.CoreMaps.putTransientCore Opening transient core 00013_core
[junit4:junit4]   2> 2449 T5687 oasc.CoreContainer.registerCore registering core: 00013_core
[junit4:junit4]   2> ASYNC  NEW_CORE C402 name=00013_core org.apache.solr.core.SolrCore@1d44835
[junit4:junit4]   2> 2455 T5687 C402 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00013_core\data
[junit4:junit4]   2> 2456 T5694 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data
[junit4:junit4]   2> 2460 T5694 oass.SolrIndexSearcher.<init> Opening Searcher@dc2f6 main
[junit4:junit4]   2> 2461 T5694 oasc.SolrCore.registerSearcher [00012_core] Registered new searcher Searcher@dc2f6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2461 T5694 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2461 T5694 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2461 T5687 C402 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00013_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b16e9e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2462 T5687 C402 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2482 T5705 oass.SolrIndexSearcher.<init> Opening Searcher@1181f main
[junit4:junit4]   2> 2481 T5703 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2477 T5647 C399 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00015_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@efc559),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2476 T5694 oasc.CoreMaps.putTransientCore Opening transient core 00012_core
[junit4:junit4]   2> 2490 T5694 oasc.CoreContainer.registerCore registering core: 00012_core
[junit4:junit4]   2> ASYNC  NEW_CORE C403 name=00012_core org.apache.solr.core.SolrCore@cc4e6b
[junit4:junit4]   2> 2496 T5694 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2475 T5646 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00010_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@74527c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2496 T5646 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2469 T5649 C401 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00006_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b25b0b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2467 T5698 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2518 T5693 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00019_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45f0d1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2465 T5686 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2518 T5693 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> ASYNC  NEW_CORE C404 name=00016_core org.apache.solr.core.SolrCore@19dd566
[junit4:junit4]   2> 2465 T5704 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2462 T5696 C402 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2527 T5706 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2504 T5649 C401 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2548 T5695 C402 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2504 T5646 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data\index
[junit4:junit4]   2> 2490 T5647 C399 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2548 T5646 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2489 T5691 C400 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00009_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e60b5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2562 T5691 C400 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2488 T5687 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id10]} 0 34
[junit4:junit4]   2> 2564 T5646 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2564 T5705 oasc.SolrCore.registerSearcher [00018_core] Registered new searcher Searcher@1181f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2565 T5705 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2565 T5705 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2561 T5699 C403 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00012_core\data
[junit4:junit4]   2> 2561 T5703 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2561 T5707 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2584 T5697 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2591 T5648 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2593 T5648 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2595 T5647 C399 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id2]} 0 294
[junit4:junit4]   2> 2576 T5691 C400 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id7]} 0 161
[junit4:junit4]   2> 2576 T5702 C400 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id26]} 0 14
[junit4:junit4]   2> 2575 T5705 oasc.CoreMaps.putTransientCore Opening transient core 00018_core
[junit4:junit4]   2> 2599 T5705 oasc.CoreContainer.registerCore registering core: 00018_core
[junit4:junit4]   2> 2599 T5650 C399 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id5]} 0 221
[junit4:junit4]   2> 2573 T5693 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data\index
[junit4:junit4]   2> 2600 T5693 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2565 T5646 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2602 T5646 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2602 T5693 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2603 T5693 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2603 T5693 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2610 T5689 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2641 T5694 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2642 T5694 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2642 T5699 C403 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00012_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d3afe4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2643 T5699 C403 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2648 T5649 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id21]} 0 216
[junit4:junit4]   2> ASYNC  NEW_CORE C405 name=00018_core org.apache.solr.core.SolrCore@5354a1
[junit4:junit4]   2> 2649 T5686 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2665 T5692 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2668 T5706 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2657 T5684 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2653 T5705 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2676 T5688 C405 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00018_core\data
[junit4:junit4]   2> 2676 T5699 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id25]} 0 126
[junit4:junit4]   2> 2679 T5699 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id28]} 0 0
[junit4:junit4]   2> 2672 T5684 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2670 T5649 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2670 T5701 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id19]} 0 233
[junit4:junit4]   2> 2684 T5649 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2693 T5707 oasc.CoreContainer.create Creating SolrCore '00011_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core
[junit4:junit4]   2> 2695 T5693 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2696 T5646 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2697 T5707 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\'
[junit4:junit4]   2> 2700 T5684 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2706 T5648 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2706 T5697 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2713 T5691 C400 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id30]} 0 1
[junit4:junit4]   2> 2719 T5697 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2723 T5697 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2726 T5646 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data
[junit4:junit4]   2> 2729 T5693 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data
[junit4:junit4]   2> 2731 T5693 oass.SolrIndexSearcher.<init> Opening Searcher@13cce4a main
[junit4:junit4]   2> 2731 T5693 oasc.SolrCore.registerSearcher [00019_core] Registered new searcher Searcher@13cce4a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2733 T5693 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2733 T5693 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2740 T5693 oasc.CoreMaps.putTransientCore Opening transient core 00019_core
[junit4:junit4]   2> 2741 T5693 oasc.CoreContainer.registerCore registering core: 00019_core
[junit4:junit4]   2> ASYNC  NEW_CORE C406 name=00019_core org.apache.solr.core.SolrCore@b7c81
[junit4:junit4]   2> 2747 T5693 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2750 T5688 C405 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00018_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f61bf9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2751 T5688 C405 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2773 T5697 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2774 T5684 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2776 T5697 oasc.SolrCore.<init> [00004_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data\
[junit4:junit4]   2> 2776 T5697 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 2776 T5697 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2777 T5684 oasc.SolrCore.<init> [00017_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data\
[junit4:junit4]   2> 2777 T5684 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 2777 T5684 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2778 T5697 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data forceNew:false
[junit4:junit4]   2> 2779 T5697 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data
[junit4:junit4]   2> 2779 T5697 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data\index/
[junit4:junit4]   2> 2779 T5684 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data forceNew:false
[junit4:junit4]   2> 2781 T5697 oasc.SolrCore.initIndex WARNING [00004_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2781 T5646 oass.SolrIndexSearcher.<init> Opening Searcher@513aec main
[junit4:junit4]   2> 2781 T5646 oasc.SolrCore.registerSearcher [00010_core] Registered new searcher Searcher@513aec main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2781 T5697 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data\index forceNew:false
[junit4:junit4]   2> 2782 T5646 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2782 T5646 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2781 T5684 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data
[junit4:junit4]   2> 2786 T5684 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data\index/
[junit4:junit4]   2> 2787 T5684 oasc.SolrCore.initIndex WARNING [00017_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2787 T5684 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data\index forceNew:false
[junit4:junit4]   2> 2788 T5646 oasc.CoreMaps.putTransientCore Opening transient core 00010_core
[junit4:junit4]   2> 2789 T5646 oasc.CoreContainer.registerCore registering core: 00010_core
[junit4:junit4]   2> ASYNC  NEW_CORE C407 name=00010_core org.apache.solr.core.SolrCore@8ce15f
[junit4:junit4]   2> 2795 T5646 C407 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00010_core\data
[junit4:junit4]   2> 2786 T5650 C405 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id32]} 0 60
[junit4:junit4]   2> 2785 T5694 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2785 T5688 C405 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id23]} 0 121
[junit4:junit4]   2> 2785 T5696 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2820 T5648 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2822 T5648 oasc.SolrCore.<init> [00002_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data\
[junit4:junit4]   2> 2823 T5648 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 2823 T5648 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2825 T5696 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id33]} 0 0
[junit4:junit4]   2> 2826 T5692 C405 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id36]} 0 0
[junit4:junit4]   2> 2827 T5692 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2828 T5708 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2857 T5707 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2812 T5688 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id34]} 0 0
[junit4:junit4]   2> 2805 T5686 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2892 T5708 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2898 T5708 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2902 T5708 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2896 T5648 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data forceNew:false
[junit4:junit4]   2> 2896 T5686 C394 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id37]} 0 1
[junit4:junit4]   2> 2940 T5697 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00004_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd264),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2940 T5697 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2938 T5707 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2942 T5707 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2944 T5701 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2946 T5684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00017_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a39620),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2946 T5684 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2948 T5648 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data
[junit4:junit4]   2> 2948 T5648 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data\index/
[junit4:junit4]   2> 2952 T5697 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data\index
[junit4:junit4]   2> 2952 T5697 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2954 T5697 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2954 T5697 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2955 T5697 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2957 T5649 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2958 T5686 C394 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id38]} 0 1
[junit4:junit4]   2> 2960 T5649 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id40]} 0 0
[junit4:junit4]   2> 2960 T5646 C407 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00010_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@74527c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2960 T5646 C407 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2960 T5649 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2961 T5684 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data\index
[junit4:junit4]   2> 2961 T5649 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id41]} 0 0
[junit4:junit4]   2> 2962 T5684 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2965 T5708 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2966 T5708 oasc.SolrCore.<init> [00003_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data\
[junit4:junit4]   2> 2966 T5708 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 2967 T5708 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2968 T5648 oasc.SolrCore.initIndex WARNING [00002_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2969 T5648 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data\index forceNew:false
[junit4:junit4]   2> 2974 T5708 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data forceNew:false
[junit4:junit4]   2> 2975 T5708 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data
[junit4:junit4]   2> 2975 T5708 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data\index/
[junit4:junit4]   2> 2976 T5708 oasc.SolrCore.initIndex WARNING [00003_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2979 T5707 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2979 T5684 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2980 T5684 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2980 T5684 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2986 T5684 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2989 T5684 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data
[junit4:junit4]   2> 2991 T5690 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id8]} 0 178
[junit4:junit4]   2> 2993 T5702 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id31]} 0 154
[junit4:junit4]   2> 2993 T5708 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data\index forceNew:false
[junit4:junit4]   2> 2997 T5684 oass.SolrIndexSearcher.<init> Opening Searcher@4af511 main
[junit4:junit4]   2> 2997 T5645 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id18]} 0 201
[junit4:junit4]   2> 2997 T5646 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1]} 0 202
[junit4:junit4]   2> 2998 T5705 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id35]} 0 159
[junit4:junit4]   2> 2998 T5684 oasc.SolrCore.registerSearcher [00017_core] Registered new searcher Searcher@4af511 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2999 T5697 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3001 T5684 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3001 T5684 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3004 T5697 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data
[junit4:junit4]   2> 3006 T5684 oasc.CoreMaps.putTransientCore Opening transient core 00017_core
[junit4:junit4]   2> 3006 T5684 oasc.CoreContainer.registerCore registering core: 00017_core
[junit4:junit4]   2> 3006 T5697 oass.SolrIndexSearcher.<init> Opening Searcher@110c82b main
[junit4:junit4]   2> 3008 T5697 oasc.SolrCore.registerSearcher [00004_core] Registered new searcher Searcher@110c82b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3008 T5697 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3008 T5697 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3014 T5697 oasc.CoreMaps.putTransientCore Opening transient core 00004_core
[junit4:junit4]   2> 3014 T5697 oasc.CoreContainer.registerCore registering core: 00004_core
[junit4:junit4]   2> ASYNC  NEW_CORE C408 name=00017_core org.apache.solr.core.SolrCore@61ca19
[junit4:junit4]   2> 3015 T5704 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3018 T5648 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00002_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@c3ce27),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3019 T5648 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3023 T5648 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data\index
[junit4:junit4]   2> 3023 T5648 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> ASYNC  NEW_CORE C409 name=00004_core org.apache.solr.core.SolrCore@97499c
[junit4:junit4]   2> 3025 T5697 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3025 T5648 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3025 T5648 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3031 T5698 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3034 T5684 C408 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00017_core\data
[junit4:junit4]   2> 3039 T5707 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3040 T5707 oasc.SolrCore.<init> [00011_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data\
[junit4:junit4]   2> 3040 T5707 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@314ab8
[junit4:junit4]   2> 3041 T5707 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3043 T5707 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data forceNew:false
[junit4:junit4]   2> 3043 T5648 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3043 T5685 C409 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00004_core\data
[junit4:junit4]   2> 3044 T5707 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data
[junit4:junit4]   2> 3044 T5707 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data\index/
[junit4:junit4]   2> 3043 T5650 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3046 T5707 oasc.SolrCore.initIndex WARNING [00011_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3046 T5692 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3047 T5701 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3047 T5707 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data\index forceNew:false
[junit4:junit4]   2> 3048 T5684 C408 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00017_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a39620),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3049 T5684 C408 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3052 T5708 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00003_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@180b147),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3052 T5708 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3054 T5693 C399 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id43]} 0 0
[junit4:junit4]   2> 3055 T5691 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id42]} 0 0
[junit4:junit4]   2> 3056 T5684 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id20]} 0 22
[junit4:junit4]   2> 3059 T5686 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3060 T5708 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data\index
[junit4:junit4]   2> 3060 T5685 C409 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00004_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd264),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3061 T5708 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3063 T5708 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3064 T5708 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3064 T5708 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3061 T5685 C409 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3070 T5648 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3072 T5647 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id29]} 0 26
[junit4:junit4]   2> 3073 T5685 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id27]} 0 48
[junit4:junit4]   2> 3073 T5694 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3074 T5685 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3074 T5694 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id44]} 0 0
[junit4:junit4]   2> 3075 T5685 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id45]} 0 0
[junit4:junit4]   2> 3078 T5708 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3085 T5708 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data
[junit4:junit4]   2> 3085 T5648 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data
[junit4:junit4]   2> 3087 T5708 oass.SolrIndexSearcher.<init> Opening Searcher@9b312 main
[junit4:junit4]   2> 3087 T5648 oass.SolrIndexSearcher.<init> Opening Searcher@17242d main
[junit4:junit4]   2> 3088 T5708 oasc.SolrCore.registerSearcher [00003_core] Registered new searcher Searcher@9b312 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3088 T5648 oasc.SolrCore.registerSearcher [00002_core] Registered new searcher Searcher@17242d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3088 T5708 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3089 T5708 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3090 T5648 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3090 T5648 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3093 T5708 oasc.CoreMaps.putTransientCore Opening transient core 00003_core
[junit4:junit4]   2> 3093 T5708 oasc.CoreContainer.registerCore registering core: 00003_core
[junit4:junit4]   2> 3095 T5648 oasc.CoreMaps.putTransientCore Opening transient core 00002_core
[junit4:junit4]   2> 3095 T5648 oasc.CoreContainer.registerCore registering core: 00002_core
[junit4:junit4]   2> ASYNC  NEW_CORE C410 name=00003_core org.apache.solr.core.SolrCore@1b05c35
[junit4:junit4]   2> 3099 T5708 C410 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00003_core\data
[junit4:junit4]   2> ASYNC  NEW_CORE C411 name=00002_core org.apache.solr.core.SolrCore@114d8c7
[junit4:junit4]   2> 3100 T5648 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3100 T5707 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00011_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a11c9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3102 T5690 C411 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00002_core\data
[junit4:junit4]   2> 3102 T5649 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3101 T5707 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3104 T5689 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3106 T5707 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data\index
[junit4:junit4]   2> 3107 T5707 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3109 T5696 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3109 T5703 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3110 T5696 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id47]} 0 1
[junit4:junit4]   2> 3110 T5703 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id48]} 0 1
[junit4:junit4]   2> 3111 T5707 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3112 T5707 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3113 T5646 C406 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00019_core\data
[junit4:junit4]   2> 3114 T5707 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3114 T5645 C405 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id51]} 0 2
[junit4:junit4]   2> 3115 T5645 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id49]} 0 0
[junit4:junit4]   2> 3117 T5690 C411 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00002_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@c3ce27),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3118 T5690 C411 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3121 T5708 C410 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00003_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@180b147),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3121 T5708 C410 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3125 T5688 C410 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id39]} 0 24
[junit4:junit4]   2> 3126 T5708 C410 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id24]} 0 27
[junit4:junit4]   2> 3127 T5707 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3129 T5646 C406 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00019_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45f0d1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3129 T5646 C406 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3134 T5707 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data
[junit4:junit4]   2> 3138 T5704 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3140 T5707 oass.SolrIndexSearcher.<init> Opening Searcher@124e66c main
[junit4:junit4]   2> 3141 T5707 oasc.SolrCore.registerSearcher [00011_core] Registered new searcher Searcher@124e66c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3142 T5707 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3142 T5707 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3146 T5707 oasc.CoreMaps.putTransientCore Opening transient core 00011_core
[junit4:junit4]   2> 3147 T5707 oasc.CoreContainer.registerCore registering core: 00011_core
[junit4:junit4]   2> ASYNC  NEW_CORE C412 name=00011_core org.apache.solr.core.SolrCore@7142df
[junit4:junit4]   2> 3153 T5707 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3154 T5707 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3159 T5646 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id50]} 0 47
[junit4:junit4]   2> 3159 T5698 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3161 T5650 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3162 T5698 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3162 T5650 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3163 T5690 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id46]} 0 62
[junit4:junit4]   2> 3168 T5693 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id52]} 0 0
[junit4:junit4]   2> 3169 T5691 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id53]} 0 0
[junit4:junit4]   2> 3170 T5684 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id54]} 0 0
[junit4:junit4]   2> 3172 T5686 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3186 T5647 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id55]} 0 0
[junit4:junit4]   2> 3186 T5694 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id56]} 0 0
[junit4:junit4]   2> 3187 T5647 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3188 T5695 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3188 T5699 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id57]} 0 0
[junit4:junit4]   2> 3189 T5699 C410 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id58]} 0 0
[junit4:junit4]   2> 3214 T5648 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3216 T5649 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3217 T5689 C402 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3223 T5696 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3223 T5703 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3225 T5696 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id59]} 0 2
[junit4:junit4]   2> 3225 T5702 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id60]} 0 2
[junit4:junit4]   2> 3228 T5645 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id61]} 0 0
[junit4:junit4]   2> 3229 T5645 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id62]} 0 0
[junit4:junit4]   2> 3239 T5688 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id63]} 0 0
[junit4:junit4]   2> 3246 T5708 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id64]} 0 0
[junit4:junit4]   2> 3252 T5704 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3266 T5707 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3269 T5707 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3274 T5692 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3274 T5646 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id65]} 0 0
[junit4:junit4]   2> 3276 T5692 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3277 T5646 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3277 T5692 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3278 T5646 C410 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id66]} 0 1
[junit4:junit4]   2> 3281 T5693 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id67]} 0 0
[junit4:junit4]   2> 3283 T5691 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id68]} 0 0
[junit4:junit4]   2> 3284 T5691 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id69]} 0 0
[junit4:junit4]   2> 3286 T5686 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3301 T5647 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id70]} 0 1
[junit4:junit4]   2> 3303 T5695 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3304 T5647 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3304 T5695 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id72]} 0 0
[junit4:junit4]   2> 3301 T5694 C412 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00011_core\data
[junit4:junit4]   2> 3307 T5648 C400 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id73]} 0 0
[junit4:junit4]   2> 3308 T5694 C412 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00011_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a11c9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3309 T5694 C412 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3312 T5694 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id71]} 0 12
[junit4:junit4]   2> 3329 T5649 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3331 T5689 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3331 T5703 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3336 T5696 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3336 T5702 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3338 T5702 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id75]} 0 1
[junit4:junit4]   2> 3339 T5687 C404 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\OpenCloseCoreStressTest_\00016_core\data
[junit4:junit4]   2> 3342 T5705 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id76]} 0 0
[junit4:junit4]   2> 3343 T5688 C410 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id77]} 0 0
[junit4:junit4]   2> 3345 T5687 C404 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\OpenCloseCoreStressTest_\00016_core\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@91266f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3345 T5687 C404 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3347 T5687 C404 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id74]} 0 10
[junit4:junit4]   2> 3353 T5708 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id78]} 0 0
[junit4:junit4]   2> 3360 T5704 C399 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id79]} 0 0
[junit4:junit4]   2> 3365 T5697 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3382 T5707 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3382 T5692 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3388 T5650 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3389 T5698 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3390 T5698 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3390 T5650 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id80]} 0 1
[junit4:junit4]   2> 3391 T5646 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3393 T5693 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id81]} 0 0
[junit4:junit4]   2> 3395 T5684 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id82]} 0 0
[junit4:junit4]   2> 3396 T5691 C400 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id83]} 0 0
[junit4:junit4]   2> 3397 T5686 C410 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id84]} 0 0
[junit4:junit4]   2> 3400 T5706 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3416 T5695 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3417 T5647 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id85]} 0 1
[junit4:junit4]   2> 3418 T5695 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3419 T5647 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id86]} 0 0
[junit4:junit4]   2> 3421 T5648 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id87]} 0 0
[junit4:junit4]   2> 3424 T5694 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id88]} 0 0
[junit4:junit4]   2> 3443 T5649 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3445 T5703 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3445 T5689 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3450 T5645 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3450 T5696 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3452 T5702 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id89]} 0 1
[junit4:junit4]   2> 3455 T5705 C405 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id90]} 0 0
[junit4:junit4]   2> 3457 T5688 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id91]} 0 0
[junit4:junit4]   2> 3461 T5687 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id92]} 0 0
[junit4:junit4]   2> 3467 T5708 C404 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id93]} 0 0
[junit4:junit4]   2> 3475 T5704 C394 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id94]} 0 0
[junit4:junit4]   2> 3479 T5697 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3495 T5707 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3496 T5692 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3502 T5698 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3503 T5698 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3503 T5701 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3504 T5698 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id95]} 0 0
[junit4:junit4]   2> 3505 T5646 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3508 T5693 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id96]} 0 0
[junit4:junit4]   2> 3509 T5684 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id97]} 0 0
[junit4:junit4]   2> 3510 T5691 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id98]} 0 0
[junit4:junit4]   2> 3511 T5686 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id99]} 0 0
[junit4:junit4]   2> 3515 T5706 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3531 T5695 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3532 T5699 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3532 T5685 C405 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id100]} 0 0
[junit4:junit4]   2> 3533 T5685 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id101]} 0 0
[junit4:junit4]   2> 3535 T5648 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id102]} 0 0
[junit4:junit4]   2> 3538 T5694 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id103]} 0 0
[junit4:junit4]   2> 3556 T5649 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3559 T5703 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3559 T5689 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3564 T5645 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3564 T5696 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3565 T5702 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id104]} 0 0
[junit4:junit4]   2> 3569 T5705 C400 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id105]} 0 0
[junit4:junit4]   2> 3570 T5688 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id106]} 0 0
[junit4:junit4]   2> 3575 T5687 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id107]} 0 0
[junit4:junit4]   2> 3581 T5708 C399 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id108]} 0 0
[junit4:junit4]   2> 3590 T5704 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id109]} 0 0
[junit4:junit4]   2> 3593 T5697 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3609 T5707 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3610 T5692 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3616 T5690 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3617 T5701 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3617 T5650 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3618 T5698 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3619 T5650 C410 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id110]} 0 1
[junit4:junit4]   2> 3622 T5693 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id111]} 0 0
[junit4:junit4]   2> 3623 T5684 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id112]} 0 0
[junit4:junit4]   2> 3624 T5691 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id113]} 0 0
[junit4:junit4]   2> 3625 T5686 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id114]} 0 0
[junit4:junit4]   2> 3627 T5706 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3643 T5695 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3645 T5695 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3646 T5647 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id115]} 0 0
[junit4:junit4]   2> 3647 T5685 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id116]} 0 0
[junit4:junit4]   2> 3649 T5648 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id117]} 0 0
[junit4:junit4]   2> 3652 T5694 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id118]} 0 0
[junit4:junit4]   2> 3670 T5649 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3671 T5649 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3672 T5689 C402 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3677 T5696 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3678 T5645 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3679 T5702 C400 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id119]} 0 0
[junit4:junit4]   2> 3683 T5705 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id120]} 0 0
[junit4:junit4]   2> 3684 T5688 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id121]} 0 0
[junit4:junit4]   2> 3689 T5687 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id122]} 0 0
[junit4:junit4]   2> 3695 T5708 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id123]} 0 0
[junit4:junit4]   2> 3704 T5704 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id124]} 0 0
[junit4:junit4]   2> 3707 T5707 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3723 T5692 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3723 T5690 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3729 T5701 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3729 T5698 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3730 T5698 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3732 T5650 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3732 T5693 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id125]} 0 0
[junit4:junit4]   2> 3736 T5684 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id126]} 0 0
[junit4:junit4]   2> 3737 T5691 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id127]} 0 0
[junit4:junit4]   2> 3738 T5686 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id129]} 0 0
[junit4:junit4]   2> 3739 T5691 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id128]} 0 1
[junit4:junit4]   2> 3741 T5699 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3757 T5695 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3757 T5647 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3759 T5685 C405 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id130]} 0 0
[junit4:junit4]   2> 3761 T5648 C404 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id131]} 0 0
[junit4:junit4]   2> 3763 T5694 C394 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id132]} 0 0
[junit4:junit4]   2> 3766 T5703 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id133]} 0 0
[junit4:junit4]   2> 3784 T5649 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3784 T5689 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3785 T5696 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3791 T5645 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3792 T5702 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3793 T5705 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id134]} 0 0
[junit4:junit4]   2> 3797 T5688 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id135]} 0 0
[junit4:junit4]   2> 3798 T5687 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id136]} 0 0
[junit4:junit4]   2> 3802 T5708 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id137]} 0 0
[junit4:junit4]   2> 3809 T5697 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id138]} 0 0
[junit4:junit4]   2> 3818 T5704 C405 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id139]} 0 0
[junit4:junit4]   2> 3821 T5707 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3837 T5692 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3837 T5690 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3843 T5701 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3843 T5646 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3844 T5701 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3844 T5646 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3847 T5693 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id140]} 0 0
[junit4:junit4]   2> 3850 T5684 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id141]} 0 0
[junit4:junit4]   2> 3851 T5686 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id142]} 0 0
[junit4:junit4]   2> 3852 T5706 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id144]} 0 0
[junit4:junit4]   2> 3852 T5691 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id143]} 0 0
[junit4:junit4]   2> 3854 T5699 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3871 T5647 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3871 T5695 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3873 T5685 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id145]} 0 0
[junit4:junit4]   2> 3874 T5685 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id146]} 0 0
[junit4:junit4]   2> 3877 T5694 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id147]} 0 0
[junit4:junit4]   2> 3880 T5703 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id148]} 0 0
[junit4:junit4]   2> 3898 T5689 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3898 T5696 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3899 T5649 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3903 T5645 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3906 T5702 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3907 T5705 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id149]} 0 0
[junit4:junit4]   2> 3912 T5688 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id151]} 0 0
[junit4:junit4]   2> 3912 T5687 C394 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id150]} 0 0
[junit4:junit4]   2> 3916 T5708 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id152]} 0 0
[junit4:junit4]   2> 3923 T5697 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id153]} 0 0
[junit4:junit4]   2> 3931 T5704 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id154]} 0 0
[junit4:junit4]   2> 3936 T5707 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3951 T5690 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3951 T5692 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3956 T5698 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3957 T5646 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3957 T5650 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3958 T5646 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3963 T5693 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id155]} 0 0
[junit4:junit4]   2> 3964 T5684 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id156]} 0 0
[junit4:junit4]   2> 3965 T5686 C399 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id157]} 0 0
[junit4:junit4]   2> 3966 T5706 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id159]} 0 0
[junit4:junit4]   2> 3966 T5691 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id158]} 0 0
[junit4:junit4]   2> 3967 T5706 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3985 T5695 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3985 T5647 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3987 T5648 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id160]} 0 0
[junit4:junit4]   2> 3988 T5685 C404 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id161]} 0 0
[junit4:junit4]   2> 3990 T5694 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id162]} 0 0
[junit4:junit4]   2> 3994 T5703 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id163]} 0 0
[junit4:junit4]   2> 4012 T5689 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4012 T5696 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4013 T5649 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4016 T5645 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4019 T5702 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4021 T5705 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id164]} 0 0
[junit4:junit4]   2> 4026 T5688 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id166]} 0 0
[junit4:junit4]   2> 4026 T5687 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id165]} 0 0
[junit4:junit4]   2> 4030 T5708 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id167]} 0 0
[junit4:junit4]   2> 4037 T5697 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id168]} 0 0
[junit4:junit4]   2> 4045 T5704 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id169]} 0 0
[junit4:junit4]   2> 4050 T5707 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4065 T5692 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4065 T5690 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4071 T5698 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4071 T5701 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4072 T5698 C395 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4071 T5650 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4075 T5693 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id170]} 0 0
[junit4:junit4]   2> 4079 T5684 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id171]} 0 0
[junit4:junit4]   2> 4079 T5686 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id172]} 0 0
[junit4:junit4]   2> 4081 T5684 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id174]} 0 0
[junit4:junit4]   2> 4082 T5684 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id173]} 0 0
[junit4:junit4]   2> 4083 T5684 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4098 T5695 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4099 T5647 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4102 T5648 C410 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id175]} 0 0
[junit4:junit4]   2> 4102 T5685 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id176]} 0 0
[junit4:junit4]   2> 4104 T5694 C403 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id177]} 0 0
[junit4:junit4]   2> 4108 T5689 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id178]} 0 0
[junit4:junit4]   2> 4126 T5696 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4126 T5649 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4127 T5645 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4129 T5702 C393 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4133 T5705 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4134 T5688 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id179]} 0 0
[junit4:junit4]   2> 4140 T5687 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id181]} 0 0
[junit4:junit4]   2> 4140 T5708 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id180]} 0 0
[junit4:junit4]   2> 4144 T5697 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id182]} 0 0
[junit4:junit4]   2> 4151 T5704 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id183]} 0 0
[junit4:junit4]   2> 4159 T5707 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id184]} 0 0
[junit4:junit4]   2> 4163 T5692 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4177 T5690 C408 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4178 T5698 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4184 T5646 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4185 T5701 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4185 T5650 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4186 T5693 C396 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4189 T5686 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id185]} 0 0
[junit4:junit4]   2> 4191 T5684 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id186]} 0 0
[junit4:junit4]   2> 4193 T5691 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id187]} 0 0
[junit4:junit4]   2> 4195 T5699 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id188]} 0 0
[junit4:junit4]   2> 4196 T5706 C404 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id189]} 0 0
[junit4:junit4]   2> 4197 T5695 C409 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4212 T5647 C411 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4213 T5648 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4216 T5694 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id190]} 0 0
[junit4:junit4]   2> 4216 T5685 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id191]} 0 0
[junit4:junit4]   2> 4217 T5703 C404 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id192]} 0 0
[junit4:junit4]   2> 4221 T5689 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id193]} 0 0
[junit4:junit4]   2> 4239 T5649 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4239 T5696 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4240 T5649 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4243 T5702 C406 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4248 T5705 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4248 T5688 C394 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id194]} 0 0
[junit4:junit4]   2> 4254 T5708 C408 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id195]} 0 0
[junit4:junit4]   2> 4254 T5687 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id196]} 0 0
[junit4:junit4]   2> 4258 T5697 C399 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id197]} 0 0
[junit4:junit4]   2> 4264 T5704 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id198]} 0 0
[junit4:junit4]   2> 4273 T5707 C398 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id199]} 0 0
[junit4:junit4]   2> 4277 T5692 C403 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4291 T5690 C398 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4292 T5698 C410 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4298 T5646 C401 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4299 T5646 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4299 T5701 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4300 T5650 C394 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 4303 T5686 C395 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id200]} 0 0
[junit4:junit4]   2> 4305 T5684 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id201]} 0 0
[junit4:junit4]   2> 4307 T5691 C406 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id202]} 0 0
[junit4:junit4]   2> 4308 T5699 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id203]} 0 0
[junit4:junit4]   2> 4309 T5706 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4309 T5695 C401 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id204]} 0 0
[junit4:junit4]   2> 4326 T5647 C405 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4327 T5648 C399 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4330 T5685 C409 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id206]} 0 0
[junit4:junit4]   2> 4330 T5694 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id205]} 0 0
[junit4:junit4]   2> 4331 T5703 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id207]} 0 0
[junit4:junit4]   2> 4335 T5689 C393 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id208]} 0 0
[junit4:junit4]   2> 4352 T5696 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4352 T5645 C412 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4354 T5696 C407 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4357 T5702 C400 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4362 T5705 C404 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4362 T5688 C397 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id209]} 0 0
[junit4:junit4]   2> 4367 T5708 C412 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id211]} 0 0
[junit4:junit4]   2> 4367 T5687 C402 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id210]} 0 0
[junit4:junit4]   2> 4372 T5697 C396 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id212]} 0 0
[junit4:junit4]   2> 4379 T5704 C407 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id213]} 0 0
[junit4:junit4]   2> 4387 T5707 C411 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id214]} 0 0
[junit4:junit4]   2> 4391 T5692 C397 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4405 T5690 C400 REQ [00009

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

ndomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] IGNOR/A 0.00s | OpenCloseCoreStressTest.test1HourNew
[junit4:junit4]    > Assumption #1: 'weekly' test group is disabled (@Weekly)
[junit4:junit4] IGNOR/A 0.00s | OpenCloseCoreStressTest.test10MinutesOld
[junit4:junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
[junit4:junit4]   2> 82554 T5641 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=NestedPulsing), text=PostingsFormat(name=MockSep)}, docValues:{}, sim=DefaultSimilarity, locale=hr_HR, timezone=EET
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_15 (32-bit)/cpus=2,threads=1,free=124346032,total=342032384
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestXIncludeConfig, CSVRequestHandlerTest, TestSweetSpotSimilarityFactory, IndexSchemaTest, TestCollationField, CoreContainerCoreInitFailuresTest, TestAnalyzedSuggestions, TestDFRSimilarityFactory, TestQueryTypes, ResourceLoaderTest, TestSolr4Spatial, OutputWriterTest, SchemaVersionSpecificBehaviorTest, OpenExchangeRatesOrgProviderTest, QueryElevationComponentTest, TestMultiCoreConfBootstrap, TermVectorComponentDistributedTest, TestComponentsName, TestSolrDeletionPolicy1, BinaryUpdateRequestHandlerTest, DocValuesTest, TestDocumentBuilder, SpellPossibilityIteratorTest, SynonymTokenizerTest, MinimalSchemaTest, FileBasedSpellCheckerTest, TestAtomicUpdateErrorCases, CircularListTest, TestCSVLoader, DirectUpdateHandlerTest, ChaosMonkeySafeLeaderTest, SolrIndexSplitterTest, TestDistributedSearch, TestPropInjectDefaults, TestCSVResponseWriter, TestTrie, OverseerCollectionProcessorTest, EchoParamsTest, TestFaceting, SystemInfoHandlerTest, TestDocSet, TestPerFieldSimilarity, QueryParsingTest, StatelessScriptUpdateProcessorFactoryTest, MBeansHandlerTest, CurrencyFieldOpenExchangeTest, LeaderElectionIntegrationTest, XmlUpdateRequestHandlerTest, SuggesterTest, SuggesterTSTTest, TestFastWriter, TestQueryUtils, TestJmxIntegration, TestFastLRUCache, HighlighterTest, TestFastOutputStream, JSONWriterTest, TestBinaryResponseWriter, HardAutoCommitTest, TestCharFilters, DateFieldTest, TestJmxMonitoredMap, TestLMJelinekMercerSimilarityFactory, SpellingQueryConverterTest, LukeRequestHandlerTest, TestSystemIdResolver, LegacyHTMLStripCharFilterTest, TestPluginEnable, SoftAutoCommitTest, DocValuesMultiTest, StandardRequestHandlerTest, DistributedTermsComponentTest, TestRecovery, BasicZkTest, MultiTermTest, TestGroupingSearch, ClusterStateTest, FieldAnalysisRequestHandlerTest, SyncSliceTest, IndexBasedSpellCheckerTest, AlternateDirectoryTest, TestSuggestSpellingConverter, QueryEqualityTest, IndexReaderFactoryTest, PeerSyncTest, ShardRoutingCustomTest, TestPropInject, UUIDFieldTest, TestLFUCache, SimplePostToolTest, PreAnalyzedFieldTest, TestLuceneMatchVersion, TestRemoteStreaming, TestWriterPerf, UnloadDistributedZkTest, CurrencyFieldXmlFileTest, HighlighterConfigTest, RAMDirectoryFactoryTest, CollectionsAPIDistributedZkTest, TestUtils, TestStressVersions, SolrCoreTest, BadComponentTest, FastVectorHighlighterTest, ShowFileRequestHandlerTest, TestSolrJ, TestDefaultSimilarityFactory, TestStressRecovery, SpatialFilterTest, ScriptEngineTest, AnalysisAfterCoreReloadTest, TestRTGBase, TestReload, PrimUtilsTest, ShardRoutingTest, RequiredFieldsTest, TestSolrDiscoveryProperties, CacheHeaderTest, PrimitiveFieldTypeTest, TestSolrCoreProperties, TestIBSimilarityFactory, TestCoreContainer, SolrPluginUtilsTest, ZkCLITest, RegexBoostProcessorTest, BasicDistributedZkTest, OverseerTest, RecoveryZkTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, LeaderElectionTest, DistributedSpellCheckComponentTest, TestRealTimeGet, ZkControllerTest, TestDistributedGrouping, TestRandomFaceting, SpellCheckCollatorTest, TestExtendedDismaxParser, AutoCommitTest, ZkSolrClientTest, WordBreakSolrSpellCheckerTest, TestHashPartitioner, StatsComponentTest, TestJoin, TestRangeQuery, SimpleFacetsTest, TestSort, DirectSolrSpellCheckerTest, TestFiltering, ConvertedLegacyTest, SortByFunctionTest, BasicFunctionalityTest, SignatureUpdateProcessorFactoryTest, SampleTest, TestIndexSearcher, CoreAdminHandlerTest, TestFunctionQuery, SolrRequestParserTest, DirectSolrConnectionTest, TestWordDelimiterFilterFactory, PolyFieldTest, MoreLikeThisHandlerTest, DocumentBuilderTest, DistributedQueryElevationComponentTest, TestPseudoReturnFields, DisMaxRequestHandlerTest, TermsComponentTest, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TermVectorComponentTest, SuggesterWFSTTest, JsonLoaderTest, TestSurroundQueryParser, DocumentAnalysisRequestHandlerTest, DirectUpdateHandlerOptimizeTest, IndexSchemaRuntimeFieldTest, TestSolrQueryParser, TestValueSourceCache, TestReversedWildcardFilterFactory, DebugComponentTest, ReturnFieldsTest, RequestHandlersTest, SearchHandlerTest, TestOmitPositions, SuggesterFSTTest, CopyFieldTest, TestArbitraryIndexDir, LoggingHandlerTest, SolrCmdDistributorTest, UniqFieldsUpdateProcessorFactoryTest, UpdateParamsTest, TestSearchPerf, NotRequiredUniqueKeyTest, BadIndexSchemaTest, TestFoldingMultitermQuery, SolrCoreCheckLockOnStartupTest, UpdateRequestProcessorFactoryTest, TestIndexingPerformance, NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, TestUpdate, TestBinaryField, TestSolrDeletionPolicy2, SOLR749Test, DefaultValueUpdateProcessorTest, TestMergePolicyConfig, TestQuerySenderListener, SolrIndexConfigTest, TestQuerySenderNoQuery, NumericFieldsTest, TestNumberUtils, TestConfig, TestBM25SimilarityFactory, TestPhraseSuggestions, TestLMDirichletSimilarityFactory, TestCodecSupport, TimeZoneUtilsTest, DateMathParserTest, URLClassifyProcessorTest, PluginInfoTest, FileUtilsTest, TestSolrXMLSerializer, TestBadConfig, DOMUtilTest, TestLRUCache, ChaosMonkeyNothingIsSafeTest, ZkNodePropsTest, TestRandomDVFaceting, PathHierarchyTokenizerFactoryTest, BasicDistributedZk2Test, ClusterStateUpdateTest, SliceStateTest, SliceStateUpdateTest, TestZkChroot, OpenCloseCoreStressTest]
[junit4:junit4] Completed in 82.57s, 6 tests, 1 failure, 4 skipped <<< FAILURES!

[...truncated 39 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1207: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:870: There were test failures: 261 suites, 1101 tests, 1 failure, 18 ignored (12 assumptions)

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



Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_41) - Build # 2614 - Still Failing!

Posted by Erick Erickson <er...@gmail.com>.
Uwe & Steve:

Thanks to you both. I must have been really tired when I let all that slip
through, obviously not thinking......

They say the lessons you really learn well are the ones where you screw up
publicly <G>...

Erick


On Sun, Mar 3, 2013 at 6:35 PM, Uwe Schindler <uw...@thetaphi.de> wrote:

> Hi,
>
> same for me, it now works with r1452146 - the test was never passing on
> Windows, Erick's committed fix was partially fixing the issue, so I fixed
> the solr properties code not only in the test, but also in
> SolrProperties.java (next to some default-charset problems detected by
> forbidden apis in the "fix"). Explanation: It is generally a bug if you see
> the following code:
>
> anyMethod(new FileInputStream())
> anyMethod(new FileOutputStream())
>
> (because in general methods should never close streams passed in, unless
> it is explicitly documented). The reason for those problems was: The old
> loader code was using XML, and XML always closes streams passed in - which
> is annoying (one reason why e.g. TIKA always uses
> "CloseShieldInputStream"). The general rule: a method should never close
> streams passed in, unless explicitly documented.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
> > -----Original Message-----
> > From: Steve Rowe [mailto:sarowe@gmail.com]
> > Sent: Monday, March 04, 2013 12:22 AM
> > To: dev@lucene.apache.org
> > Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_41) -
> > Build # 2614 - Still Failing!
> >
> > Hi Erick,
> >
> > On Win7 64-bit, Oracle Java 1.6.0_21 64-bit, I check out trunk r1452152
> and
> > ran 'ant -Dtestcase=TestSolrDiscoveryProperties test', which succeeded.
>  I
> > ran again with -Dtests.iters=10, and they all succeeded too.
> >
> > I then did 'svn up -r1452114' and ran 'ant -
> > Dtestcase=TestSolrDiscoveryProperties test' a few times, all of which
> failed.
> >
> > So the fix looks good!
> >
> > Steve
> >
> > On Mar 3, 2013, at 2:55 PM, Erick Erickson <er...@gmail.com>
> wrote:
> >
> > > This is a test artifact I believe, I wasn't closing a file stream,
> then trying to
> > delete it for the next test.
> > >
> > > I just committed a change that will fix it I hope. "runs on my
> machine".
> > Siiiigggghhhhh.
> > >
> > > Anyone with a windows machine that could test before/after explicitly
> I'd
> > appreciate it.
> > >
> > > ant -Dtestcase=TestSolrDiscoveryProperties testshould just fail before
> r:
> > 1452115
> > > and succeed after if I've got the right fix (trunk).
> > >
> > > Thanks,
> > > Erick
> > >
> > >
> > > On Sun, Mar 3, 2013 at 1:48 PM, Policeman Jenkins Server
> > <je...@thetaphi.de> wrote:
> > > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2614/
> > > Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
> > >
> > > 3 tests failed.
> > > FAILED:
>  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue
> > >
> > > Error Message:
> > > Unable to delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > >
> > > Stack Trace:
> > > java.io.IOException: Unable to delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > >         at
> > __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490
> > D]:0)
> > >         at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > >         at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > >         at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > >         at
> >
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryPro
> > perties.java:119)
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:39)
> > >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1559)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> > mizedRunner.java:79)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:795)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > >         at
> > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:50)
> > >         at
> >
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> > cheSanity.java:51)
> > >         at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > >         at
> > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:49)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > >         at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:782)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:442)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:746)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> > mizedRunner.java:648)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> > mizedRunner.java:682)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:693)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > >         at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > >         at
> > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:42)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:43)
> > >         at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:55)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > >         at java.lang.Thread.run(Thread.java:662)
> > >
> > >
> > > FAILED:
>  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse
> > >
> > > Error Message:
> > > Unable to delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > >
> > > Stack Trace:
> > > java.io.IOException: Unable to delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > >         at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > >         at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > >         at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > >         at
> > org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscover
> > yProperties.java:46)
> > >         at
> >
> org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDi
> > scoveryProperties.java:245)
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:39)
> > >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1559)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> > mizedRunner.java:79)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:737)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:773)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:787)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > >         at
> > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:50)
> > >         at
> >
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> > cheSanity.java:51)
> > >         at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > >         at
> > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:49)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > >         at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:782)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:442)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:746)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> > mizedRunner.java:648)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> > mizedRunner.java:682)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:693)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > >         at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > >         at
> > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:42)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:43)
> > >         at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:55)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > >         at java.lang.Thread.run(Thread.java:662)
> > >
> > >
> > > FAILED:
> > org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml
> > >
> > > Error Message:
> > > Unable to delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > >
> > > Stack Trace:
> > > java.io.IOException: Unable to delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > >         at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > >         at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > >         at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > >         at
> > org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscover
> > yProperties.java:46)
> > >         at
> > org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestS
> > olrDiscoveryProperties.java:348)
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:39)
> > >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1559)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> > mizedRunner.java:79)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:737)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:773)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:787)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > >         at
> > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:50)
> > >         at
> >
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> > cheSanity.java:51)
> > >         at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > >         at
> > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:49)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > >         at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:782)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:442)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:746)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> > mizedRunner.java:648)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> > mizedRunner.java:682)
> > >         at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:693)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > >         at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > >         at
> > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:42)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:43)
> > >         at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > >         at
> > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:55)
> > >         at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > >         at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > >         at java.lang.Thread.run(Thread.java:662)
> > >
> > >
> > >
> > >
> > > Build Log:
> > > [...truncated 8343 lines...]
> > > [junit4:junit4] Suite: org.apache.solr.core.TestSolrDiscoveryProperties
> > > [junit4:junit4]   2> 0 T2247 oas.SolrTestCaseJ4.initCore ####initCore
> > > [junit4:junit4]   2> Creating dataDir:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-core\test\J0\.\solrtest-
> > TestSolrDiscoveryProperties-1362335229090
> > > [junit4:junit4]   2> 1 T2247 oas.SolrTestCaseJ4.initCore ####initCore
> end
> > > [junit4:junit4]   2> 3 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> > testPropertiesFile
> > > [junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome
> JNDI
> > not configured for solr (NoInitialContextEx)
> > > [junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome
> using
> > system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > > [junit4:junit4]   2> 31 T2247
> oasc.CoreContainer$Initializer.initialize looking
> > for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
> > > [junit4:junit4]   2> 31 T2247 oasc.CoreContainer.<init> New
> CoreContainer
> > 32636552
> > > [junit4:junit4]   2> 33 T2247 oasc.CoreContainer.load Loading
> CoreContainer
> > using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> > > [junit4:junit4]   2> 33 T2247 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> > > [junit4:junit4]   2> 62 T2247 oasc.SolrProperties.walkFromHere Looking
> for
> > cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > > [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\cor
> > e.properties, adding to cores
> > > [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\cor
> > e.properties, adding to cores
> > > [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core
> > .properties, adding to cores
> > > [junit4:junit4]   2> 65 T2247 oasc.SolrProperties.walkFromHere Looking
> for
> > cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > > [junit4:junit4]   2> 66 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\cor
> > e.properties, adding to cores
> > > [junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\cor
> > e.properties, adding to cores
> > > [junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core
> > .properties, adding to cores
> > > [junit4:junit4]   2> 67 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting socketTimeout to: 0
> > > [junit4:junit4]   2> 68 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting urlScheme to: http://
> > > [junit4:junit4]   2> 68 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting connTimeout to: 0
> > > [junit4:junit4]   2> 68 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting maxConnectionsPerHost to: 20
> > > [junit4:junit4]   2> 69 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting corePoolSize to: 0
> > > [junit4:junit4]   2> 69 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting maximumPoolSize to: 2147483647
> > > [junit4:junit4]   2> 69 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting maxThreadIdleTime to: 5
> > > [junit4:junit4]   2> 69 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting sizeOfQueue to: -1
> > > [junit4:junit4]   2> 69 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting fairnessPolicy to: false
> > > [junit4:junit4]   2> 69 T2247 oascsi.HttpClientUtil.createClient
> Creating new
> > http client,
> > config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> > =0&connTimeout=0&retry=false
> > > [junit4:junit4]   2> 77 T2247 oasc.CoreMaps.allocateLazyCores
> Allocating
> > transient cache for 2 transient cores
> > > [junit4:junit4]   2> 77 T2247 oasc.CoreContainer.load Registering Log
> > Listener
> > > [junit4:junit4]   2> 79 T2248 oasc.CoreContainer.create Creating
> SolrCore
> > 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> > trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
> > > [junit4:junit4]   2> 80 T2248 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
> > > [junit4:junit4]   2> 138 T2248 oasc.SolrConfig.<init> Using Lucene
> > MatchVersion: LUCENE_41
> > > [junit4:junit4]   2> 220 T2248 oasc.SolrConfig.<init> Loaded
> SolrConfig:
> > solrconfig-minimal.xml
> > > [junit4:junit4]   2> 221 T2248 oass.IndexSchema.readSchema Reading Solr
> > Schema
> > > [junit4:junit4]   2> 225 T2248 oass.IndexSchema.readSchema Schema
> > name=tiny
> > > [junit4:junit4]   2> 254 T2248 oass.IndexSchema.readSchema unique key
> > field: id
> > > [junit4:junit4]   2> 256 T2248 oasc.SolrCore.<init> [core1] Opening new
> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\,
> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\
> > > [junit4:junit4]   2> 256 T2248 oasc.JmxMonitoredMap.<init> JMX
> > monitoring is enabled. Adding Solr mbeans to JMX Server:
> > com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > > [junit4:junit4]   2> 257 T2248 oasc.SolrCore.initDirectoryFactory
> > org.apache.solr.core.MockDirectoryFactory
> > > [junit4:junit4]   2> 257 T2248 oasc.CachingDirectoryFactory.get return
> new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense forceNew:false
> > > [junit4:junit4]   2> 258 T2248 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 258 T2248 oasc.SolrCore.getNewIndexDir New index
> > directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index/
> > > [junit4:junit4]   2> 258 T2248 oasc.SolrCore.initIndex WARNING [core1]
> Solr
> > index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index' doesn't exist. Creating new index...
> > > [junit4:junit4]   2> 264 T2248 oasc.CachingDirectoryFactory.get return
> new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index forceNew:false
> > > [junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.onCommit
> > SolrDeletionPolicy.onCommit: commits:num=1
> > > [junit4:junit4]   2>
> > commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\
> > Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-
> > core\test\J0\index2191821926tmp
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@160e4a9),segFN
> > =segments_1,generation=1,filenames=[segments_1]
> > > [junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.updateCommits
> > newest commit = 1[segments_1]
> > > [junit4:junit4]   2> 277 T2248 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 277 T2248 oasc.SolrCore.initWriters created json:
> > solr.JSONResponseWriter
> > > [junit4:junit4]   2> 279 T2248
> oasc.RequestHandlers.initHandlersFromConfig
> > created /admin/: solr.admin.AdminHandlers
> > > [junit4:junit4]   2> 280 T2248
> oasc.RequestHandlers.initHandlersFromConfig
> > created /select: solr.SearchHandler
> > > [junit4:junit4]   2> 280 T2248
> oasc.RequestHandlers.initHandlersFromConfig
> > created /update: solr.UpdateRequestHandler
> > > [junit4:junit4]   2> 292 T2248 oashl.XMLLoader.init
> > xsltCacheLifetimeSeconds=60
> > > [junit4:junit4]   2> 298 T2248 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 300 T2248 oass.SolrIndexSearcher.<init> Opening
> > Searcher@e11b6 main
> > > [junit4:junit4]   2> 301 T2248 oasc.SolrCore.registerSearcher [core1]
> > Registered new searcher Searcher@e11b6
> > main{StandardDirectoryReader(segments_1:1)}
> > > [junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Hard
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Soft
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 306 T2248 oasc.CoreContainer.registerCore
> registering
> > core: core1
> > > [junit4:junit4]   2> 309 T2247 oasc.CoreContainer.create Creating
> SolrCore
> > 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> > trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
> > > [junit4:junit4]   2> 311 T2247 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
> > > [junit4:junit4]   2> 393 T2247 oasc.SolrConfig.<init> Using Lucene
> > MatchVersion: LUCENE_41
> > > [junit4:junit4]   2> 459 T2247 oasc.SolrConfig.<init> Loaded
> SolrConfig:
> > solrconfig-minimal.xml
> > > [junit4:junit4]   2> 460 T2247 oass.IndexSchema.readSchema Reading Solr
> > Schema
> > > [junit4:junit4]   2> 465 T2247 oass.IndexSchema.readSchema Schema
> > name=tiny
> > > [junit4:junit4]   2> 495 T2247 oass.IndexSchema.readSchema unique key
> > field: id
> > > [junit4:junit4]   2> 497 T2247 oasc.SolrCore.<init> [core2] Opening new
> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\,
> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\
> > > [junit4:junit4]   2> 498 T2247 oasc.JmxMonitoredMap.<init> JMX
> > monitoring is enabled. Adding Solr mbeans to JMX Server:
> > com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > > [junit4:junit4]   2> 498 T2247 oasc.SolrCore.initDirectoryFactory
> > org.apache.solr.core.MockDirectoryFactory
> > > [junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.get return
> new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense forceNew:false
> > > [junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 499 T2247 oasc.SolrCore.getNewIndexDir New index
> > directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index/
> > > [junit4:junit4]   2> 501 T2247 oasc.SolrCore.initIndex WARNING [core2]
> Solr
> > index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index' doesn't exist. Creating new index...
> > > [junit4:junit4]   2> 502 T2247 oasc.CachingDirectoryFactory.get return
> new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index forceNew:false
> > > [junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.onCommit
> > SolrDeletionPolicy.onCommit: commits:num=1
> > > [junit4:junit4]   2>
> > commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1337
> > 45a
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@108cc4b),segFN
> > =segments_1,generation=1,filenames=[segments_1]
> > > [junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.updateCommits
> > newest commit = 1[segments_1]
> > > [junit4:junit4]   2> 507 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 508 T2247 oasc.SolrCore.initWriters created json:
> > solr.JSONResponseWriter
> > > [junit4:junit4]   2> 509 T2247
> oasc.RequestHandlers.initHandlersFromConfig
> > created /admin/: solr.admin.AdminHandlers
> > > [junit4:junit4]   2> 510 T2247
> oasc.RequestHandlers.initHandlersFromConfig
> > created /select: solr.SearchHandler
> > > [junit4:junit4]   2> 511 T2247
> oasc.RequestHandlers.initHandlersFromConfig
> > created /update: solr.UpdateRequestHandler
> > > [junit4:junit4]   2> 520 T2247 oashl.XMLLoader.init
> > xsltCacheLifetimeSeconds=60
> > > [junit4:junit4]   2> 529 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 530 T2247 oass.SolrIndexSearcher.<init> Opening
> > Searcher@163e8d6 main
> > > [junit4:junit4]   2> 530 T2247 oasc.SolrCore.registerSearcher [core2]
> > Registered new searcher Searcher@163e8d6
> > main{StandardDirectoryReader(segments_1:1)}
> > > [junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Hard
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Soft
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 537 T2247 oasc.CoreContainer.registerCore
> registering
> > core: core2
> > > [junit4:junit4]   2> 538 T2247 oasc.CoreContainer.create Creating
> SolrCore
> > 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> > trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
> > > [junit4:junit4]   2> 539 T2247 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
> > > [junit4:junit4]   2> 614 T2247 oasc.SolrConfig.<init> Using Lucene
> > MatchVersion: LUCENE_41
> > > [junit4:junit4]   2> 684 T2247 oasc.SolrConfig.<init> Loaded
> SolrConfig:
> > solrconfig-minimal.xml
> > > [junit4:junit4]   2> 684 T2247 oass.IndexSchema.readSchema Reading Solr
> > Schema
> > > [junit4:junit4]   2> 688 T2247 oass.IndexSchema.readSchema Schema
> > name=tiny
> > > [junit4:junit4]   2> 722 T2247 oass.IndexSchema.readSchema unique key
> > field: id
> > > [junit4:junit4]   2> 725 T2247 oasc.SolrCore.<init> [lazy1] Opening new
> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\,
> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\
> > > [junit4:junit4]   2> 725 T2247 oasc.JmxMonitoredMap.<init> JMX
> > monitoring is enabled. Adding Solr mbeans to JMX Server:
> > com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > > [junit4:junit4]   2> 725 T2247 oasc.SolrCore.initDirectoryFactory
> > org.apache.solr.core.MockDirectoryFactory
> > > [junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.get return
> new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense forceNew:false
> > > [junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense
> > > [junit4:junit4]   2> 726 T2247 oasc.SolrCore.getNewIndexDir New index
> > directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index/
> > > [junit4:junit4]   2> 727 T2247 oasc.SolrCore.initIndex WARNING [lazy1]
> Solr
> > index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index' doesn't exist. Creating new index...
> > > [junit4:junit4]   2> 728 T2247 oasc.CachingDirectoryFactory.get return
> new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index forceNew:false
> > > [junit4:junit4]   2> 732 T2247 oasc.SolrDeletionPolicy.onCommit
> > SolrDeletionPolicy.onCommit: commits:num=1
> > > [junit4:junit4]   2>
> > commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ec07
> > 31
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@103b26d),segFN
> > =segments_1,generation=1,filenames=[segments_1]
> > > [junit4:junit4]   2> 733 T2247 oasc.SolrDeletionPolicy.updateCommits
> > newest commit = 1[segments_1]
> > > [junit4:junit4]   2> 734 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 735 T2247 oasc.SolrCore.initWriters created json:
> > solr.JSONResponseWriter
> > > [junit4:junit4]   2> 737 T2247
> oasc.RequestHandlers.initHandlersFromConfig
> > created /admin/: solr.admin.AdminHandlers
> > > [junit4:junit4]   2> 737 T2247
> oasc.RequestHandlers.initHandlersFromConfig
> > created /select: solr.SearchHandler
> > > [junit4:junit4]   2> 738 T2247
> oasc.RequestHandlers.initHandlersFromConfig
> > created /update: solr.UpdateRequestHandler
> > > [junit4:junit4]   2> 745 T2247 oashl.XMLLoader.init
> > xsltCacheLifetimeSeconds=60
> > > [junit4:junit4]   2> 752 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense
> > > [junit4:junit4]   2> 752 T2247 oass.SolrIndexSearcher.<init> Opening
> > Searcher@13532ad main
> > > [junit4:junit4]   2> 753 T2247 oasc.SolrCore.registerSearcher [lazy1]
> > Registered new searcher Searcher@13532ad
> > main{StandardDirectoryReader(segments_1:1)}
> > > [junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Hard
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Soft
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 758 T2247 oasc.CoreMaps.putTransientCore Opening
> > transient core lazy1
> > > [junit4:junit4]   2> 758 T2247 oasc.CoreContainer.registerCore
> registering
> > core: lazy1
> > > [junit4:junit4]   2> 759 T2247 oasc.CoreContainer.shutdown Shutting
> down
> > CoreContainer instance=32636552
> > > [junit4:junit4]   2> 760 T2247 oasc.SolrCore.close [core1]  CLOSING
> SolrCore
> > org.apache.solr.core.SolrCore@1f92fd0
> > > [junit4:junit4]   2> 764 T2247 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,cum
> > ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > > [junit4:junit4]   2> 764 T2247 oasu.SolrCoreState.decrefSolrCoreState
> > Closing SolrCoreState
> > > [junit4:junit4]   2> 764 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > SolrCoreState ref count has reached 0 - closing IndexWriter
> > > [junit4:junit4]   2> 764 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > closing IndexWriter with IndexWriterCloser
> > > [junit4:junit4]   2> 765 T2247 oasc.SolrCore.closeSearcher [core1]
> Closing
> > main searcher on request.
> > > [junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 766 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense
> >
> > > [junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 767 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 767 T2247 oasc.SolrCore.close [core2]  CLOSING
> SolrCore
> > org.apache.solr.core.SolrCore@15da42f
> > > [junit4:junit4]   2> 772 T2247 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,cum
> > ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > > [junit4:junit4]   2> 772 T2247 oasu.SolrCoreState.decrefSolrCoreState
> > Closing SolrCoreState
> > > [junit4:junit4]   2> 772 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > SolrCoreState ref count has reached 0 - closing IndexWriter
> > > [junit4:junit4]   2> 772 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > closing IndexWriter with IndexWriterCloser
> > > [junit4:junit4]   2> 774 T2247 oasc.SolrCore.closeSearcher [core2]
> Closing
> > main searcher on request.
> > > [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 775 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 775 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense
> >
> > > [junit4:junit4]   2> 775 T2247 oasc.SolrCore.close [lazy1]  CLOSING
> SolrCore
> > org.apache.solr.core.SolrCore@10c64d8
> > > [junit4:junit4]   2> 780 T2247 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,cum
> > ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > > [junit4:junit4]   2> 780 T2247 oasu.SolrCoreState.decrefSolrCoreState
> > Closing SolrCoreState
> > > [junit4:junit4]   2> 781 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > SolrCoreState ref count has reached 0 - closing IndexWriter
> > > [junit4:junit4]   2> 781 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > closing IndexWriter with IndexWriterCloser
> > > [junit4:junit4]   2> 782 T2247 oasc.SolrCore.closeSearcher [lazy1]
> Closing
> > main searcher on request.
> > > [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 783 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense
> > > [junit4:junit4]   2> 783 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense
> >
> > > [junit4:junit4]   2> 827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> > testPropertiesFile
> > > [junit4:junit4]   2> 833 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> > testPersistTrue
> > > [junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome
> JNDI
> > not configured for solr (NoInitialContextEx)
> > > [junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome
> > using system property solr.solr.home:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > > [junit4:junit4]   2> 880 T2247
> oasc.CoreContainer$Initializer.initialize looking
> > for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
> > > [junit4:junit4]   2> 880 T2247 oasc.CoreContainer.<init> New
> CoreContainer
> > 31091782
> > > [junit4:junit4]   2> 882 T2247 oasc.CoreContainer.load Loading
> > CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> > > [junit4:junit4]   2> 882 T2247 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> > > [junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere
> Looking for
> > cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > > [junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\cor
> > e.properties, adding to cores
> > > [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\cor
> > e.properties, adding to cores
> > > [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core
> > .properties, adding to cores
> > > [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core
> > .properties, adding to cores
> > > [junit4:junit4]   2> 914 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core
> > .properties, adding to cores
> > > [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere
> Looking for
> > cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > > [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\cor
> > e.properties, adding to cores
> > > [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\cor
> > e.properties, adding to cores
> > > [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core
> > .properties, adding to cores
> > > [junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core
> > .properties, adding to cores
> > > [junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere
> Discovered
> > properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core
> > .properties, adding to cores
> > > [junit4:junit4]   2> 917 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting socketTimeout to: 0
> > > [junit4:junit4]   2> 918 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting urlScheme to: http://
> > > [junit4:junit4]   2> 918 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting connTimeout to: 0
> > > [junit4:junit4]   2> 918 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting maxConnectionsPerHost to: 20
> > > [junit4:junit4]   2> 919 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting corePoolSize to: 0
> > > [junit4:junit4]   2> 919 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting maximumPoolSize to: 2147483647
> > > [junit4:junit4]   2> 919 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting maxThreadIdleTime to: 5
> > > [junit4:junit4]   2> 919 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting sizeOfQueue to: -1
> > > [junit4:junit4]   2> 919 T2247
> oashc.HttpShardHandlerFactory.getParameter
> > Setting fairnessPolicy to: false
> > > [junit4:junit4]   2> 919 T2247 oascsi.HttpClientUtil.createClient
> Creating new
> > http client,
> > config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> > =0&connTimeout=0&retry=false
> > > [junit4:junit4]   2> 928 T2247 oasc.CoreMaps.allocateLazyCores
> Allocating
> > transient cache for 2 transient cores
> > > [junit4:junit4]   2> 928 T2247 oasc.CoreContainer.load Registering Log
> > Listener
> > > [junit4:junit4]   2> 930 T2253 oasc.CoreContainer.create Creating
> SolrCore
> > 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> > trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
> > > [junit4:junit4]   2> 930 T2255 oasc.CoreContainer.create Creating
> SolrCore
> > 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> > trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
> > > [junit4:junit4]   2> 931 T2253 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
> > > [junit4:junit4]   2> 932 T2255 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
> > > [junit4:junit4]   2> 931 T2254 oasc.CoreContainer.create Creating
> SolrCore
> > 'lazy2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> > trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2
> > > [junit4:junit4]   2> 935 T2254 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\'
> > > [junit4:junit4]   2> 985 T2253 oasc.SolrConfig.<init> Using Lucene
> > MatchVersion: LUCENE_41
> > > [junit4:junit4]   2> 988 T2254 oasc.SolrConfig.<init> Using Lucene
> > MatchVersion: LUCENE_41
> > > [junit4:junit4]   2> 1078 T2254 oasc.SolrConfig.<init> Loaded
> SolrConfig:
> > solrconfig-minimal.xml
> > > [junit4:junit4]   2> 1078 T2254 oass.IndexSchema.readSchema Reading
> Solr
> > Schema
> > > [junit4:junit4]   2> 1082 T2254 oass.IndexSchema.readSchema Schema
> > name=tiny
> > > [junit4:junit4]   2> 1105 T2255 oasc.SolrConfig.<init> Using Lucene
> > MatchVersion: LUCENE_41
> > > [junit4:junit4]   2> 1114 T2254 oass.IndexSchema.readSchema unique key
> > field: id
> > > [junit4:junit4]   2> 1116 T2254 oasc.SolrCore.<init> [lazy2] Opening
> new
> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\,
> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense\
> > > [junit4:junit4]   2> 1116 T2254 oasc.JmxMonitoredMap.<init> JMX
> > monitoring is enabled. Adding Solr mbeans to JMX Server:
> > com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > > [junit4:junit4]   2> 1116 T2254 oasc.SolrCore.initDirectoryFactory
> > org.apache.solr.core.MockDirectoryFactory
> > > [junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense forceNew:false
> > > [junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1117 T2254 oasc.SolrCore.getNewIndexDir New index
> > directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense\index/
> > > [junit4:junit4]   2> 1120 T2254 oasc.SolrCore.initIndex WARNING
> [lazy2] Solr
> > index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense\index' doesn't exist. Creating new index...
> > > [junit4:junit4]   2> 1125 T2254 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense\index forceNew:false
> > > [junit4:junit4]   2> 1152 T2253 oasc.SolrConfig.<init> Loaded
> SolrConfig:
> > solrconfig-minimal.xml
> > > [junit4:junit4]   2> 1152 T2253 oass.IndexSchema.readSchema Reading
> Solr
> > Schema
> > > [junit4:junit4]   2> 1156 T2253 oass.IndexSchema.readSchema Schema
> > name=tiny
> > > [junit4:junit4]   2> 1183 T2255 oasc.SolrConfig.<init> Loaded
> SolrConfig:
> > solrconfig-minimal.xml
> > > [junit4:junit4]   2> 1184 T2255 oass.IndexSchema.readSchema Reading
> Solr
> > Schema
> > > [junit4:junit4]   2> 1184 T2253 oass.IndexSchema.readSchema unique key
> > field: id
> > > [junit4:junit4]   2> 1186 T2255 oass.IndexSchema.readSchema Schema
> > name=tiny
> > > [junit4:junit4]   2> 1186 T2253 oasc.SolrCore.<init> [core1] Opening
> new
> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\,
> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\
> > > [junit4:junit4]   2> 1188 T2253 oasc.JmxMonitoredMap.<init> JMX
> > monitoring is enabled. Adding Solr mbeans to JMX Server:
> > com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > > [junit4:junit4]   2> 1188 T2253 oasc.SolrCore.initDirectoryFactory
> > org.apache.solr.core.MockDirectoryFactory
> > > [junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense forceNew:false
> > > [junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 1189 T2253 oasc.SolrCore.getNewIndexDir New index
> > directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index/
> > > [junit4:junit4]   2> 1190 T2253 oasc.SolrCore.initIndex WARNING [core1]
> > Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index' doesn't exist. Creating new index...
> > > [junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.onCommit
> > SolrDeletionPolicy.onCommit: commits:num=1
> > > [junit4:junit4]   2>
> > commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\
> > Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-
> > core\test\J0\index2191821927tmp
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@ef4f26),segFN=s
> > egments_1,generation=1,filenames=[segments_1]
> > > [junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.updateCommits
> > newest commit = 1[segments_1]
> > > [junit4:junit4]   2> 1193 T2254 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense\index
> >
> > > [junit4:junit4]   2> 1193 T2254 oasc.SolrCore.initWriters created json:
> > solr.JSONResponseWriter
> > > [junit4:junit4]   2> 1194 T2254
> > oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> > solr.admin.AdminHandlers
> > > [junit4:junit4]   2> 1195 T2254
> > oasc.RequestHandlers.initHandlersFromConfig created /select:
> > solr.SearchHandler
> > > [junit4:junit4]   2> 1195 T2254
> > oasc.RequestHandlers.initHandlersFromConfig created /update:
> > solr.UpdateRequestHandler
> > > [junit4:junit4]   2> 1201 T2253 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index forceNew:false
> > > [junit4:junit4]   2> 1210 T2254 oashl.XMLLoader.init
> > xsltCacheLifetimeSeconds=60
> > > [junit4:junit4]   2> 1214 T2254 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1217 T2254 oass.SolrIndexSearcher.<init> Opening
> > Searcher@16deeaf main
> > > [junit4:junit4]   2> 1217 T2254 oasc.SolrCore.registerSearcher [lazy2]
> > Registered new searcher Searcher@16deeaf
> > main{StandardDirectoryReader(segments_1:1)}
> > > [junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Hard
> > AutoCommit: disabled
> > > [junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Soft
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 1218 T2253 oasc.SolrDeletionPolicy.onCommit
> > SolrDeletionPolicy.onCommit: commits:num=1
> > > [junit4:junit4]   2>
> > commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\
> > Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-
> > core\test\J0\index2191821928tmp
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b81596),segFN
> > =segments_1,generation=1,filenames=[segments_1]
> > > [junit4:junit4]   2> 1220 T2253 oasc.SolrDeletionPolicy.updateCommits
> > newest commit = 1[segments_1]
> > > [junit4:junit4]   2> 1222 T2254 oasc.CoreMaps.putTransientCore Opening
> > transient core lazy2
> > > [junit4:junit4]   2> 1220 T2255 oass.IndexSchema.readSchema unique key
> > field: id
> > > [junit4:junit4]   2> 1222 T2253 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index
> >
> > > [junit4:junit4]   2> 1222 T2253 oasc.SolrCore.initWriters created json:
> > solr.JSONResponseWriter
> > > [junit4:junit4]   2> 1224 T2253
> > oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> > solr.admin.AdminHandlers
> > > [junit4:junit4]   2> 1224 T2253
> > oasc.RequestHandlers.initHandlersFromConfig created /select:
> > solr.SearchHandler
> > > [junit4:junit4]   2> 1225 T2253
> > oasc.RequestHandlers.initHandlersFromConfig created /update:
> > solr.UpdateRequestHandler
> > > [junit4:junit4]   2> 1222 T2254 oasc.CoreContainer.registerCore
> registering
> > core: lazy2
> > > [junit4:junit4]   2> 1227 T2255 oasc.SolrCore.<init> [lazy1] Opening
> new
> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\,
> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\
> > > [junit4:junit4]   2> 1227 T2255 oasc.JmxMonitoredMap.<init> JMX
> > monitoring is enabled. Adding Solr mbeans to JMX Server:
> > com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > > [junit4:junit4]   2> 1227 T2255 oasc.SolrCore.initDirectoryFactory
> > org.apache.solr.core.MockDirectoryFactory
> > > [junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense forceNew:false
> > > [junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1228 T2255 oasc.SolrCore.getNewIndexDir New index
> > directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index/
> > > [junit4:junit4]   2> 1233 T2253 oashl.XMLLoader.init
> > xsltCacheLifetimeSeconds=60
> > > [junit4:junit4]   2> 1233 T2255 oasc.SolrCore.initIndex WARNING
> [lazy1] Solr
> > index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index' doesn't exist. Creating new index...
> > > [junit4:junit4]   2> 1235 T2255 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index forceNew:false
> > > [junit4:junit4]   2> 1243 T2253 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 1245 T2253 oass.SolrIndexSearcher.<init> Opening
> > Searcher@95a32b main
> > > [junit4:junit4]   2> 1246 T2253 oasc.SolrCore.registerSearcher [core1]
> > Registered new searcher Searcher@95a32b
> > main{StandardDirectoryReader(segments_1:1)}
> > > [junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Hard
> > AutoCommit: disabled
> > > [junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Soft
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 1251 T2253 oasc.CoreContainer.registerCore
> registering
> > core: core1
> > > [junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.onCommit
> > SolrDeletionPolicy.onCommit: commits:num=1
> > > [junit4:junit4]   2>
> > commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\
> > Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-
> > core\test\J0\index2191821929tmp
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@11375fc),segFN=
> > segments_1,generation=1,filenames=[segments_1]
> > > [junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.updateCommits
> > newest commit = 1[segments_1]
> > > [junit4:junit4]   2> 1252 T2255 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index
> >
> > > [junit4:junit4]   2> 1253 T2255 oasc.SolrCore.initWriters created json:
> > solr.JSONResponseWriter
> > > [junit4:junit4]   2> 1254 T2255
> > oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> > solr.admin.AdminHandlers
> > > [junit4:junit4]   2> 1255 T2255
> > oasc.RequestHandlers.initHandlersFromConfig created /select:
> > solr.SearchHandler
> > > [junit4:junit4]   2> 1255 T2255
> > oasc.RequestHandlers.initHandlersFromConfig created /update:
> > solr.UpdateRequestHandler
> > > [junit4:junit4]   2> 1263 T2255 oashl.XMLLoader.init
> > xsltCacheLifetimeSeconds=60
> > > [junit4:junit4]   2> 1270 T2255 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1271 T2255 oass.SolrIndexSearcher.<init> Opening
> > Searcher@d336ae main
> > > [junit4:junit4]   2> 1272 T2255 oasc.SolrCore.registerSearcher [lazy1]
> > Registered new searcher Searcher@d336ae
> > main{StandardDirectoryReader(segments_1:1)}
> > > [junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Hard
> > AutoCommit: disabled
> > > [junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Soft
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 1275 T2255 oasc.CoreMaps.putTransientCore Opening
> > transient core lazy1
> > > [junit4:junit4]   2> 1275 T2255 oasc.CoreContainer.registerCore
> registering
> > core: lazy1
> > > [junit4:junit4]   2> 1277 T2247 oasc.CoreContainer.create Creating
> SolrCore
> > 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> > trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
> > > [junit4:junit4]   2> 1278 T2247 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
> > > [junit4:junit4]   2> 1345 T2247 oasc.SolrConfig.<init> Using Lucene
> > MatchVersion: LUCENE_41
> > > [junit4:junit4]   2> 1412 T2247 oasc.SolrConfig.<init> Loaded
> SolrConfig:
> > solrconfig-minimal.xml
> > > [junit4:junit4]   2> 1413 T2247 oass.IndexSchema.readSchema Reading
> Solr
> > Schema
> > > [junit4:junit4]   2> 1416 T2247 oass.IndexSchema.readSchema Schema
> > name=tiny
> > > [junit4:junit4]   2> 1446 T2247 oass.IndexSchema.readSchema unique key
> > field: id
> > > [junit4:junit4]   2> 1448 T2247 oasc.SolrCore.<init> [core2] Opening
> new
> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\,
> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\
> > > [junit4:junit4]   2> 1448 T2247 oasc.JmxMonitoredMap.<init> JMX
> > monitoring is enabled. Adding Solr mbeans to JMX Server:
> > com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > > [junit4:junit4]   2> 1449 T2247 oasc.SolrCore.initDirectoryFactory
> > org.apache.solr.core.MockDirectoryFactory
> > > [junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense forceNew:false
> > > [junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 1450 T2247 oasc.SolrCore.getNewIndexDir New index
> > directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index/
> > > [junit4:junit4]   2> 1451 T2247 oasc.SolrCore.initIndex WARNING [core2]
> > Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index' doesn't exist. Creating new index...
> > > [junit4:junit4]   2> 1452 T2247 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index forceNew:false
> > > [junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.onCommit
> > SolrDeletionPolicy.onCommit: commits:num=1
> > > [junit4:junit4]   2>
> > commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@179f9
> > e8
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@15dc903),segFN
> > =segments_1,generation=1,filenames=[segments_1]
> > > [junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.updateCommits
> > newest commit = 1[segments_1]
> > > [junit4:junit4]   2> 1456 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index
> >
> > > [junit4:junit4]   2> 1456 T2247 oasc.SolrCore.initWriters created json:
> > solr.JSONResponseWriter
> > > [junit4:junit4]   2> 1458 T2247
> > oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> > solr.admin.AdminHandlers
> > > [junit4:junit4]   2> 1458 T2247
> > oasc.RequestHandlers.initHandlersFromConfig created /select:
> > solr.SearchHandler
> > > [junit4:junit4]   2> 1459 T2247
> > oasc.RequestHandlers.initHandlersFromConfig created /update:
> > solr.UpdateRequestHandler
> > > [junit4:junit4]   2> 1467 T2247 oashl.XMLLoader.init
> > xsltCacheLifetimeSeconds=60
> > > [junit4:junit4]   2> 1474 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 1474 T2247 oass.SolrIndexSearcher.<init> Opening
> > Searcher@84d58e main
> > > [junit4:junit4]   2> 1475 T2247 oasc.SolrCore.registerSearcher [core2]
> > Registered new searcher Searcher@84d58e
> > main{StandardDirectoryReader(segments_1:1)}
> > > [junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Hard
> > AutoCommit: disabled
> > > [junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Soft
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 1479 T2247 oasc.CoreContainer.registerCore
> registering
> > core: core2
> > > [junit4:junit4]   2> 1480 T2247 oasc.CoreContainer.create Creating
> SolrCore
> > 'lazy3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> > trunk-Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3
> > > [junit4:junit4]   2> 1481 T2247 oasc.SolrResourceLoader.<init> new
> > SolrResourceLoader for directory:
> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\'
> > > [junit4:junit4]   2> 1546 T2247 oasc.SolrConfig.<init> Using Lucene
> > MatchVersion: LUCENE_41
> > > [junit4:junit4]   2> 1623 T2247 oasc.SolrConfig.<init> Loaded
> SolrConfig:
> > solrconfig-minimal.xml
> > > [junit4:junit4]   2> 1624 T2247 oass.IndexSchema.readSchema Reading
> Solr
> > Schema
> > > [junit4:junit4]   2> 1628 T2247 oass.IndexSchema.readSchema Schema
> > name=tiny
> > > [junit4:junit4]   2> 1655 T2247 oass.IndexSchema.readSchema unique key
> > field: id
> > > [junit4:junit4]   2> 1658 T2247 oasc.SolrCore.<init> [lazy3] Opening
> new
> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> > core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\,
> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense\
> > > [junit4:junit4]   2> 1658 T2247 oasc.JmxMonitoredMap.<init> JMX
> > monitoring is enabled. Adding Solr mbeans to JMX Server:
> > com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > > [junit4:junit4]   2> 1659 T2247 oasc.SolrCore.initDirectoryFactory
> > org.apache.solr.core.MockDirectoryFactory
> > > [junit4:junit4]   2> 1661 T2247 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense forceNew:false
> > > [junit4:junit4]   2> 1662 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1662 T2247 oasc.SolrCore.getNewIndexDir New index
> > directory detected: old=null
> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense\index/
> > > [junit4:junit4]   2> 1663 T2247 oasc.SolrCore.initIndex WARNING
> [lazy3] Solr
> > index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense\index' doesn't exist. Creating new index...
> > > [junit4:junit4]   2> 1664 T2247 oasc.CachingDirectoryFactory.get
> return new
> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense\index forceNew:false
> > > [junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.onCommit
> > SolrDeletionPolicy.onCommit: commits:num=1
> > > [junit4:junit4]   2>
> > commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9b0f
> > 9f
> > lockFactory=org.apache.lucene.store.NativeFSLockFactory@86b7f),segFN=s
> > egments_1,generation=1,filenames=[segments_1]
> > > [junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.updateCommits
> > newest commit = 1[segments_1]
> > > [junit4:junit4]   2> 1673 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense\index
> >
> > > [junit4:junit4]   2> 1674 T2247 oasc.SolrCore.initWriters created json:
> > solr.JSONResponseWriter
> > > [junit4:junit4]   2> 1676 T2247
> > oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> > solr.admin.AdminHandlers
> > > [junit4:junit4]   2> 1677 T2247
> > oasc.RequestHandlers.initHandlersFromConfig created /select:
> > solr.SearchHandler
> > > [junit4:junit4]   2> 1678 T2247
> > oasc.RequestHandlers.initHandlersFromConfig created /update:
> > solr.UpdateRequestHandler
> > > [junit4:junit4]   2> 1686 T2247 oashl.XMLLoader.init
> > xsltCacheLifetimeSeconds=60
> > > [junit4:junit4]   2> 1694 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1694 T2247 oass.SolrIndexSearcher.<init> Opening
> > Searcher@140f703 main
> > > [junit4:junit4]   2> 1695 T2247 oasc.SolrCore.registerSearcher [lazy3]
> > Registered new searcher Searcher@140f703
> > main{StandardDirectoryReader(segments_1:1)}
> > > [junit4:junit4]   2> 1696 T2247 oasu.CommitTracker.<init> Hard
> > AutoCommit: disabled
> > > [junit4:junit4]   2> 1697 T2247 oasu.CommitTracker.<init> Soft
> AutoCommit:
> > disabled
> > > [junit4:junit4]   2> 1702 T2247 oasc.CoreMaps.putTransientCore Opening
> > transient core lazy3
> > > [junit4:junit4]   2> 1703 T2247 oasc.CoreContainer.registerCore
> registering
> > core: lazy3
> > > [junit4:junit4]   2> 1704 T2247 oasc.CoreContainer.persistFile
> Persisting
> > cores config to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.prope
> > rties
> > > [junit4:junit4]   2> 1717 T2247 oasc.SolrCore.close [lazy1]  CLOSING
> SolrCore
> > org.apache.solr.core.SolrCore@3d81a
> > > [junit4:junit4]   2> 1722 T2247 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,cum
> > ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > > [junit4:junit4]   2> 1722 T2247 oasu.SolrCoreState.decrefSolrCoreState
> > Closing SolrCoreState
> > > [junit4:junit4]   2> 1722 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > SolrCoreState ref count has reached 0 - closing IndexWriter
> > > [junit4:junit4]   2> 1723 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > closing IndexWriter with IndexWriterCloser
> > > [junit4:junit4]   2> 1723 T2247 oasc.SolrCore.closeSearcher [lazy1]
> Closing
> > main searcher on request.
> > > [junit4:junit4]   2> 1723 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index
> >
> > > [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1724 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 1724 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 1724 T2247 oasc.CoreContainer.shutdown Shutting
> down
> > CoreContainer instance=31091782
> > > [junit4:junit4]   2> 1726 T2247 oasc.SolrCore.close [core1]  CLOSING
> > SolrCore org.apache.solr.core.SolrCore@44a83
> > > [junit4:junit4]   2> 1736 T2247 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,cum
> > ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > > [junit4:junit4]   2> 1737 T2247 oasu.SolrCoreState.decrefSolrCoreState
> > Closing SolrCoreState
> > > [junit4:junit4]   2> 1737 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > SolrCoreState ref count has reached 0 - closing IndexWriter
> > > [junit4:junit4]   2> 1737 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > closing IndexWriter with IndexWriterCloser
> > > [junit4:junit4]   2> 1738 T2247 oasc.SolrCore.closeSearcher [core1]
> Closing
> > main searcher on request.
> > > [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index
> >
> > > [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 1739 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 1740 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 1740 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 1740 T2247 oasc.SolrCore.close [core2]  CLOSING
> > SolrCore org.apache.solr.core.SolrCore@c3b82c
> > > [junit4:junit4]   2> 1744 T2247 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,cum
> > ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > > [junit4:junit4]   2> 1744 T2247 oasu.SolrCoreState.decrefSolrCoreState
> > Closing SolrCoreState
> > > [junit4:junit4]   2> 1745 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > SolrCoreState ref count has reached 0 - closing IndexWriter
> > > [junit4:junit4]   2> 1745 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > closing IndexWriter with IndexWriterCloser
> > > [junit4:junit4]   2> 1746 T2247 oasc.SolrCore.closeSearcher [core2]
> Closing
> > main searcher on request.
> > > [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index
> >
> > > [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 1746 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense\index
> > > [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 1747 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> > fandnonsense
> > > [junit4:junit4]   2> 1747 T2247 oasc.SolrCore.close [lazy2]  CLOSING
> SolrCore
> > org.apache.solr.core.SolrCore@1037f5b
> > > [junit4:junit4]   2> 1752 T2247 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,cum
> > ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > > [junit4:junit4]   2> 1752 T2247 oasu.SolrCoreState.decrefSolrCoreState
> > Closing SolrCoreState
> > > [junit4:junit4]   2> 1753 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > SolrCoreState ref count has reached 0 - closing IndexWriter
> > > [junit4:junit4]   2> 1753 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > closing IndexWriter with IndexWriterCloser
> > > [junit4:junit4]   2> 1754 T2247 oasc.SolrCore.closeSearcher [lazy2]
> Closing
> > main searcher on request.
> > > [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense\index
> >
> > > [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1755 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 1755 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 1756 T2247 oasc.SolrCore.close [lazy3]  CLOSING
> SolrCore
> > org.apache.solr.core.SolrCore@17e4166
> > > [junit4:junit4]   2> 1761 T2247 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,cum
> > ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > > [junit4:junit4]   2> 1761 T2247 oasu.SolrCoreState.decrefSolrCoreState
> > Closing SolrCoreState
> > > [junit4:junit4]   2> 1761 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > SolrCoreState ref count has reached 0 - closing IndexWriter
> > > [junit4:junit4]   2> 1762 T2247
> oasu.DefaultSolrCoreState.closeIndexWriter
> > closing IndexWriter with IndexWriterCloser
> > > [junit4:junit4]   2> 1763 T2247 oasc.SolrCore.closeSearcher [lazy3]
> Closing
> > main searcher on request.
> > > [junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> > directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense\index
> >
> > > [junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1764 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense
> > > [junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.close
> Closing
> > directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> > Solr-trunk-Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 1764 T2247
> oasc.CachingDirectoryFactory.closeDirectory
> > Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build\solr-
> >
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> > andnonsense\index
> > > [junit4:junit4]   2> 1827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> > testPersistTrue
> > > [junit4:junit4]   2> NOTE: reproduce with: ant test  -
> > Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistTrue -
> > Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -
> > Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> > > [junit4:junit4] ERROR   1.02s |
> TestSolrDiscoveryProperties.testPersistTrue
> > <<<
> > > [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to
> delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > > [junit4:junit4]    >    at
> > __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490
> > D]:0)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > > [junit4:junit4]    >    at
> >
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryPro
> > perties.java:119)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:39)
> > > [junit4:junit4]    >    at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> > > [junit4:junit4]    >    at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1559)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> > mizedRunner.java:79)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:795)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:50)
> > > [junit4:junit4]    >    at
> >
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> > cheSanity.java:51)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:49)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:782)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:442)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:746)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> > mizedRunner.java:648)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> > mizedRunner.java:682)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:693)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:42)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:43)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > > [junit4:junit4]   2> 1847 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> > testPersistFalse
> > > [junit4:junit4]   2> 1875 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> > testPersistFalse
> > > [junit4:junit4]   2> NOTE: reproduce with: ant test  -
> > Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistFalse -
> > Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -
> > Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> > > [junit4:junit4] ERROR   0.04s |
> TestSolrDiscoveryProperties.testPersistFalse
> > <<<
> > > [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to
> delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > > [junit4:junit4]    >    at
> > org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscover
> > yProperties.java:46)
> > > [junit4:junit4]    >    at
> >
> org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDi
> > scoveryProperties.java:245)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:39)
> > > [junit4:junit4]    >    at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> > > [junit4:junit4]    >    at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1559)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> > mizedRunner.java:79)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:737)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:773)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:787)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:50)
> > > [junit4:junit4]    >    at
> >
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> > cheSanity.java:51)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:49)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:782)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:442)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:746)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> > mizedRunner.java:648)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> > mizedRunner.java:682)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:693)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:42)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:43)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > > [junit4:junit4]    > Throwable #2: java.io.IOException: Unable to
> delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > > [junit4:junit4]    >    at
> >
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryPro
> > perties.java:119)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:39)
> > > [junit4:junit4]    >    at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> > > [junit4:junit4]    >    at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1559)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> > mizedRunner.java:79)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:795)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:50)
> > > [junit4:junit4]    >    at
> >
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> > cheSanity.java:51)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:49)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:782)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:442)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:746)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> > mizedRunner.java:648)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> > mizedRunner.java:682)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:693)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:42)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:43)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > > [junit4:junit4]   2> 1883 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> > testBackCompatXml
> > > [junit4:junit4]   2> 1911 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> > testBackCompatXml
> > > [junit4:junit4]   2> NOTE: reproduce with: ant test  -
> > Dtestcase=TestSolrDiscoveryProperties -
> > Dtests.method=testBackCompatXml -Dtests.seed=58657AD342FF2DCF -
> > Dtests.slow=true -Dtests.locale=en_AU -
> > Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> > > [junit4:junit4] ERROR   0.04s |
> > TestSolrDiscoveryProperties.testBackCompatXml <<<
> > > [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to
> delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > > [junit4:junit4]    >    at
> > org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscover
> > yProperties.java:46)
> > > [junit4:junit4]    >    at
> > org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestS
> > olrDiscoveryProperties.java:348)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:39)
> > > [junit4:junit4]    >    at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> > > [junit4:junit4]    >    at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1559)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> > mizedRunner.java:79)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> > mizedRunner.java:737)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> > mizedRunner.java:773)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:787)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:50)
> > > [junit4:junit4]    >    at
> >
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> > cheSanity.java:51)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:49)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:782)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:442)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:746)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> > mizedRunner.java:648)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> > mizedRunner.java:682)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:693)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:42)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:43)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > > [junit4:junit4]    > Throwable #2: java.io.IOException: Unable to
> delete file:
> > .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > > [junit4:junit4]    >    at
> > org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > > [junit4:junit4]    >    at
> >
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryPro
> > perties.java:119)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > [junit4:junit4]    >    at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> > ava:39)
> > > [junit4:junit4]    >    at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> > > [junit4:junit4]    >    at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> > dRunner.java:1559)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> > mizedRunner.java:79)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> > mizedRunner.java:795)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> > SetupTeardownChained.java:50)
> > > [junit4:junit4]    >    at
> >
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> > cheSanity.java:51)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> > readAndTestName.java:49)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> > (ThreadLeakControl.java:782)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> > eakControl.java:442)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> > domizedRunner.java:746)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> > mizedRunner.java:648)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> > mizedRunner.java:682)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> > mizedRunner.java:693)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> > evaluate(SystemPropertiesRestoreRule.java:53)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> > fterRule.java:46)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> > assName.java:42)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> > .evaluate(SystemPropertiesInvariantRule.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> > ertionsRequired.java:43)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> > .java:48)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> > IgnoreAfterMaxFailures.java:70)
> > > [junit4:junit4]    >    at
> > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> > TestSuites.java:55)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> > ementAdapter.java:36)
> > > [junit4:junit4]    >    at
> > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> > run(ThreadLeakControl.java:358)
> > > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > > [junit4:junit4]   2> 1918 T2247 oas.SolrTestCaseJ4.deleteCore
> > ###deleteCore
> > > [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {},
> > docValues:{}, sim=DefaultSimilarity, locale=en_AU,
> > timezone=America/Vancouver
> > > [junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc.
> > 1.6.0_41 (32-bit)/cpus=2,threads=1,free=81611736,total=268500992
> > > [junit4:junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest,
> > TestRemoteStreaming, TestRangeQuery,
> > DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest,
> > ClusterStateUpdateTest, TestZkChroot, PathHierarchyTokenizerFactoryTest,
> > LegacyHTMLStripCharFilterTest, UUIDFieldTest, BasicZkTest,
> > ClusterStateTest, HighlighterConfigTest, TestOmitPositions,
> > TermsComponentTest, TermVectorComponentDistributedTest,
> > TestLuceneMatchVersion, SimplePostToolTest, SpellCheckComponentTest,
> > SystemInfoHandlerTest, BasicDistributedZkTest, TestPseudoReturnFields,
> > TestDocSet, DirectSolrSpellCheckerTest,
> > TestLMJelinekMercerSimilarityFactory, TestQueryTypes,
> > URLClassifyProcessorTest, RegexBoostProcessorTest, ConvertedLegacyTest,
> > TestMultiCoreConfBootstrap, LoggingHandlerTest, SuggesterWFSTTest,
> > SolrRequestParserTest, TestExtendedDismaxParser, TestCodecSupport,
> > TestIndexSearcher, TestBinaryField, TermVectorComponentTest,
> > TestSolrCoreProperties, SliceStateUpdateTest,
> > SolrCoreCheckLockOnStartupTest, TestConfig, PolyFieldTest,
> > SoftAutoCommitTest, HighlighterTest, TestSolrDeletionPolicy2,
> > AnalysisAfterCoreReloadTest, AutoCommitTest, SortByFunctionTest,
> > TestFaceting, OpenCloseCoreStressTest, ZkControllerTest,
> > TestStressRecovery, TestRandomDVFaceting, TestRealTimeGet,
> > CollectionsAPIDistributedZkTest, SynonymTokenizerTest, OverseerTest,
> > TestSolrJ, BasicFunctionalityTest, SchemaVersionSpecificBehaviorTest,
> > DefaultValueUpdateProcessorTest, TestMergePolicyConfig,
> > FastVectorHighlighterTest, ZkNodePropsTest, TestCSVLoader, TestUpdate,
> > TestAnalyzedSuggestions, TestFoldingMultitermQuery,
> > TestSolrDiscoveryProperties]
> > > [junit4:junit4] Completed in 1.94s, 4 tests, 3 errors <<< FAILURES!
> > >
> > > [...truncated 587 lines...]
> > > BUILD FAILED
> > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\build.xml:381: The following error occurred while executing this
> > line:
> > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\build.xml:361: The following error occurred while executing this
> > line:
> > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\build.xml:39: The following error occurred while executing this
> line:
> > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\build.xml:183: The following error occurred while executing
> > this line:
> > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\solr\common-build.xml:449: The following error occurred while
> > executing this line:
> > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\lucene\common-build.xml:1207: The following error occurred
> > while executing this line:
> > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> > Windows\lucene\common-build.xml:870: There were test failures: 261
> > suites, 1101 tests, 3 errors, 18 ignored (12 assumptions)
> > >
> > > Total time: 60 minutes 28 seconds
> > > Build step 'Invoke Ant' marked build as failure
> > > Archiving artifacts
> > > Recording test results
> > > Description set: Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
> > > Email was triggered for: Failure
> > > Sending email for trigger: Failure
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > > For additional commands, e-mail: dev-help@lucene.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_41) - Build # 2614 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

same for me, it now works with r1452146 - the test was never passing on Windows, Erick's committed fix was partially fixing the issue, so I fixed the solr properties code not only in the test, but also in SolrProperties.java (next to some default-charset problems detected by forbidden apis in the "fix"). Explanation: It is generally a bug if you see the following code:

anyMethod(new FileInputStream())
anyMethod(new FileOutputStream())

(because in general methods should never close streams passed in, unless it is explicitly documented). The reason for those problems was: The old loader code was using XML, and XML always closes streams passed in - which is annoying (one reason why e.g. TIKA always uses "CloseShieldInputStream"). The general rule: a method should never close streams passed in, unless explicitly documented.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Steve Rowe [mailto:sarowe@gmail.com]
> Sent: Monday, March 04, 2013 12:22 AM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_41) -
> Build # 2614 - Still Failing!
> 
> Hi Erick,
> 
> On Win7 64-bit, Oracle Java 1.6.0_21 64-bit, I check out trunk r1452152 and
> ran 'ant -Dtestcase=TestSolrDiscoveryProperties test', which succeeded.  I
> ran again with -Dtests.iters=10, and they all succeeded too.
> 
> I then did 'svn up -r1452114' and ran 'ant -
> Dtestcase=TestSolrDiscoveryProperties test' a few times, all of which failed.
> 
> So the fix looks good!
> 
> Steve
> 
> On Mar 3, 2013, at 2:55 PM, Erick Erickson <er...@gmail.com> wrote:
> 
> > This is a test artifact I believe, I wasn't closing a file stream, then trying to
> delete it for the next test.
> >
> > I just committed a change that will fix it I hope. "runs on my machine".
> Siiiigggghhhhh.
> >
> > Anyone with a windows machine that could test before/after explicitly I'd
> appreciate it.
> >
> > ant -Dtestcase=TestSolrDiscoveryProperties testshould just fail before r:
> 1452115
> > and succeed after if I've got the right fix (trunk).
> >
> > Thanks,
> > Erick
> >
> >
> > On Sun, Mar 3, 2013 at 1:48 PM, Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2614/
> > Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
> >
> > 3 tests failed.
> > FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue
> >
> > Error Message:
> > Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> >
> > Stack Trace:
> > java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> >         at
> __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490
> D]:0)
> >         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> >         at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> >         at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> >         at
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryPro
> perties.java:119)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
> >         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:795)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> >         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> >         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> >         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> >         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> >         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> >         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> >         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> >         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> >         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> >         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> >         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> >         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> >         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> >         at java.lang.Thread.run(Thread.java:662)
> >
> >
> > FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse
> >
> > Error Message:
> > Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> >
> > Stack Trace:
> > java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> >         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> >         at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> >         at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> >         at
> org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscover
> yProperties.java:46)
> >         at
> org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDi
> scoveryProperties.java:245)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
> >         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> >         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> >         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> >         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> >         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> >         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> >         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> >         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> >         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> >         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> >         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> >         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> >         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> >         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> >         at java.lang.Thread.run(Thread.java:662)
> >
> >
> > FAILED:
> org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml
> >
> > Error Message:
> > Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> >
> > Stack Trace:
> > java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> >         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> >         at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> >         at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> >         at
> org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscover
> yProperties.java:46)
> >         at
> org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestS
> olrDiscoveryProperties.java:348)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
> >         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> >         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> >         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> >         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> >         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> >         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> >         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> >         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> >         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> >         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> >         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> >         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> >         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> >         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> >         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> >         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> >         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> >         at java.lang.Thread.run(Thread.java:662)
> >
> >
> >
> >
> > Build Log:
> > [...truncated 8343 lines...]
> > [junit4:junit4] Suite: org.apache.solr.core.TestSolrDiscoveryProperties
> > [junit4:junit4]   2> 0 T2247 oas.SolrTestCaseJ4.initCore ####initCore
> > [junit4:junit4]   2> Creating dataDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-core\test\J0\.\solrtest-
> TestSolrDiscoveryProperties-1362335229090
> > [junit4:junit4]   2> 1 T2247 oas.SolrTestCaseJ4.initCore ####initCore end
> > [junit4:junit4]   2> 3 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> testPropertiesFile
> > [junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
> > [junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome using
> system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > [junit4:junit4]   2> 31 T2247 oasc.CoreContainer$Initializer.initialize looking
> for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
> > [junit4:junit4]   2> 31 T2247 oasc.CoreContainer.<init> New CoreContainer
> 32636552
> > [junit4:junit4]   2> 33 T2247 oasc.CoreContainer.load Loading CoreContainer
> using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> > [junit4:junit4]   2> 33 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> > [junit4:junit4]   2> 62 T2247 oasc.SolrProperties.walkFromHere Looking for
> cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\cor
> e.properties, adding to cores
> > [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\cor
> e.properties, adding to cores
> > [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core
> .properties, adding to cores
> > [junit4:junit4]   2> 65 T2247 oasc.SolrProperties.walkFromHere Looking for
> cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > [junit4:junit4]   2> 66 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\cor
> e.properties, adding to cores
> > [junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\cor
> e.properties, adding to cores
> > [junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core
> .properties, adding to cores
> > [junit4:junit4]   2> 67 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 0
> > [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
> > [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 0
> > [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
> > [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
> > [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
> > [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
> > [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
> > [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
> > [junit4:junit4]   2> 69 T2247 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> =0&connTimeout=0&retry=false
> > [junit4:junit4]   2> 77 T2247 oasc.CoreMaps.allocateLazyCores Allocating
> transient cache for 2 transient cores
> > [junit4:junit4]   2> 77 T2247 oasc.CoreContainer.load Registering Log
> Listener
> > [junit4:junit4]   2> 79 T2248 oasc.CoreContainer.create Creating SolrCore
> 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
> > [junit4:junit4]   2> 80 T2248 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
> > [junit4:junit4]   2> 138 T2248 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> > [junit4:junit4]   2> 220 T2248 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> > [junit4:junit4]   2> 221 T2248 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 225 T2248 oass.IndexSchema.readSchema Schema
> name=tiny
> > [junit4:junit4]   2> 254 T2248 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 256 T2248 oasc.SolrCore.<init> [core1] Opening new
> SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\
> > [junit4:junit4]   2> 256 T2248 oasc.JmxMonitoredMap.<init> JMX
> monitoring is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > [junit4:junit4]   2> 257 T2248 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 257 T2248 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense forceNew:false
> > [junit4:junit4]   2> 258 T2248 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense
> > [junit4:junit4]   2> 258 T2248 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index/
> > [junit4:junit4]   2> 258 T2248 oasc.SolrCore.initIndex WARNING [core1] Solr
> index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 264 T2248 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index forceNew:false
> > [junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\
> Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-
> core\test\J0\index2191821926tmp
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@160e4a9),segFN
> =segments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> > [junit4:junit4]   2> 277 T2248 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 277 T2248 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> > [junit4:junit4]   2> 279 T2248 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: solr.admin.AdminHandlers
> > [junit4:junit4]   2> 280 T2248 oasc.RequestHandlers.initHandlersFromConfig
> created /select: solr.SearchHandler
> > [junit4:junit4]   2> 280 T2248 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
> > [junit4:junit4]   2> 292 T2248 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 298 T2248 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense
> > [junit4:junit4]   2> 300 T2248 oass.SolrIndexSearcher.<init> Opening
> Searcher@e11b6 main
> > [junit4:junit4]   2> 301 T2248 oasc.SolrCore.registerSearcher [core1]
> Registered new searcher Searcher@e11b6
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> > [junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 306 T2248 oasc.CoreContainer.registerCore registering
> core: core1
> > [junit4:junit4]   2> 309 T2247 oasc.CoreContainer.create Creating SolrCore
> 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
> > [junit4:junit4]   2> 311 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
> > [junit4:junit4]   2> 393 T2247 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> > [junit4:junit4]   2> 459 T2247 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> > [junit4:junit4]   2> 460 T2247 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 465 T2247 oass.IndexSchema.readSchema Schema
> name=tiny
> > [junit4:junit4]   2> 495 T2247 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 497 T2247 oasc.SolrCore.<init> [core2] Opening new
> SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\
> > [junit4:junit4]   2> 498 T2247 oasc.JmxMonitoredMap.<init> JMX
> monitoring is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > [junit4:junit4]   2> 498 T2247 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense forceNew:false
> > [junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense
> > [junit4:junit4]   2> 499 T2247 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index/
> > [junit4:junit4]   2> 501 T2247 oasc.SolrCore.initIndex WARNING [core2] Solr
> index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 502 T2247 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index forceNew:false
> > [junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1337
> 45a
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@108cc4b),segFN
> =segments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> > [junit4:junit4]   2> 507 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 508 T2247 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> > [junit4:junit4]   2> 509 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: solr.admin.AdminHandlers
> > [junit4:junit4]   2> 510 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /select: solr.SearchHandler
> > [junit4:junit4]   2> 511 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
> > [junit4:junit4]   2> 520 T2247 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 529 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense
> > [junit4:junit4]   2> 530 T2247 oass.SolrIndexSearcher.<init> Opening
> Searcher@163e8d6 main
> > [junit4:junit4]   2> 530 T2247 oasc.SolrCore.registerSearcher [core2]
> Registered new searcher Searcher@163e8d6
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> > [junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 537 T2247 oasc.CoreContainer.registerCore registering
> core: core2
> > [junit4:junit4]   2> 538 T2247 oasc.CoreContainer.create Creating SolrCore
> 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
> > [junit4:junit4]   2> 539 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
> > [junit4:junit4]   2> 614 T2247 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> > [junit4:junit4]   2> 684 T2247 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> > [junit4:junit4]   2> 684 T2247 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 688 T2247 oass.IndexSchema.readSchema Schema
> name=tiny
> > [junit4:junit4]   2> 722 T2247 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 725 T2247 oasc.SolrCore.<init> [lazy1] Opening new
> SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\
> > [junit4:junit4]   2> 725 T2247 oasc.JmxMonitoredMap.<init> JMX
> monitoring is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > [junit4:junit4]   2> 725 T2247 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense forceNew:false
> > [junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense
> > [junit4:junit4]   2> 726 T2247 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index/
> > [junit4:junit4]   2> 727 T2247 oasc.SolrCore.initIndex WARNING [lazy1] Solr
> index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 728 T2247 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index forceNew:false
> > [junit4:junit4]   2> 732 T2247 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ec07
> 31
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@103b26d),segFN
> =segments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 733 T2247 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> > [junit4:junit4]   2> 734 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index
> > [junit4:junit4]   2> 735 T2247 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> > [junit4:junit4]   2> 737 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: solr.admin.AdminHandlers
> > [junit4:junit4]   2> 737 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /select: solr.SearchHandler
> > [junit4:junit4]   2> 738 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
> > [junit4:junit4]   2> 745 T2247 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 752 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense
> > [junit4:junit4]   2> 752 T2247 oass.SolrIndexSearcher.<init> Opening
> Searcher@13532ad main
> > [junit4:junit4]   2> 753 T2247 oasc.SolrCore.registerSearcher [lazy1]
> Registered new searcher Searcher@13532ad
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> > [junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 758 T2247 oasc.CoreMaps.putTransientCore Opening
> transient core lazy1
> > [junit4:junit4]   2> 758 T2247 oasc.CoreContainer.registerCore registering
> core: lazy1
> > [junit4:junit4]   2> 759 T2247 oasc.CoreContainer.shutdown Shutting down
> CoreContainer instance=32636552
> > [junit4:junit4]   2> 760 T2247 oasc.SolrCore.close [core1]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@1f92fd0
> > [junit4:junit4]   2> 764 T2247 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 764 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> > [junit4:junit4]   2> 764 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 764 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 765 T2247 oasc.SolrCore.closeSearcher [core1] Closing
> main searcher on request.
> > [junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense
> > [junit4:junit4]   2> 766 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense
> 
> > [junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 767 T2247 oasc.SolrCore.close [core2]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@15da42f
> > [junit4:junit4]   2> 772 T2247 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 772 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> > [junit4:junit4]   2> 772 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 772 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 774 T2247 oasc.SolrCore.closeSearcher [core2] Closing
> main searcher on request.
> > [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense
> > [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense
> 
> > [junit4:junit4]   2> 775 T2247 oasc.SolrCore.close [lazy1]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@10c64d8
> > [junit4:junit4]   2> 780 T2247 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 780 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> > [junit4:junit4]   2> 781 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 781 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 782 T2247 oasc.SolrCore.closeSearcher [lazy1] Closing
> main searcher on request.
> > [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index
> > [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index
> > [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index
> > [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense
> > [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense
> 
> > [junit4:junit4]   2> 827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> testPropertiesFile
> > [junit4:junit4]   2> 833 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> testPersistTrue
> > [junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
> > [junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome
> using system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > [junit4:junit4]   2> 880 T2247 oasc.CoreContainer$Initializer.initialize looking
> for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
> > [junit4:junit4]   2> 880 T2247 oasc.CoreContainer.<init> New CoreContainer
> 31091782
> > [junit4:junit4]   2> 882 T2247 oasc.CoreContainer.load Loading
> CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> > [junit4:junit4]   2> 882 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> > [junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere Looking for
> cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > [junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\cor
> e.properties, adding to cores
> > [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\cor
> e.properties, adding to cores
> > [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core
> .properties, adding to cores
> > [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core
> .properties, adding to cores
> > [junit4:junit4]   2> 914 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core
> .properties, adding to cores
> > [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Looking for
> cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> > [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\cor
> e.properties, adding to cores
> > [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\cor
> e.properties, adding to cores
> > [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core
> .properties, adding to cores
> > [junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core
> .properties, adding to cores
> > [junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core
> .properties, adding to cores
> > [junit4:junit4]   2> 917 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 0
> > [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
> > [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 0
> > [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
> > [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
> > [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
> > [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
> > [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
> > [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
> > [junit4:junit4]   2> 919 T2247 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> =0&connTimeout=0&retry=false
> > [junit4:junit4]   2> 928 T2247 oasc.CoreMaps.allocateLazyCores Allocating
> transient cache for 2 transient cores
> > [junit4:junit4]   2> 928 T2247 oasc.CoreContainer.load Registering Log
> Listener
> > [junit4:junit4]   2> 930 T2253 oasc.CoreContainer.create Creating SolrCore
> 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
> > [junit4:junit4]   2> 930 T2255 oasc.CoreContainer.create Creating SolrCore
> 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
> > [junit4:junit4]   2> 931 T2253 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
> > [junit4:junit4]   2> 932 T2255 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
> > [junit4:junit4]   2> 931 T2254 oasc.CoreContainer.create Creating SolrCore
> 'lazy2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2
> > [junit4:junit4]   2> 935 T2254 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\'
> > [junit4:junit4]   2> 985 T2253 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> > [junit4:junit4]   2> 988 T2254 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> > [junit4:junit4]   2> 1078 T2254 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> > [junit4:junit4]   2> 1078 T2254 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 1082 T2254 oass.IndexSchema.readSchema Schema
> name=tiny
> > [junit4:junit4]   2> 1105 T2255 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> > [junit4:junit4]   2> 1114 T2254 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 1116 T2254 oasc.SolrCore.<init> [lazy2] Opening new
> SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense\
> > [junit4:junit4]   2> 1116 T2254 oasc.JmxMonitoredMap.<init> JMX
> monitoring is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > [junit4:junit4]   2> 1116 T2254 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense forceNew:false
> > [junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense
> > [junit4:junit4]   2> 1117 T2254 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense\index/
> > [junit4:junit4]   2> 1120 T2254 oasc.SolrCore.initIndex WARNING [lazy2] Solr
> index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense\index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 1125 T2254 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense\index forceNew:false
> > [junit4:junit4]   2> 1152 T2253 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> > [junit4:junit4]   2> 1152 T2253 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 1156 T2253 oass.IndexSchema.readSchema Schema
> name=tiny
> > [junit4:junit4]   2> 1183 T2255 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> > [junit4:junit4]   2> 1184 T2255 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 1184 T2253 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 1186 T2255 oass.IndexSchema.readSchema Schema
> name=tiny
> > [junit4:junit4]   2> 1186 T2253 oasc.SolrCore.<init> [core1] Opening new
> SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\
> > [junit4:junit4]   2> 1188 T2253 oasc.JmxMonitoredMap.<init> JMX
> monitoring is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > [junit4:junit4]   2> 1188 T2253 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense forceNew:false
> > [junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense
> > [junit4:junit4]   2> 1189 T2253 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index/
> > [junit4:junit4]   2> 1190 T2253 oasc.SolrCore.initIndex WARNING [core1]
> Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\
> Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-
> core\test\J0\index2191821927tmp
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@ef4f26),segFN=s
> egments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> > [junit4:junit4]   2> 1193 T2254 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense\index
> 
> > [junit4:junit4]   2> 1193 T2254 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> > [junit4:junit4]   2> 1194 T2254
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> > [junit4:junit4]   2> 1195 T2254
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> > [junit4:junit4]   2> 1195 T2254
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> > [junit4:junit4]   2> 1201 T2253 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index forceNew:false
> > [junit4:junit4]   2> 1210 T2254 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 1214 T2254 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense
> > [junit4:junit4]   2> 1217 T2254 oass.SolrIndexSearcher.<init> Opening
> Searcher@16deeaf main
> > [junit4:junit4]   2> 1217 T2254 oasc.SolrCore.registerSearcher [lazy2]
> Registered new searcher Searcher@16deeaf
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Hard
> AutoCommit: disabled
> > [junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 1218 T2253 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\
> Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-
> core\test\J0\index2191821928tmp
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b81596),segFN
> =segments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 1220 T2253 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> > [junit4:junit4]   2> 1222 T2254 oasc.CoreMaps.putTransientCore Opening
> transient core lazy2
> > [junit4:junit4]   2> 1220 T2255 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 1222 T2253 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index
> 
> > [junit4:junit4]   2> 1222 T2253 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> > [junit4:junit4]   2> 1224 T2253
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> > [junit4:junit4]   2> 1224 T2253
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> > [junit4:junit4]   2> 1225 T2253
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> > [junit4:junit4]   2> 1222 T2254 oasc.CoreContainer.registerCore registering
> core: lazy2
> > [junit4:junit4]   2> 1227 T2255 oasc.SolrCore.<init> [lazy1] Opening new
> SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\
> > [junit4:junit4]   2> 1227 T2255 oasc.JmxMonitoredMap.<init> JMX
> monitoring is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > [junit4:junit4]   2> 1227 T2255 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense forceNew:false
> > [junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense
> > [junit4:junit4]   2> 1228 T2255 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index/
> > [junit4:junit4]   2> 1233 T2253 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 1233 T2255 oasc.SolrCore.initIndex WARNING [lazy1] Solr
> index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 1235 T2255 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index forceNew:false
> > [junit4:junit4]   2> 1243 T2253 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense
> > [junit4:junit4]   2> 1245 T2253 oass.SolrIndexSearcher.<init> Opening
> Searcher@95a32b main
> > [junit4:junit4]   2> 1246 T2253 oasc.SolrCore.registerSearcher [core1]
> Registered new searcher Searcher@95a32b
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Hard
> AutoCommit: disabled
> > [junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 1251 T2253 oasc.CoreContainer.registerCore registering
> core: core1
> > [junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\
> Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-
> core\test\J0\index2191821929tmp
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@11375fc),segFN=
> segments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> > [junit4:junit4]   2> 1252 T2255 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index
> 
> > [junit4:junit4]   2> 1253 T2255 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> > [junit4:junit4]   2> 1254 T2255
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> > [junit4:junit4]   2> 1255 T2255
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> > [junit4:junit4]   2> 1255 T2255
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> > [junit4:junit4]   2> 1263 T2255 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 1270 T2255 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense
> > [junit4:junit4]   2> 1271 T2255 oass.SolrIndexSearcher.<init> Opening
> Searcher@d336ae main
> > [junit4:junit4]   2> 1272 T2255 oasc.SolrCore.registerSearcher [lazy1]
> Registered new searcher Searcher@d336ae
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Hard
> AutoCommit: disabled
> > [junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 1275 T2255 oasc.CoreMaps.putTransientCore Opening
> transient core lazy1
> > [junit4:junit4]   2> 1275 T2255 oasc.CoreContainer.registerCore registering
> core: lazy1
> > [junit4:junit4]   2> 1277 T2247 oasc.CoreContainer.create Creating SolrCore
> 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
> > [junit4:junit4]   2> 1278 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
> > [junit4:junit4]   2> 1345 T2247 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> > [junit4:junit4]   2> 1412 T2247 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> > [junit4:junit4]   2> 1413 T2247 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 1416 T2247 oass.IndexSchema.readSchema Schema
> name=tiny
> > [junit4:junit4]   2> 1446 T2247 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 1448 T2247 oasc.SolrCore.<init> [core2] Opening new
> SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\
> > [junit4:junit4]   2> 1448 T2247 oasc.JmxMonitoredMap.<init> JMX
> monitoring is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > [junit4:junit4]   2> 1449 T2247 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense forceNew:false
> > [junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense
> > [junit4:junit4]   2> 1450 T2247 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index/
> > [junit4:junit4]   2> 1451 T2247 oasc.SolrCore.initIndex WARNING [core2]
> Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 1452 T2247 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index forceNew:false
> > [junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@179f9
> e8
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@15dc903),segFN
> =segments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> > [junit4:junit4]   2> 1456 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index
> 
> > [junit4:junit4]   2> 1456 T2247 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> > [junit4:junit4]   2> 1458 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> > [junit4:junit4]   2> 1458 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> > [junit4:junit4]   2> 1459 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> > [junit4:junit4]   2> 1467 T2247 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 1474 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense
> > [junit4:junit4]   2> 1474 T2247 oass.SolrIndexSearcher.<init> Opening
> Searcher@84d58e main
> > [junit4:junit4]   2> 1475 T2247 oasc.SolrCore.registerSearcher [core2]
> Registered new searcher Searcher@84d58e
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Hard
> AutoCommit: disabled
> > [junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 1479 T2247 oasc.CoreContainer.registerCore registering
> core: core2
> > [junit4:junit4]   2> 1480 T2247 oasc.CoreContainer.create Creating SolrCore
> 'lazy3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3
> > [junit4:junit4]   2> 1481 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\'
> > [junit4:junit4]   2> 1546 T2247 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> > [junit4:junit4]   2> 1623 T2247 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> > [junit4:junit4]   2> 1624 T2247 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 1628 T2247 oass.IndexSchema.readSchema Schema
> name=tiny
> > [junit4:junit4]   2> 1655 T2247 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 1658 T2247 oasc.SolrCore.<init> [lazy3] Opening new
> SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense\
> > [junit4:junit4]   2> 1658 T2247 oasc.JmxMonitoredMap.<init> JMX
> monitoring is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> > [junit4:junit4]   2> 1659 T2247 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 1661 T2247 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense forceNew:false
> > [junit4:junit4]   2> 1662 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense
> > [junit4:junit4]   2> 1662 T2247 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense\index/
> > [junit4:junit4]   2> 1663 T2247 oasc.SolrCore.initIndex WARNING [lazy3] Solr
> index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense\index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 1664 T2247 oasc.CachingDirectoryFactory.get return new
> directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense\index forceNew:false
> > [junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9b0f
> 9f
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@86b7f),segFN=s
> egments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> > [junit4:junit4]   2> 1673 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense\index
> 
> > [junit4:junit4]   2> 1674 T2247 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> > [junit4:junit4]   2> 1676 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> > [junit4:junit4]   2> 1677 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> > [junit4:junit4]   2> 1678 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> > [junit4:junit4]   2> 1686 T2247 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 1694 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense
> > [junit4:junit4]   2> 1694 T2247 oass.SolrIndexSearcher.<init> Opening
> Searcher@140f703 main
> > [junit4:junit4]   2> 1695 T2247 oasc.SolrCore.registerSearcher [lazy3]
> Registered new searcher Searcher@140f703
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 1696 T2247 oasu.CommitTracker.<init> Hard
> AutoCommit: disabled
> > [junit4:junit4]   2> 1697 T2247 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 1702 T2247 oasc.CoreMaps.putTransientCore Opening
> transient core lazy3
> > [junit4:junit4]   2> 1703 T2247 oasc.CoreContainer.registerCore registering
> core: lazy3
> > [junit4:junit4]   2> 1704 T2247 oasc.CoreContainer.persistFile Persisting
> cores config to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.prope
> rties
> > [junit4:junit4]   2> 1717 T2247 oasc.SolrCore.close [lazy1]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@3d81a
> > [junit4:junit4]   2> 1722 T2247 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 1722 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> > [junit4:junit4]   2> 1722 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 1723 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 1723 T2247 oasc.SolrCore.closeSearcher [lazy1] Closing
> main searcher on request.
> > [junit4:junit4]   2> 1723 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index
> 
> > [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense
> > [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense
> > [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index
> > [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuff
> andnonsense\index
> > [junit4:junit4]   2> 1724 T2247 oasc.CoreContainer.shutdown Shutting down
> CoreContainer instance=31091782
> > [junit4:junit4]   2> 1726 T2247 oasc.SolrCore.close [core1]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@44a83
> > [junit4:junit4]   2> 1736 T2247 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 1737 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> > [junit4:junit4]   2> 1737 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 1737 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 1738 T2247 oasc.SolrCore.closeSearcher [core1] Closing
> main searcher on request.
> > [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index
> 
> > [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 1740 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense
> > [junit4:junit4]   2> 1740 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuf
> fandnonsense
> > [junit4:junit4]   2> 1740 T2247 oasc.SolrCore.close [core2]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@c3b82c
> > [junit4:junit4]   2> 1744 T2247 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 1744 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> > [junit4:junit4]   2> 1745 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 1745 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 1746 T2247 oasc.SolrCore.closeSearcher [core2] Closing
> main searcher on request.
> > [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index
> 
> > [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense\index
> > [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense
> > [junit4:junit4]   2> 1747 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuf
> fandnonsense
> > [junit4:junit4]   2> 1747 T2247 oasc.SolrCore.close [lazy2]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@1037f5b
> > [junit4:junit4]   2> 1752 T2247 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 1752 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> > [junit4:junit4]   2> 1753 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 1753 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 1754 T2247 oasc.SolrCore.closeSearcher [lazy2] Closing
> main searcher on request.
> > [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense\index
> 
> > [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense
> > [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense
> > [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense\index
> > [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuff
> andnonsense\index
> > [junit4:junit4]   2> 1756 T2247 oasc.SolrCore.close [lazy3]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@17e4166
> > [junit4:junit4]   2> 1761 T2247 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 1761 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> > [junit4:junit4]   2> 1761 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 1762 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 1763 T2247 oasc.SolrCore.closeSearcher [lazy3] Closing
> main searcher on request.
> > [junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense\index
> 
> > [junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense
> > [junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense
> > [junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense\index
> > [junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuff
> andnonsense\index
> > [junit4:junit4]   2> 1827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> testPersistTrue
> > [junit4:junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistTrue -
> Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -
> Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> > [junit4:junit4] ERROR   1.02s | TestSolrDiscoveryProperties.testPersistTrue
> <<<
> > [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > [junit4:junit4]    >    at
> __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490
> D]:0)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryPro
> perties.java:119)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
> > [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> > [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:795)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > [junit4:junit4]   2> 1847 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> testPersistFalse
> > [junit4:junit4]   2> 1875 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> testPersistFalse
> > [junit4:junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistFalse -
> Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -
> Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> > [junit4:junit4] ERROR   0.04s | TestSolrDiscoveryProperties.testPersistFalse
> <<<
> > [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscover
> yProperties.java:46)
> > [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDi
> scoveryProperties.java:245)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
> > [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> > [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > [junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryPro
> perties.java:119)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
> > [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> > [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:795)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > [junit4:junit4]   2> 1883 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> testBackCompatXml
> > [junit4:junit4]   2> 1911 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> testBackCompatXml
> > [junit4:junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=TestSolrDiscoveryProperties -
> Dtests.method=testBackCompatXml -Dtests.seed=58657AD342FF2DCF -
> Dtests.slow=true -Dtests.locale=en_AU -
> Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> > [junit4:junit4] ERROR   0.04s |
> TestSolrDiscoveryProperties.testBackCompatXml <<<
> > [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscover
> yProperties.java:46)
> > [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestS
> olrDiscoveryProperties.java:348)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
> > [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> > [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > [junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> > [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> > [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryPro
> perties.java:119)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
> > [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> > [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:795)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> > [junit4:junit4]   2> 1918 T2247 oas.SolrTestCaseJ4.deleteCore
> ###deleteCore
> > [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {},
> docValues:{}, sim=DefaultSimilarity, locale=en_AU,
> timezone=America/Vancouver
> > [junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc.
> 1.6.0_41 (32-bit)/cpus=2,threads=1,free=81611736,total=268500992
> > [junit4:junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest,
> TestRemoteStreaming, TestRangeQuery,
> DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest,
> ClusterStateUpdateTest, TestZkChroot, PathHierarchyTokenizerFactoryTest,
> LegacyHTMLStripCharFilterTest, UUIDFieldTest, BasicZkTest,
> ClusterStateTest, HighlighterConfigTest, TestOmitPositions,
> TermsComponentTest, TermVectorComponentDistributedTest,
> TestLuceneMatchVersion, SimplePostToolTest, SpellCheckComponentTest,
> SystemInfoHandlerTest, BasicDistributedZkTest, TestPseudoReturnFields,
> TestDocSet, DirectSolrSpellCheckerTest,
> TestLMJelinekMercerSimilarityFactory, TestQueryTypes,
> URLClassifyProcessorTest, RegexBoostProcessorTest, ConvertedLegacyTest,
> TestMultiCoreConfBootstrap, LoggingHandlerTest, SuggesterWFSTTest,
> SolrRequestParserTest, TestExtendedDismaxParser, TestCodecSupport,
> TestIndexSearcher, TestBinaryField, TermVectorComponentTest,
> TestSolrCoreProperties, SliceStateUpdateTest,
> SolrCoreCheckLockOnStartupTest, TestConfig, PolyFieldTest,
> SoftAutoCommitTest, HighlighterTest, TestSolrDeletionPolicy2,
> AnalysisAfterCoreReloadTest, AutoCommitTest, SortByFunctionTest,
> TestFaceting, OpenCloseCoreStressTest, ZkControllerTest,
> TestStressRecovery, TestRandomDVFaceting, TestRealTimeGet,
> CollectionsAPIDistributedZkTest, SynonymTokenizerTest, OverseerTest,
> TestSolrJ, BasicFunctionalityTest, SchemaVersionSpecificBehaviorTest,
> DefaultValueUpdateProcessorTest, TestMergePolicyConfig,
> FastVectorHighlighterTest, ZkNodePropsTest, TestCSVLoader, TestUpdate,
> TestAnalyzedSuggestions, TestFoldingMultitermQuery,
> TestSolrDiscoveryProperties]
> > [junit4:junit4] Completed in 1.94s, 4 tests, 3 errors <<< FAILURES!
> >
> > [...truncated 587 lines...]
> > BUILD FAILED
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\build.xml:381: The following error occurred while executing this
> line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\build.xml:361: The following error occurred while executing this
> line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\build.xml:39: The following error occurred while executing this line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build.xml:183: The following error occurred while executing
> this line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\common-build.xml:449: The following error occurred while
> executing this line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\lucene\common-build.xml:1207: The following error occurred
> while executing this line:
> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\lucene\common-build.xml:870: There were test failures: 261
> suites, 1101 tests, 3 errors, 18 ignored (12 assumptions)
> >
> > Total time: 60 minutes 28 seconds
> > Build step 'Invoke Ant' marked build as failure
> > Archiving artifacts
> > Recording test results
> > Description set: Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
> > Email was triggered for: Failure
> > Sending email for trigger: Failure
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


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


Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_41) - Build # 2614 - Still Failing!

Posted by Steve Rowe <sa...@gmail.com>.
Hi Erick,

On Win7 64-bit, Oracle Java 1.6.0_21 64-bit, I check out trunk r1452152 and ran 'ant -Dtestcase=TestSolrDiscoveryProperties test', which succeeded.  I ran again with -Dtests.iters=10, and they all succeeded too.

I then did 'svn up -r1452114' and ran 'ant -Dtestcase=TestSolrDiscoveryProperties test' a few times, all of which failed.

So the fix looks good!

Steve
 
On Mar 3, 2013, at 2:55 PM, Erick Erickson <er...@gmail.com> wrote:

> This is a test artifact I believe, I wasn't closing a file stream, then trying to delete it for the next test.
> 
> I just committed a change that will fix it I hope. "runs on my machine". Siiiigggghhhhh.
> 
> Anyone with a windows machine that could test before/after explicitly I'd appreciate it. 
> 
> ant -Dtestcase=TestSolrDiscoveryProperties testshould just fail before r: 1452115
> and succeed after if I've got the right fix (trunk).
> 
> Thanks,
> Erick
> 
> 
> On Sun, Mar 3, 2013 at 1:48 PM, Policeman Jenkins Server <je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2614/
> Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
> 
> 3 tests failed.
> FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue
> 
> Error Message:
> Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> 
> Stack Trace:
> java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>         at __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490D]:0)
>         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
>         at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
>         at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
>         at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:662)
> 
> 
> FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse
> 
> Error Message:
> Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> 
> Stack Trace:
> java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
>         at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
>         at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
>         at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
>         at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDiscoveryProperties.java:245)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:662)
> 
> 
> FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml
> 
> Error Message:
> Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> 
> Stack Trace:
> java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
>         at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
>         at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
>         at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
>         at org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:348)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:662)
> 
> 
> 
> 
> Build Log:
> [...truncated 8343 lines...]
> [junit4:junit4] Suite: org.apache.solr.core.TestSolrDiscoveryProperties
> [junit4:junit4]   2> 0 T2247 oas.SolrTestCaseJ4.initCore ####initCore
> [junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrDiscoveryProperties-1362335229090
> [junit4:junit4]   2> 1 T2247 oas.SolrTestCaseJ4.initCore ####initCore end
> [junit4:junit4]   2> 3 T2247 oas.SolrTestCaseJ4.setUp ###Starting testPropertiesFile
> [junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 31 T2247 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
> [junit4:junit4]   2> 31 T2247 oasc.CoreContainer.<init> New CoreContainer 32636552
> [junit4:junit4]   2> 33 T2247 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> [junit4:junit4]   2> 33 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> [junit4:junit4]   2> 62 T2247 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties, adding to cores
> [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties, adding to cores
> [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties, adding to cores
> [junit4:junit4]   2> 65 T2247 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 66 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties, adding to cores
> [junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties, adding to cores
> [junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties, adding to cores
> [junit4:junit4]   2> 67 T2247 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
> [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
> [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 69 T2247 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 77 T2247 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 2 transient cores
> [junit4:junit4]   2> 77 T2247 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 79 T2248 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
> [junit4:junit4]   2> 80 T2248 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
> [junit4:junit4]   2> 138 T2248 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
> [junit4:junit4]   2> 220 T2248 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
> [junit4:junit4]   2> 221 T2248 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 225 T2248 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 254 T2248 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 256 T2248 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\
> [junit4:junit4]   2> 256 T2248 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 257 T2248 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 257 T2248 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense forceNew:false
> [junit4:junit4]   2> 258 T2248 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 258 T2248 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index/
> [junit4:junit4]   2> 258 T2248 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 264 T2248 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index forceNew:false
> [junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>            commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821926tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@160e4a9),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 277 T2248 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 277 T2248 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
> [junit4:junit4]   2> 279 T2248 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 280 T2248 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
> [junit4:junit4]   2> 280 T2248 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 292 T2248 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 298 T2248 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 300 T2248 oass.SolrIndexSearcher.<init> Opening Searcher@e11b6 main
> [junit4:junit4]   2> 301 T2248 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@e11b6 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 306 T2248 oasc.CoreContainer.registerCore registering core: core1
> [junit4:junit4]   2> 309 T2247 oasc.CoreContainer.create Creating SolrCore 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
> [junit4:junit4]   2> 311 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
> [junit4:junit4]   2> 393 T2247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
> [junit4:junit4]   2> 459 T2247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
> [junit4:junit4]   2> 460 T2247 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 465 T2247 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 495 T2247 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 497 T2247 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\
> [junit4:junit4]   2> 498 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 498 T2247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense forceNew:false
> [junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 499 T2247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index/
> [junit4:junit4]   2> 501 T2247 oasc.SolrCore.initIndex WARNING [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 502 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index forceNew:false
> [junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>            commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@133745a lockFactory=org.apache.lucene.store.NativeFSLockFactory@108cc4b),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 507 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 508 T2247 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
> [junit4:junit4]   2> 509 T2247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 510 T2247 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
> [junit4:junit4]   2> 511 T2247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 520 T2247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 529 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 530 T2247 oass.SolrIndexSearcher.<init> Opening Searcher@163e8d6 main
> [junit4:junit4]   2> 530 T2247 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@163e8d6 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 537 T2247 oasc.CoreContainer.registerCore registering core: core2
> [junit4:junit4]   2> 538 T2247 oasc.CoreContainer.create Creating SolrCore 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
> [junit4:junit4]   2> 539 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
> [junit4:junit4]   2> 614 T2247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
> [junit4:junit4]   2> 684 T2247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
> [junit4:junit4]   2> 684 T2247 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 688 T2247 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 722 T2247 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 725 T2247 oasc.SolrCore.<init> [lazy1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\
> [junit4:junit4]   2> 725 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 725 T2247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense forceNew:false
> [junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 726 T2247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index/
> [junit4:junit4]   2> 727 T2247 oasc.SolrCore.initIndex WARNING [lazy1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 728 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index forceNew:false
> [junit4:junit4]   2> 732 T2247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>            commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ec0731 lockFactory=org.apache.lucene.store.NativeFSLockFactory@103b26d),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 733 T2247 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 734 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 735 T2247 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
> [junit4:junit4]   2> 737 T2247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 737 T2247 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
> [junit4:junit4]   2> 738 T2247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 745 T2247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 752 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 752 T2247 oass.SolrIndexSearcher.<init> Opening Searcher@13532ad main
> [junit4:junit4]   2> 753 T2247 oasc.SolrCore.registerSearcher [lazy1] Registered new searcher Searcher@13532ad main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 758 T2247 oasc.CoreMaps.putTransientCore Opening transient core lazy1
> [junit4:junit4]   2> 758 T2247 oasc.CoreContainer.registerCore registering core: lazy1
> [junit4:junit4]   2> 759 T2247 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=32636552
> [junit4:junit4]   2> 760 T2247 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f92fd0
> [junit4:junit4]   2> 764 T2247 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:junit4]   2> 764 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 764 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 764 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 765 T2247 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
> [junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 766 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 767 T2247 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@15da42f
> [junit4:junit4]   2> 772 T2247 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:junit4]   2> 772 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 772 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 772 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 774 T2247 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 775 T2247 oasc.SolrCore.close [lazy1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10c64d8
> [junit4:junit4]   2> 780 T2247 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:junit4]   2> 780 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 781 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 781 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 782 T2247 oasc.SolrCore.closeSearcher [lazy1] Closing main searcher on request.
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending testPropertiesFile
> [junit4:junit4]   2> 833 T2247 oas.SolrTestCaseJ4.setUp ###Starting testPersistTrue
> [junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 880 T2247 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
> [junit4:junit4]   2> 880 T2247 oasc.CoreContainer.<init> New CoreContainer 31091782
> [junit4:junit4]   2> 882 T2247 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> [junit4:junit4]   2> 882 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> [junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties, adding to cores
> [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties, adding to cores
> [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties, adding to cores
> [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core.properties, adding to cores
> [junit4:junit4]   2> 914 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core.properties, adding to cores
> [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties, adding to cores
> [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties, adding to cores
> [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties, adding to cores
> [junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core.properties, adding to cores
> [junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core.properties, adding to cores
> [junit4:junit4]   2> 917 T2247 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
> [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
> [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 919 T2247 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 928 T2247 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 2 transient cores
> [junit4:junit4]   2> 928 T2247 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 930 T2253 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
> [junit4:junit4]   2> 930 T2255 oasc.CoreContainer.create Creating SolrCore 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
> [junit4:junit4]   2> 931 T2253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
> [junit4:junit4]   2> 932 T2255 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
> [junit4:junit4]   2> 931 T2254 oasc.CoreContainer.create Creating SolrCore 'lazy2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2
> [junit4:junit4]   2> 935 T2254 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\'
> [junit4:junit4]   2> 985 T2253 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
> [junit4:junit4]   2> 988 T2254 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
> [junit4:junit4]   2> 1078 T2254 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
> [junit4:junit4]   2> 1078 T2254 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 1082 T2254 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 1105 T2255 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
> [junit4:junit4]   2> 1114 T2254 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 1116 T2254 oasc.SolrCore.<init> [lazy2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\
> [junit4:junit4]   2> 1116 T2254 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1116 T2254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense forceNew:false
> [junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> [junit4:junit4]   2> 1117 T2254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index/
> [junit4:junit4]   2> 1120 T2254 oasc.SolrCore.initIndex WARNING [lazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 1125 T2254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index forceNew:false
> [junit4:junit4]   2> 1152 T2253 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
> [junit4:junit4]   2> 1152 T2253 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 1156 T2253 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 1183 T2255 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
> [junit4:junit4]   2> 1184 T2255 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 1184 T2253 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 1186 T2255 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 1186 T2253 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\
> [junit4:junit4]   2> 1188 T2253 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1188 T2253 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense forceNew:false
> [junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 1189 T2253 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index/
> [junit4:junit4]   2> 1190 T2253 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>            commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821927tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@ef4f26),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 1193 T2254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> [junit4:junit4]   2> 1193 T2254 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
> [junit4:junit4]   2> 1194 T2254 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 1195 T2254 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
> [junit4:junit4]   2> 1195 T2254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 1201 T2253 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index forceNew:false
> [junit4:junit4]   2> 1210 T2254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1214 T2254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> [junit4:junit4]   2> 1217 T2254 oass.SolrIndexSearcher.<init> Opening Searcher@16deeaf main
> [junit4:junit4]   2> 1217 T2254 oasc.SolrCore.registerSearcher [lazy2] Registered new searcher Searcher@16deeaf main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 1218 T2253 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>            commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821928tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b81596),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1220 T2253 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 1222 T2254 oasc.CoreMaps.putTransientCore Opening transient core lazy2
> [junit4:junit4]   2> 1220 T2255 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 1222 T2253 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 1222 T2253 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
> [junit4:junit4]   2> 1224 T2253 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 1224 T2253 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
> [junit4:junit4]   2> 1225 T2253 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 1222 T2254 oasc.CoreContainer.registerCore registering core: lazy2
> [junit4:junit4]   2> 1227 T2255 oasc.SolrCore.<init> [lazy1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\
> [junit4:junit4]   2> 1227 T2255 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1227 T2255 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense forceNew:false
> [junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 1228 T2255 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index/
> [junit4:junit4]   2> 1233 T2253 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1233 T2255 oasc.SolrCore.initIndex WARNING [lazy1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 1235 T2255 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index forceNew:false
> [junit4:junit4]   2> 1243 T2253 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 1245 T2253 oass.SolrIndexSearcher.<init> Opening Searcher@95a32b main
> [junit4:junit4]   2> 1246 T2253 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@95a32b main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 1251 T2253 oasc.CoreContainer.registerCore registering core: core1
> [junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>            commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821929tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@11375fc),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 1252 T2255 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 1253 T2255 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
> [junit4:junit4]   2> 1254 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 1255 T2255 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
> [junit4:junit4]   2> 1255 T2255 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 1263 T2255 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1270 T2255 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 1271 T2255 oass.SolrIndexSearcher.<init> Opening Searcher@d336ae main
> [junit4:junit4]   2> 1272 T2255 oasc.SolrCore.registerSearcher [lazy1] Registered new searcher Searcher@d336ae main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 1275 T2255 oasc.CoreMaps.putTransientCore Opening transient core lazy1
> [junit4:junit4]   2> 1275 T2255 oasc.CoreContainer.registerCore registering core: lazy1
> [junit4:junit4]   2> 1277 T2247 oasc.CoreContainer.create Creating SolrCore 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
> [junit4:junit4]   2> 1278 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
> [junit4:junit4]   2> 1345 T2247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
> [junit4:junit4]   2> 1412 T2247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
> [junit4:junit4]   2> 1413 T2247 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 1416 T2247 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 1446 T2247 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 1448 T2247 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\
> [junit4:junit4]   2> 1448 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1449 T2247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense forceNew:false
> [junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 1450 T2247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index/
> [junit4:junit4]   2> 1451 T2247 oasc.SolrCore.initIndex WARNING [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 1452 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index forceNew:false
> [junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>            commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@179f9e8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15dc903),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 1456 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 1456 T2247 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
> [junit4:junit4]   2> 1458 T2247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 1458 T2247 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
> [junit4:junit4]   2> 1459 T2247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 1467 T2247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1474 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 1474 T2247 oass.SolrIndexSearcher.<init> Opening Searcher@84d58e main
> [junit4:junit4]   2> 1475 T2247 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@84d58e main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 1479 T2247 oasc.CoreContainer.registerCore registering core: core2
> [junit4:junit4]   2> 1480 T2247 oasc.CoreContainer.create Creating SolrCore 'lazy3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3
> [junit4:junit4]   2> 1481 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\'
> [junit4:junit4]   2> 1546 T2247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
> [junit4:junit4]   2> 1623 T2247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
> [junit4:junit4]   2> 1624 T2247 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 1628 T2247 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 1655 T2247 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 1658 T2247 oasc.SolrCore.<init> [lazy3] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\
> [junit4:junit4]   2> 1658 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1659 T2247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1661 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense forceNew:false
> [junit4:junit4]   2> 1662 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> [junit4:junit4]   2> 1662 T2247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index/
> [junit4:junit4]   2> 1663 T2247 oasc.SolrCore.initIndex WARNING [lazy3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 1664 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index forceNew:false
> [junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>            commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9b0f9f lockFactory=org.apache.lucene.store.NativeFSLockFactory@86b7f),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 1673 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> [junit4:junit4]   2> 1674 T2247 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
> [junit4:junit4]   2> 1676 T2247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 1677 T2247 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
> [junit4:junit4]   2> 1678 T2247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 1686 T2247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1694 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> [junit4:junit4]   2> 1694 T2247 oass.SolrIndexSearcher.<init> Opening Searcher@140f703 main
> [junit4:junit4]   2> 1695 T2247 oasc.SolrCore.registerSearcher [lazy3] Registered new searcher Searcher@140f703 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1696 T2247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 1697 T2247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 1702 T2247 oasc.CoreMaps.putTransientCore Opening transient core lazy3
> [junit4:junit4]   2> 1703 T2247 oasc.CoreContainer.registerCore registering core: lazy3
> [junit4:junit4]   2> 1704 T2247 oasc.CoreContainer.persistFile Persisting cores config to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]   2> 1717 T2247 oasc.SolrCore.close [lazy1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d81a
> [junit4:junit4]   2> 1722 T2247 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:junit4]   2> 1722 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 1722 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1723 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1723 T2247 oasc.SolrCore.closeSearcher [lazy1] Closing main searcher on request.
> [junit4:junit4]   2> 1723 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 1724 T2247 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=31091782
> [junit4:junit4]   2> 1726 T2247 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@44a83
> [junit4:junit4]   2> 1736 T2247 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:junit4]   2> 1737 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 1737 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1737 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1738 T2247 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
> [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 1740 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 1740 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 1740 T2247 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@c3b82c
> [junit4:junit4]   2> 1744 T2247 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:junit4]   2> 1744 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 1745 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1745 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1746 T2247 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
> [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 1747 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 1747 T2247 oasc.SolrCore.close [lazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1037f5b
> [junit4:junit4]   2> 1752 T2247 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:junit4]   2> 1752 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 1753 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1753 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1754 T2247 oasc.SolrCore.closeSearcher [lazy2] Closing main searcher on request.
> [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> [junit4:junit4]   2> 1756 T2247 oasc.SolrCore.close [lazy3]  CLOSING SolrCore org.apache.solr.core.SolrCore@17e4166
> [junit4:junit4]   2> 1761 T2247 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:junit4]   2> 1761 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 1761 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1762 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1763 T2247 oasc.SolrCore.closeSearcher [lazy3] Closing main searcher on request.
> [junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> [junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> [junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> [junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> [junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> [junit4:junit4]   2> 1827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending testPersistTrue
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistTrue -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> [junit4:junit4] ERROR   1.02s | TestSolrDiscoveryProperties.testPersistTrue <<<
> [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490D]:0)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 1847 T2247 oas.SolrTestCaseJ4.setUp ###Starting testPersistFalse
> [junit4:junit4]   2> 1875 T2247 oas.SolrTestCaseJ4.tearDown ###Ending testPersistFalse
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistFalse -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> [junit4:junit4] ERROR   0.04s | TestSolrDiscoveryProperties.testPersistFalse <<<
> [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
> [junit4:junit4]    >    at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDiscoveryProperties.java:245)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 1883 T2247 oas.SolrTestCaseJ4.setUp ###Starting testBackCompatXml
> [junit4:junit4]   2> 1911 T2247 oas.SolrTestCaseJ4.tearDown ###Ending testBackCompatXml
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testBackCompatXml -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> [junit4:junit4] ERROR   0.04s | TestSolrDiscoveryProperties.testBackCompatXml <<<
> [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
> [junit4:junit4]    >    at org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:348)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 1918 T2247 oas.SolrTestCaseJ4.deleteCore ###deleteCore
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_AU, timezone=America/Vancouver
> [junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc. 1.6.0_41 (32-bit)/cpus=2,threads=1,free=81611736,total=268500992
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, TestRemoteStreaming, TestRangeQuery, DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, ClusterStateUpdateTest, TestZkChroot, PathHierarchyTokenizerFactoryTest, LegacyHTMLStripCharFilterTest, UUIDFieldTest, BasicZkTest, ClusterStateTest, HighlighterConfigTest, TestOmitPositions, TermsComponentTest, TermVectorComponentDistributedTest, TestLuceneMatchVersion, SimplePostToolTest, SpellCheckComponentTest, SystemInfoHandlerTest, BasicDistributedZkTest, TestPseudoReturnFields, TestDocSet, DirectSolrSpellCheckerTest, TestLMJelinekMercerSimilarityFactory, TestQueryTypes, URLClassifyProcessorTest, RegexBoostProcessorTest, ConvertedLegacyTest, TestMultiCoreConfBootstrap, LoggingHandlerTest, SuggesterWFSTTest, SolrRequestParserTest, TestExtendedDismaxParser, TestCodecSupport, TestIndexSearcher, TestBinaryField, TermVectorComponentTest, TestSolrCoreProperties, SliceStateUpdateTest, SolrCoreCheckLockOnStartupTest, TestConfig, PolyFieldTest, SoftAutoCommitTest, HighlighterTest, TestSolrDeletionPolicy2, AnalysisAfterCoreReloadTest, AutoCommitTest, SortByFunctionTest, TestFaceting, OpenCloseCoreStressTest, ZkControllerTest, TestStressRecovery, TestRandomDVFaceting, TestRealTimeGet, CollectionsAPIDistributedZkTest, SynonymTokenizerTest, OverseerTest, TestSolrJ, BasicFunctionalityTest, SchemaVersionSpecificBehaviorTest, DefaultValueUpdateProcessorTest, TestMergePolicyConfig, FastVectorHighlighterTest, ZkNodePropsTest, TestCSVLoader, TestUpdate, TestAnalyzedSuggestions, TestFoldingMultitermQuery, TestSolrDiscoveryProperties]
> [junit4:junit4] Completed in 1.94s, 4 tests, 3 errors <<< FAILURES!
> 
> [...truncated 587 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1207: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:870: There were test failures: 261 suites, 1101 tests, 3 errors, 18 ignored (12 assumptions)
> 
> Total time: 60 minutes 28 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


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


Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_41) - Build # 2614 - Still Failing!

Posted by Erick Erickson <er...@gmail.com>.
This is a test artifact I believe, I wasn't closing a file stream, then
trying to delete it for the next test.

I just committed a change that will fix it I hope. "runs on my machine".
Siiiigggghhhhh.

Anyone with a windows machine that could test before/after explicitly I'd
appreciate it.

ant -Dtestcase=TestSolrDiscoveryProperties test
should just fail before r: 1452115
and succeed after if I've got the right fix (trunk).

Thanks,
Erick


On Sun, Mar 3, 2013 at 1:48 PM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2614/
> Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
>
> 3 tests failed.
> FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue
>
> Error Message:
> Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>
> Stack Trace:
> java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>         at
> __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490D]:0)
>         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
>         at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
>         at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
>         at
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:662)
>
>
> FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse
>
> Error Message:
> Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>
> Stack Trace:
> java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
>         at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
>         at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
>         at
> org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
>         at
> org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDiscoveryProperties.java:245)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:662)
>
>
> FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml
>
> Error Message:
> Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>
> Stack Trace:
> java.io.IOException: Unable to delete file:
> .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
>         at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
>         at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
>         at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
>         at
> org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
>         at
> org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:348)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:662)
>
>
>
>
> Build Log:
> [...truncated 8343 lines...]
> [junit4:junit4] Suite: org.apache.solr.core.TestSolrDiscoveryProperties
> [junit4:junit4]   2> 0 T2247 oas.SolrTestCaseJ4.initCore ####initCore
> [junit4:junit4]   2> Creating dataDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrDiscoveryProperties-1362335229090
> [junit4:junit4]   2> 1 T2247 oas.SolrTestCaseJ4.initCore ####initCore end
> [junit4:junit4]   2> 3 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> testPropertiesFile
> [junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome using
> system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 31 T2247 oasc.CoreContainer$Initializer.initialize
> looking for solr config file:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
> [junit4:junit4]   2> 31 T2247 oasc.CoreContainer.<init> New CoreContainer
> 32636552
> [junit4:junit4]   2> 33 T2247 oasc.CoreContainer.load Loading
> CoreContainer using Solr Home:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> [junit4:junit4]   2> 33 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> [junit4:junit4]   2> 62 T2247 oasc.SolrProperties.walkFromHere Looking for
> cores in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties,
> adding to cores
> [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties,
> adding to cores
> [junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties,
> adding to cores
> [junit4:junit4]   2> 65 T2247 oasc.SolrProperties.walkFromHere Looking for
> cores in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 66 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties,
> adding to cores
> [junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties,
> adding to cores
> [junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties,
> adding to cores
> [junit4:junit4]   2> 67 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 0
> [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
> [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 0
> [junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
> [junit4:junit4]   2> 69 T2247 oascsi.HttpClientUtil.createClient Creating
> new http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 77 T2247 oasc.CoreMaps.allocateLazyCores Allocating
> transient cache for 2 transient cores
> [junit4:junit4]   2> 77 T2247 oasc.CoreContainer.load Registering Log
> Listener
> [junit4:junit4]   2> 79 T2248 oasc.CoreContainer.create Creating SolrCore
> 'core1' using instanceDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
> [junit4:junit4]   2> 80 T2248 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
> [junit4:junit4]   2> 138 T2248 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> [junit4:junit4]   2> 220 T2248 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> [junit4:junit4]   2> 221 T2248 oass.IndexSchema.readSchema Reading Solr
> Schema
> [junit4:junit4]   2> 225 T2248 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 254 T2248 oass.IndexSchema.readSchema unique key
> field: id
> [junit4:junit4]   2> 256 T2248 oasc.SolrCore.<init> [core1] Opening new
> SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\
> [junit4:junit4]   2> 256 T2248 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 257 T2248 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 257 T2248 oasc.CachingDirectoryFactory.get return new
> directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> forceNew:false
> [junit4:junit4]   2> 258 T2248 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 258 T2248 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index/
> [junit4:junit4]   2> 258 T2248 oasc.SolrCore.initIndex WARNING [core1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index'
> doesn't exist. Creating new index...
> [junit4:junit4]   2> 264 T2248 oasc.CachingDirectoryFactory.get return new
> directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> forceNew:false
> [junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>
>  commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821926tmp
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@160e4a9
> ),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> [junit4:junit4]   2> 277 T2248 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 277 T2248 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> [junit4:junit4]   2> 279 T2248 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 280 T2248 oasc.RequestHandlers.initHandlersFromConfig
> created /select: solr.SearchHandler
> [junit4:junit4]   2> 280 T2248 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 292 T2248 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 298 T2248 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 300 T2248 oass.SolrIndexSearcher.<init> Opening
> Searcher@e11b6 main
> [junit4:junit4]   2> 301 T2248 oasc.SolrCore.registerSearcher [core1]
> Registered new searcher Searcher@e11b6main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> [junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> [junit4:junit4]   2> 306 T2248 oasc.CoreContainer.registerCore registering
> core: core1
> [junit4:junit4]   2> 309 T2247 oasc.CoreContainer.create Creating SolrCore
> 'core2' using instanceDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
> [junit4:junit4]   2> 311 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
> [junit4:junit4]   2> 393 T2247 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> [junit4:junit4]   2> 459 T2247 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> [junit4:junit4]   2> 460 T2247 oass.IndexSchema.readSchema Reading Solr
> Schema
> [junit4:junit4]   2> 465 T2247 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 495 T2247 oass.IndexSchema.readSchema unique key
> field: id
> [junit4:junit4]   2> 497 T2247 oasc.SolrCore.<init> [core2] Opening new
> SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\
> [junit4:junit4]   2> 498 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 498 T2247 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.get return new
> directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> forceNew:false
> [junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 499 T2247 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index/
> [junit4:junit4]   2> 501 T2247 oasc.SolrCore.initIndex WARNING [core2]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index'
> doesn't exist. Creating new index...
> [junit4:junit4]   2> 502 T2247 oasc.CachingDirectoryFactory.get return new
> directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> forceNew:false
> [junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>
>  commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@133745alockFactory=org.apache.lucene.store.NativeFSLockFactory@108cc4b
> ),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> [junit4:junit4]   2> 507 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 508 T2247 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> [junit4:junit4]   2> 509 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 510 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /select: solr.SearchHandler
> [junit4:junit4]   2> 511 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 520 T2247 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 529 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 530 T2247 oass.SolrIndexSearcher.<init> Opening
> Searcher@163e8d6 main
> [junit4:junit4]   2> 530 T2247 oasc.SolrCore.registerSearcher [core2]
> Registered new searcher Searcher@163e8d6main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> [junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> [junit4:junit4]   2> 537 T2247 oasc.CoreContainer.registerCore registering
> core: core2
> [junit4:junit4]   2> 538 T2247 oasc.CoreContainer.create Creating SolrCore
> 'lazy1' using instanceDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
> [junit4:junit4]   2> 539 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
> [junit4:junit4]   2> 614 T2247 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> [junit4:junit4]   2> 684 T2247 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> [junit4:junit4]   2> 684 T2247 oass.IndexSchema.readSchema Reading Solr
> Schema
> [junit4:junit4]   2> 688 T2247 oass.IndexSchema.readSchema Schema name=tiny
> [junit4:junit4]   2> 722 T2247 oass.IndexSchema.readSchema unique key
> field: id
> [junit4:junit4]   2> 725 T2247 oasc.SolrCore.<init> [lazy1] Opening new
> SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\
> [junit4:junit4]   2> 725 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 725 T2247 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.get return new
> directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> forceNew:false
> [junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 726 T2247 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index/
> [junit4:junit4]   2> 727 T2247 oasc.SolrCore.initIndex WARNING [lazy1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index'
> doesn't exist. Creating new index...
> [junit4:junit4]   2> 728 T2247 oasc.CachingDirectoryFactory.get return new
> directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> forceNew:false
> [junit4:junit4]   2> 732 T2247 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>
>  commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ec0731lockFactory=org.apache.lucene.store.NativeFSLockFactory@103b26d
> ),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 733 T2247 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> [junit4:junit4]   2> 734 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 735 T2247 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> [junit4:junit4]   2> 737 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: solr.admin.AdminHandlers
> [junit4:junit4]   2> 737 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /select: solr.SearchHandler
> [junit4:junit4]   2> 738 T2247 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 745 T2247 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 752 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 752 T2247 oass.SolrIndexSearcher.<init> Opening
> Searcher@13532ad main
> [junit4:junit4]   2> 753 T2247 oasc.SolrCore.registerSearcher [lazy1]
> Registered new searcher Searcher@13532admain{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> [junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> [junit4:junit4]   2> 758 T2247 oasc.CoreMaps.putTransientCore Opening
> transient core lazy1
> [junit4:junit4]   2> 758 T2247 oasc.CoreContainer.registerCore registering
> core: lazy1
> [junit4:junit4]   2> 759 T2247 oasc.CoreContainer.shutdown Shutting down
> CoreContainer instance=32636552
> [junit4:junit4]   2> 760 T2247 oasc.SolrCore.close [core1]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@1f92fd0
> [junit4:junit4]   2> 764 T2247 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:junit4]   2> 764 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> [junit4:junit4]   2> 764 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 764 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 765 T2247 oasc.SolrCore.closeSearcher [core1] Closing
> main searcher on request.
> [junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 766 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 767 T2247 oasc.SolrCore.close [core2]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@15da42f
> [junit4:junit4]   2> 772 T2247 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:junit4]   2> 772 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> [junit4:junit4]   2> 772 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 772 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 774 T2247 oasc.SolrCore.closeSearcher [core2] Closing
> main searcher on request.
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 775 T2247 oasc.SolrCore.close [lazy1]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@10c64d8
> [junit4:junit4]   2> 780 T2247 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:junit4]   2> 780 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> [junit4:junit4]   2> 781 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 781 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 782 T2247 oasc.SolrCore.closeSearcher [lazy1] Closing
> main searcher on request.
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.closeDirectory
> Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> testPropertiesFile
> [junit4:junit4]   2> 833 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> testPersistTrue
> [junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome
> using system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 880 T2247 oasc.CoreContainer$Initializer.initialize
> looking for solr config file:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
> [junit4:junit4]   2> 880 T2247 oasc.CoreContainer.<init> New CoreContainer
> 31091782
> [junit4:junit4]   2> 882 T2247 oasc.CoreContainer.load Loading
> CoreContainer using Solr Home:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> [junit4:junit4]   2> 882 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
> [junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere Looking
> for cores in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties,
> adding to cores
> [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties,
> adding to cores
> [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties,
> adding to cores
> [junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core.properties,
> adding to cores
> [junit4:junit4]   2> 914 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core.properties,
> adding to cores
> [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Looking
> for cores in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
> [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties,
> adding to cores
> [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties,
> adding to cores
> [junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties,
> adding to cores
> [junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core.properties,
> adding to cores
> [junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere Discovered
> properties file
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core.properties,
> adding to cores
> [junit4:junit4]   2> 917 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 0
> [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
> [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 0
> [junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
> [junit4:junit4]   2> 919 T2247 oascsi.HttpClientUtil.createClient Creating
> new http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
> [junit4:junit4]   2> 928 T2247 oasc.CoreMaps.allocateLazyCores Allocating
> transient cache for 2 transient cores
> [junit4:junit4]   2> 928 T2247 oasc.CoreContainer.load Registering Log
> Listener
> [junit4:junit4]   2> 930 T2253 oasc.CoreContainer.create Creating SolrCore
> 'core1' using instanceDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
> [junit4:junit4]   2> 930 T2255 oasc.CoreContainer.create Creating SolrCore
> 'lazy1' using instanceDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
> [junit4:junit4]   2> 931 T2253 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
> [junit4:junit4]   2> 932 T2255 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
> [junit4:junit4]   2> 931 T2254 oasc.CoreContainer.create Creating SolrCore
> 'lazy2' using instanceDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2
> [junit4:junit4]   2> 935 T2254 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\'
> [junit4:junit4]   2> 985 T2253 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> [junit4:junit4]   2> 988 T2254 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> [junit4:junit4]   2> 1078 T2254 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> [junit4:junit4]   2> 1078 T2254 oass.IndexSchema.readSchema Reading Solr
> Schema
> [junit4:junit4]   2> 1082 T2254 oass.IndexSchema.readSchema Schema
> name=tiny
> [junit4:junit4]   2> 1105 T2255 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> [junit4:junit4]   2> 1114 T2254 oass.IndexSchema.readSchema unique key
> field: id
> [junit4:junit4]   2> 1116 T2254 oasc.SolrCore.<init> [lazy2] Opening new
> SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\
> [junit4:junit4]   2> 1116 T2254 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1116 T2254 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> forceNew:false
> [junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> [junit4:junit4]   2> 1117 T2254 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index/
> [junit4:junit4]   2> 1120 T2254 oasc.SolrCore.initIndex WARNING [lazy2]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index'
> doesn't exist. Creating new index...
> [junit4:junit4]   2> 1125 T2254 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> forceNew:false
> [junit4:junit4]   2> 1152 T2253 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> [junit4:junit4]   2> 1152 T2253 oass.IndexSchema.readSchema Reading Solr
> Schema
> [junit4:junit4]   2> 1156 T2253 oass.IndexSchema.readSchema Schema
> name=tiny
> [junit4:junit4]   2> 1183 T2255 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> [junit4:junit4]   2> 1184 T2255 oass.IndexSchema.readSchema Reading Solr
> Schema
> [junit4:junit4]   2> 1184 T2253 oass.IndexSchema.readSchema unique key
> field: id
> [junit4:junit4]   2> 1186 T2255 oass.IndexSchema.readSchema Schema
> name=tiny
> [junit4:junit4]   2> 1186 T2253 oasc.SolrCore.<init> [core1] Opening new
> SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\
> [junit4:junit4]   2> 1188 T2253 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1188 T2253 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> forceNew:false
> [junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 1189 T2253 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index/
> [junit4:junit4]   2> 1190 T2253 oasc.SolrCore.initIndex WARNING [core1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index'
> doesn't exist. Creating new index...
> [junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>
>  commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821927tmp
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@ef4f26
> ),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> [junit4:junit4]   2> 1193 T2254 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> [junit4:junit4]   2> 1193 T2254 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> [junit4:junit4]   2> 1194 T2254
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> [junit4:junit4]   2> 1195 T2254
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> [junit4:junit4]   2> 1195 T2254
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> [junit4:junit4]   2> 1201 T2253 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> forceNew:false
> [junit4:junit4]   2> 1210 T2254 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1214 T2254 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> [junit4:junit4]   2> 1217 T2254 oass.SolrIndexSearcher.<init> Opening
> Searcher@16deeaf main
> [junit4:junit4]   2> 1217 T2254 oasc.SolrCore.registerSearcher [lazy2]
> Registered new searcher Searcher@16deeafmain{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> [junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> [junit4:junit4]   2> 1218 T2253 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>
>  commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821928tmp
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b81596
> ),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1220 T2253 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> [junit4:junit4]   2> 1222 T2254 oasc.CoreMaps.putTransientCore Opening
> transient core lazy2
> [junit4:junit4]   2> 1220 T2255 oass.IndexSchema.readSchema unique key
> field: id
> [junit4:junit4]   2> 1222 T2253 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 1222 T2253 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> [junit4:junit4]   2> 1224 T2253
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> [junit4:junit4]   2> 1224 T2253
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> [junit4:junit4]   2> 1225 T2253
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> [junit4:junit4]   2> 1222 T2254 oasc.CoreContainer.registerCore
> registering core: lazy2
> [junit4:junit4]   2> 1227 T2255 oasc.SolrCore.<init> [lazy1] Opening new
> SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\
> [junit4:junit4]   2> 1227 T2255 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1227 T2255 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> forceNew:false
> [junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 1228 T2255 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index/
> [junit4:junit4]   2> 1233 T2253 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1233 T2255 oasc.SolrCore.initIndex WARNING [lazy1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index'
> doesn't exist. Creating new index...
> [junit4:junit4]   2> 1235 T2255 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> forceNew:false
> [junit4:junit4]   2> 1243 T2253 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 1245 T2253 oass.SolrIndexSearcher.<init> Opening
> Searcher@95a32b main
> [junit4:junit4]   2> 1246 T2253 oasc.SolrCore.registerSearcher [core1]
> Registered new searcher Searcher@95a32bmain{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> [junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> [junit4:junit4]   2> 1251 T2253 oasc.CoreContainer.registerCore
> registering core: core1
> [junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>
>  commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821929tmp
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@11375fc
> ),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> [junit4:junit4]   2> 1252 T2255 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 1253 T2255 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> [junit4:junit4]   2> 1254 T2255
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> [junit4:junit4]   2> 1255 T2255
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> [junit4:junit4]   2> 1255 T2255
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> [junit4:junit4]   2> 1263 T2255 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1270 T2255 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 1271 T2255 oass.SolrIndexSearcher.<init> Opening
> Searcher@d336ae main
> [junit4:junit4]   2> 1272 T2255 oasc.SolrCore.registerSearcher [lazy1]
> Registered new searcher Searcher@d336aemain{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> [junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> [junit4:junit4]   2> 1275 T2255 oasc.CoreMaps.putTransientCore Opening
> transient core lazy1
> [junit4:junit4]   2> 1275 T2255 oasc.CoreContainer.registerCore
> registering core: lazy1
> [junit4:junit4]   2> 1277 T2247 oasc.CoreContainer.create Creating
> SolrCore 'core2' using instanceDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
> [junit4:junit4]   2> 1278 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
> [junit4:junit4]   2> 1345 T2247 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> [junit4:junit4]   2> 1412 T2247 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> [junit4:junit4]   2> 1413 T2247 oass.IndexSchema.readSchema Reading Solr
> Schema
> [junit4:junit4]   2> 1416 T2247 oass.IndexSchema.readSchema Schema
> name=tiny
> [junit4:junit4]   2> 1446 T2247 oass.IndexSchema.readSchema unique key
> field: id
> [junit4:junit4]   2> 1448 T2247 oasc.SolrCore.<init> [core2] Opening new
> SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\
> [junit4:junit4]   2> 1448 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1449 T2247 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> forceNew:false
> [junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 1450 T2247 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index/
> [junit4:junit4]   2> 1451 T2247 oasc.SolrCore.initIndex WARNING [core2]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index'
> doesn't exist. Creating new index...
> [junit4:junit4]   2> 1452 T2247 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> forceNew:false
> [junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>
>  commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@179f9e8lockFactory=org.apache.lucene.store.NativeFSLockFactory@15dc903
> ),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> [junit4:junit4]   2> 1456 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 1456 T2247 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> [junit4:junit4]   2> 1458 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> [junit4:junit4]   2> 1458 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> [junit4:junit4]   2> 1459 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> [junit4:junit4]   2> 1467 T2247 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1474 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 1474 T2247 oass.SolrIndexSearcher.<init> Opening
> Searcher@84d58e main
> [junit4:junit4]   2> 1475 T2247 oasc.SolrCore.registerSearcher [core2]
> Registered new searcher Searcher@84d58emain{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> [junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> [junit4:junit4]   2> 1479 T2247 oasc.CoreContainer.registerCore
> registering core: core2
> [junit4:junit4]   2> 1480 T2247 oasc.CoreContainer.create Creating
> SolrCore 'lazy3' using instanceDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3
> [junit4:junit4]   2> 1481 T2247 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\'
> [junit4:junit4]   2> 1546 T2247 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_41
> [junit4:junit4]   2> 1623 T2247 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-minimal.xml
> [junit4:junit4]   2> 1624 T2247 oass.IndexSchema.readSchema Reading Solr
> Schema
> [junit4:junit4]   2> 1628 T2247 oass.IndexSchema.readSchema Schema
> name=tiny
> [junit4:junit4]   2> 1655 T2247 oass.IndexSchema.readSchema unique key
> field: id
> [junit4:junit4]   2> 1658 T2247 oasc.SolrCore.<init> [lazy3] Opening new
> SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\
> [junit4:junit4]   2> 1658 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
> [junit4:junit4]   2> 1659 T2247 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 1661 T2247 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> forceNew:false
> [junit4:junit4]   2> 1662 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> [junit4:junit4]   2> 1662 T2247 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index/
> [junit4:junit4]   2> 1663 T2247 oasc.SolrCore.initIndex WARNING [lazy3]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index'
> doesn't exist. Creating new index...
> [junit4:junit4]   2> 1664 T2247 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> forceNew:false
> [junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2>
>  commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9b0f9flockFactory=org.apache.lucene.store.NativeFSLockFactory@86b7f
> ),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.updateCommits
> newest commit = 1[segments_1]
> [junit4:junit4]   2> 1673 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> [junit4:junit4]   2> 1674 T2247 oasc.SolrCore.initWriters created json:
> solr.JSONResponseWriter
> [junit4:junit4]   2> 1676 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /admin/:
> solr.admin.AdminHandlers
> [junit4:junit4]   2> 1677 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /select:
> solr.SearchHandler
> [junit4:junit4]   2> 1678 T2247
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> solr.UpdateRequestHandler
> [junit4:junit4]   2> 1686 T2247 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 1694 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> [junit4:junit4]   2> 1694 T2247 oass.SolrIndexSearcher.<init> Opening
> Searcher@140f703 main
> [junit4:junit4]   2> 1695 T2247 oasc.SolrCore.registerSearcher [lazy3]
> Registered new searcher Searcher@140f703main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 1696 T2247 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> [junit4:junit4]   2> 1697 T2247 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> [junit4:junit4]   2> 1702 T2247 oasc.CoreMaps.putTransientCore Opening
> transient core lazy3
> [junit4:junit4]   2> 1703 T2247 oasc.CoreContainer.registerCore
> registering core: lazy3
> [junit4:junit4]   2> 1704 T2247 oasc.CoreContainer.persistFile Persisting
> cores config to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]   2> 1717 T2247 oasc.SolrCore.close [lazy1]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@3d81a
> [junit4:junit4]   2> 1722 T2247 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:junit4]   2> 1722 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> [junit4:junit4]   2> 1722 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1723 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1723 T2247 oasc.SolrCore.closeSearcher [lazy1]
> Closing main searcher on request.
> [junit4:junit4]   2> 1723 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 1724 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
> [junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 1724 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
> [junit4:junit4]   2> 1724 T2247 oasc.CoreContainer.shutdown Shutting down
> CoreContainer instance=31091782
> [junit4:junit4]   2> 1726 T2247 oasc.SolrCore.close [core1]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@44a83
> [junit4:junit4]   2> 1736 T2247 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:junit4]   2> 1737 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> [junit4:junit4]   2> 1737 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1737 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1738 T2247 oasc.SolrCore.closeSearcher [core1]
> Closing main searcher on request.
> [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 1739 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
> [junit4:junit4]   2> 1740 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 1740 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
> [junit4:junit4]   2> 1740 T2247 oasc.SolrCore.close [core2]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@c3b82c
> [junit4:junit4]   2> 1744 T2247 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:junit4]   2> 1744 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> [junit4:junit4]   2> 1745 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1745 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1746 T2247 oasc.SolrCore.closeSearcher [core2]
> Closing main searcher on request.
> [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 1746 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
> [junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 1747 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
> [junit4:junit4]   2> 1747 T2247 oasc.SolrCore.close [lazy2]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@1037f5b
> [junit4:junit4]   2> 1752 T2247 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:junit4]   2> 1752 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> [junit4:junit4]   2> 1753 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1753 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1754 T2247 oasc.SolrCore.closeSearcher [lazy2]
> Closing main searcher on request.
> [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> [junit4:junit4]   2> 1755 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
> [junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> [junit4:junit4]   2> 1755 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
> [junit4:junit4]   2> 1756 T2247 oasc.SolrCore.close [lazy3]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@17e4166
> [junit4:junit4]   2> 1761 T2247 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:junit4]   2> 1761 T2247 oasu.SolrCoreState.decrefSolrCoreState
> Closing SolrCoreState
> [junit4:junit4]   2> 1761 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1762 T2247 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1763 T2247 oasc.SolrCore.closeSearcher [lazy3]
> Closing main searcher on request.
> [junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close
> Releasing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> [junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> [junit4:junit4]   2> 1764 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
> [junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.close Closing
> directory when closing
> factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> [junit4:junit4]   2> 1764 T2247
> oasc.CachingDirectoryFactory.closeDirectory Closing
> directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
> [junit4:junit4]   2> 1827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> testPersistTrue
> [junit4:junit4]   2> NOTE: reproduce with: ant test
>  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistTrue
> -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU
> -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> [junit4:junit4] ERROR   1.02s |
> TestSolrDiscoveryProperties.testPersistTrue <<<
> [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete
> file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at
> __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490D]:0)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 1847 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> testPersistFalse
> [junit4:junit4]   2> 1875 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> testPersistFalse
> [junit4:junit4]   2> NOTE: reproduce with: ant test
>  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistFalse
> -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU
> -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> [junit4:junit4] ERROR   0.04s |
> TestSolrDiscoveryProperties.testPersistFalse <<<
> [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete
> file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
> [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDiscoveryProperties.java:245)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete
> file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 1883 T2247 oas.SolrTestCaseJ4.setUp ###Starting
> testBackCompatXml
> [junit4:junit4]   2> 1911 T2247 oas.SolrTestCaseJ4.tearDown ###Ending
> testBackCompatXml
> [junit4:junit4]   2> NOTE: reproduce with: ant test
>  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testBackCompatXml
> -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU
> -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
> [junit4:junit4] ERROR   0.04s |
> TestSolrDiscoveryProperties.testBackCompatXml <<<
> [junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete
> file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
> [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:348)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete
> file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
> [junit4:junit4]    >    at
> org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
> [junit4:junit4]    >    at
> org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    >    at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
> [junit4:junit4]   2> 1918 T2247 oas.SolrTestCaseJ4.deleteCore ###deleteCore
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {},
> docValues:{}, sim=DefaultSimilarity, locale=en_AU,
> timezone=America/Vancouver
> [junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc.
> 1.6.0_41 (32-bit)/cpus=2,threads=1,free=81611736,total=268500992
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest,
> TestRemoteStreaming, TestRangeQuery, DocumentAnalysisRequestHandlerTest,
> FieldAnalysisRequestHandlerTest, ClusterStateUpdateTest, TestZkChroot,
> PathHierarchyTokenizerFactoryTest, LegacyHTMLStripCharFilterTest,
> UUIDFieldTest, BasicZkTest, ClusterStateTest, HighlighterConfigTest,
> TestOmitPositions, TermsComponentTest, TermVectorComponentDistributedTest,
> TestLuceneMatchVersion, SimplePostToolTest, SpellCheckComponentTest,
> SystemInfoHandlerTest, BasicDistributedZkTest, TestPseudoReturnFields,
> TestDocSet, DirectSolrSpellCheckerTest,
> TestLMJelinekMercerSimilarityFactory, TestQueryTypes,
> URLClassifyProcessorTest, RegexBoostProcessorTest, ConvertedLegacyTest,
> TestMultiCoreConfBootstrap, LoggingHandlerTest, SuggesterWFSTTest,
> SolrRequestParserTest, TestExtendedDismaxParser, TestCodecSupport,
> TestIndexSearcher, TestBinaryField, TermVectorComponentTest,
> TestSolrCoreProperties, SliceStateUpdateTest,
> SolrCoreCheckLockOnStartupTest, TestConfig, PolyFieldTest,
> SoftAutoCommitTest, HighlighterTest, TestSolrDeletionPolicy2,
> AnalysisAfterCoreReloadTest, AutoCommitTest, SortByFunctionTest,
> TestFaceting, OpenCloseCoreStressTest, ZkControllerTest,
> TestStressRecovery, TestRandomDVFaceting, TestRealTimeGet,
> CollectionsAPIDistributedZkTest, SynonymTokenizerTest, OverseerTest,
> TestSolrJ, BasicFunctionalityTest, SchemaVersionSpecificBehaviorTest,
> DefaultValueUpdateProcessorTest, TestMergePolicyConfig,
> FastVectorHighlighterTest, ZkNodePropsTest, TestCSVLoader, TestUpdate,
> TestAnalyzedSuggestions, TestFoldingMultitermQuery,
> TestSolrDiscoveryProperties]
> [junit4:junit4] Completed in 1.94s, 4 tests, 3 errors <<< FAILURES!
>
> [...truncated 587 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1207:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:870:
> There were test failures: 261 suites, 1101 tests, 3 errors, 18 ignored (12
> assumptions)
>
> Total time: 60 minutes 28 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_41) - Build # 2614 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2614/
Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490D]:0)
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDiscoveryProperties.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:348)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 8343 lines...]
[junit4:junit4] Suite: org.apache.solr.core.TestSolrDiscoveryProperties
[junit4:junit4]   2> 0 T2247 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrDiscoveryProperties-1362335229090
[junit4:junit4]   2> 1 T2247 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 3 T2247 oas.SolrTestCaseJ4.setUp ###Starting testPropertiesFile
[junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 31 T2247 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
[junit4:junit4]   2> 31 T2247 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
[junit4:junit4]   2> 31 T2247 oasc.CoreContainer.<init> New CoreContainer 32636552
[junit4:junit4]   2> 33 T2247 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
[junit4:junit4]   2> 33 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
[junit4:junit4]   2> 62 T2247 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
[junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 63 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 65 T2247 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
[junit4:junit4]   2> 66 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 67 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 67 T2247 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 68 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 69 T2247 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 69 T2247 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 77 T2247 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 2 transient cores
[junit4:junit4]   2> 77 T2247 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 79 T2248 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
[junit4:junit4]   2> 80 T2248 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
[junit4:junit4]   2> 138 T2248 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 220 T2248 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 221 T2248 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 225 T2248 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 254 T2248 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 256 T2248 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\
[junit4:junit4]   2> 256 T2248 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
[junit4:junit4]   2> 257 T2248 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 257 T2248 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense forceNew:false
[junit4:junit4]   2> 258 T2248 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 258 T2248 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index/
[junit4:junit4]   2> 258 T2248 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 264 T2248 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index forceNew:false
[junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821926tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@160e4a9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 275 T2248 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 277 T2248 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 277 T2248 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 279 T2248 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 280 T2248 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 280 T2248 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 292 T2248 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 298 T2248 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 300 T2248 oass.SolrIndexSearcher.<init> Opening Searcher@e11b6 main
[junit4:junit4]   2> 301 T2248 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@e11b6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 301 T2248 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 306 T2248 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 309 T2247 oasc.CoreContainer.create Creating SolrCore 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
[junit4:junit4]   2> 311 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
[junit4:junit4]   2> 393 T2247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 459 T2247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 460 T2247 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 465 T2247 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 495 T2247 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 497 T2247 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\
[junit4:junit4]   2> 498 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
[junit4:junit4]   2> 498 T2247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense forceNew:false
[junit4:junit4]   2> 499 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 499 T2247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index/
[junit4:junit4]   2> 501 T2247 oasc.SolrCore.initIndex WARNING [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 502 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index forceNew:false
[junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@133745a lockFactory=org.apache.lucene.store.NativeFSLockFactory@108cc4b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 505 T2247 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 507 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 508 T2247 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 509 T2247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 510 T2247 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 511 T2247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 520 T2247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 529 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 530 T2247 oass.SolrIndexSearcher.<init> Opening Searcher@163e8d6 main
[junit4:junit4]   2> 530 T2247 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@163e8d6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 531 T2247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 537 T2247 oasc.CoreContainer.registerCore registering core: core2
[junit4:junit4]   2> 538 T2247 oasc.CoreContainer.create Creating SolrCore 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
[junit4:junit4]   2> 539 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
[junit4:junit4]   2> 614 T2247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 684 T2247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 684 T2247 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 688 T2247 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 722 T2247 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 725 T2247 oasc.SolrCore.<init> [lazy1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\
[junit4:junit4]   2> 725 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
[junit4:junit4]   2> 725 T2247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense forceNew:false
[junit4:junit4]   2> 726 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 726 T2247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index/
[junit4:junit4]   2> 727 T2247 oasc.SolrCore.initIndex WARNING [lazy1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 728 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index forceNew:false
[junit4:junit4]   2> 732 T2247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ec0731 lockFactory=org.apache.lucene.store.NativeFSLockFactory@103b26d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 733 T2247 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 734 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 735 T2247 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 737 T2247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 737 T2247 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 738 T2247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 745 T2247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 752 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 752 T2247 oass.SolrIndexSearcher.<init> Opening Searcher@13532ad main
[junit4:junit4]   2> 753 T2247 oasc.SolrCore.registerSearcher [lazy1] Registered new searcher Searcher@13532ad main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 754 T2247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 758 T2247 oasc.CoreMaps.putTransientCore Opening transient core lazy1
[junit4:junit4]   2> 758 T2247 oasc.CoreContainer.registerCore registering core: lazy1
[junit4:junit4]   2> 759 T2247 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=32636552
[junit4:junit4]   2> 760 T2247 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f92fd0
[junit4:junit4]   2> 764 T2247 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:junit4]   2> 764 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 764 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 764 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 765 T2247 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 765 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 766 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 767 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 767 T2247 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@15da42f
[junit4:junit4]   2> 772 T2247 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:junit4]   2> 772 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 772 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 772 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 774 T2247 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
[junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 775 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 775 T2247 oasc.SolrCore.close [lazy1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10c64d8
[junit4:junit4]   2> 780 T2247 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:junit4]   2> 780 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 781 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 781 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 782 T2247 oasc.SolrCore.closeSearcher [lazy1] Closing main searcher on request.
[junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 783 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending testPropertiesFile
[junit4:junit4]   2> 833 T2247 oas.SolrTestCaseJ4.setUp ###Starting testPersistTrue
[junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 880 T2247 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
[junit4:junit4]   2> 880 T2247 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.xml
[junit4:junit4]   2> 880 T2247 oasc.CoreContainer.<init> New CoreContainer 31091782
[junit4:junit4]   2> 882 T2247 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
[junit4:junit4]   2> 882 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\'
[junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
[junit4:junit4]   2> 912 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 913 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core.properties, adding to cores
[junit4:junit4]   2> 914 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core.properties, adding to cores
[junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome
[junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 916 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\core.properties, adding to cores
[junit4:junit4]   2> 917 T2247 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\core.properties, adding to cores
[junit4:junit4]   2> 917 T2247 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 918 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 919 T2247 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 919 T2247 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 928 T2247 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 2 transient cores
[junit4:junit4]   2> 928 T2247 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 930 T2253 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1
[junit4:junit4]   2> 930 T2255 oasc.CoreContainer.create Creating SolrCore 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1
[junit4:junit4]   2> 931 T2253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\'
[junit4:junit4]   2> 932 T2255 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\'
[junit4:junit4]   2> 931 T2254 oasc.CoreContainer.create Creating SolrCore 'lazy2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2
[junit4:junit4]   2> 935 T2254 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\'
[junit4:junit4]   2> 985 T2253 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 988 T2254 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1078 T2254 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1078 T2254 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1082 T2254 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1105 T2255 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1114 T2254 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1116 T2254 oasc.SolrCore.<init> [lazy2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\
[junit4:junit4]   2> 1116 T2254 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
[junit4:junit4]   2> 1116 T2254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense forceNew:false
[junit4:junit4]   2> 1117 T2254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
[junit4:junit4]   2> 1117 T2254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index/
[junit4:junit4]   2> 1120 T2254 oasc.SolrCore.initIndex WARNING [lazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1125 T2254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index forceNew:false
[junit4:junit4]   2> 1152 T2253 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1152 T2253 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1156 T2253 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1183 T2255 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1184 T2255 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1184 T2253 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1186 T2255 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1186 T2253 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\
[junit4:junit4]   2> 1188 T2253 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
[junit4:junit4]   2> 1188 T2253 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense forceNew:false
[junit4:junit4]   2> 1188 T2253 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 1189 T2253 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index/
[junit4:junit4]   2> 1190 T2253 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821927tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@ef4f26),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1191 T2254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1193 T2254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
[junit4:junit4]   2> 1193 T2254 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1194 T2254 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1195 T2254 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1195 T2254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1201 T2253 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index forceNew:false
[junit4:junit4]   2> 1210 T2254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1214 T2254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
[junit4:junit4]   2> 1217 T2254 oass.SolrIndexSearcher.<init> Opening Searcher@16deeaf main
[junit4:junit4]   2> 1217 T2254 oasc.SolrCore.registerSearcher [lazy2] Registered new searcher Searcher@16deeaf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1218 T2254 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1218 T2253 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821928tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b81596),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1220 T2253 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1222 T2254 oasc.CoreMaps.putTransientCore Opening transient core lazy2
[junit4:junit4]   2> 1220 T2255 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1222 T2253 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 1222 T2253 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1224 T2253 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1224 T2253 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1225 T2253 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1222 T2254 oasc.CoreContainer.registerCore registering core: lazy2
[junit4:junit4]   2> 1227 T2255 oasc.SolrCore.<init> [lazy1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\
[junit4:junit4]   2> 1227 T2255 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
[junit4:junit4]   2> 1227 T2255 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense forceNew:false
[junit4:junit4]   2> 1228 T2255 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 1228 T2255 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index/
[junit4:junit4]   2> 1233 T2253 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1233 T2255 oasc.SolrCore.initIndex WARNING [lazy1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1235 T2255 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index forceNew:false
[junit4:junit4]   2> 1243 T2253 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 1245 T2253 oass.SolrIndexSearcher.<init> Opening Searcher@95a32b main
[junit4:junit4]   2> 1246 T2253 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@95a32b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1246 T2253 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1251 T2253 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index2191821929tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@11375fc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1251 T2255 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1252 T2255 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 1253 T2255 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1254 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1255 T2255 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1255 T2255 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1263 T2255 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1270 T2255 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 1271 T2255 oass.SolrIndexSearcher.<init> Opening Searcher@d336ae main
[junit4:junit4]   2> 1272 T2255 oasc.SolrCore.registerSearcher [lazy1] Registered new searcher Searcher@d336ae main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1273 T2255 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1275 T2255 oasc.CoreMaps.putTransientCore Opening transient core lazy1
[junit4:junit4]   2> 1275 T2255 oasc.CoreContainer.registerCore registering core: lazy1
[junit4:junit4]   2> 1277 T2247 oasc.CoreContainer.create Creating SolrCore 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2
[junit4:junit4]   2> 1278 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\'
[junit4:junit4]   2> 1345 T2247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1412 T2247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1413 T2247 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1416 T2247 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1446 T2247 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1448 T2247 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\
[junit4:junit4]   2> 1448 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
[junit4:junit4]   2> 1449 T2247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense forceNew:false
[junit4:junit4]   2> 1449 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 1450 T2247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index/
[junit4:junit4]   2> 1451 T2247 oasc.SolrCore.initIndex WARNING [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1452 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index forceNew:false
[junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@179f9e8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15dc903),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1454 T2247 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1456 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 1456 T2247 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1458 T2247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1458 T2247 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1459 T2247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1467 T2247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1474 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 1474 T2247 oass.SolrIndexSearcher.<init> Opening Searcher@84d58e main
[junit4:junit4]   2> 1475 T2247 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@84d58e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1475 T2247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1479 T2247 oasc.CoreContainer.registerCore registering core: core2
[junit4:junit4]   2> 1480 T2247 oasc.CoreContainer.create Creating SolrCore 'lazy3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3
[junit4:junit4]   2> 1481 T2247 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\'
[junit4:junit4]   2> 1546 T2247 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1623 T2247 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1624 T2247 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1628 T2247 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1655 T2247 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1658 T2247 oasc.SolrCore.<init> [lazy3] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\
[junit4:junit4]   2> 1658 T2247 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d7ace
[junit4:junit4]   2> 1659 T2247 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1661 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense forceNew:false
[junit4:junit4]   2> 1662 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
[junit4:junit4]   2> 1662 T2247 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index/
[junit4:junit4]   2> 1663 T2247 oasc.SolrCore.initIndex WARNING [lazy3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1664 T2247 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index forceNew:false
[junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9b0f9f lockFactory=org.apache.lucene.store.NativeFSLockFactory@86b7f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1670 T2247 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1673 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
[junit4:junit4]   2> 1674 T2247 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1676 T2247 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1677 T2247 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1678 T2247 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1686 T2247 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1694 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
[junit4:junit4]   2> 1694 T2247 oass.SolrIndexSearcher.<init> Opening Searcher@140f703 main
[junit4:junit4]   2> 1695 T2247 oasc.SolrCore.registerSearcher [lazy3] Registered new searcher Searcher@140f703 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1696 T2247 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1697 T2247 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1702 T2247 oasc.CoreMaps.putTransientCore Opening transient core lazy3
[junit4:junit4]   2> 1703 T2247 oasc.CoreContainer.registerCore registering core: lazy3
[junit4:junit4]   2> 1704 T2247 oasc.CoreContainer.persistFile Persisting cores config to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
[junit4:junit4]   2> 1717 T2247 oasc.SolrCore.close [lazy1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d81a
[junit4:junit4]   2> 1722 T2247 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:junit4]   2> 1722 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1722 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1723 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1723 T2247 oasc.SolrCore.closeSearcher [lazy1] Closing main searcher on request.
[junit4:junit4]   2> 1723 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 1724 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 1724 T2247 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=31091782
[junit4:junit4]   2> 1726 T2247 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@44a83
[junit4:junit4]   2> 1736 T2247 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:junit4]   2> 1737 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1737 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1737 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1738 T2247 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 1739 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 1740 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 1740 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 1740 T2247 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@c3b82c
[junit4:junit4]   2> 1744 T2247 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:junit4]   2> 1744 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1745 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1745 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1746 T2247 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
[junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 1746 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 1747 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 1747 T2247 oasc.SolrCore.close [lazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1037f5b
[junit4:junit4]   2> 1752 T2247 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:junit4]   2> 1752 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1753 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1753 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1754 T2247 oasc.SolrCore.closeSearcher [lazy2] Closing main searcher on request.
[junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
[junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
[junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense
[junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
[junit4:junit4]   2> 1755 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy2\stuffandnonsense\index
[junit4:junit4]   2> 1756 T2247 oasc.SolrCore.close [lazy3]  CLOSING SolrCore org.apache.solr.core.SolrCore@17e4166
[junit4:junit4]   2> 1761 T2247 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:junit4]   2> 1761 T2247 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1761 T2247 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1762 T2247 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1763 T2247 oasc.SolrCore.closeSearcher [lazy3] Closing main searcher on request.
[junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
[junit4:junit4]   2> 1763 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
[junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense
[junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
[junit4:junit4]   2> 1764 T2247 oasc.CachingDirectoryFactory.closeDirectory Closing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrProperties\solrHome\lazy3\stuffandnonsense\index
[junit4:junit4]   2> 1827 T2247 oas.SolrTestCaseJ4.tearDown ###Ending testPersistTrue
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistTrue -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   1.02s | TestSolrDiscoveryProperties.testPersistTrue <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([58657AD342FF2DCF:B8CC21CF55A9490D]:0)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 1847 T2247 oas.SolrTestCaseJ4.setUp ###Starting testPersistFalse
[junit4:junit4]   2> 1875 T2247 oas.SolrTestCaseJ4.tearDown ###Ending testPersistFalse
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistFalse -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.04s | TestSolrDiscoveryProperties.testPersistFalse <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDiscoveryProperties.java:245)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 1883 T2247 oas.SolrTestCaseJ4.setUp ###Starting testBackCompatXml
[junit4:junit4]   2> 1911 T2247 oas.SolrTestCaseJ4.tearDown ###Ending testBackCompatXml
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testBackCompatXml -Dtests.seed=58657AD342FF2DCF -Dtests.slow=true -Dtests.locale=en_AU -Dtests.timezone=America/Vancouver -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.04s | TestSolrDiscoveryProperties.testBackCompatXml <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:348)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 1918 T2247 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=en_AU, timezone=America/Vancouver
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc. 1.6.0_41 (32-bit)/cpus=2,threads=1,free=81611736,total=268500992
[junit4:junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, TestRemoteStreaming, TestRangeQuery, DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, ClusterStateUpdateTest, TestZkChroot, PathHierarchyTokenizerFactoryTest, LegacyHTMLStripCharFilterTest, UUIDFieldTest, BasicZkTest, ClusterStateTest, HighlighterConfigTest, TestOmitPositions, TermsComponentTest, TermVectorComponentDistributedTest, TestLuceneMatchVersion, SimplePostToolTest, SpellCheckComponentTest, SystemInfoHandlerTest, BasicDistributedZkTest, TestPseudoReturnFields, TestDocSet, DirectSolrSpellCheckerTest, TestLMJelinekMercerSimilarityFactory, TestQueryTypes, URLClassifyProcessorTest, RegexBoostProcessorTest, ConvertedLegacyTest, TestMultiCoreConfBootstrap, LoggingHandlerTest, SuggesterWFSTTest, SolrRequestParserTest, TestExtendedDismaxParser, TestCodecSupport, TestIndexSearcher, TestBinaryField, TermVectorComponentTest, TestSolrCoreProperties, SliceStateUpdateTest, SolrCoreCheckLockOnStartupTest, TestConfig, PolyFieldTest, SoftAutoCommitTest, HighlighterTest, TestSolrDeletionPolicy2, AnalysisAfterCoreReloadTest, AutoCommitTest, SortByFunctionTest, TestFaceting, OpenCloseCoreStressTest, ZkControllerTest, TestStressRecovery, TestRandomDVFaceting, TestRealTimeGet, CollectionsAPIDistributedZkTest, SynonymTokenizerTest, OverseerTest, TestSolrJ, BasicFunctionalityTest, SchemaVersionSpecificBehaviorTest, DefaultValueUpdateProcessorTest, TestMergePolicyConfig, FastVectorHighlighterTest, ZkNodePropsTest, TestCSVLoader, TestUpdate, TestAnalyzedSuggestions, TestFoldingMultitermQuery, TestSolrDiscoveryProperties]
[junit4:junit4] Completed in 1.94s, 4 tests, 3 errors <<< FAILURES!

[...truncated 587 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1207: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:870: There were test failures: 261 suites, 1101 tests, 3 errors, 18 ignored (12 assumptions)

Total time: 60 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.6.0_41 -client -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_41) - Build # 2613 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2613/
Java: 64bit/jdk1.6.0_41 -XX:+UseParallelGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=4881, name=TEST-ChaosMonkeySafeLeaderTest.testDistribSearch-seed#[35AC6A621380EC32]-EventThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:428)         at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:404)         at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:833)         at org.apache.solr.cloud.ZkController.register(ZkController.java:766)         at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)         at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)         at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)         at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   1) Thread[id=4881, name=TEST-ChaosMonkeySafeLeaderTest.testDistribSearch-seed#[35AC6A621380EC32]-EventThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:428)
        at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:404)
        at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:833)
        at org.apache.solr.cloud.ZkController.register(ZkController.java:766)
        at org.apache.solr.cloud.ZkController$1.command(ZkController.java:212)
        at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:117)
        at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:46)
        at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:91)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
	at __randomizedtesting.SeedInfo.seed([35AC6A621380EC32]:0)


FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at __randomizedtesting.SeedInfo.seed([35AC6A621380EC32:A05CD9755559C0B8]:0)
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:348)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue(TestSolrDiscoveryProperties.java:172)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPropertiesFile

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testPropertiesFile(TestSolrDiscoveryProperties.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 8814 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
[junit4:junit4]   2> 1 T4677 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hw_eht/
[junit4:junit4]   2> 8 T4677 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ChaosMonkeySafeLeaderTest-1362314434166
[junit4:junit4]   2> 11 T4677 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 12 T4678 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 15 T4678 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 16 T4678 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 16 T4678 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 17 T4678 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 18 T4678 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 112 T4677 oasc.ZkTestServer.run start zk server on port:59894
[junit4:junit4]   2> 112 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@21360892
[junit4:junit4]   2> 115 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 116 T4683 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 117 T4683 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 117 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59897
[junit4:junit4]   2> 117 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59897
[junit4:junit4]   2> 119 T4681 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 124 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810000 with negotiated timeout 10000 for client /127.0.0.1:59897
[junit4:junit4]   2> 124 T4683 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810000, negotiated timeout = 10000
[junit4:junit4]   2> 125 T4684 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21360892 name:ZooKeeperConnection Watcher:127.0.0.1:59894 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 125 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 126 T4677 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 134 T4682 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d304496810000
[junit4:junit4]   2> 136 T4684 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 136 T4677 oaz.ZooKeeper.close Session: 0x13d304496810000 closed
[junit4:junit4]   2> 136 T4679 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d304496810000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 136 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@ceb28e5
[junit4:junit4]   2> 137 T4679 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59897 which had sessionid 0x13d304496810000
[junit4:junit4]   2> 138 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 139 T4685 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 139 T4685 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 139 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59900
[junit4:junit4]   2> 139 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59900
[junit4:junit4]   2> 144 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810001 with negotiated timeout 10000 for client /127.0.0.1:59900
[junit4:junit4]   2> 144 T4685 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810001, negotiated timeout = 10000
[junit4:junit4]   2> 144 T4686 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ceb28e5 name:ZooKeeperConnection Watcher:127.0.0.1:59894/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 145 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 145 T4677 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 155 T4677 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 160 T4677 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 165 T4677 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 170 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 171 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 180 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 181 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 186 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 187 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 192 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 193 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 198 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 199 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 204 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 205 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 211 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 212 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 217 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 217 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 222 T4677 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 223 T4677 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 228 T4682 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d304496810001
[junit4:junit4]   2> 230 T4677 oaz.ZooKeeper.close Session: 0x13d304496810001 closed
[junit4:junit4]   2> 230 T4679 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59900 which had sessionid 0x13d304496810001
[junit4:junit4]   2> 231 T4686 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 613 T4677 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 618 T4677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59901
[junit4:junit4]   2> 618 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 620 T4677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 620 T4677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388
[junit4:junit4]   2> 620 T4677 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388\solr.xml
[junit4:junit4]   2> 620 T4677 oasc.CoreContainer.<init> New CoreContainer 1683063368
[junit4:junit4]   2> 621 T4677 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388\'
[junit4:junit4]   2> 621 T4677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388\'
[junit4:junit4]   2> 668 T4677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 668 T4677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 668 T4677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 668 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 668 T4677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 668 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 669 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 669 T4677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 670 T4677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 670 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 685 T4677 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 706 T4677 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59894/solr
[junit4:junit4]   2> 707 T4677 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 708 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5da20c88
[junit4:junit4]   2> 709 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 710 T4696 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 710 T4696 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 710 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59906
[junit4:junit4]   2> 715 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59906
[junit4:junit4]   2> 731 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810002 with negotiated timeout 20000 for client /127.0.0.1:59906
[junit4:junit4]   2> 731 T4696 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810002, negotiated timeout = 20000
[junit4:junit4]   2> 732 T4697 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5da20c88 name:ZooKeeperConnection Watcher:127.0.0.1:59894 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 732 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 734 T4682 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d304496810002
[junit4:junit4]   2> 737 T4677 oaz.ZooKeeper.close Session: 0x13d304496810002 closed
[junit4:junit4]   2> 737 T4679 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59906 which had sessionid 0x13d304496810002
[junit4:junit4]   2> 738 T4697 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 737 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 745 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3e71a295
[junit4:junit4]   2> 747 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 748 T4698 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 748 T4698 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 749 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59909
[junit4:junit4]   2> 749 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59909
[junit4:junit4]   2> 751 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810003 with negotiated timeout 20000 for client /127.0.0.1:59909
[junit4:junit4]   2> 751 T4698 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810003, negotiated timeout = 20000
[junit4:junit4]   2> 752 T4699 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e71a295 name:ZooKeeperConnection Watcher:127.0.0.1:59894/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 752 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 755 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 758 T4677 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 762 T4677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59901_hw_eht
[junit4:junit4]   2> 763 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59901_hw_eht Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59901_hw_eht
[junit4:junit4]   2> 765 T4677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59901_hw_eht
[junit4:junit4]   2> 771 T4677 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 782 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 784 T4677 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 789 T4677 oasc.Overseer.start Overseer (id=89280638758223875-127.0.0.1:59901_hw_eht-n_0000000000) starting
[junit4:junit4]   2> 790 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 793 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 795 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 797 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 799 T4701 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 800 T4677 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 805 T4677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 808 T4700 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 813 T4702 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388\collection1
[junit4:junit4]   2> 813 T4702 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 814 T4702 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 814 T4702 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 816 T4702 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388\collection1\'
[junit4:junit4]   2> 818 T4702 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 818 T4702 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388/collection1/lib/README' to classloader
[junit4:junit4]   2> 872 T4702 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 934 T4702 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 936 T4702 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1014 T4702 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1141 T3 oasc.CoreContainer.finalize SEVERE CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=45508312
[junit4:junit4]   2> 1669 T4702 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1687 T4702 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1690 T4702 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1750 T4702 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1758 T4702 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1763 T4702 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1766 T4702 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1766 T4702 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1766 T4702 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1768 T4702 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1768 T4702 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1768 T4702 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362314434388\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/control/data\
[junit4:junit4]   2> 1768 T4702 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@318efaea
[junit4:junit4]   2> 1769 T4702 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1770 T4702 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\control\data forceNew:false
[junit4:junit4]   2> 1771 T4702 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\control\data
[junit4:junit4]   2> 1771 T4702 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/control/data\index/
[junit4:junit4]   2> 1772 T4702 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1773 T4702 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\control\data\index forceNew:false
[junit4:junit4]   2> 1783 T4702 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\control\data\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1784 T4702 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1786 T4702 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\control\data\index
[junit4:junit4]   2> 1788 T4702 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1788 T4702 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1789 T4702 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1790 T4702 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1790 T4702 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1790 T4702 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1791 T4702 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1791 T4702 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1792 T4702 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1800 T4702 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1806 T4702 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\control\data
[junit4:junit4]   2> 1808 T4702 oass.SolrIndexSearcher.<init> Opening Searcher@5ea07f8e main
[junit4:junit4]   2> 1810 T4702 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1811 T4702 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1816 T4703 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5ea07f8e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1818 T4702 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1818 T4702 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1819 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2298 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2299 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59901_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59901/hw_eht"}
[junit4:junit4]   2> 2299 T4700 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2299 T4700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2299 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2312 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2798 T4702 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2798 T4702 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59901/hw_eht collection:control_collection shard:shard1
[junit4:junit4]   2> 2799 T4702 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2811 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2813 T4702 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2814 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2818 T4702 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2818 T4702 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2818 T4702 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59901/hw_eht/collection1/
[junit4:junit4]   2> 2819 T4702 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2819 T4702 oasc.SyncStrategy.syncToMe http://127.0.0.1:59901/hw_eht/collection1/ has no replicas
[junit4:junit4]   2> 2819 T4702 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59901/hw_eht/collection1/
[junit4:junit4]   2> 2819 T4702 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2838 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3687 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3701 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3748 T4702 oasc.ZkController.register We are http://127.0.0.1:59901/hw_eht/collection1/ and leader is http://127.0.0.1:59901/hw_eht/collection1/
[junit4:junit4]   2> 3748 T4702 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59901/hw_eht
[junit4:junit4]   2> 3748 T4702 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3748 T4702 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3748 T4702 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3752 T4702 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3754 T4677 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3754 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3754 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3761 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3761 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@9af0d1e
[junit4:junit4]   2> 3763 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3764 T4705 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3764 T4705 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 3764 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59912
[junit4:junit4]   2> 3765 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59912
[junit4:junit4]   2> 3768 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810004 with negotiated timeout 10000 for client /127.0.0.1:59912
[junit4:junit4]   2> 3768 T4705 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810004, negotiated timeout = 10000
[junit4:junit4]   2> 3768 T4706 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9af0d1e name:ZooKeeperConnection Watcher:127.0.0.1:59894/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3768 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3769 T4677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3771 T4677 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4118 T4677 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4121 T4677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59913
[junit4:junit4]   2> 4123 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4123 T4677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4123 T4677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928
[junit4:junit4]   2> 4123 T4677 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928\solr.xml
[junit4:junit4]   2> 4123 T4677 oasc.CoreContainer.<init> New CoreContainer 1918706974
[junit4:junit4]   2> 4124 T4677 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928\'
[junit4:junit4]   2> 4124 T4677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928\'
[junit4:junit4]   2> 4165 T4677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4165 T4677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4166 T4677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4166 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4167 T4677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4167 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4167 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4168 T4677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4168 T4677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4169 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4180 T4677 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4198 T4677 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59894/solr
[junit4:junit4]   2> 4199 T4677 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4199 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3a37ca45
[junit4:junit4]   2> 4201 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4202 T4716 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4202 T4716 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 4203 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59918
[junit4:junit4]   2> 4203 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59918
[junit4:junit4]   2> 4217 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810005 with negotiated timeout 20000 for client /127.0.0.1:59918
[junit4:junit4]   2> 4217 T4716 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810005, negotiated timeout = 20000
[junit4:junit4]   2> 4217 T4717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a37ca45 name:ZooKeeperConnection Watcher:127.0.0.1:59894 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4217 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4218 T4682 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d304496810005
[junit4:junit4]   2> 4219 T4677 oaz.ZooKeeper.close Session: 0x13d304496810005 closed
[junit4:junit4]   2> 4219 T4679 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d304496810005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 4220 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4219 T4717 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4220 T4679 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59918 which had sessionid 0x13d304496810005
[junit4:junit4]   2> 4223 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7eb5c5b7
[junit4:junit4]   2> 4224 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4226 T4718 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4226 T4718 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 4227 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59921
[junit4:junit4]   2> 4227 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59921
[junit4:junit4]   2> 4229 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810006 with negotiated timeout 20000 for client /127.0.0.1:59921
[junit4:junit4]   2> 4229 T4718 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810006, negotiated timeout = 20000
[junit4:junit4]   2> 4229 T4719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7eb5c5b7 name:ZooKeeperConnection Watcher:127.0.0.1:59894/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4230 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4230 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4232 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4235 T4677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5047 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5047 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59901_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59901/hw_eht"}
[junit4:junit4]   2> 5056 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5057 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5057 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5128 T4677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59913_hw_eht
[junit4:junit4]   2> 5129 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810006 type:delete cxid:0xb zxid:0x4f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59913_hw_eht Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59913_hw_eht
[junit4:junit4]   2> 5131 T4677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59913_hw_eht
[junit4:junit4]   2> 5134 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5134 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5135 T4719 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5135 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5138 T4699 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5140 T4706 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5147 T4720 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928\collection1
[junit4:junit4]   2> 5147 T4720 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5148 T4720 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5148 T4720 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5150 T4720 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928\collection1\'
[junit4:junit4]   2> 5152 T4720 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5153 T4720 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928/collection1/lib/README' to classloader
[junit4:junit4]   2> 5198 T4720 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5254 T4720 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5255 T4720 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5291 T4720 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5880 T4720 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5890 T4720 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5893 T4720 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5909 T4720 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5913 T4720 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5918 T4720 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5919 T4720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5919 T4720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5919 T4720 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5921 T4720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5921 T4720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5921 T4720 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362314437928\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty1\
[junit4:junit4]   2> 5921 T4720 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@318efaea
[junit4:junit4]   2> 5922 T4720 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5923 T4720 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1 forceNew:false
[junit4:junit4]   2> 5924 T4720 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1
[junit4:junit4]   2> 5924 T4720 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty1\index/
[junit4:junit4]   2> 5925 T4720 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5925 T4720 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1\index forceNew:false
[junit4:junit4]   2> 5935 T4720 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5936 T4720 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5937 T4720 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1\index
[junit4:junit4]   2> 5938 T4720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5938 T4720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5939 T4720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5939 T4720 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5940 T4720 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5940 T4720 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5940 T4720 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5942 T4720 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5942 T4720 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5948 T4720 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5954 T4720 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1
[junit4:junit4]   2> 5956 T4720 oass.SolrIndexSearcher.<init> Opening Searcher@3e5def16 main
[junit4:junit4]   2> 5958 T4720 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5958 T4720 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5962 T4721 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e5def16 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5964 T4720 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5965 T4720 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6400 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6401 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59913_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59913/hw_eht"}
[junit4:junit4]   2> 6402 T4700 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 3
[junit4:junit4]   2> 6402 T4700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6409 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6409 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6409 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6857 T4720 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6857 T4720 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59913/hw_eht collection:collection1 shard:shard1
[junit4:junit4]   2> 6858 T4720 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6869 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810006 type:delete cxid:0x48 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6871 T4720 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6871 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810006 type:create cxid:0x49 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6875 T4720 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6876 T4720 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6876 T4720 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59913/hw_eht/collection1/
[junit4:junit4]   2> 6876 T4720 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6876 T4720 oasc.SyncStrategy.syncToMe http://127.0.0.1:59913/hw_eht/collection1/ has no replicas
[junit4:junit4]   2> 6876 T4720 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59913/hw_eht/collection1/
[junit4:junit4]   2> 6876 T4720 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6883 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810006 type:create cxid:0x53 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7752 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7840 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7840 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7840 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7882 T4720 oasc.ZkController.register We are http://127.0.0.1:59913/hw_eht/collection1/ and leader is http://127.0.0.1:59913/hw_eht/collection1/
[junit4:junit4]   2> 7882 T4720 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59913/hw_eht
[junit4:junit4]   2> 7882 T4720 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7882 T4720 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7882 T4720 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7886 T4720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7887 T4677 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 7887 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7888 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8228 T4677 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8230 T4677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59922
[junit4:junit4]   2> 8232 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8232 T4677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8232 T4677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050
[junit4:junit4]   2> 8233 T4677 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050\solr.xml
[junit4:junit4]   2> 8233 T4677 oasc.CoreContainer.<init> New CoreContainer 215448264
[junit4:junit4]   2> 8234 T4677 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050\'
[junit4:junit4]   2> 8234 T4677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050\'
[junit4:junit4]   2> 8272 T4677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8272 T4677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8273 T4677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8273 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8274 T4677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8274 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8275 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8275 T4677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8276 T4677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8276 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8287 T4677 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8305 T4677 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59894/solr
[junit4:junit4]   2> 8306 T4677 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8306 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@d8c53cc
[junit4:junit4]   2> 8308 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8316 T4732 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8317 T4732 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 8318 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59927
[junit4:junit4]   2> 8318 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59927
[junit4:junit4]   2> 8335 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810007 with negotiated timeout 20000 for client /127.0.0.1:59927
[junit4:junit4]   2> 8335 T4732 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810007, negotiated timeout = 20000
[junit4:junit4]   2> 8335 T4733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d8c53cc name:ZooKeeperConnection Watcher:127.0.0.1:59894 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8336 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8337 T4682 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d304496810007
[junit4:junit4]   2> 8339 T4679 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59927 which had sessionid 0x13d304496810007
[junit4:junit4]   2> 8340 T4677 oaz.ZooKeeper.close Session: 0x13d304496810007 closed
[junit4:junit4]   2> 8340 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8344 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@53de3683
[junit4:junit4]   2> 8345 T4733 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8345 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8347 T4734 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8348 T4734 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 8348 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59930
[junit4:junit4]   2> 8348 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59930
[junit4:junit4]   2> 8351 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810008 with negotiated timeout 20000 for client /127.0.0.1:59930
[junit4:junit4]   2> 8351 T4734 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810008, negotiated timeout = 20000
[junit4:junit4]   2> 8351 T4735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53de3683 name:ZooKeeperConnection Watcher:127.0.0.1:59894/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8351 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8353 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8355 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8357 T4677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9187 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9188 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59913_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59913/hw_eht"}
[junit4:junit4]   2> 9195 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9195 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9195 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9195 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9251 T4677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59922_hw_eht
[junit4:junit4]   2> 9252 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810008 type:delete cxid:0xb zxid:0x73 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59922_hw_eht Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59922_hw_eht
[junit4:junit4]   2> 9254 T4677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59922_hw_eht
[junit4:junit4]   2> 9259 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9259 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9260 T4735 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9260 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9260 T4719 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9260 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9267 T4706 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9267 T4699 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9276 T4736 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050\collection1
[junit4:junit4]   2> 9276 T4736 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9277 T4736 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9277 T4736 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9280 T4736 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050\collection1\'
[junit4:junit4]   2> 9280 T4736 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9281 T4736 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050/collection1/lib/README' to classloader
[junit4:junit4]   2> 9327 T4736 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9385 T4736 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9387 T4736 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9392 T4736 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10027 T4736 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10036 T4736 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10039 T4736 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10056 T4736 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10060 T4736 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10064 T4736 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10066 T4736 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10066 T4736 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10067 T4736 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10068 T4736 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10069 T4736 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10069 T4736 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362314442050\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty2\
[junit4:junit4]   2> 10069 T4736 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@318efaea
[junit4:junit4]   2> 10070 T4736 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 10071 T4736 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty2 forceNew:false
[junit4:junit4]   2> 10071 T4736 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty2
[junit4:junit4]   2> 10071 T4736 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty2\index/
[junit4:junit4]   2> 10072 T4736 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10072 T4736 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty2\index forceNew:false
[junit4:junit4]   2> 10083 T4736 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty2\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10084 T4736 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10084 T4736 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty2\index
[junit4:junit4]   2> 10087 T4736 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10087 T4736 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10088 T4736 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10088 T4736 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10089 T4736 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10089 T4736 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10090 T4736 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10090 T4736 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10091 T4736 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10097 T4736 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10103 T4736 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty2
[junit4:junit4]   2> 10104 T4736 oass.SolrIndexSearcher.<init> Opening Searcher@6928c096 main
[junit4:junit4]   2> 10106 T4736 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10107 T4736 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10112 T4737 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6928c096 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10114 T4736 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10114 T4736 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10540 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10542 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59922_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59922/hw_eht"}
[junit4:junit4]   2> 10543 T4700 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 10543 T4700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 10555 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10555 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10555 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10556 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11008 T4736 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11008 T4736 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59922/hw_eht collection:collection1 shard:shard2
[junit4:junit4]   2> 11009 T4736 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11022 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810008 type:delete cxid:0x47 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11023 T4736 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11024 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810008 type:create cxid:0x48 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11028 T4736 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11028 T4736 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11028 T4736 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59922/hw_eht/collection1/
[junit4:junit4]   2> 11028 T4736 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11029 T4736 oasc.SyncStrategy.syncToMe http://127.0.0.1:59922/hw_eht/collection1/ has no replicas
[junit4:junit4]   2> 11029 T4736 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59922/hw_eht/collection1/
[junit4:junit4]   2> 11029 T4736 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11034 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d304496810008 type:create cxid:0x51 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11934 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11957 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11957 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11957 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11958 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11981 T4736 oasc.ZkController.register We are http://127.0.0.1:59922/hw_eht/collection1/ and leader is http://127.0.0.1:59922/hw_eht/collection1/
[junit4:junit4]   2> 11981 T4736 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59922/hw_eht
[junit4:junit4]   2> 11981 T4736 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 11982 T4736 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11982 T4736 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11986 T4736 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11988 T4677 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 11989 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11990 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12366 T4677 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12368 T4677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59931
[junit4:junit4]   2> 12370 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12370 T4677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12371 T4677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159
[junit4:junit4]   2> 12371 T4677 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159\solr.xml
[junit4:junit4]   2> 12371 T4677 oasc.CoreContainer.<init> New CoreContainer 116617244
[junit4:junit4]   2> 12372 T4677 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159\'
[junit4:junit4]   2> 12373 T4677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159\'
[junit4:junit4]   2> 12416 T4677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12417 T4677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12417 T4677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12418 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12419 T4677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12419 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12419 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12419 T4677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12420 T4677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12421 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12433 T4677 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12454 T4677 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59894/solr
[junit4:junit4]   2> 12455 T4677 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12455 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ae4f292
[junit4:junit4]   2> 12457 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12458 T4748 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 12458 T4748 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 12458 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59936
[junit4:junit4]   2> 12459 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59936
[junit4:junit4]   2> 12477 T4748 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d304496810009, negotiated timeout = 20000
[junit4:junit4]   2> 12477 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d304496810009 with negotiated timeout 20000 for client /127.0.0.1:59936
[junit4:junit4]   2> 12477 T4749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ae4f292 name:ZooKeeperConnection Watcher:127.0.0.1:59894 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12477 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12479 T4682 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d304496810009
[junit4:junit4]   2> 12498 T4677 oaz.ZooKeeper.close Session: 0x13d304496810009 closed
[junit4:junit4]   2> 12499 T4749 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12499 T4679 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59936 which had sessionid 0x13d304496810009
[junit4:junit4]   2> 12499 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12507 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@416862c9
[junit4:junit4]   2> 12510 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12512 T4750 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 12512 T4750 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 12512 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59939
[junit4:junit4]   2> 12513 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59939
[junit4:junit4]   2> 12518 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30449681000a with negotiated timeout 20000 for client /127.0.0.1:59939
[junit4:junit4]   2> 12518 T4750 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d30449681000a, negotiated timeout = 20000
[junit4:junit4]   2> 12518 T4751 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@416862c9 name:ZooKeeperConnection Watcher:127.0.0.1:59894/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12519 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12519 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12545 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12573 T4677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13439 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13440 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59922_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59922/hw_eht"}
[junit4:junit4]   2> 13454 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13454 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13455 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13455 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13455 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13557 T4677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59931_hw_eht
[junit4:junit4]   2> 13558 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000a type:delete cxid:0xb zxid:0x95 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59931_hw_eht Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59931_hw_eht
[junit4:junit4]   2> 13560 T4677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59931_hw_eht
[junit4:junit4]   2> 13565 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13565 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13566 T4751 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13567 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13568 T4735 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13568 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13569 T4719 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13569 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13574 T4706 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13575 T4699 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13585 T4752 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159\collection1
[junit4:junit4]   2> 13586 T4752 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13588 T4752 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13589 T4752 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13591 T4752 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159\collection1\'
[junit4:junit4]   2> 13591 T4752 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13591 T4752 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159/collection1/lib/README' to classloader
[junit4:junit4]   2> 13636 T4752 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13725 T4752 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13726 T4752 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13732 T4752 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14454 T4752 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14468 T4752 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14474 T4752 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14497 T4752 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14503 T4752 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14509 T4752 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14511 T4752 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14511 T4752 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14511 T4752 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14513 T4752 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14513 T4752 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14513 T4752 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362314446159\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty3\
[junit4:junit4]   2> 14514 T4752 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@318efaea
[junit4:junit4]   2> 14514 T4752 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14516 T4752 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty3 forceNew:false
[junit4:junit4]   2> 14516 T4752 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty3
[junit4:junit4]   2> 14517 T4752 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty3\index/
[junit4:junit4]   2> 14518 T4752 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14518 T4752 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty3\index forceNew:false
[junit4:junit4]   2> 14528 T4752 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty3\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14528 T4752 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14530 T4752 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty3\index
[junit4:junit4]   2> 14532 T4752 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14532 T4752 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14533 T4752 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14533 T4752 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14534 T4752 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14534 T4752 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14534 T4752 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14535 T4752 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14535 T4752 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14542 T4752 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14548 T4752 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty3
[junit4:junit4]   2> 14551 T4752 oass.SolrIndexSearcher.<init> Opening Searcher@1d130aa9 main
[junit4:junit4]   2> 14552 T4752 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14553 T4752 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14556 T4753 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d130aa9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14558 T4752 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14558 T4752 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14939 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14942 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59931_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59931/hw_eht"}
[junit4:junit4]   2> 14942 T4700 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 14942 T4700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
[junit4:junit4]   2> 14961 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14963 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14963 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14964 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14964 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15541 T4752 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15541 T4752 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59931/hw_eht collection:collection1 shard:shard3
[junit4:junit4]   2> 15543 T4752 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
[junit4:junit4]   2> 15566 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000a type:delete cxid:0x47 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard3 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard3
[junit4:junit4]   2> 15569 T4752 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 15569 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000a type:create cxid:0x48 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15573 T4752 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 15574 T4752 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 15574 T4752 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59931/hw_eht/collection1/
[junit4:junit4]   2> 15574 T4752 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 15574 T4752 oasc.SyncStrategy.syncToMe http://127.0.0.1:59931/hw_eht/collection1/ has no replicas
[junit4:junit4]   2> 15574 T4752 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59931/hw_eht/collection1/
[junit4:junit4]   2> 15575 T4752 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
[junit4:junit4]   2> 15581 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000a type:create cxid:0x51 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16445 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16481 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16482 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16483 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16484 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16483 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16535 T4752 oasc.ZkController.register We are http://127.0.0.1:59931/hw_eht/collection1/ and leader is http://127.0.0.1:59931/hw_eht/collection1/
[junit4:junit4]   2> 16535 T4752 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59931/hw_eht
[junit4:junit4]   2> 16535 T4752 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 16536 T4752 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16536 T4752 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16540 T4752 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16542 T4677 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 16542 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16543 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16895 T4677 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16897 T4677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59940
[junit4:junit4]   2> 16898 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16898 T4677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16898 T4677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707
[junit4:junit4]   2> 16898 T4677 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707\solr.xml
[junit4:junit4]   2> 16899 T4677 oasc.CoreContainer.<init> New CoreContainer 1700903494
[junit4:junit4]   2> 16900 T4677 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707\'
[junit4:junit4]   2> 16901 T4677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707\'
[junit4:junit4]   2> 16945 T4677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16946 T4677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16946 T4677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16946 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16947 T4677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16947 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16948 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16948 T4677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16948 T4677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16949 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16961 T4677 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16981 T4677 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59894/solr
[junit4:junit4]   2> 16981 T4677 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16982 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@bac0bc0
[junit4:junit4]   2> 16983 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16984 T4766 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 16984 T4766 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 16985 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59945
[junit4:junit4]   2> 16985 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59945
[junit4:junit4]   2> 16998 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30449681000b with negotiated timeout 20000 for client /127.0.0.1:59945
[junit4:junit4]   2> 16998 T4766 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d30449681000b, negotiated timeout = 20000
[junit4:junit4]   2> 16998 T4767 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bac0bc0 name:ZooKeeperConnection Watcher:127.0.0.1:59894 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16999 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17001 T4682 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30449681000b
[junit4:junit4]   2> 17003 T4677 oaz.ZooKeeper.close Session: 0x13d30449681000b closed
[junit4:junit4]   2> 17004 T4679 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d30449681000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 17005 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 17004 T4767 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17005 T4679 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59945 which had sessionid 0x13d30449681000b
[junit4:junit4]   2> 17011 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2bc9e31b
[junit4:junit4]   2> 17014 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17015 T4768 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 17015 T4768 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 17016 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59948
[junit4:junit4]   2> 17016 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59948
[junit4:junit4]   2> 17018 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30449681000c with negotiated timeout 20000 for client /127.0.0.1:59948
[junit4:junit4]   2> 17018 T4768 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d30449681000c, negotiated timeout = 20000
[junit4:junit4]   2> 17018 T4769 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2bc9e31b name:ZooKeeperConnection Watcher:127.0.0.1:59894/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17018 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17019 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000c type:create cxid:0x1 zxid:0xb1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17021 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000c type:create cxid:0x2 zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17024 T4677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17972 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17974 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59931_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59931/hw_eht"}
[junit4:junit4]   2> 17995 T4769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17995 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17995 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17996 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17995 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17996 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18007 T4677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59940_hw_eht
[junit4:junit4]   2> 18010 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000c type:delete cxid:0xb zxid:0xb7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59940_hw_eht Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59940_hw_eht
[junit4:junit4]   2> 18013 T4677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59940_hw_eht
[junit4:junit4]   2> 18017 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18018 T4769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18018 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18019 T4751 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18020 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18020 T4735 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18020 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18021 T4719 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18022 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18026 T4769 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18027 T4699 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18029 T4706 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18036 T4770 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707\collection1
[junit4:junit4]   2> 18036 T4770 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 18037 T4770 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 18038 T4770 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 18040 T4770 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707\collection1\'
[junit4:junit4]   2> 18042 T4770 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 18043 T4770 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707/collection1/lib/README' to classloader
[junit4:junit4]   2> 18097 T4770 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 18163 T4770 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18165 T4770 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18171 T4770 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18900 T4770 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18912 T4770 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18916 T4770 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18937 T4770 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18942 T4770 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18948 T4770 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18950 T4770 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18950 T4770 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18951 T4770 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18952 T4770 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18952 T4770 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18953 T4770 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362314450707\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty4\
[junit4:junit4]   2> 18953 T4770 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@318efaea
[junit4:junit4]   2> 18954 T4770 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 18956 T4770 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty4 forceNew:false
[junit4:junit4]   2> 18956 T4770 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty4
[junit4:junit4]   2> 18957 T4770 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty4\index/
[junit4:junit4]   2> 18958 T4770 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18958 T4770 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty4\index forceNew:false
[junit4:junit4]   2> 18969 T4770 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty4\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18970 T4770 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18971 T4770 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty4\index
[junit4:junit4]   2> 18974 T4770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18974 T4770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18975 T4770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18975 T4770 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18976 T4770 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18976 T4770 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18977 T4770 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18977 T4770 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18978 T4770 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18986 T4770 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18994 T4770 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty4
[junit4:junit4]   2> 18997 T4770 oass.SolrIndexSearcher.<init> Opening Searcher@49746f6a main
[junit4:junit4]   2> 18999 T4770 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18999 T4770 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19004 T4771 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49746f6a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19006 T4770 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19006 T4770 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19482 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19484 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59940_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59940/hw_eht"}
[junit4:junit4]   2> 19484 T4700 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 19485 T4700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 19505 T4769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19505 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19506 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19506 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19506 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19506 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19990 T4770 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19990 T4770 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59940/hw_eht collection:collection1 shard:shard1
[junit4:junit4]   2> 19999 T4770 oasc.ZkController.register We are http://127.0.0.1:59940/hw_eht/collection1/ and leader is http://127.0.0.1:59913/hw_eht/collection1/
[junit4:junit4]   2> 19999 T4770 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59940/hw_eht
[junit4:junit4]   2> 19999 T4770 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19999 T4770 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C334 name=collection1 org.apache.solr.core.SolrCore@39fc3b84 url=http://127.0.0.1:59940/hw_eht/collection1 node=127.0.0.1:59940_hw_eht C334_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59940_hw_eht, base_url=http://127.0.0.1:59940/hw_eht}
[junit4:junit4]   2> 20000 T4772 C334 P59940 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 20000 T4770 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20001 T4772 C334 P59940 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 20001 T4772 C334 P59940 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 20001 T4772 C334 P59940 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20003 T4677 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 20004 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 20005 T4772 C334 P59940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20004 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20356 T4677 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 20359 T4677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59950
[junit4:junit4]   2> 20360 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 20360 T4677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 20360 T4677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168
[junit4:junit4]   2> 20362 T4677 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168\solr.xml
[junit4:junit4]   2> 20362 T4677 oasc.CoreContainer.<init> New CoreContainer 558504025
[junit4:junit4]   2> 20362 T4677 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168\'
[junit4:junit4]   2> 20363 T4677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168\'
[junit4:junit4]   2> 20406 T4677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 20407 T4677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 20408 T4677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 20408 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 20408 T4677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 20408 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 20409 T4677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 20409 T4677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 20409 T4677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 20409 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 20423 T4677 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 20445 T4677 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59894/solr
[junit4:junit4]   2> 20446 T4677 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 20447 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@f0c1009
[junit4:junit4]   2> 20449 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 20450 T4783 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 20450 T4783 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 20451 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59955
[junit4:junit4]   2> 20451 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59955
[junit4:junit4]   2> 20465 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30449681000d with negotiated timeout 20000 for client /127.0.0.1:59955
[junit4:junit4]   2> 20465 T4783 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d30449681000d, negotiated timeout = 20000
[junit4:junit4]   2> 20466 T4784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f0c1009 name:ZooKeeperConnection Watcher:127.0.0.1:59894 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 20466 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 20468 T4682 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30449681000d
[junit4:junit4]   2> 20470 T4679 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59955 which had sessionid 0x13d30449681000d
[junit4:junit4]   2> 20470 T4677 oaz.ZooKeeper.close Session: 0x13d30449681000d closed
[junit4:junit4]   2> 20471 T4784 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 20471 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 20478 T4677 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59894/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@42cc4175
[junit4:junit4]   2> 20480 T4677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 20482 T4785 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:59894. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 20483 T4785 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:59894, initiating session
[junit4:junit4]   2> 20484 T4679 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59958
[junit4:junit4]   2> 20485 T4679 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59958
[junit4:junit4]   2> 20489 T4681 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30449681000e with negotiated timeout 20000 for client /127.0.0.1:59958
[junit4:junit4]   2> 20489 T4785 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:59894, sessionid = 0x13d30449681000e, negotiated timeout = 20000
[junit4:junit4]   2> 20490 T4786 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42cc4175 name:ZooKeeperConnection Watcher:127.0.0.1:59894/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 20491 T4677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 20492 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000e type:create cxid:0x1 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20496 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000e type:create cxid:0x2 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20503 T4677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 20998 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21000 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59940_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59940/hw_eht"}
[junit4:junit4]   2> 21016 T4786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21017 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21019 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21017 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21017 T4769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21019 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21017 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21504 T4677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59950_hw_eht
[junit4:junit4]   2> 21507 T4682 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30449681000e type:delete cxid:0xb zxid:0xca txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59950_hw_eht Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59950_hw_eht
[junit4:junit4]   2> 21510 T4677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59950_hw_eht
[junit4:junit4]   2> 21519 T4786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21520 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21521 T4769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21521 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21526 T4751 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 21526 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 21528 T4719 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 21528 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 21531 T4735 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 21532 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 21536 T4786 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 21537 T4706 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 21542 T4769 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 21542 T4699 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 21553 T4787 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168\collection1
[junit4:junit4]   2> 21553 T4787 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 21554 T4787 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 21554 T4787 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 21557 T4787 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168\collection1\'
[junit4:junit4]   2> 21559 T4787 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 21560 T4787 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168/collection1/lib/README' to classloader
[junit4:junit4]   2> 21630 T4787 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 21703 T4787 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 21704 T4787 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 21710 T4787 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 22429 T4787 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 22441 T4787 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 22445 T4787 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 22464 T4787 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 22469 T4787 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 22473 T4787 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 22476 T4787 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 22476 T4787 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 22476 T4787 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 22478 T4787 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 22478 T4787 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 22479 T4787 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362314454168\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty5\
[junit4:junit4]   2> 22479 T4787 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@318efaea
[junit4:junit4]   2> 22479 T4787 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 22481 T4787 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty5 forceNew:false
[junit4:junit4]   2> 22481 T4787 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty5
[junit4:junit4]   2> 22482 T4787 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165/jetty5\index/
[junit4:junit4]   2> 22483 T4787 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 22483 T4787 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty5\index forceNew:false
[junit4:junit4]   2> 22498 T4787 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty5\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22498 T4787 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22500 T4787 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty5\index
[junit4:junit4]   2> 22504 T4787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 22504 T4787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 22505 T4787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 22506 T4787 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 22507 T4787 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 22507 T4787 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 22508 T4787 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 22509 T4787 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 22510 T4787 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 22518 T4787 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 22524 T4787 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty5
[junit4:junit4]   2> 22526 T4787 oass.SolrIndexSearcher.<init> Opening Searcher@4548474f main
[junit4:junit4]   2> 22528 T4787 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 22528 T4787 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 22533 T4788 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4548474f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 22535 T4787 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 22535 T4787 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22616 T4700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22619 T4700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59950_hw_eht",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59950/hw_eht"}
[junit4:junit4]   2> 22619 T4700 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 22620 T4700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 22638 T4786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22639 T4769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22640 T4751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22641 T4699 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22639 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22642 T4735 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22642 T4719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23617 T4787 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 23617 T4787 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59950/hw_eht collection:collection1 shard:shard2
[junit4:junit4]   2> 23632 T4787 oasc.ZkController.register We are http://127.0.0.1:59950/hw_eht/collection1/ and leader is http://127.0.0.1:59922/hw_eht/collection1/
[junit4:junit4]   2> 23632 T4787 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59950/hw_eht
[junit4:junit4]   2> 23632 T4787 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 23632 T4787 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C335 name=collection1 org.apache.solr.core.SolrCore@3bdeb1da url=http://127.0.0.1:59950/hw_eht/collection1 node=127.0.0.1:59950_hw_eht C335_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59950_hw_eht, base_url=http://127.0.0.1:59950/hw_eht}
[junit4:junit4]   2> 23633 T4789 C335 P59950 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 23634 T4789 C335 P59950 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 23634 T4789 C335 P59950 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 23634 T4789 C335 P59950 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23650 T4787 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23653 T4789 C335 P59950 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23655 T4677 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 23656 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 23656 T4677 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C334_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:59940_hw_eht, base_url=http://127.0.0.1:59940/hw_eht}
[junit4:junit4]   2> 24194 T4772 C334 P59940 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:59913/hw_eht/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 24194 T4772 C334 P59940 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:59940/hw_eht START replicas=[http://127.0.0.1:59913/hw_eht/collection1/] nUpdates=100
[junit4:junit4]   2> 24195 T4772 C334 P59940 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 24196 T4772 C334 P59940 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 24196 T4772 C334 P59940 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 24196 T4772 C334 P59940 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 24197 T4772 C334 P59940 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 24197 T4772 C334 P59940 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:59913/hw_eht/collection1/. core=collection1
[junit4:junit4]   2> 24197 T4772 C334 P59940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24209 T4677 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 24217 T4677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59961
[junit4:junit4]   2> 24222 T4677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 24222 T4677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 24223 T4677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362314457819
[junit4:junit4]   2> 24223 T4677 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362314457819\solr.xml
[junit4:junit4]   2> 24225 T4677 oasc.CoreContainer.<init> New CoreContainer 460572834
[junit4:junit4]   2> 24226 T4677 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362314457819\'
[junit4:junit4]   2> 24228 T4677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362314457819\'
[junit4:junit4]   2> ASYNC  NEW_CORE C336 name=collection1 org.apache.solr.core.SolrCore@15b1eff3 url=http://127.0.0.1:59913/hw_eht/collection1 node=127.0.0.1:59913_hw_eht C336_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:59913_hw_eht, base_url=http://127.0.0.1:59913/hw_eht, leader=true}
[junit4:junit4]   2> 24246 T4712 C336 P59913 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24249 T4712 C336 P59913 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1
[junit4:junit4]   2> 24256 T4714 C336 P59913 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 24266 T4712 C336 P59913 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24270 T4712 C336 P59913 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24297 T4712 C336 P59913 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1\index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24298 T4712 C336 P59913 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24301 T4712 C336 P59913 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362314434165\jetty1
[junit4:junit4]   2> 24303 T4712 C336 P59913 oass.SolrIndexSearcher.<init> Opening Searcher@618f3324 realtime
[junit4:junit4]   2> 24304 T4712 C336 P59913 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24305 T4712 C336 P59913 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 59
[junit4:junit4]   2> 24308 T4772 C334 P59940 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 24308 T4772 C334 P59940 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 

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

AfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 752 T6097 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=lv_LV, timezone=Europe/Helsinki
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_41 (64-bit)/cpus=2,threads=1,free=173129400,total=294125568
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFunctionQuery, SolrIndexConfigTest, SOLR749Test, ResponseLogComponentTest, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, TermVectorComponentDistributedTest, TestFaceting, MinimalSchemaTest, TermsComponentTest, TestNumberUtils, TestFastLRUCache, SampleTest, TestSolr4Spatial, DirectSolrSpellCheckerTest, ZkControllerTest, TestCollationField, DistanceFunctionTest, DirectUpdateHandlerOptimizeTest, TestPerFieldSimilarity, DOMUtilTest, TestWordDelimiterFilterFactory, CopyFieldTest, MultiTermTest, TestSolrJ, SolrIndexSplitterTest, HighlighterConfigTest, TestZkChroot, TestComponentsName, DocValuesTest, SpellPossibilityIteratorTest, LoggingHandlerTest, ShardRoutingTest, CurrencyFieldXmlFileTest, UpdateParamsTest, RAMDirectoryFactoryTest, CacheHeaderTest, LukeRequestHandlerTest, CoreAdminHandlerTest, ShardRoutingCustomTest, DocValuesMultiTest, TestRemoteStreaming, TestTrie, QueryElevationComponentTest, TestLMJelinekMercerSimilarityFactory, SolrCmdDistributorTest, FieldAnalysisRequestHandlerTest, QueryParsingTest, RecoveryZkTest, TestCodecSupport, TestValueSourceCache, TestJoin, TestPseudoReturnFields, SuggesterTSTTest, TestSolrCoreProperties, XsltUpdateRequestHandlerTest, ZkSolrClientTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, TestFuzzyAnalyzedSuggestions, PolyFieldTest, NumericFieldsTest, BasicDistributedZkTest, TestBinaryResponseWriter, SystemInfoHandlerTest, TestGroupingSearch, TestLMDirichletSimilarityFactory, TestWriterPerf, IndexSchemaTest, UUIDFieldTest, SignatureUpdateProcessorFactoryTest, TestSolrXMLSerializer, StatelessScriptUpdateProcessorFactoryTest, TestRangeQuery, NotRequiredUniqueKeyTest, SolrRequestParserTest, TestArbitraryIndexDir, DistributedTermsComponentTest, TestDFRSimilarityFactory, OutputWriterTest, IndexBasedSpellCheckerTest, FullSolrCloudDistribCmdsTest, TestPartialUpdateDeduplication, LegacyHTMLStripCharFilterTest, TestJmxIntegration, PluginInfoTest, TestLRUCache, TestFoldingMultitermQuery, SpatialFilterTest, EchoParamsTest, DateMathParserTest, TestFastOutputStream, TestAtomicUpdateErrorCases, PreAnalyzedFieldTest, CollectionsAPIDistributedZkTest, SortByFunctionTest, TestRealTimeGet, URLClassifyProcessorTest, DocumentBuilderTest, SyncSliceTest, SpellingQueryConverterTest, TestSuggestSpellingConverter, SpellCheckComponentTest, TestSort, SolrInfoMBeanTest, TestStressReorder, CurrencyFieldOpenExchangeTest, TestReplicationHandler, TestIndexSearcher, FastVectorHighlighterTest, TestReversedWildcardFilterFactory, PingRequestHandlerTest, BadIndexSchemaTest, PrimUtilsTest, TestMergePolicyConfig, DocumentAnalysisRequestHandlerTest, HighlighterTest, TestFiltering, TestLFUCache, TestMultiCoreConfBootstrap, TestRecovery, OverseerTest, LeaderElectionIntegrationTest, LeaderElectionTest, DistributedSpellCheckComponentTest, TestDistributedGrouping, TestRandomFaceting, TestDistributedSearch, SpellCheckCollatorTest, TestExtendedDismaxParser, SoftAutoCommitTest, AutoCommitTest, BasicZkTest, WordBreakSolrSpellCheckerTest, TestHashPartitioner, StatsComponentTest, SolrCoreTest, DirectUpdateHandlerTest, SimpleFacetsTest, TestCoreContainer, FileBasedSpellCheckerTest, ConvertedLegacyTest, PeerSyncTest, BasicFunctionalityTest, DirectSolrConnectionTest, QueryEqualityTest, TestCSVLoader, TestCSVResponseWriter, MoreLikeThisHandlerTest, MBeansHandlerTest, DistributedQueryElevationComponentTest, DisMaxRequestHandlerTest, BinaryUpdateRequestHandlerTest, StandardRequestHandlerTest, TestQueryTypes, TestPHPSerializedResponseWriter, XmlUpdateRequestHandlerTest, TermVectorComponentTest, SuggesterWFSTTest, JsonLoaderTest, TestSurroundQueryParser, TestSolrQueryParser, SolrPluginUtilsTest, DebugComponentTest, JSONWriterTest, ReturnFieldsTest, RequestHandlersTest, SearchHandlerTest, RequiredFieldsTest, TestOmitPositions, SuggesterFSTTest, TestQueryUtils, UniqFieldsUpdateProcessorFactoryTest, SuggesterTest, CSVRequestHandlerTest, ShowFileRequestHandlerTest, TestSearchPerf, SolrCoreCheckLockOnStartupTest, TestSolrDeletionPolicy1, TestLuceneMatchVersion, UpdateRequestProcessorFactoryTest, TestPropInject, TestIndexingPerformance, NoCacheHeaderTest, PrimitiveFieldTypeTest, AlternateDirectoryTest, BadComponentTest, TestUpdate, TestBinaryField, TestSolrDeletionPolicy2, TestPropInjectDefaults, TestXIncludeConfig, TestDocSet, TestQuerySenderListener, TestQuerySenderNoQuery, IndexReaderFactoryTest, TestJmxMonitoredMap, TestConfig, TestBM25SimilarityFactory, TestPhraseSuggestions, TestPluginEnable, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, ResourceLoaderTest, FileUtilsTest, TestSystemIdResolver, DateFieldTest, TestBadConfig, ChaosMonkeySafeLeaderTest, TestUtils, ChaosMonkeyNothingIsSafeTest, ZkNodePropsTest, CircularListTest, AnalysisAfterCoreReloadTest, TestDocumentBuilder, TestRandomDVFaceting, PathHierarchyTokenizerFactoryTest, TestCharFilters, BasicDistributedZk2Test, ClusterStateTest, ClusterStateUpdateTest, OverseerCollectionProcessorTest, SliceStateTest, SliceStateUpdateTest, UnloadDistributedZkTest, ZkCLITest, CoreContainerCoreInitFailuresTest, OpenCloseCoreStressTest, TestLazyCores, TestSolrDiscoveryProperties]
[junit4:junit4] Completed in 0.78s, 4 tests, 4 errors <<< FAILURES!

[...truncated 68 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1207: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:870: There were test failures: 261 suites, 1101 tests, 1 suite-level error, 4 errors, 18 ignored (12 assumptions)

Total time: 58 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.6.0_41 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_15) - Build # 2612 - Still Failing!

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

5 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
No registered leader was found, collection:collection1 slice:shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found, collection:collection1 slice:shard1
	at __randomizedtesting.SeedInfo.seed([80887EDBD1FD354A:16EF0C3A6A25576]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:430)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:295)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:116)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at __randomizedtesting.SeedInfo.seed([80887EDBD1FD354A:1578CDCC972419C0]:0)
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:348)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue(TestSolrDiscoveryProperties.java:172)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.core.TestSolrDiscoveryProperties.testPropertiesFile

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:46)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testPropertiesFile(TestSolrDiscoveryProperties.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8810 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T233 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T233 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895
[junit4:junit4]   2> 9 T233 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T234 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 16 T234 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 16 T234 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 16 T234 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 17 T234 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 19 T234 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 119 T233 oasc.ZkTestServer.run start zk server on port:50322
[junit4:junit4]   2> 119 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2297933
[junit4:junit4]   2> 123 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 125 T239 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 126 T239 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 127 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50325
[junit4:junit4]   2> 128 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50325
[junit4:junit4]   2> 128 T237 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 141 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0000 with negotiated timeout 10000 for client /127.0.0.1:50325
[junit4:junit4]   2> 141 T239 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0000, negotiated timeout = 10000
[junit4:junit4]   2> 142 T240 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2297933 name:ZooKeeperConnection Watcher:127.0.0.1:50322 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 142 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 142 T233 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 149 T238 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2f0d617d0000
[junit4:junit4]   2> 152 T233 oaz.ZooKeeper.close Session: 0x13d2f0d617d0000 closed
[junit4:junit4]   2> 152 T235 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50325 which had sessionid 0x13d2f0d617d0000
[junit4:junit4]   2> 154 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6a86bef0
[junit4:junit4]   2> 152 T240 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 155 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 156 T241 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 157 T241 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 157 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50328
[junit4:junit4]   2> 157 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50328
[junit4:junit4]   2> 159 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0001 with negotiated timeout 10000 for client /127.0.0.1:50328
[junit4:junit4]   2> 159 T241 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0001, negotiated timeout = 10000
[junit4:junit4]   2> 160 T242 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a86bef0 name:ZooKeeperConnection Watcher:127.0.0.1:50322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 160 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 160 T233 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 168 T233 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 174 T233 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 178 T233 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 184 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 184 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 195 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 196 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 203 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 203 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 209 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 209 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 216 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 216 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 221 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 223 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 228 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 229 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 236 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 236 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 241 T233 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 242 T233 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 248 T238 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2f0d617d0001
[junit4:junit4]   2> 249 T233 oaz.ZooKeeper.close Session: 0x13d2f0d617d0001 closed
[junit4:junit4]   2> 249 T235 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50328 which had sessionid 0x13d2f0d617d0001
[junit4:junit4]   2> 250 T242 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1067 T233 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1338 T233 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50329
[junit4:junit4]   2> 1390 T233 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1390 T233 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1390 T233 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138
[junit4:junit4]   2> 1391 T233 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138\solr.xml
[junit4:junit4]   2> 1392 T233 oasc.CoreContainer.<init> New CoreContainer 138234828
[junit4:junit4]   2> 1394 T233 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138\'
[junit4:junit4]   2> 1394 T233 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138\'
[junit4:junit4]   2> 1462 T233 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1462 T233 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1463 T233 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1463 T233 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1463 T233 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1463 T233 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1464 T233 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1464 T233 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1465 T233 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1465 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1486 T233 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1512 T233 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50322/solr
[junit4:junit4]   2> 1512 T233 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1512 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6824cfe4
[junit4:junit4]   2> 1515 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1519 T253 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1520 T253 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 1521 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50334
[junit4:junit4]   2> 1521 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50334
[junit4:junit4]   2> 1537 T253 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0002, negotiated timeout = 20000
[junit4:junit4]   2> 1537 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0002 with negotiated timeout 20000 for client /127.0.0.1:50334
[junit4:junit4]   2> 1538 T254 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6824cfe4 name:ZooKeeperConnection Watcher:127.0.0.1:50322 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1538 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1540 T238 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2f0d617d0002
[junit4:junit4]   2> 1543 T235 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50334 which had sessionid 0x13d2f0d617d0002
[junit4:junit4]   2> 1543 T233 oaz.ZooKeeper.close Session: 0x13d2f0d617d0002 closed
[junit4:junit4]   2> 1544 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1551 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a104790
[junit4:junit4]   2> 1551 T254 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1553 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1554 T255 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1554 T255 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 1555 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50337
[junit4:junit4]   2> 1555 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50337
[junit4:junit4]   2> 1557 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0003 with negotiated timeout 20000 for client /127.0.0.1:50337
[junit4:junit4]   2> 1557 T255 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0003, negotiated timeout = 20000
[junit4:junit4]   2> 1558 T256 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a104790 name:ZooKeeperConnection Watcher:127.0.0.1:50322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1558 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1562 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1565 T233 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1570 T233 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50329_
[junit4:junit4]   2> 1571 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50329_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50329_
[junit4:junit4]   2> 1573 T233 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50329_
[junit4:junit4]   2> 1579 T233 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1592 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1594 T233 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1600 T233 oasc.Overseer.start Overseer (id=89279302133940227-127.0.0.1:50329_-n_0000000000) starting
[junit4:junit4]   2> 1601 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1604 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1609 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1613 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1616 T258 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1618 T233 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1629 T233 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1637 T257 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1640 T259 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138\collection1
[junit4:junit4]   2> 1640 T259 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1641 T259 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1641 T259 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1644 T259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138\collection1\'
[junit4:junit4]   2> 1646 T259 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1649 T259 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138/collection1/lib/README' to classloader
[junit4:junit4]   2> 1727 T259 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1793 T259 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1795 T259 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1800 T259 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2468 T259 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2478 T259 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2483 T259 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2513 T259 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2519 T259 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2524 T259 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2527 T259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2529 T259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2529 T259 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531 T259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531 T259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2532 T259 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362294039138\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894/control/data\
[junit4:junit4]   2> 2532 T259 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@77764cb8
[junit4:junit4]   2> 2533 T259 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2534 T259 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data forceNew:false
[junit4:junit4]   2> 2534 T259 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data
[junit4:junit4]   2> 2534 T259 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894/control/data\index/
[junit4:junit4]   2> 2536 T259 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2536 T259 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data\index forceNew:false
[junit4:junit4]   2> 2540 T259 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7ffa4523 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a5c7df1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2540 T259 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2541 T259 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data\index
[junit4:junit4]   2> 2596 T259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2596 T259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2597 T259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2598 T259 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2598 T259 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2599 T259 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2599 T259 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2599 T259 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2600 T259 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2613 T259 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2619 T259 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data
[junit4:junit4]   2> 2620 T259 oass.SolrIndexSearcher.<init> Opening Searcher@59cf0d24 main
[junit4:junit4]   2> 2627 T259 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data\tlog
[junit4:junit4]   2> 2648 T259 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2648 T259 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2652 T259 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data
[junit4:junit4]   2> 2653 T260 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@59cf0d24 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2654 T259 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2654 T259 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2656 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 3260 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3261 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50329_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50329"}
[junit4:junit4]   2> 3261 T257 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 3274 T257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 3274 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 3296 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3744 T259 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3744 T259 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50329 collection:control_collection shard:shard1
[junit4:junit4]   2> 3746 T259 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3771 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3772 T259 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3773 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3778 T259 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3779 T259 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3779 T259 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50329/collection1/
[junit4:junit4]   2> 3779 T259 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3779 T259 oasc.SyncStrategy.syncToMe http://127.0.0.1:50329/collection1/ has no replicas
[junit4:junit4]   2> 3780 T259 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50329/collection1/
[junit4:junit4]   2> 3780 T259 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3789 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4925 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4944 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4999 T259 oasc.ZkController.register We are http://127.0.0.1:50329/collection1/ and leader is http://127.0.0.1:50329/collection1/
[junit4:junit4]   2> 5003 T259 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50329
[junit4:junit4]   2> 5003 T259 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 5003 T259 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 5003 T259 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5007 T259 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5008 T233 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 5008 T233 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5056 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5074 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 5079 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a1133ff
[junit4:junit4]   2> 5081 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5082 T262 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5082 T262 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 5082 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50340
[junit4:junit4]   2> 5083 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50340
[junit4:junit4]   2> 5085 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0004 with negotiated timeout 10000 for client /127.0.0.1:50340
[junit4:junit4]   2> 5085 T262 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0004, negotiated timeout = 10000
[junit4:junit4]   2> 5085 T263 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a1133ff name:ZooKeeperConnection Watcher:127.0.0.1:50322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5086 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5087 T233 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5093 T233 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 5494 T233 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 5498 T233 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50341
[junit4:junit4]   2> 5499 T233 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 5500 T233 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 5500 T233 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982
[junit4:junit4]   2> 5500 T233 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\solr.xml
[junit4:junit4]   2> 5500 T233 oasc.CoreContainer.<init> New CoreContainer 1508245437
[junit4:junit4]   2> 5501 T233 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\'
[junit4:junit4]   2> 5502 T233 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\'
[junit4:junit4]   2> 5560 T233 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 5561 T233 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 5561 T233 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 5561 T233 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 5562 T233 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 5562 T233 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 5562 T233 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 5563 T233 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 5563 T233 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 5563 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 5580 T233 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 5603 T233 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50322/solr
[junit4:junit4]   2> 5604 T233 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 5604 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4bb6ae36
[junit4:junit4]   2> 5607 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5608 T273 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5609 T273 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 5609 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50346
[junit4:junit4]   2> 5610 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50346
[junit4:junit4]   2> 5621 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0005 with negotiated timeout 20000 for client /127.0.0.1:50346
[junit4:junit4]   2> 5621 T273 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0005, negotiated timeout = 20000
[junit4:junit4]   2> 5622 T274 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bb6ae36 name:ZooKeeperConnection Watcher:127.0.0.1:50322 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5622 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5624 T238 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2f0d617d0005
[junit4:junit4]   2> 5626 T274 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 5626 T233 oaz.ZooKeeper.close Session: 0x13d2f0d617d0005 closed
[junit4:junit4]   2> 5626 T235 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d2f0d617d0005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 5628 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 5628 T235 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50346 which had sessionid 0x13d2f0d617d0005
[junit4:junit4]   2> 5634 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a70ed70
[junit4:junit4]   2> 5637 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5637 T275 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5638 T275 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 5638 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50349
[junit4:junit4]   2> 5639 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50349
[junit4:junit4]   2> 5641 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0006 with negotiated timeout 20000 for client /127.0.0.1:50349
[junit4:junit4]   2> 5641 T275 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0006, negotiated timeout = 20000
[junit4:junit4]   2> 5642 T276 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a70ed70 name:ZooKeeperConnection Watcher:127.0.0.1:50322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5642 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5643 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5646 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5649 T233 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6572 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6574 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50329_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50329"}
[junit4:junit4]   2> 6587 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 6588 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 6589 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 6731 T233 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50341_
[junit4:junit4]   2> 6732 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:delete cxid:0xb zxid:0x4f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50341_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50341_
[junit4:junit4]   2> 6735 T233 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50341_
[junit4:junit4]   2> 6739 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 6740 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 6740 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 6745 T263 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6745 T256 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6746 T276 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6758 T277 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\collection1
[junit4:junit4]   2> 6758 T277 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6759 T277 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6759 T277 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6762 T277 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\collection1\'
[junit4:junit4]   2> 6764 T277 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 6765 T277 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982/collection1/lib/README' to classloader
[junit4:junit4]   2> 6859 T277 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6923 T277 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6926 T277 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6933 T277 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7659 T277 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7672 T277 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7676 T277 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7705 T277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7712 T277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7720 T277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7723 T277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 7725 T277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 7726 T277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7730 T277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 7730 T277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 7731 T277 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894/jetty1\
[junit4:junit4]   2> 7732 T277 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@77764cb8
[junit4:junit4]   2> 7732 T277 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 7733 T277 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1 forceNew:false
[junit4:junit4]   2> 7734 T277 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1
[junit4:junit4]   2> 7734 T277 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894/jetty1\index/
[junit4:junit4]   2> 7736 T277 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7736 T277 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1\index forceNew:false
[junit4:junit4]   2> 7741 T277 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b796af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b5aa6d9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7742 T277 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7745 T277 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1\index
[junit4:junit4]   2> 7748 T277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7750 T277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7751 T277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7751 T277 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7752 T277 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7752 T277 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7753 T277 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7753 T277 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7754 T277 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7764 T277 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7771 T277 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1
[junit4:junit4]   2> 7772 T277 oass.SolrIndexSearcher.<init> Opening Searcher@730c28ef main
[junit4:junit4]   2> 7772 T277 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1\tlog
[junit4:junit4]   2> 7774 T277 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7774 T277 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7779 T278 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@730c28ef main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7782 T277 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 7783 T277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8216 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8217 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50341_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50341"}
[junit4:junit4]   2> 8217 T257 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 8218 T257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 8229 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8229 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8229 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8865 T277 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8865 T277 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50341 collection:collection1 shard:shard1
[junit4:junit4]   2> 8868 T277 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8882 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:delete cxid:0x48 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 8884 T277 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8885 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:create cxid:0x49 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8891 T277 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8891 T277 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8891 T277 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50341/collection1/
[junit4:junit4]   2> 8891 T277 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8892 T277 oasc.SyncStrategy.syncToMe http://127.0.0.1:50341/collection1/ has no replicas
[junit4:junit4]   2> 8892 T277 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50341/collection1/
[junit4:junit4]   2> 8892 T277 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8902 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:create cxid:0x53 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9861 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9900 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9901 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9901 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9948 T277 oasc.ZkController.register We are http://127.0.0.1:50341/collection1/ and leader is http://127.0.0.1:50341/collection1/
[junit4:junit4]   2> 9948 T277 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50341
[junit4:junit4]   2> 9949 T277 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9949 T277 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9950 T277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9955 T277 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9958 T233 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 9959 T233 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9960 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10338 T233 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10341 T233 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50350
[junit4:junit4]   2> 10343 T233 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10343 T233 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10343 T233 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868
[junit4:junit4]   2> 10343 T233 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868\solr.xml
[junit4:junit4]   2> 10344 T233 oasc.CoreContainer.<init> New CoreContainer 1128739187
[junit4:junit4]   2> 10345 T233 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868\'
[junit4:junit4]   2> 10345 T233 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868\'
[junit4:junit4]   2> 10399 T233 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 10400 T233 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10400 T233 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10402 T233 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10402 T233 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10403 T233 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10404 T233 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10404 T233 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10405 T233 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10406 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10422 T233 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10443 T233 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50322/solr
[junit4:junit4]   2> 10443 T233 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10444 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4e9e7ea3
[junit4:junit4]   2> 10445 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10446 T289 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10447 T289 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 10447 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50355
[junit4:junit4]   2> 10448 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50355
[junit4:junit4]   2> 10460 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0007 with negotiated timeout 20000 for client /127.0.0.1:50355
[junit4:junit4]   2> 10460 T289 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0007, negotiated timeout = 20000
[junit4:junit4]   2> 10462 T290 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e9e7ea3 name:ZooKeeperConnection Watcher:127.0.0.1:50322 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10462 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10465 T238 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2f0d617d0007
[junit4:junit4]   2> 10467 T235 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50355 which had sessionid 0x13d2f0d617d0007
[junit4:junit4]   2> 10467 T233 oaz.ZooKeeper.close Session: 0x13d2f0d617d0007 closed
[junit4:junit4]   2> 10468 T290 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10468 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 10475 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@79bd0da3
[junit4:junit4]   2> 10476 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10477 T291 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10478 T291 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 10478 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50358
[junit4:junit4]   2> 10478 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50358
[junit4:junit4]   2> 10482 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0008 with negotiated timeout 20000 for client /127.0.0.1:50358
[junit4:junit4]   2> 10482 T291 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0008, negotiated timeout = 20000
[junit4:junit4]   2> 10483 T292 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79bd0da3 name:ZooKeeperConnection Watcher:127.0.0.1:50322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10483 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10485 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10488 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10493 T233 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11489 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11489 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50341_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50341"}
[junit4:junit4]   2> 11501 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 11502 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 11503 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 11503 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 11516 T233 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50350_
[junit4:junit4]   2> 11518 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0008 type:delete cxid:0xb zxid:0x73 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50350_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50350_
[junit4:junit4]   2> 11520 T233 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50350_
[junit4:junit4]   2> 11524 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 11525 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 11525 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 11527 T292 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11527 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11530 T263 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11531 T276 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11531 T256 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11539 T293 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868\collection1
[junit4:junit4]   2> 11539 T293 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11540 T293 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11540 T293 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11543 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868\collection1\'
[junit4:junit4]   2> 11544 T293 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11545 T293 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868/collection1/lib/README' to classloader
[junit4:junit4]   2> 11606 T293 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11668 T293 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11680 T293 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11685 T293 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12352 T293 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12363 T293 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12366 T293 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12440 T293 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12446 T293 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12450 T293 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12452 T293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12452 T293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12452 T293 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12454 T293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12454 T293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12454 T293 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362294048868\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894/jetty2\
[junit4:junit4]   2> 12455 T293 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@77764cb8
[junit4:junit4]   2> 12455 T293 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 12456 T293 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2 forceNew:false
[junit4:junit4]   2> 12456 T293 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2
[junit4:junit4]   2> 12456 T293 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894/jetty2\index/
[junit4:junit4]   2> 12458 T293 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12458 T293 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2\index forceNew:false
[junit4:junit4]   2> 12462 T293 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3f6df4c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5856e2dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12462 T293 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12463 T293 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2\index
[junit4:junit4]   2> 12466 T293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12466 T293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12467 T293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12467 T293 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12468 T293 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12468 T293 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12468 T293 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12470 T293 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12470 T293 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12480 T293 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12502 T293 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2
[junit4:junit4]   2> 12502 T293 oass.SolrIndexSearcher.<init> Opening Searcher@26fb554c main
[junit4:junit4]   2> 12503 T293 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2\tlog
[junit4:junit4]   2> 12505 T293 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12505 T293 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12509 T293 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2
[junit4:junit4]   2> 12512 T293 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12512 T293 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12513 T294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26fb554c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13013 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13015 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50350_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50350"}
[junit4:junit4]   2> 13015 T257 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 13015 T257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 13024 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13024 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13025 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13025 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13519 T293 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13519 T293 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50350 collection:collection1 shard:shard2
[junit4:junit4]   2> 13520 T293 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 13532 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0008 type:delete cxid:0x47 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 13534 T293 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 13535 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0008 type:create cxid:0x48 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13540 T293 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 13540 T293 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 13540 T293 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50350/collection1/
[junit4:junit4]   2> 13540 T293 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 13541 T293 oasc.SyncStrategy.syncToMe http://127.0.0.1:50350/collection1/ has no replicas
[junit4:junit4]   2> 13541 T293 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50350/collection1/
[junit4:junit4]   2> 13541 T293 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 13547 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0008 type:create cxid:0x51 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14534 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14555 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14555 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14555 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14555 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14570 T293 oasc.ZkController.register We are http://127.0.0.1:50350/collection1/ and leader is http://127.0.0.1:50350/collection1/
[junit4:junit4]   2> 14570 T293 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50350
[junit4:junit4]   2> 14570 T293 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 14570 T293 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14570 T293 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14574 T293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14576 T233 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 14576 T233 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14577 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14945 T233 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14948 T233 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50359
[junit4:junit4]   2> 14949 T233 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14949 T233 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14950 T233 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475
[junit4:junit4]   2> 14950 T233 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475\solr.xml
[junit4:junit4]   2> 14951 T233 oasc.CoreContainer.<init> New CoreContainer 1726435220
[junit4:junit4]   2> 14952 T233 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475\'
[junit4:junit4]   2> 14952 T233 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475\'
[junit4:junit4]   2> 15011 T233 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 15011 T233 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15012 T233 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15012 T233 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15012 T233 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15012 T233 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15013 T233 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15013 T233 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15013 T233 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15014 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15032 T233 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15108 T233 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50322/solr
[junit4:junit4]   2> 15108 T233 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15109 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@62cd1941
[junit4:junit4]   2> 15111 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15367 T305 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15369 T305 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 15369 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50364
[junit4:junit4]   2> 15370 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50364
[junit4:junit4]   2> 15385 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d0009 with negotiated timeout 20000 for client /127.0.0.1:50364
[junit4:junit4]   2> 15385 T305 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d0009, negotiated timeout = 20000
[junit4:junit4]   2> 15386 T306 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62cd1941 name:ZooKeeperConnection Watcher:127.0.0.1:50322 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15386 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15389 T238 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2f0d617d0009
[junit4:junit4]   2> 15394 T235 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50364 which had sessionid 0x13d2f0d617d0009
[junit4:junit4]   2> 15395 T233 oaz.ZooKeeper.close Session: 0x13d2f0d617d0009 closed
[junit4:junit4]   2> 15395 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 15402 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5c8155f2
[junit4:junit4]   2> 15403 T306 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15404 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15406 T307 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15407 T307 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 15407 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50367
[junit4:junit4]   2> 15408 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50367
[junit4:junit4]   2> 15410 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d000a with negotiated timeout 20000 for client /127.0.0.1:50367
[junit4:junit4]   2> 15410 T307 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d000a, negotiated timeout = 20000
[junit4:junit4]   2> 15410 T308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c8155f2 name:ZooKeeperConnection Watcher:127.0.0.1:50322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15411 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15414 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15417 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15421 T233 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16067 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16069 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50350_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50350"}
[junit4:junit4]   2> 16078 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16078 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16078 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16078 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16078 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16425 T233 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50359_
[junit4:junit4]   2> 16426 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d000a type:delete cxid:0xb zxid:0x95 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50359_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50359_
[junit4:junit4]   2> 16429 T233 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50359_
[junit4:junit4]   2> 16433 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16433 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16433 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16435 T308 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16435 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16436 T292 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16437 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16439 T256 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16441 T276 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16441 T263 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16449 T309 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475\collection1
[junit4:junit4]   2> 16449 T309 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 16450 T309 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16450 T309 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 16453 T309 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475\collection1\'
[junit4:junit4]   2> 16454 T309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 16455 T309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475/collection1/lib/README' to classloader
[junit4:junit4]   2> 16506 T309 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16569 T309 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16571 T309 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16577 T309 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17213 T309 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17224 T309 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17228 T309 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17253 T309 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17287 T309 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17293 T309 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17296 T309 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17296 T309 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17296 T309 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17298 T309 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17298 T309 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17298 T309 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362294053475\collection1\, dataDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894/jetty3\
[junit4:junit4]   2> 17298 T309 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@77764cb8
[junit4:junit4]   2> 17300 T309 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17301 T309 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3 forceNew:false
[junit4:junit4]   2> 17301 T309 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 17301 T309 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894/jetty3\index/
[junit4:junit4]   2> 17302 T309 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17302 T309 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index forceNew:false
[junit4:junit4]   2> 17306 T309 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67710cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c1cf720),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17306 T309 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17308 T309 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index
[junit4:junit4]   2> 17311 T309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17311 T309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17311 T309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17312 T309 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17314 T309 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17314 T309 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17314 T309 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17315 T309 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17315 T309 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17325 T309 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17331 T309 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 17331 T309 oass.SolrIndexSearcher.<init> Opening Searcher@72fb4b4 main
[junit4:junit4]   2> 17332 T309 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\tlog
[junit4:junit4]   2> 17333 T309 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17333 T309 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17338 T309 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 17340 T309 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17340 T309 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17343 T310 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72fb4b4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17590 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17591 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50359_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50359"}
[junit4:junit4]   2> 17591 T257 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 17591 T257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17600 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17600 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17600 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17601 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17601 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18348 T309 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18348 T309 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50359 collection:collection1 shard:shard1
[junit4:junit4]   2> 18357 T309 oasc.ZkController.register We are http://127.0.0.1:50359/collection1/ and leader is http://127.0.0.1:50341/collection1/
[junit4:junit4]   2> 18358 T309 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50359
[junit4:junit4]   2> 18358 T309 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18358 T309 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@105090c7 url=http://127.0.0.1:50359/collection1 node=127.0.0.1:50359_ C8_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50359_, base_url=http://127.0.0.1:50359}
[junit4:junit4]   2> 18364 T311 C8 P50359 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18365 T311 C8 P50359 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18365 T309 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18365 T311 C8 P50359 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18365 T311 C8 P50359 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18366 T233 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 18367 T233 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18368 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18368 T311 C8 P50359 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18381 T233 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18383 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19093 T270 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\onenodecollectioncore
[junit4:junit4]   2> 19094 T270 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 19096 T270 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 19097 T270 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 19099 T270 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 19100 T270 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 19106 T270 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 19111 T270 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\onenodecollectioncore\'
[junit4:junit4]   2> 19113 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19114 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50359_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50359"}
[junit4:junit4]   2> 19157 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19157 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19158 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19158 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19159 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19209 T270 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19279 T270 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19281 T270 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19287 T270 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 20002 T270 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 20013 T270 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 20020 T270 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 20047 T270 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20053 T270 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20058 T270 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20061 T270 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20061 T270 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20062 T270 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20064 T270 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20065 T270 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20065 T270 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362294043982\onenodecollectioncore\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection\
[junit4:junit4]   2> 20067 T270 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@77764cb8
[junit4:junit4]   2> 20068 T270 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20069 T270 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection forceNew:false
[junit4:junit4]   2> 20069 T270 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection
[junit4:junit4]   2> 20070 T270 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection\index/
[junit4:junit4]   2> 20072 T270 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 20072 T270 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection\index forceNew:false
[junit4:junit4]   2> 20074 T270 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35333295 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e35d0af),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20075 T270 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20077 T270 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection\index
[junit4:junit4]   2> 20080 T270 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 20080 T270 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 20082 T270 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 20086 T270 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 20086 T270 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 20087 T270 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 20087 T270 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 20114 T270 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 20114 T270 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 20124 T270 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 20133 T270 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection
[junit4:junit4]   2> 20134 T270 oass.SolrIndexSearcher.<init> Opening Searcher@706257b9 main
[junit4:junit4]   2> 20135 T270 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection\tlog
[junit4:junit4]   2> 20136 T270 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 20136 T270 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 20144 T270 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection
[junit4:junit4]   2> 20145 T313 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@706257b9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 20147 T270 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20673 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20675 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50341_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50341"}
[junit4:junit4]   2> 20675 T257 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20675 T257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20688 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20688 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20688 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20689 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20688 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 21190 T270 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 21190 T270 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:50341 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 21192 T270 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 21208 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:delete cxid:0xa3 zxid:0xad txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 21210 T270 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21211 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:create cxid:0xa4 zxid:0xae txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21216 T270 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 21216 T270 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 21217 T270 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50341/onenodecollectioncore/
[junit4:junit4]   2> 21217 T270 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 21217 T270 oasc.SyncStrategy.syncToMe http://127.0.0.1:50341/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 21218 T270 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50341/onenodecollectioncore/
[junit4:junit4]   2> 21218 T270 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 21226 T238 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2f0d617d0006 type:create cxid:0xae zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22341 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22361 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 22362 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 22362 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 22362 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 22364 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2>  C8_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50359_, base_url=http://127.0.0.1:50359}
[junit4:junit4]   2> 22386 T311 C8 P50359 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50341/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22395 T311 C8 P50359 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 22405 T270 oasc.ZkController.register We are http://127.0.0.1:50341/onenodecollectioncore/ and leader is http://127.0.0.1:50341/onenodecollectioncore/
[junit4:junit4]   2> 22405 T270 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:50341
[junit4:junit4]   2> 22405 T270 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 22405 T270 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 22413 T311 C8 P50359 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50359 START replicas=[http://127.0.0.1:50341/collection1/] nUpdates=100
[junit4:junit4]   2> 22417 T270 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22419 T233 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 22420 T233 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22425 T311 C8 P50359 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22425 T311 C8 P50359 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22425 T311 C8 P50359 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22425 T311 C8 P50359 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22425 T311 C8 P50359 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22425 T311 C8 P50359 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50341/collection1/. core=collection1
[junit4:junit4]   2> 22426 T311 C8 P50359 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@2848f195 url=http://127.0.0.1:50341/collection1 node=127.0.0.1:50341_ C9_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50341_, base_url=http://127.0.0.1:50341, leader=true}
[junit4:junit4]   2> 22467 T272 C9 P50341 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=4 
[junit4:junit4]   2> 22490 T268 C9 P50341 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22491 T268 C9 P50341 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1
[junit4:junit4]   2> 22495 T268 C9 P50341 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b796af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b5aa6d9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22496 T268 C9 P50341 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22496 T268 C9 P50341 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b796af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b5aa6d9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b796af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b5aa6d9),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22496 T268 C9 P50341 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22497 T268 C9 P50341 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1
[junit4:junit4]   2> 22497 T268 C9 P50341 oass.SolrIndexSearcher.<init> Opening Searcher@5f9cd7c0 realtime
[junit4:junit4]   2> 22498 T268 C9 P50341 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22498 T268 C9 P50341 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   2> 22558 T311 C8 P50359 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22558 T311 C8 P50359 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 22573 T311 C8 P50359 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22618 T271 C9 P50341 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22618 T271 C9 P50341 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=41 
[junit4:junit4]   2> 22621 T311 C8 P50359 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22621 T311 C8 P50359 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22621 T311 C8 P50359 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22625 T269 C9 P50341 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1
[junit4:junit4]   2> 22626 T269 C9 P50341 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1\index
[junit4:junit4]   2> 22626 T269 C9 P50341 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 22627 T311 C8 P50359 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22628 T311 C8 P50359 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index.20130303100101515 forceNew:false
[junit4:junit4]   2> 22628 T311 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 22628 T311 C8 P50359 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@29fd6031 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6dce9b19) fullCopy=false
[junit4:junit4]   2> 22642 T270 C9 P50341 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=5 
[junit4:junit4]   2> 22656 T311 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index
[junit4:junit4]   2> 22656 T311 C8 P50359 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22657 T311 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 22664 T311 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 22665 T311 C8 P50359 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22665 T311 C8 P50359 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22665 T311 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 22669 T311 C8 P50359 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67710cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c1cf720),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67710cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c1cf720),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22670 T311 C8 P50359 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22670 T311 C8 P50359 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22670 T311 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 22670 T311 C8 P50359 oass.SolrIndexSearcher.<init> Opening Searcher@12b43ee9 main
[junit4:junit4]   2> 22671 T310 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12b43ee9 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22672 T310 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index
[junit4:junit4]   2> 22672 T311 C8 P50359 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@29fd6031 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6dce9b19)
[junit4:junit4]   2> 22672 T311 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index.20130303100101515
[junit4:junit4]   2> 22672 T311 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index
[junit4:junit4]   2> 22673 T311 C8 P50359 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22673 T311 C8 P50359 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22673 T311 C8 P50359 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22673 T311 C8 P50359 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22678 T311 C8 P50359 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23522 T233 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24028 T257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24029 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50341_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50341"}
[junit4:junit4]   2> 24041 T257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50359_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50359"}
[junit4:junit4]   2> 24049 T276 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 24050 T256 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 24050 T263 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 24050 T292 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 24051 T308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 24625 T233 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24626 T233 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 24626 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C10 name=onenodecollectioncore org.apache.solr.core.SolrCore@e4d91e9 url=http://127.0.0.1:50341/onenodecollectioncore node=127.0.0.1:50341_ C10_STATE=coll:onenodecollection core:onenodecollectioncore props:{shard=shard1, roles=none, state=active, core=onenodecollectioncore, collection=onenodecollection, node_name=127.0.0.1:50341_, base_url=http://127.0.0.1:50341, leader=true}
[junit4:junit4]   2> 24745 T270 C10 P50341 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection
[junit4:junit4]   2> 24751 T270 C10 P50341 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35333295 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e35d0af),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24751 T270 C10 P50341 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24780 T270 C10 P50341 /update {wt=javabin&version=2} {add=[1 (1428468860068036608)]} 0 46
[junit4:junit4]   2> 24793 T268 C10 P50341 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24835 T268 C10 P50341 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35333295 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e35d0af),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35333295 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e35d0af),segFN=segments_2,generation=2,filenames=[_0_Asserting_0.tim, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_SimpleText_0.pst, _0.nvd, _0.si, _0_Asserting_0.doc, _0.fnm, _0_Disk_0.dvdd, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_Disk_0.dvdm, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.doc, segments_2, _0.fdx, _0_Asserting_0.pos, _0.fdt]
[junit4:junit4]   2> 24837 T268 C10 P50341 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Asserting_0.tim, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.tii, _0_SimpleText_0.pst, _0.nvd, _0.si, _0_Asserting_0.doc, _0.fnm, _0_Disk_0.dvdd, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_Disk_0.dvdm, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.doc, segments_2, _0.fdx, _0_Asserting_0.pos, _0.fdt]
[junit4:junit4]   2> 24838 T268 C10 P50341 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection
[junit4:junit4]   2> 24931 T268 C10 P50341 oass.SolrIndexSearcher.<init> Opening Searcher@42488f85 main
[junit4:junit4]   2> 24933 T268 C10 P50341 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24933 T313 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@42488f85 main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 24934 T313 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicDistributedZk2Test-1362294038895\onenodecollection\index
[junit4:junit4]   2> 24934 T268 C10 P50341 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 141
[junit4:junit4]   2> 24953 T271 C10 P50341 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 24957 T233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24970 T269 C10 P50341 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@69058f8 url=http://127.0.0.1:50329/collection1 node=127.0.0.1:50329_ C11_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:50329_, base_url=http://127.0.0.1:50329, leader=true}
[junit4:junit4]   2> 24991 T252 C11 P50329 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data
[junit4:junit4]   2> 24995 T252 C11 P50329 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7ffa4523 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a5c7df1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24997 T252 C11 P50329 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 25004 T252 C11 P50329 /update {wt=javabin&version=2} {add=[1 (1428468860325986304)]} 0 16
[junit4:junit4]   2>  C8_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50359_, base_url=http://127.0.0.1:50359}
[junit4:junit4]   2> 25100 T300 C8 P50359 /update {distrib.from=http://127.0.0.1:50341/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1428468860410920960)]} 0 11
[junit4:junit4]   2> 25101 T272 C9 P50341 /update {distrib.from=http://127.0.0.1:50350/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1428468860410920960)]} 0 30
[junit4:junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@4e76c9a0 url=http://127.0.0.1:50350/collection1 node=127.0.0.1:50350_ C12_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50350_, base_url=http://127.0.0.1:50350, leader=true}
[junit4:junit4]   2> 25103 T285 C12 P50350 /update {wt=javabin&version=2} {add=[1]} 0 77
[junit4:junit4]   2> 25107 T249 C11 P50329 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 25122 T249 C11 P50329 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7ffa4523 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a5c7df1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7ffa4523 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a5c7df1),segFN=segments_2,generation=2,filenames=[_0_Asserting_0.tim, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.nvd, _0.si, _0_Asserting_0.doc, _0.fnm, _0_Disk_0.dvdd, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_Disk_0.dvdm, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.doc, segments_2, _0.fdx, _0_Asserting_0.pos, _0.fdt]
[junit4:junit4]   2> 25122 T249 C11 P50329 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Asserting_0.tim, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.nvd, _0.si, _0_Asserting_0.doc, _0.fnm, _0_Disk_0.dvdd, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_Disk_0.dvdm, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.doc, segments_2, _0.fdx, _0_Asserting_0.pos, _0.fdt]
[junit4:junit4]   2> 25145 T249 C11 P50329 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data
[junit4:junit4]   2> 25148 T249 C11 P50329 oass.SolrIndexSearcher.<init> Opening Searcher@16fbce75 main
[junit4:junit4]   2> 25153 T249 C11 P50329 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 25154 T260 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16fbce75 main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 25155 T260 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\control\data\index
[junit4:junit4]   2> 25155 T249 C11 P50329 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 48
[junit4:junit4]   2> 25160 T270 C9 P50341 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 25174 T270 C9 P50341 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b796af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b5aa6d9),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b796af lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b5aa6d9),segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.nvd, _0.si, _0_Asserting_0.doc, _0.fnm, _0_Disk_0.dvdd, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_Disk_0.dvdm, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt, segments_3]
[junit4:junit4]   2> 25176 T270 C9 P50341 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Asserting_0.tim, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.nvd, _0.si, _0_Asserting_0.doc, _0.fnm, _0_Disk_0.dvdd, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_Disk_0.dvdm, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt, segments_3]
[junit4:junit4]   2> 25176 T270 C9 P50341 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1
[junit4:junit4]   2> 25179 T270 C9 P50341 oass.SolrIndexSearcher.<init> Opening Searcher@277897fb main
[junit4:junit4]   2> 25179 T270 C9 P50341 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1\index
[junit4:junit4]   2> 25182 T278 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@277897fb main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 25182 T278 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty1\index
[junit4:junit4]   2> 25183 T270 C9 P50341 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 25184 T270 C9 P50341 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:50359/collection1/, StdNode: http://127.0.0.1:50350/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 25189 T301 C8 P50359 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 25202 T301 C8 P50359 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67710cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c1cf720),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67710cd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c1cf720),segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.nvd, _0.si, _0_Asserting_0.doc, _0.fnm, _0_Disk_0.dvdd, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_Disk_0.dvdm, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt, segments_3]
[junit4:junit4]   2> 25203 T301 C8 P50359 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Asserting_0.tim, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.nvd, _0.si, _0_Asserting_0.doc, _0.fnm, _0_Disk_0.dvdd, _0_MockFixedIntBlock_0.pos, _0.nvm, _0_Disk_0.dvdm, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockFixedIntBlock_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt, segments_3]
[junit4:junit4]   2> 25203 T301 C8 P50359 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3
[junit4:junit4]   2> 25206 T301 C8 P50359 oass.SolrIndexSearcher.<init> Opening Searcher@705a2083 main
[junit4:junit4]   2> 25213 T301 C8 P50359 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 25215 T287 C12 P50350 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 25215 T287 C12 P50350 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2
[junit4:junit4]   2> 25219 T287 C12 P50350 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3f6df4c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5856e2dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 25220 T287 C12 P50350 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 25221 T287 C12 P50350 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3f6df4c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5856e2dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3f6df4c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5856e2dc),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 25221 T287 C12 P50350 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 25221 T287 C12 P50350 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2
[junit4:junit4]   2> 25222 T287 C12 P50350 oass.SolrIndexSearcher.<init> Opening Searcher@413f04a main
[junit4:junit4]   2> 25223 T294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@413f04a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 25224 T287 C12 P50350 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 25229 T310 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@705a2083 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 25229 T310 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty3\index
[junit4:junit4]   2> 25229 T294 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.BasicDistributedZk2Test-1362294038894\jetty2\index
[junit4:junit4]   2> 25230 T301 C8 P50359 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 41
[junit4:junit4]   2> 25231 T287 C12 P50350 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   2> 25232 T270 C9 P50341 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 72
[junit4:junit4]   2> 25233 T233 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 25234 T233 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25236 T233 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> 25240 T251 C11 P50329 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=2 
[junit4:junit4]   2> 25242 T233 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50322/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@44b9b19a
[junit4:junit4]   2> 25243 T233 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 25245 T320 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:50322. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 25246 T320 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50322, initiating session
[junit4:junit4]   2> 25246 T235 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50384
[junit4:junit4]   2> 25247 T235 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50384
[junit4:junit4]   2> 25251 T320 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:50322, sessionid = 0x13d2f0d617d000b, negotiated timeout = 10000
[junit4:junit4]   2> 25251 T237 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2f0d617d000b with negotiated timeout 10000 for client /127.0.0.1:50384
[junit4:junit4]   2> 25253 T321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44b9b19a name:ZooKeeperConnection Watcher:127.0.0.1:50322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 25253 T233 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 25256 T233 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 25258 T238 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2f0d617d000b
[junit4:junit4]   2> 25261 T233 oaz.ZooKeeper.close Session: 0x13d2f0d617d000b closed
[junit4:junit4]   2> 25264 T235 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d2f0d617d000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 25264 T235 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50384 which had sessionid 0x13d2f0d617d000b
[junit4:junit4]   2> 25266 T268 C9 P50341 REQ /select {q=*:*&distrib=false&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 25264 T321 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25273 T288 C12 P50350 REQ /select {q=*:*&distrib=false&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 25434 T303 C8 P50359 REQ /select {NOW=1362294064166&shard.url=127.0.0.1:50341/collection1/|127.0.0.1:50359/collection1/&fl=id,score&start=0&q=*:*&distrib=false&wt=javabin&isShard=true&fsv=true&version=2&rows=10} hits=1 status=0 QTime=143 
[junit4:junit4]   2> 25439 T283 C12 P50350 REQ /select {NOW=1362294064166&shard.url=127.0.0.1:50350/collection1/&fl=id,score&start=0&q=*:*&distrib=false&wt=javabin&isShard=true&fsv=true&version=2&rows=10} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 25524 T299 C8 P50359 REQ /select {NOW=1362294064166&shard.url=127.0.0.1:50341/collection1/|127.0.0.1:50359/collection1/&ids=1&q=*:*&distrib=false&wt=javabin&isShard=true&version=2} status=0 QTime=54 
[junit4:junit4]   2> 25527 T302 C8 P50359 REQ /select {q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=248 
[junit4:junit4]   2> 25540 T246 C11 P50329 /update {wt=javabin&version=2} {add=[2 (1428468860894314496)]} 0 8
[junit4:junit4]   2> 25554 T284 C12 P50350 /update {wt=javabin&version=2} {add=[2 (1428468860907945984)]} 0 8
[junit4:junit4]   2> 25567 T250 C11 P50329 /update {wt=javabin&version=2} {add=[3 (1428468860923674624)]} 0 7
[junit4:junit4]   2> 25579 T285 C12 P50350 /update {wt=javabin&version=2} {add=[3 (1428468860936257536)]} 0 8
[junit4:junit4]   2> 25589 T252 C11 P50329 /update {wt=javabin&version=2} {add=[4 (1428468860948840448)]} 0 5
[junit4:junit4]   2> 25638 T300 C8 P50359 /update {distrib.from=http://127.0.0.1:50341/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1428468860961423360)]} 0 5
[junit4:junit4]   2> 25640 T267 C9 P50341 /update {distrib.from=http://127.0.0.1:50350/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[4 (1428468860961423360)]} 0 43
[junit4:junit4]   2> 25641 T286 C12 P50350 /update {wt=javabin&version=2} {add=[4]} 0 48
[junit4:junit4]   2> 25649 T249 C11 P50329 /update {wt=javabin&version=2} {add=[5 (1428468861012803584)]} 0 5
[junit4:junit4]   2> 25662 T288 C12 P50350 /update {distrib.from=http://127.0.0.1:50341/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[5 (1428468861024337920)]} 0 6
[junit4:junit4]   2> 25663 T269 C9 P50341 /update {wt=javabin&version=2} {add=[5]} 0 11
[junit4:junit4]   2> 25671 T251 C11 P50329 /update {wt=javabin&version=2} {add=[6 (1428468861033775104)]} 0 5
[junit4:junit4]   2> 25690 T283 C12 P50350 /update {distrib.from=http://127.0.0.1:50341/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1428468861050552320)]} 0 8
[junit4:junit4]   2> 25692 T272 C9 P50341 /update {wt=javabin&version=2} {add=[6]} 0 16
[junit4:junit4]   2> 25706 T246 C11 P50329 /update {wt=javabin&version=2} {add=[7 (1428468861073620992)]} 0 4
[junit4:junit4]   2> 25747 T284 C12 P50350 /update {wt=javabin&version=2} {add=[7 (1428468861080961024)]} 0 37
[junit4:junit4]   2> 25757 T248 C11 P50329 /update {wt=javabin&version=2} {add=[8 (1428468861122904064)]} 0 6
[junit4:junit4]   2> 25783 T301 C8 P50359 /update {distrib.from=http://127.0.0.1:50341/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1428468861141778432)]} 0 6
[junit4:junit4]   2> 25784 T270 C9 P50341 /update {distrib.from=http://127.0.0.1:50350/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[8 (1428468861141778432)]} 0 16
[junit4:junit4]   2> 25785 T285 C12 P50350 /update {wt=javabin&version=2} {add=[8]} 0 23
[junit4:junit4]   2> 25792 T250 C11 P50329 /update {wt=javabin&version=2} {add=[9 (1428468861163798528)]} 0 4
[junit4:junit4]   2> 25800 T287 C12 P50350 /update {wt=javabin&version=2} {add=[9 (1428468861171138560)]} 0 4
[junit4:junit4]   2> 25809 T252 C11 P50329 /update {wt=javabin&version=2} {add=[10 (1428468861180575744)]} 0 4
[junit4:junit4]   2> 25826 T303 C8 P50359 /update {distrib.from=http://127.0.0.1:50341/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1428468861191061504)]} 0 3
[junit4:junit4]   2> 25828 T268 C9 P50341 /update {distrib.from=http://127.0.0.1:50350/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[10 (1428468861191061504)]} 0 13
[junit4:junit4]   2> 25829 T286 C12 P50350 /update {wt=javabin&version=2} {add=[10]} 0 17
[junit4:junit4]   2> 25853 T249 C11 P50329 /update {wt=javabin&version=2} {add=[11 (1428468861226713088)]} 0 21
[junit4:junit4]   2> 25869 T304 C8 P50359 /update {distrib.from=http://127.0.0.1:50341/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1428468861234053120)]} 0 5
[junit4:junit4]   2> 25870 T271 C9 P50341 /update {wt=javabin&version=

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

Control.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:119)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1101 T347 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=pt, timezone=America/Tijuana
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_15 (64-bit)/cpus=2,threads=1,free=74996184,total=214958080
[junit4:junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, OutputWriterTest, RAMDirectoryFactoryTest, LoggingHandlerTest, CoreContainerCoreInitFailuresTest, RequestHandlersTest, XmlUpdateRequestHandlerTest, TestRangeQuery, CoreAdminHandlerTest, TestRTGBase, TestDFRSimilarityFactory, SolrRequestParserTest, LeaderElectionIntegrationTest, UpdateParamsTest, ZkControllerTest, DirectSolrSpellCheckerTest, TestUtils, FileUtilsTest, PingRequestHandlerTest, TestPerFieldSimilarity, StatsComponentTest, BasicDistributedZk2Test, TestReversedWildcardFilterFactory, TestSolrDiscoveryProperties]
[junit4:junit4] Completed in 1.16s, 4 tests, 4 errors <<< FAILURES!

[...truncated 744 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1207: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:870: There were test failures: 261 suites, 1101 tests, 5 errors, 18 ignored (12 assumptions)

Total time: 59 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0_15 -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure