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/14 19:54:40 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.6.0) - Build # 322 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/322/
Java: 64bit/jdk1.6.0 -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=3595, name=qtp407391480-3595, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.
	at __randomizedtesting.SeedInfo.seed([7BE07D7F7408C851]:0)
	at java.lang.Thread.getStackTrace(Thread.java:1503)
	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.newFSDirectory(LuceneTestCase.java:929)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:909)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:904)
	at org.apache.solr.core.MockFSDirectoryFactory.create(MockFSDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:124)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1405)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1541)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:795)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:927)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1158)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@44785833)
	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




Build Log:
[...truncated 8617 lines...]
[junit4:junit4] Suite: org.apache.solr.core.OpenCloseCoreStressTest
[junit4:junit4]   2> 7 T3462 oas.SolrTestCaseJ4.setUp ###Starting test30SecondsOld
[junit4:junit4]   2> 106 T3462 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 114 T3462 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50414
[junit4:junit4]   2> 114 T3462 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 115 T3462 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 116 T3462 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_
[junit4:junit4]   2> 116 T3462 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/solr.xml
[junit4:junit4]   2> 117 T3462 oasc.CoreContainer.<init> New CoreContainer 475443372
[junit4:junit4]   2> 118 T3462 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/'
[junit4:junit4]   2> 118 T3462 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/'
[junit4:junit4]   2> 179 T3462 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 180 T3462 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 180 T3462 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 181 T3462 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 181 T3462 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 182 T3462 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 182 T3462 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 183 T3462 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 183 T3462 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 184 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 214 T3462 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 256 T3472 oasc.CoreContainer.create Creating SolrCore '00000_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core
[junit4:junit4]   2> 258 T3472 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/'
[junit4:junit4]   2> 327 T3472 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 410 T3472 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 411 T3472 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 415 T3472 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 447 T3472 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 449 T3472 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 450 T3472 oasc.SolrCore.<init> [00000_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00000_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/
[junit4:junit4]   2> 450 T3472 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 451 T3472 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 452 T3472 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data forceNew: false
[junit4:junit4]   2> 453 T3472 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index/
[junit4:junit4]   2> 453 T3472 oasc.SolrCore.initIndex WARNING [00000_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 455 T3472 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index forceNew: false
[junit4:junit4]   2> 460 T3472 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15dd1b76),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 460 T3472 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 461 T3472 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 464 T3472 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 465 T3472 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 465 T3472 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 473 T3472 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 483 T3472 oass.SolrIndexSearcher.<init> Opening Searcher@399d2684 main
[junit4:junit4]   2> 484 T3472 oasc.SolrCore.registerSearcher [00000_core] Registered new searcher Searcher@399d2684 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 484 T3472 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 485 T3472 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 490 T3472 oasc.CoreContainer.registerCore registering core: 00000_core
[junit4:junit4]   2> 491 T3462 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 491 T3462 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 492 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 515 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 531 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 555 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 587 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 607 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 627 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 650 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 673 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 694 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 717 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 739 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 760 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 780 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 798 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 817 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 835 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 855 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 873 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 892 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 910 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 928 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 947 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 968 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 987 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1005 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1025 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1044 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1064 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1084 T3462 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1104 T3462 oasc.OpenCloseCoreStressTest.doStress Starting indexing and querying
[junit4:junit4]   2> 1104 T3462 oasc.OpenCloseCoreStressTest.doStress 
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	Starting a 30 second cycle, seconds left: 30. Seconds run so far: 0.
[junit4:junit4]   2> 1107 T3475 oasc.OneIndexer.run Starting indexing thread: 3475
[junit4:junit4]   2> 1108 T3476 oasc.OneIndexer.run Starting indexing thread: 3476
[junit4:junit4]   2> 1115 T3478 oasc.OneIndexer.run Starting indexing thread: 3478
[junit4:junit4]   2> 1116 T3480 oasc.OneIndexer.run Starting indexing thread: 3480
[junit4:junit4]   2> 1119 T3483 oasc.OneIndexer.run Starting indexing thread: 3483
[junit4:junit4]   2> 1120 T3484 oasc.OneIndexer.run Starting indexing thread: 3484
[junit4:junit4]   2> 1121 T3485 oasc.OneIndexer.run Starting indexing thread: 3485
[junit4:junit4]   2> 1117 T3481 oasc.OneIndexer.run Starting indexing thread: 3481
[junit4:junit4]   2> 1117 T3479 oasc.OneIndexer.run Starting indexing thread: 3479
[junit4:junit4]   2> 1118 T3482 oasc.OneIndexer.run Starting indexing thread: 3482
[junit4:junit4]   2> 1122 T3487 oasc.OneIndexer.run Starting indexing thread: 3487
[junit4:junit4]   2> 1122 T3486 oasc.OneIndexer.run Starting indexing thread: 3486
[junit4:junit4]   2> 1111 T3477 oasc.OneIndexer.run Starting indexing thread: 3477
[junit4:junit4]   2> 1123 T3488 oasc.OneIndexer.run Starting indexing thread: 3488
[junit4:junit4]   2> 1128 T3491 oasc.OneQuery.run Starting query thread: 3491
[junit4:junit4]   2> 1142 T3468 oasc.CoreContainer.create Creating SolrCore '00007_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core
[junit4:junit4]   2> 1138 T3469 oasc.CoreContainer.create Creating SolrCore '00011_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core
[junit4:junit4]   2> 1150 T3468 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/'
[junit4:junit4]   2> 1151 T3469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/'
[junit4:junit4]   2> 1138 T3504 oasc.OneQuery.run Starting query thread: 3504
[junit4:junit4]   2> 1137 T3489 oasc.OneIndexer.run Starting indexing thread: 3489
[junit4:junit4]   2> 1137 T3503 oasc.OneQuery.run Starting query thread: 3503
[junit4:junit4]   2> 1136 T3502 oasc.OneQuery.run Starting query thread: 3502
[junit4:junit4]   2> 1136 T3500 oasc.OneQuery.run Starting query thread: 3500
[junit4:junit4]   2> 1135 T3501 oasc.OneQuery.run Starting query thread: 3501
[junit4:junit4]   2> 1134 T3499 oasc.OneQuery.run Starting query thread: 3499
[junit4:junit4]   2> 1134 T3497 oasc.OneQuery.run Starting query thread: 3497
[junit4:junit4]   2> 1134 T3498 oasc.OneQuery.run Starting query thread: 3498
[junit4:junit4]   2> 1133 T3495 oasc.OneQuery.run Starting query thread: 3495
[junit4:junit4]   2> 1133 T3496 oasc.OneQuery.run Starting query thread: 3496
[junit4:junit4]   2> 1132 T3494 oasc.OneQuery.run Starting query thread: 3494
[junit4:junit4]   2> 1131 T3492 oasc.OneQuery.run Starting query thread: 3492
[junit4:junit4]   2> 1131 T3493 oasc.OneQuery.run Starting query thread: 3493
[junit4:junit4]   2> 1129 T3490 oasc.OneQuery.run Starting query thread: 3490
[junit4:junit4]   2> 1171 T3509 oasc.CoreContainer.create Creating SolrCore '00016_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core
[junit4:junit4]   2> 1175 T3509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/'
[junit4:junit4]   2> 1168 T3506 oasc.CoreContainer.create Creating SolrCore '00019_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core
[junit4:junit4]   2> 1177 T3506 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/'
[junit4:junit4]   2> 1181 T3467 oasc.CoreContainer.create Creating SolrCore '00006_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core
[junit4:junit4]   2> 1182 T3467 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/'
[junit4:junit4]   2> 1167 T3505 oasc.CoreContainer.create Creating SolrCore '00012_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core
[junit4:junit4]   2> 1184 T3505 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/'
[junit4:junit4]   2> 1166 T3466 oasc.CoreContainer.create Creating SolrCore '00013_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core
[junit4:junit4]   2> 1162 T3465 oasc.CoreContainer.create Creating SolrCore '00017_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core
[junit4:junit4]   2> 1193 T3466 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/'
[junit4:junit4]   2> 1194 T3465 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/'
[junit4:junit4]   2> 1157 T3470 oasc.CoreContainer.create Creating SolrCore '00010_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core
[junit4:junit4]   2> 1196 T3470 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/'
[junit4:junit4]   2> 1199 T3511 oasc.CoreContainer.create Creating SolrCore '00003_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core
[junit4:junit4]   2> 1200 T3511 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/'
[junit4:junit4]   2> 1299 T3514 oasc.CoreContainer.create Creating SolrCore '00004_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core
[junit4:junit4]   2> 1308 T3514 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/'
[junit4:junit4]   2> 1320 T3516 oasc.CoreContainer.create Creating SolrCore '00005_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core
[junit4:junit4]   2> 1331 T3516 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/'
[junit4:junit4]   2> 1343 T3520 oasc.CoreContainer.create Creating SolrCore '00001_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core
[junit4:junit4]   2> 1344 T3520 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/'
[junit4:junit4]   2> ASYNC  NEW_CORE C274 name=00000_core org.apache.solr.core.SolrCore@63a3e6c1
[junit4:junit4]   2> 1449 T3524 C274 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 1604 T3467 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1646 T3509 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1687 T3468 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1758 T3514 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1773 T3506 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1811 T3511 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1830 T3470 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1843 T3469 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1912 T3465 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1917 T3505 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1927 T3516 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1935 T3520 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1943 T3466 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2378 T3467 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2379 T3467 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2388 T3511 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2396 T3511 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2408 T3509 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2409 T3509 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2411 T3467 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2434 T3506 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2441 T3509 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2442 T3511 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2453 T3506 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2479 T3506 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2534 T3514 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2535 T3514 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2543 T3514 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2553 T3470 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2564 T3470 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2577 T3470 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2582 T3468 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2583 T3468 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2597 T3520 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2598 T3520 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2622 T3520 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2628 T3516 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2629 T3468 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2634 T3516 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2649 T3516 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2658 T3469 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2659 T3469 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2672 T3469 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2689 T3511 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2711 T3465 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2712 T3465 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2716 T3505 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2717 T3505 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2727 T3511 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2732 T3465 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2736 T3511 oasc.SolrCore.<init> [00003_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00003_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/
[junit4:junit4]   2> 2736 T3511 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 2737 T3511 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2739 T3505 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2747 T3511 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data forceNew: false
[junit4:junit4]   2> 2750 T3509 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2750 T3467 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2752 T3467 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2753 T3467 oasc.SolrCore.<init> [00006_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00006_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/
[junit4:junit4]   2> 2754 T3467 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 2754 T3467 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2758 T3466 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2760 T3466 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2763 T3467 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data forceNew: false
[junit4:junit4]   2> 2764 T3467 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index/
[junit4:junit4]   2> 2765 T3467 oasc.SolrCore.initIndex WARNING [00006_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2769 T3511 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index/
[junit4:junit4]   2> 2770 T3511 oasc.SolrCore.initIndex WARNING [00003_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2771 T3511 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index forceNew: false
[junit4:junit4]   2> 2771 T3467 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index forceNew: false
[junit4:junit4]   2> 2786 T3509 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2787 T3509 oasc.SolrCore.<init> [00016_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00016_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/
[junit4:junit4]   2> 2787 T3509 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 2788 T3509 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2793 T3467 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@77aed99b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2807 T3467 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2811 T3468 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2815 T3467 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2818 T3467 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2819 T3467 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2820 T3506 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2820 T3467 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2825 T3468 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2826 T3468 oasc.SolrCore.<init> [00007_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00007_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data/
[junit4:junit4]   2> 2827 T3468 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 2828 T3468 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2835 T3509 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data forceNew: false
[junit4:junit4]   2> 2836 T3509 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index/
[junit4:junit4]   2> 2837 T3509 oasc.SolrCore.initIndex WARNING [00016_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2838 T3509 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index forceNew: false
[junit4:junit4]   2> 2841 T3506 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2842 T3506 oasc.SolrCore.<init> [00019_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00019_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data/
[junit4:junit4]   2> 2843 T3506 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 2843 T3506 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2845 T3511 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7065031a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2846 T3511 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2851 T3511 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2854 T3511 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2855 T3511 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2856 T3506 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data forceNew: false
[junit4:junit4]   2> 2857 T3511 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2858 T3506 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data/index/
[junit4:junit4]   2> 2865 T3468 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data forceNew: false
[junit4:junit4]   2> 2866 T3468 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data/index/
[junit4:junit4]   2> 2867 T3468 oasc.SolrCore.initIndex WARNING [00007_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2867 T3516 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2872 T3506 oasc.SolrCore.initIndex WARNING [00019_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2879 T3466 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 2879 T3509 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@31f96545),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2880 T3509 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2886 T3509 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2890 T3509 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2891 T3509 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2892 T3509 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2894 T3506 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data/index forceNew: false
[junit4:junit4]   2> 2896 T3468 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data/index forceNew: false
[junit4:junit4]   2> 2898 T3467 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2904 T3511 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2904 T3509 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2914 T3506 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f826f1f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2915 T3506 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2916 T3506 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2919 T3506 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2920 T3506 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2921 T3506 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2933 T3465 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2956 T3468 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5494bafb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2956 T3468 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2959 T3465 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2960 T3465 oasc.SolrCore.<init> [00017_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00017_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data/
[junit4:junit4]   2> 2961 T3465 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 2963 T3465 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2964 T3465 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data forceNew: false
[junit4:junit4]   2> 2965 T3465 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data/index/
[junit4:junit4]   2> 2966 T3465 oasc.SolrCore.initIndex WARNING [00017_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2967 T3465 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data/index forceNew: false
[junit4:junit4]   2> 2969 T3516 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2970 T3516 oasc.SolrCore.<init> [00005_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00005_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data/
[junit4:junit4]   2> 2970 T3516 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 2971 T3516 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2970 T3514 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2973 T3516 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data forceNew: false
[junit4:junit4]   2> 2974 T3468 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2977 T3468 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2977 T3469 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2978 T3468 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2980 T3516 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data/index/
[junit4:junit4]   2> 2981 T3516 oasc.SolrCore.initIndex WARNING [00005_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2982 T3516 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data/index forceNew: false
[junit4:junit4]   2> 2984 T3506 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2985 T3514 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2986 T3514 oasc.SolrCore.<init> [00004_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00004_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data/
[junit4:junit4]   2> 2986 T3514 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 2987 T3514 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2988 T3468 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2997 T3468 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2997 T3509 oass.SolrIndexSearcher.<init> Opening Searcher@5353ba7a main
[junit4:junit4]   2> 2999 T3509 oasc.SolrCore.registerSearcher [00016_core] Registered new searcher Searcher@5353ba7a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2999 T3509 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3001 T3467 oass.SolrIndexSearcher.<init> Opening Searcher@2f505a74 main
[junit4:junit4]   2> 3002 T3467 oasc.SolrCore.registerSearcher [00006_core] Registered new searcher Searcher@2f505a74 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3002 T3467 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3003 T3467 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3007 T3468 oass.SolrIndexSearcher.<init> Opening Searcher@520adaf0 main
[junit4:junit4]   2> 3009 T3467 oasc.CoreMaps.putTransientCore Opening transient core 00006_core
[junit4:junit4]   2> 3000 T3509 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3014 T3469 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3015 T3469 oasc.SolrCore.<init> [00011_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00011_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data/
[junit4:junit4]   2> 3015 T3469 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 3016 T3469 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3009 T3468 oasc.SolrCore.registerSearcher [00007_core] Registered new searcher Searcher@520adaf0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3018 T3468 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3018 T3468 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3021 T3514 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data forceNew: false
[junit4:junit4]   2> 3022 T3514 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data/index/
[junit4:junit4]   2> 3023 T3514 oasc.SolrCore.initIndex WARNING [00004_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3023 T3514 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data/index forceNew: false
[junit4:junit4]   2> 3027 T3509 oasc.CoreMaps.putTransientCore Opening transient core 00016_core
[junit4:junit4]   2> 3028 T3509 oasc.CoreContainer.registerCore registering core: 00016_core
[junit4:junit4]   2> 3032 T3468 oasc.CoreMaps.putTransientCore Opening transient core 00007_core
[junit4:junit4]   2> 3032 T3468 oasc.CoreContainer.registerCore registering core: 00007_core
[junit4:junit4]   2> 3011 T3467 oasc.CoreContainer.registerCore registering core: 00006_core
[junit4:junit4]   2> 3039 T3514 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73534d1f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3040 T3514 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3043 T3514 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3047 T3514 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3047 T3465 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ba86d7c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3048 T3514 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3062 T3465 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3063 T3514 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3066 T3469 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data forceNew: false
[junit4:junit4]   2> 3067 T3520 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3067 T3469 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data/index/
[junit4:junit4]   2> 3069 T3469 oasc.SolrCore.initIndex WARNING [00011_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3075 T3511 oass.SolrIndexSearcher.<init> Opening Searcher@ab5e52e main
[junit4:junit4]   2> 3076 T3511 oasc.SolrCore.registerSearcher [00003_core] Registered new searcher Searcher@ab5e52e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3078 T3511 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3078 T3511 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> ASYNC  NEW_CORE C275 name=00007_core org.apache.solr.core.SolrCore@7a0af3c2
[junit4:junit4]   2> 3081 T3508 C275 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00007_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5494bafb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3088 T3508 C275 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3090 T3465 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3097 T3505 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3101 T3469 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data/index forceNew: false
[junit4:junit4]   2> 3128 T3465 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> ASYNC  NEW_CORE C276 name=00006_core org.apache.solr.core.SolrCore@18ed5a6b
[junit4:junit4]   2> 3127 T3525 C276 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3126 T3505 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3134 T3505 oasc.SolrCore.<init> [00012_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00012_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data/
[junit4:junit4]   2> 3135 T3505 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 3135 T3505 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3136 T3505 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data forceNew: false
[junit4:junit4]   2> 3137 T3505 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data/index/
[junit4:junit4]   2> 3137 T3505 oasc.SolrCore.initIndex WARNING [00012_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3139 T3505 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data/index forceNew: false
[junit4:junit4]   2> 3124 T3511 oasc.CoreMaps.putTransientCore Opening transient core 00003_core
[junit4:junit4]   2> 3145 T3511 oasc.CoreContainer.registerCore registering core: 00003_core
[junit4:junit4]   2> 3123 T3506 oass.SolrIndexSearcher.<init> Opening Searcher@61449cb3 main
[junit4:junit4]   2> 3148 T3506 oasc.SolrCore.registerSearcher [00019_core] Registered new searcher Searcher@61449cb3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3149 T3506 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3149 T3506 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3102 T3508 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id7]} 0 56
[junit4:junit4]   2> 3156 T3470 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3143 T3516 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b2471bb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3140 T3520 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3166 T3520 oasc.SolrCore.<init> [00001_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00001_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/
[junit4:junit4]   2> 3168 T3520 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 3169 T3520 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3175 T3470 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3180 T3470 oasc.SolrCore.<init> [00010_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00010_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/
[junit4:junit4]   2> 3181 T3470 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 3182 T3470 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3183 T3517 C275 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3184 T3520 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data forceNew: false
[junit4:junit4]   2> 3185 T3470 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data forceNew: false
[junit4:junit4]   2> 3190 T3465 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3192 T3465 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3194 T3514 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3185 T3520 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index/
[junit4:junit4]   2> 3202 T3520 oasc.SolrCore.initIndex WARNING [00001_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3203 T3520 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index forceNew: false
[junit4:junit4]   2> 3170 T3469 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@66e1f19a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3205 T3469 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3165 T3516 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3163 T3506 oasc.CoreMaps.putTransientCore Opening transient core 00019_core
[junit4:junit4]   2> 3208 T3506 oasc.CoreContainer.registerCore registering core: 00019_core
[junit4:junit4]   2> 3202 T3470 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/index/
[junit4:junit4]   2> 3212 T3469 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> ASYNC  NEW_CORE C277 name=00016_core org.apache.solr.core.SolrCore@78508c7f
[junit4:junit4]   2> 3215 T3509 C277 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00016_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@31f96545),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3215 T3509 C277 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3216 T3469 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3218 T3516 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3221 T3516 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3222 T3516 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3223 T3516 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3229 T3469 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3230 T3469 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3201 T3468 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4]} 0 30
[junit4:junit4]   2> 3239 T3520 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c5c5731),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3240 T3520 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3242 T3520 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3246 T3520 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3246 T3520 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3248 T3516 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3248 T3520 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3246 T3465 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3255 T3470 oasc.SolrCore.initIndex WARNING [00010_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> ASYNC  NEW_CORE C278 name=00019_core org.apache.solr.core.SolrCore@356691ff
[junit4:junit4]   2> 3255 T3527 C278 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3256 T3470 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/index forceNew: false
[junit4:junit4]   2> 3259 T3467 C276 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00006_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@77aed99b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3260 T3467 C276 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3264 T3505 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@224b8b69),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3265 T3505 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3268 T3509 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id8]} 0 104
[junit4:junit4]   2> 3273 T3505 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3275 T3466 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3276 T3505 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3277 T3505 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3277 T3505 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3278 T3466 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3279 T3466 oasc.SolrCore.<init> [00013_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00013_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/
[junit4:junit4]   2> 3279 T3466 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 3280 T3466 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 3284 T3466 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data forceNew: false
[junit4:junit4]   2> 3287 T3469 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3288 T3466 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index/
[junit4:junit4]   2> 3289 T3466 oasc.SolrCore.initIndex WARNING [00013_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3290 T3466 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index forceNew: false
[junit4:junit4]   2> 3292 T3470 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38958006),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3292 T3470 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3297 T3470 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3298 T3505 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3300 T3470 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3301 T3470 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3302 T3470 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3308 T3467 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id6]} 0 160
[junit4:junit4]   2> 3308 T3514 oass.SolrIndexSearcher.<init> Opening Searcher@47d1b0cf main
[junit4:junit4]   2> 3314 T3468 oasc.CoreContainer.create Creating SolrCore '00014_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core
[junit4:junit4]   2> 3350 T3516 oass.SolrIndexSearcher.<init> Opening Searcher@741dc7b8 main
[junit4:junit4]   2> 3351 T3468 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/'
[junit4:junit4]   2> 3351 T3466 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11d0d640),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3313 T3508 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id17]} 0 75
[junit4:junit4]   2> 3352 T3466 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3357 T3469 oass.SolrIndexSearcher.<init> Opening Searcher@39f7035b main
[junit4:junit4]   2> 3361 T3516 oasc.SolrCore.registerSearcher [00005_core] Registered new searcher Searcher@741dc7b8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3362 T3516 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3363 T3516 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3360 T3469 oasc.SolrCore.registerSearcher [00011_core] Registered new searcher Searcher@39f7035b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3367 T3469 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3367 T3469 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3348 T3470 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3377 T3506 C278 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00019_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f826f1f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3377 T3506 C278 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3348 T3505 oass.SolrIndexSearcher.<init> Opening Searcher@54c6a83d main
[junit4:junit4]   2> ASYNC  NEW_CORE C279 name=00003_core org.apache.solr.core.SolrCore@2cf2f8a5
[junit4:junit4]   2> 3343 T3511 C279 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00003_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7065031a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3380 T3511 C279 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3381 T3466 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 3340 T3520 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3387 T3466 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 3339 T3514 oasc.SolrCore.registerSearcher [00004_core] Registered new searcher Searcher@47d1b0cf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3389 T3465 oass.SolrIndexSearcher.<init> Opening Searcher@443f2a2c main
[junit4:junit4]   2> 3393 T3465 oasc.SolrCore.registerSearcher [00017_core] Registered new searcher Searcher@443f2a2c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3393 T3506 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id13]} 0 136
[junit4:junit4]   2> 3398 T3516 oasc.CoreMaps.putTransientCore Opening transient core 00005_core
[junit4:junit4]   2> 3398 T3527 oasc.CoreContainer.create Creating SolrCore '00015_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core
[junit4:junit4]   2> 3399 T3527 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/'
[junit4:junit4]   2> 3399 T3505 oasc.SolrCore.registerSearcher [00012_core] Registered new searcher Searcher@54c6a83d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3398 T3516 oasc.CoreContainer.registerCore registering core: 00005_core
[junit4:junit4]   2> 3402 T3466 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 3403 T3466 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3405 T3505 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3405 T3505 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3408 T3514 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3420 T3514 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> ASYNC  NEW_CORE C280 name=00005_core org.apache.solr.core.SolrCore@57f3926d
[junit4:junit4]   2> 3423 T3516 C280 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3435 T3505 oasc.CoreMaps.putTransientCore Opening transient core 00012_core
[junit4:junit4]   2> 3435 T3505 oasc.CoreContainer.registerCore registering core: 00012_core
[junit4:junit4]   2> 3419 T3469 oasc.CoreMaps.putTransientCore Opening transient core 00011_core
[junit4:junit4]   2> 3438 T3469 oasc.CoreContainer.registerCore registering core: 00011_core
[junit4:junit4]   2> 3440 T3520 oass.SolrIndexSearcher.<init> Opening Searcher@2d45cc67 main
[junit4:junit4]   2> 3441 T3520 oasc.SolrCore.registerSearcher [00001_core] Registered new searcher Searcher@2d45cc67 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3442 T3520 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3442 T3520 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3413 T3467 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id20]} 0 38
[junit4:junit4]   2> 3450 T3520 oasc.CoreMaps.putTransientCore Opening transient core 00001_core
[junit4:junit4]   2> 3413 T3511 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id10]} 0 117
[junit4:junit4]   2> 3408 T3465 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3455 T3465 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3461 T3465 oasc.CoreMaps.putTransientCore Opening transient core 00017_core
[junit4:junit4]   2> 3461 T3465 oasc.CoreContainer.registerCore registering core: 00017_core
[junit4:junit4]   2> 3426 T3514 oasc.CoreMaps.putTransientCore Opening transient core 00004_core
[junit4:junit4]   2> 3473 T3511 oasc.CoreContainer.create Creating SolrCore '00018_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core
[junit4:junit4]   2> 3451 T3520 oasc.CoreContainer.registerCore registering core: 00001_core
[junit4:junit4]   2> 3474 T3470 oass.SolrIndexSearcher.<init> Opening Searcher@2d819cf4 main
[junit4:junit4]   2> 3475 T3470 oasc.SolrCore.registerSearcher [00010_core] Registered new searcher Searcher@2d819cf4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3476 T3470 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3477 T3470 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3473 T3514 oasc.CoreContainer.registerCore registering core: 00004_core
[junit4:junit4]   2> ASYNC  NEW_CORE C281 name=00001_core org.apache.solr.core.SolrCore@dadac16
[junit4:junit4]   2> 3489 T3522 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3488 T3517 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3486 T3506 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id23]} 0 1
[junit4:junit4]   2> 3495 T3518 C280 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3505 T3470 oasc.CoreMaps.putTransientCore Opening transient core 00010_core
[junit4:junit4]   2> 3520 T3470 oasc.CoreContainer.registerCore registering core: 00010_core
[junit4:junit4]   2> 3534 T3516 C278 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3535 T3511 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/'
[junit4:junit4]   2> ASYNC  NEW_CORE C282 name=00017_core org.apache.solr.core.SolrCore@6a16a2be
[junit4:junit4]   2> 3539 T3529 C282 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C283 name=00012_core org.apache.solr.core.SolrCore@79e520b2
[junit4:junit4]   2> 3582 T3510 C283 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00012_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@224b8b69),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3584 T3510 C283 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3590 T3510 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id9]} 0 92
[junit4:junit4]   2> ASYNC  NEW_CORE C284 name=00010_core org.apache.solr.core.SolrCore@15e5887b
[junit4:junit4]   2> 3593 T3526 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3597 T3505 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id14]} 0 42
[junit4:junit4]   2> 3613 T3529 oasc.CoreContainer.create Creating SolrCore '00009_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core
[junit4:junit4]   2> ASYNC  NEW_CORE C285 name=00004_core org.apache.solr.core.SolrCore@13d714ca
[junit4:junit4]   2> 3615 T3514 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3612 T3518 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id25]} 0 5
[junit4:junit4]   2> 3612 T3528 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C286 name=00011_core org.apache.solr.core.SolrCore@3faa5ff6
[junit4:junit4]   2> 3619 T3530 C286 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00011_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@66e1f19a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3611 T3467 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3603 T3522 C282 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3597 T3525 C281 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c5c5731),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3622 T3530 C286 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3615 T3529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/'
[junit4:junit4]   2> 3614 T3466 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3613 T3523 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3629 T3525 C281 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3641 T3515 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3643 T3526 C279 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3651 T3517 C278 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3651 T3525 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id18]} 0 168
[junit4:junit4]   2> 3652 T3509 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id19]} 0 166
[junit4:junit4]   2> 3661 T3528 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id29]} 0 1
[junit4:junit4]   2> 3675 T3530 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id16]} 0 133
[junit4:junit4]   2> 3685 T3467 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id27]} 0 48
[junit4:junit4]   2> 3690 T3505 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id30]} 0 1
[junit4:junit4]   2> 3725 T3515 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3729 T3526 C276 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3733 T3516 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id33]} 0 9
[junit4:junit4]   2> 3740 T3509 C280 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3744 T3525 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3748 T3467 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3749 T3526 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id34]} 0 2
[junit4:junit4]   2> 3750 T3467 C276 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3758 T3469 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id2]} 0 0
[junit4:junit4]   2> 3762 T3509 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id36]} 0 1
[junit4:junit4]   2> 3767 T3521 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3769 T3516 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id37]} 0 3
[junit4:junit4]   2> 3770 T3513 C284 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00010_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38958006),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3770 T3520 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3771 T3506 C282 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00017_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ba86d7c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3774 T3513 C284 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3776 T3506 C282 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3779 T3506 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id24]} 0 211
[junit4:junit4]   2> 3781 T3506 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id38]} 0 1
[junit4:junit4]   2> 3785 T3465 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1]} 0 198
[junit4:junit4]   2> 3797 T3513 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id12]} 0 203
[junit4:junit4]   2> 3798 T3523 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id26]} 0 160
[junit4:junit4]   2> 3802 T3467 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id42]} 0 0
[junit4:junit4]   2> 3805 T3470 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id5]} 0 81
[junit4:junit4]   2> 3806 T3512 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id15]} 0 196
[junit4:junit4]   2> 3816 T3521 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id45]} 0 1
[junit4:junit4]   2> 3816 T3509 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id44]} 0 3
[junit4:junit4]   2> 3820 T3516 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id47]} 0 0
[junit4:junit4]   2> 3822 T3466 oass.SolrIndexSearcher.<init> Opening Searcher@6398a33e main
[junit4:junit4]   2> 3826 T3525 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id49]} 0 1
[junit4:junit4]   2> 3829 T3526 C280 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00005_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b2471bb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3831 T3526 C280 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3833 T3466 oasc.SolrCore.registerSearcher [00013_core] Registered new searcher Searcher@6398a33e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3833 T3466 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3834 T3506 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id50]} 0 1
[junit4:junit4]   2> 3834 T3466 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3837 T3513 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3843 T3523 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id51]} 0 0
[junit4:junit4]   2> 3846 T3469 C274 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3850 T3470 oasc.CoreContainer.create Creating SolrCore '00002_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core
[junit4:junit4]   2> 3851 T3470 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/'
[junit4:junit4]   2> 3855 T3526 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id35]} 0 99
[junit4:junit4]   2> 3862 T3466 oasc.CoreMaps.putTransientCore Opening transient core 00013_core
[junit4:junit4]   2> 3864 T3466 oasc.CoreContainer.registerCore registering core: 00013_core
[junit4:junit4]   2> 3863 T3467 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id43]} 0 60
[junit4:junit4]   2> 3866 T3525 C275 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3866 T3469 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id52]} 0 0
[junit4:junit4]   2> 3865 T3465 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id53]} 0 0
[junit4:junit4]   2> 3880 T3506 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=2 
[junit4:junit4]   2> 3873 T3528 C274 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15dd1b76),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3883 T3528 C274 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3888 T3528 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id39]} 0 96
[junit4:junit4]   2> 3890 T3465 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3892 T3515 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id41]} 0 97
[junit4:junit4]   2> 3894 T3506 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id56]} 0 2
[junit4:junit4]   2> 3901 T3520 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id58]} 0 0
[junit4:junit4]   2> 3905 T3513 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id59]} 0 1
[junit4:junit4]   2> 3910 T3515 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id61]} 0 0
[junit4:junit4]   2> 3918 T3506 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id62]} 0 2
[junit4:junit4]   2> 3925 T3520 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id63]} 0 1
[junit4:junit4]   2> 3927 T3530 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id40]} 0 135
[junit4:junit4]   2> 3956 T3525 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id65]} 0 22
[junit4:junit4]   2> 3960 T3465 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C287 name=00013_core org.apache.solr.core.SolrCore@51eed00c
[junit4:junit4]   2> 3974 T3508 C287 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3983 T3469 C285 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00004_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73534d1f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3987 T3506 C274 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=3 
[junit4:junit4]   2> 3987 T3469 C285 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3990 T3520 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3995 T3519 C287 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 3996 T3505 C287 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3997 T3469 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id57]} 0 97
[junit4:junit4]   2> 4001 T3513 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id66]} 0 37
[junit4:junit4]   2> 4005 T3515 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id68]} 0 1
[junit4:junit4]   2> 4009 T3521 C287 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00013_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11d0d640),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4011 T3508 C283 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4016 T3521 C287 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4035 T3521 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id46]} 0 103
[junit4:junit4]   2> 4040 T3506 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id69]} 0 26
[junit4:junit4]   2> 4042 T3522 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id32]} 0 27
[junit4:junit4]   2> 4043 T3516 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id48]} 0 37
[junit4:junit4]   2> 4045 T3507 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id11]} 0 67
[junit4:junit4]   2> 4046 T3520 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id70]} 0 1
[junit4:junit4]   2> 4049 T3507 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id71]} 0 2
[junit4:junit4]   2> 4049 T3520 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id73]} 0 0
[junit4:junit4]   2> 4051 T3520 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id75]} 0 0
[junit4:junit4]   2> 4054 T3520 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id72]} 0 1
[junit4:junit4]   2> 4042 T3468 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4051 T3466 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3]} 0 21
[junit4:junit4]   2> 4064 T3469 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id77]} 0 2
[junit4:junit4]   2> 4064 T3513 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id78]} 0 1
[junit4:junit4]   2> 4066 T3520 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id76]} 0 5
[junit4:junit4]   2> 4069 T3522 C276 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4070 T3522 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id82]} 0 0
[junit4:junit4]   2> 4071 T3522 oasc.CoreContainer.create Creating SolrCore '00008_core' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core
[junit4:junit4]   2> 4072 T3522 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/'
[junit4:junit4]   2> 4084 T3516 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id81]} 0 2
[junit4:junit4]   2> 4087 T3516 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id84]} 0 2
[junit4:junit4]   2> 4087 T3505 C275 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 4095 T3513 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4104 T3466 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 4106 T3515 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4118 T3508 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 4182 T3521 C280 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4179 T3511 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4200 T3505 C280 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4204 T3529 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4206 T3516 C276 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4124 T3527 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4218 T3515 C276 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4225 T3522 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4292 T3508 C286 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4392 T3470 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4529 T3522 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 4533 T3522 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4536 T3529 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 4537 T3529 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4539 T3522 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 4547 T3529 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 4586 T3527 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 4587 T3527 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4622 T3527 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 4624 T3468 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 4625 T3468 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4637 T3511 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 4639 T3511 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4647 T3468 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 4650 T3511 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 4658 T3522 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4668 T3522 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4669 T3522 oasc.SolrCore.<init> [00008_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00008_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/
[junit4:junit4]   2> 4670 T3522 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 4670 T3522 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4675 T3522 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data forceNew: false
[junit4:junit4]   2> 4676 T3522 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index/
[junit4:junit4]   2> 4677 T3522 oasc.SolrCore.initIndex WARNING [00008_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4682 T3522 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index forceNew: false
[junit4:junit4]   2> 4699 T3522 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d1e8b84),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4699 T3522 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4700 T3470 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 4702 T3522 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 4705 T3522 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 4706 T3522 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 4707 T3522 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4725 T3470 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4726 T3529 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4728 T3529 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4729 T3529 oasc.SolrCore.<init> [00009_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00009_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/
[junit4:junit4]   2> 4730 T3529 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 4730 T3529 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4732 T3529 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data forceNew: false
[junit4:junit4]   2> 4733 T3529 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index/
[junit4:junit4]   2> 4733 T3470 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 4733 T3529 oasc.SolrCore.initIndex WARNING [00009_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4738 T3522 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4745 T3529 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index forceNew: false
[junit4:junit4]   2> 4752 T3522 oass.SolrIndexSearcher.<init> Opening Searcher@68295148 main
[junit4:junit4]   2> 4754 T3522 oasc.SolrCore.registerSearcher [00008_core] Registered new searcher Searcher@68295148 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4754 T3522 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4755 T3522 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4756 T3527 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4760 T3527 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4761 T3527 oasc.SolrCore.<init> [00015_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00015_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data/
[junit4:junit4]   2> 4762 T3527 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 4763 T3527 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4764 T3527 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data forceNew: false
[junit4:junit4]   2> 4765 T3527 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data/index/
[junit4:junit4]   2> 4766 T3527 oasc.SolrCore.initIndex WARNING [00015_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4767 T3527 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data/index forceNew: false
[junit4:junit4]   2> 4768 T3522 oasc.CoreMaps.putTransientCore Opening transient core 00008_core
[junit4:junit4]   2> 4768 T3522 oasc.CoreContainer.registerCore registering core: 00008_core
[junit4:junit4]   2> 4784 T3529 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@69bf43f0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4785 T3529 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4790 T3529 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 4792 T3529 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 4793 T3529 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 4795 T3529 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4799 T3527 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@53d07a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4800 T3527 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4800 T3511 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4811 T3527 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 4814 T3527 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 4815 T3529 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4815 T3527 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 4816 T3527 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4821 T3511 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> ASYNC  NEW_CORE C288 name=00008_core org.apache.solr.core.SolrCore@118255e5
[junit4:junit4]   2> 4821 T3522 C288 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00008_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d1e8b84),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4822 T3511 oasc.SolrCore.<init> [00018_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00018_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00018_core/data/
[junit4:junit4]   2> 4822 T3511 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 4823 T3511 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4823 T3527 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4822 T3522 C288 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4824 T3511 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00018_core/data forceNew: false
[junit4:junit4]   2> 4825 T3511 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00018_core/data/index/
[junit4:junit4]   2> 4826 T3511 oasc.SolrCore.initIndex WARNING [00018_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00018_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4828 T3522 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id79]} 0 36
[junit4:junit4]   2> 4830 T3468 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4836 T3468 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4837 T3468 oasc.SolrCore.<init> [00014_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00014_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data/
[junit4:junit4]   2> 4838 T3468 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 4838 T3468 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4839 T3468 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data forceNew: false
[junit4:junit4]   2> 4840 T3468 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data/index/
[junit4:junit4]   2> 4841 T3468 oasc.SolrCore.initIndex WARNING [00014_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4830 T3511 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00018_core/data/index forceNew: false
[junit4:junit4]   2> 4845 T3529 oass.SolrIndexSearcher.<init> Opening Searcher@50ab53cb main
[junit4:junit4]   2> 4860 T3529 oasc.SolrCore.registerSearcher [00009_core] Registered new searcher Searcher@50ab53cb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4861 T3529 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4861 T3529 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4868 T3527 oass.SolrIndexSearcher.<init> Opening Searcher@213ad2f0 main
[junit4:junit4]   2> 4868 T3468 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data/index forceNew: false
[junit4:junit4]   2> 4868 T3529 oasc.CoreMaps.putTransientCore Opening transient core 00009_core
[junit4:junit4]   2> 4869 T3529 oasc.CoreContainer.registerCore registering core: 00009_core
[junit4:junit4]   2> 4870 T3527 oasc.SolrCore.registerSearcher [00015_core] Registered new searcher Searcher@213ad2f0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4871 T3527 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4894 T3527 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> ASYNC  NEW_CORE C289 name=00009_core org.apache.solr.core.SolrCore@2f86552a
[junit4:junit4]   2> 4897 T3465 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4890 T3520 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 4884 T3510 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4901 T3527 oasc.CoreMaps.putTransientCore Opening transient core 00015_core
[junit4:junit4]   2> 4901 T3527 oasc.CoreContainer.registerCore registering core: 00015_core
[junit4:junit4]   2> 4904 T3468 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f81ec7a; maxCacheMB=0.7431640625 maxMergeSizeMB=0.8984375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4905 T3468 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4911 T3468 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 4912 T3470 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4914 T3470 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4915 T3468 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 4921 T3468 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 4925 T3468 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4937 T3468 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4942 T3511 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00018_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cdc1c39; maxCacheMB=0.7431640625 maxMergeSizeMB=0.8984375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4943 T3511 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4916 T3470 oasc.SolrCore.<init> [00002_core] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./OpenCloseCoreStressTest_/00002_core/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/
[junit4:junit4]   2> 4950 T3470 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@488ddb93
[junit4:junit4]   2> 4951 T3470 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 4959 T3470 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data forceNew: false
[junit4:junit4]   2> 4959 T3470 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index/
[junit4:junit4]   2> 4960 T3470 oasc.SolrCore.initIndex WARNING [00002_core] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4961 T3511 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 4964 T3511 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 4965 T3529 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4965 T3511 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> ASYNC  NEW_CORE C290 name=00015_core org.apache.solr.core.SolrCore@1940fa6a
[junit4:junit4]   2> 4967 T3521 C290 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 4968 T3511 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4971 T3468 oass.SolrIndexSearcher.<init> Opening Searcher@410da169 main
[junit4:junit4]   2> 4972 T3468 oasc.SolrCore.registerSearcher [00014_core] Registered new searcher Searcher@410da169 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4974 T3468 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4974 T3468 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4977 T3511 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4980 T3468 oasc.CoreMaps.putTransientCore Opening transient core 00014_core
[junit4:junit4]   2> 4981 T3468 oasc.CoreContainer.registerCore registering core: 00014_core
[junit4:junit4]   2> 4984 T3527 C290 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00015_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@53d07a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4985 T3527 C290 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4988 T3469 C289 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00009_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@69bf43f0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4993 T3469 C289 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4998 T3469 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id86]} 0 113
[junit4:junit4]   2> 5000 T3470 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index forceNew: false
[junit4:junit4]   2> 5010 T3519 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id80]} 0 25
[junit4:junit4]   2> ASYNC  NEW_CORE C291 name=00014_core org.apache.solr.core.SolrCore@52c7cce4
[junit4:junit4]   2> 5010 T3517 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5008 T3527 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id21]} 0 61
[junit4:junit4]   2> 5025 T3520 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id88]} 0 7
[junit4:junit4]   2> 5009 T3511 oass.SolrIndexSearcher.<init> Opening Searcher@614e3bca main
[junit4:junit4]   2> 5031 T3525 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id85]} 0 105
[junit4:junit4]   2> 5005 T3468 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5036 T3525 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id91]} 0 1
[junit4:junit4]   2> 5037 T3508 C291 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00014_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f81ec7a; maxCacheMB=0.7431640625 maxMergeSizeMB=0.8984375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5034 T3527 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id90]} 0 1
[junit4:junit4]   2> 5025 T3466 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5024 T3513 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5023 T3516 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5023 T3521 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id89]} 0 1
[junit4:junit4]   2> 5044 T3529 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id92]} 0 1
[junit4:junit4]   2> 5045 T3519 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id93]} 0 1
[junit4:junit4]   2> 5022 T3515 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5019 T3522 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5049 T3520 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id94]} 0 1
[junit4:junit4]   2> 5019 T3465 C278 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5018 T3510 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5011 T3530 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id67]} 0 59
[junit4:junit4]   2> 5010 T3512 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5057 T3470 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3dd7efa3; maxCacheMB=0.7431640625 maxMergeSizeMB=0.8984375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5055 T3465 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id96]} 0 4
[junit4:junit4]   2> 5041 T3511 oasc.SolrCore.registerSearcher [00018_core] Registered new searcher Searcher@614e3bca main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5059 T3470 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5059 T3511 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5060 T3511 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5075 T3466 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id99]} 0 1
[junit4:junit4]   2> 5076 T3513 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id98]} 0 0
[junit4:junit4]   2> 5040 T3508 C291 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5098 T3521 C282 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5099 T3508 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id87]} 0 89
[junit4:junit4]   2> 5100 T3516 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id100]} 0 0
[junit4:junit4]   2> 5100 T3508 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id101]} 0 0
[junit4:junit4]   2> 5101 T3516 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id102]} 0 0
[junit4:junit4]   2> 5104 T3528 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id60]} 0 83
[junit4:junit4]   2> 5106 T3528 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id105]} 0 1
[junit4:junit4]   2> 5108 T3523 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id54]} 0 88
[junit4:junit4]   2> 5110 T3523 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id107]} 0 1
[junit4:junit4]   2> 5112 T3529 C286 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5114 T3529 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id109]} 0 0
[junit4:junit4]   2> 5115 T3529 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id104]} 0 0
[junit4:junit4]   2> 5116 T3511 oasc.CoreMaps.putTransientCore Opening transient core 00018_core
[junit4:junit4]   2> 5117 T3511 oasc.CoreContainer.registerCore registering core: 00018_core
[junit4:junit4]   2> 5117 T3529 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id103]} 0 0
[junit4:junit4]   2> 5119 T3520 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id106]} 0 0
[junit4:junit4]   2> 5120 T3520 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5136 T3527 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id113]} 0 1
[junit4:junit4]   2> 5141 T3522 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id110]} 0 1
[junit4:junit4]   2> 5145 T3516 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id115]} 0 1
[junit4:junit4]   2> 5148 T3523 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id116]} 0 0
[junit4:junit4]   2> 5151 T3512 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5154 T3530 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5155 T3465 C286 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5155 T3530 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5156 T3465 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id118]} 0 0
[junit4:junit4]   2> 5160 T3466 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id119]} 0 0
[junit4:junit4]   2> 5163 T3521 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C292 name=00018_core org.apache.solr.core.SolrCore@3b83bb90
[junit4:junit4]   2> 5164 T3509 C292 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5168 T3527 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id120]} 0 1
[junit4:junit4]   2> 5172 T3527 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5175 T3522 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id121]} 0 1
[junit4:junit4]   2> 5189 T3516 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5188 T3470 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 5206 T3523 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id122]} 0 1
[junit4:junit4]   2> 5209 T3512 C286 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5197 T3520 C292 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00018_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cdc1c39; maxCacheMB=0.7431640625 maxMergeSizeMB=0.8984375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5210 T3520 C292 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5222 T3513 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id123]} 0 1
[junit4:junit4]   2> 5225 T3465 C280 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5226 T3520 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id112]} 0 94
[junit4:junit4]   2> 5226 T3470 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 5233 T3470 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 5234 T3470 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5234 T3467 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id64]} 0 65
[junit4:junit4]   2> 5235 T3467 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id125]} 0 0
[junit4:junit4]   2> 5237 T3528 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id117]} 0 87
[junit4:junit4]   2> 5239 T3507 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id74]} 0 51
[junit4:junit4]   2> 5240 T3507 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5231 T3468 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id124]} 0 1
[junit4:junit4]   2> 5242 T3518 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id28]} 0 67
[junit4:junit4]   2> 5230 T3514 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id31]} 0 31
[junit4:junit4]   2> 5249 T3527 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id129]} 0 1
[junit4:junit4]   2> 5251 T3525 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id97]} 0 93
[junit4:junit4]   2> 5255 T3525 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id130]} 0 1
[junit4:junit4]   2> 5261 T3525 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id132]} 0 1
[junit4:junit4]   2> 5265 T3516 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5268 T3516 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5264 T3529 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id133]} 0 0
[junit4:junit4]   2> 5263 T3525 C279 REQ [00003_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5273 T3511 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id22]} 0 52
[junit4:junit4]   2> 5275 T3465 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5276 T3511 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id128]} 0 1
[junit4:junit4]   2> 5277 T3465 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id127]} 0 1
[junit4:junit4]   2> 5279 T3511 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id134]} 0 1
[junit4:junit4]   2> 5280 T3467 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id135]} 0 0
[junit4:junit4]   2> 5282 T3467 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id131]} 0 1
[junit4:junit4]   2> 5279 T3520 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5279 T3465 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id136]} 0 0
[junit4:junit4]   2> 5285 T3521 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id140]} 0 0
[junit4:junit4]   2> 5284 T3507 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5284 T3528 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id137]} 0 1
[junit4:junit4]   2> 5287 T3466 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id139]} 0 1
[junit4:junit4]   2> 5289 T3514 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id142]} 0 2
[junit4:junit4]   2> 5283 T3467 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id138]} 0 1
[junit4:junit4]   2> 5292 T3468 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id146]} 0 0
[junit4:junit4]   2> 5294 T3518 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id147]} 0 1
[junit4:junit4]   2> 5296 T3468 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id141]} 0 1
[junit4:junit4]   2> 5296 T3467 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id144]} 0 2
[junit4:junit4]   2> 5298 T3525 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id145]} 0 0
[junit4:junit4]   2> 5298 T3468 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5300 T3525 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id149]} 0 1
[junit4:junit4]   2> 5303 T3468 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id150]} 0 1
[junit4:junit4]   2> 5303 T3525 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id152]} 0 1
[junit4:junit4]   2> 5304 T3468 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id151]} 0 0
[junit4:junit4]   2> 5306 T3468 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id155]} 0 1
[junit4:junit4]   2> 5307 T3525 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id154]} 0 2
[junit4:junit4]   2> 5307 T3468 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id156]} 0 0
[junit4:junit4]   2> 5310 T3468 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id157]} 0 2
[junit4:junit4]   2> 5313 T3467 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id159]} 0 1
[junit4:junit4]   2> 5314 T3511 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id160]} 0 0
[junit4:junit4]   2> 5316 T3507 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5318 T3466 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id161]} 0 0
[junit4:junit4]   2> 5320 T3529 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id162]} 0 0
[junit4:junit4]   2> 5320 T3507 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id153]} 0 0
[junit4:junit4]   2> 5319 T3511 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id158]} 0 1
[junit4:junit4]   2> 5323 T3511 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id165]} 0 0
[junit4:junit4]   2> 5324 T3529 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id163]} 0 1
[junit4:junit4]   2> 5322 T3507 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id164]} 0 0
[junit4:junit4]   2> 5327 T3529 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id167]} 0 2
[junit4:junit4]   2> 5329 T3520 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id169]} 0 0
[junit4:junit4]   2> 5331 T3512 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id172]} 0 0
[junit4:junit4]   2> 5330 T3465 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id170]} 0 1
[junit4:junit4]   2> 5330 T3523 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id171]} 0 0
[junit4:junit4]   2> 5334 T3512 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id173]} 0 0
[junit4:junit4]   2> 5335 T3512 C290 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5337 T3522 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id168]} 0 2
[junit4:junit4]   2> 5339 T3466 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id176]} 0 1
[junit4:junit4]   2> 5340 T3467 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id175]} 0 2
[junit4:junit4]   2> 5341 T3466 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id177]} 0 1
[junit4:junit4]   2> 5342 T3467 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id179]} 0 0
[junit4:junit4]   2> 5345 T3523 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id180]} 0 1
[junit4:junit4]   2> 5346 T3467 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id181]} 0 2
[junit4:junit4]   2> 5347 T3521 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id182]} 0 1
[junit4:junit4]   2> 5349 T3467 C290 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5349 T3466 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id183]} 0 0
[junit4:junit4]   2> 5351 T3466 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id184]} 0 1
[junit4:junit4]   2> 5352 T3530 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id178]} 0 1
[junit4:junit4]   2> 5352 T3470 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5354 T3527 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id185]} 0 1
[junit4:junit4]   2> 5357 T3513 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id186]} 0 0
[junit4:junit4]   2> 5359 T3513 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id187]} 0 0
[junit4:junit4]   2> 5363 T3513 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id189]} 0 0
[junit4:junit4]   2> 5363 T3520 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id190]} 0 0
[junit4:junit4]   2> 5365 T3507 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id191]} 0 1
[junit4:junit4]   2> 5364 T3525 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id188]} 0 2
[junit4:junit4]   2> 5367 T3521 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id192]} 0 1
[junit4:junit4]   2> 5369 T3470 oass.SolrIndexSearcher.<init> Opening Searcher@3f3674b2 main
[junit4:junit4]   2> 5370 T3523 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id195]} 0 1
[junit4:junit4]   2> 5370 T3470 oasc.SolrCore.registerSearcher [00002_core] Registered new searcher Searcher@3f3674b2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5371 T3470 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5371 T3470 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5372 T3523 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id193]} 0 1
[junit4:junit4]   2> 5376 T3523 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id194]} 0 2
[junit4:junit4]   2> 5378 T3529 C275 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5379 T3467 C292 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5380 T3523 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id196]} 0 1
[junit4:junit4]   2> 5381 T3467 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id197]} 0 0
[junit4:junit4]   2> 5382 T3529 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id198]} 0 0
[junit4:junit4]   2> 5384 T3466 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id199]} 0 1
[junit4:junit4]   2> 5385 T3529 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id201]} 0 0
[junit4:junit4]   2> 5383 T3528 C274 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5382 T3522 C282 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5390 T3522 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5391 T3520 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id202]} 0 0
[junit4:junit4]   2> 5392 T3507 C274 REQ [00000_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5393 T3521 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id204]} 0 0
[junit4:junit4]   2> 5391 T3522 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id203]} 0 0
[junit4:junit4]   2> 5396 T3522 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id205]} 0 0
[junit4:junit4]   2> 5398 T3522 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id206]} 0 1
[junit4:junit4]   2> 5392 T3527 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id200]} 0 8
[junit4:junit4]   2> 5399 T3470 oasc.CoreMaps.putTransientCore Opening transient core 00002_core
[junit4:junit4]   2> 5400 T3470 oasc.CoreContainer.registerCore registering core: 00002_core
[junit4:junit4]   2> 5400 T3527 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id207]} 0 0
[junit4:junit4]   2> 5405 T3467 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id208]} 0 0
[junit4:junit4]   2> ASYNC  NEW_CORE C293 name=00002_core org.apache.solr.core.SolrCore@2d9f6e92
[junit4:junit4]   2> 5430 T3470 C293 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5430 T3465 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5433 T3465 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id210]} 0 1
[junit4:junit4]   2> 5433 T3516 C293 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5434 T3465 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5436 T3467 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id209]} 0 30
[junit4:junit4]   2> 5438 T3516 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id211]} 0 1
[junit4:junit4]   2> 5440 T3510 C293 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5443 T3510 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5443 T3515 C293 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5444 T3510 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id212]} 0 0
[junit4:junit4]   2> 5445 T3515 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id215]} 0 1
[junit4:junit4]   2> 5447 T3505 C293 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5454 T3529 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id214]} 0 1
[junit4:junit4]   2> 5458 T3512 C293 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00002_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3dd7efa3; maxCacheMB=0.7431640625 maxMergeSizeMB=0.8984375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5463 T3512 C293 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5466 T3528 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id213]} 0 3
[junit4:junit4]   2> 5467 T3528 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id217]} 0 0
[junit4:junit4]   2> 5468 T3528 C276 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5470 T3528 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id218]} 0 1
[junit4:junit4]   2> 5476 T3516 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id219]} 0 0
[junit4:junit4]   2> 5478 T3506 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id83]} 0 30
[junit4:junit4]   2> 5483 T3515 C275 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5483 T3510 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id222]} 0 0
[junit4:junit4]   2> 5484 T3505 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id220]} 0 0
[junit4:junit4]   2> 5487 T3528 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id223]} 0 0
[junit4:junit4]   2> 5489 T3528 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5494 T3525 C287 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5495 T3523 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5499 T3529 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id216]} 0 0
[junit4:junit4]   2> 5501 T3530 C291 REQ [00014_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5501 T3520 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id224]} 0 10
[junit4:junit4]   2> 5492 T3507 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id225]} 0 0
[junit4:junit4]   2> 5508 T3520 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id226]} 0 1
[junit4:junit4]   2> 5502 T3530 C280 REQ [00005_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5506 T3512 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id174]} 0 74
[junit4:junit4]   2> 5506 T3469 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id95]} 0 59
[junit4:junit4]   2> 5506 T3508 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id114]} 0 61
[junit4:junit4]   2> 5506 T3517 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id111]} 0 60
[junit4:junit4]   2> 5511 T3517 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id228]} 0 0
[junit4:junit4]   2> 5503 T3526 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id55]} 0 56
[junit4:junit4]   2> 5506 T3509 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id126]} 0 66
[junit4:junit4]   2> 5505 T3514 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id143]} 0 72
[junit4:junit4]   2> 5505 T3518 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id148]} 0 72
[junit4:junit4]   2> 5518 T3514 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id230]} 0 0
[junit4:junit4]   2> 5521 T3518 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id231]} 0 1
[junit4:junit4]   2> 5522 T3514 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id232]} 0 1
[junit4:junit4]   2> 5512 T3507 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id227]} 0 0
[junit4:junit4]   2> 5526 T3522 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id235]} 0 1
[junit4:junit4]   2> 5527 T3522 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id233]} 0 0
[junit4:junit4]   2> 5528 T3507 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id234]} 0 2
[junit4:junit4]   2> 5531 T3507 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id237]} 0 0
[junit4:junit4]   2> 5534 T3465 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id239]} 0 2
[junit4:junit4]   2> 5536 T3465 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id242]} 0 0
[junit4:junit4]   2> 5536 T3522 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id236]} 0 7
[junit4:junit4]   2> 5539 T3507 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id241]} 0 6
[junit4:junit4]   2> 5540 T3465 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id244]} 0 1
[junit4:junit4]   2> 5542 T3507 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id240]} 0 2
[junit4:junit4]   2> 5543 T3507 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id245]} 0 0
[junit4:junit4]   2> 5546 T3522 C290 REQ [00015_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5548 T3465 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id243]} 0 7
[junit4:junit4]   2> 5549 T3522 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id246]} 0 0
[junit4:junit4]   2> 5552 T3522 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5547 T3507 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5554 T3507 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5556 T3512 C278 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5532 T3527 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id238]} 0 1
[junit4:junit4]   2> 5557 T3507 C287 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=2 
[junit4:junit4]   2> 5525 T3468 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id229]} 0 1
[junit4:junit4]   2> 5504 T3466 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id221]} 0 22
[junit4:junit4]   2> 5505 T3519 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id108]} 0 59
[junit4:junit4]   2> 5559 T3507 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id248]} 0 1
[junit4:junit4]   2> 5560 T3466 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id250]} 0 0
[junit4:junit4]   2> 5560 T3519 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id249]} 0 0
[junit4:junit4]   2> 5562 T3519 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id253]} 0 0
[junit4:junit4]   2> 5562 T3466 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id251]} 0 0
[junit4:junit4]   2> 5564 T3519 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id254]} 0 0
[junit4:junit4]   2> 5565 T3466 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id255]} 0 1
[junit4:junit4]   2> 5568 T3507 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id252]} 0 1
[junit4:junit4]   2> 5570 T3507 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id258]} 0 0
[junit4:junit4]   2> 5556 T3512 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5572 T3507 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id260]} 0 1
[junit4:junit4]   2> 5554 T3522 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5575 T3522 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id262]} 0 0
[junit4:junit4]   2> 5575 T3507 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id256]} 0 0
[junit4:junit4]   2> 5577 T3522 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id259]} 0 1
[junit4:junit4]   2> 5578 T3507 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id261]} 0 1
[junit4:junit4]   2> 5579 T3522 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id257]} 0 0
[junit4:junit4]   2> 5581 T3507 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id264]} 0 1
[junit4:junit4]   2> 5581 T3522 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id263]} 0 0
[junit4:junit4]   2> 5583 T3507 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id267]} 0 1
[junit4:junit4]   2> 5584 T3507 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id266]} 0 0
[junit4:junit4]   2> 5584 T3522 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id268]} 0 0
[junit4:junit4]   2> 5585 T3507 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id269]} 0 0
[junit4:junit4]   2> 5588 T3522 C285 REQ [00004_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=2 
[junit4:junit4]   2> 5589 T3507 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id265]} 0 1
[junit4:junit4]   2> 5592 T3507 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id271]} 0 1
[junit4:junit4]   2> 5592 T3512 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id273]} 0 0
[junit4:junit4]   2> 5593 T3507 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id272]} 0 0
[junit4:junit4]   2> 5596 T3512 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id276]} 0 0
[junit4:junit4]   2> 5600 T3507 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id275]} 0 1
[junit4:junit4]   2> 5594 T3467 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id247]} 0 20
[junit4:junit4]   2> 5602 T3467 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5605 T3467 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id278]} 0 0
[junit4:junit4]   2> 5607 T3467 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id279]} 0 1
[junit4:junit4]   2> 5618 T3517 C292 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5600 T3512 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id277]} 0 2
[junit4:junit4]   2> 5618 T3469 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id289]} 0 1
[junit4:junit4]   2> 5623 T3469 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id290]} 0 1
[junit4:junit4]   2> 5628 T3467 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id291]} 0 0
[junit4:junit4]   2> 5617 T3520 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id288]} 0 0
[junit4:junit4]   2> 5617 T3530 C275 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5616 T3523 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id282]} 0 0
[junit4:junit4]   2> 5616 T3529 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id287]} 0 1
[junit4:junit4]   2> 5634 T3526 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id293]} 0 1
[junit4:junit4]   2> 5635 T3526 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id292]} 0 0
[junit4:junit4]   2> 5636 T3526 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id294]} 0 0
[junit4:junit4]   2> 5615 T3525 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id286]} 0 0
[junit4:junit4]   2> 5614 T3513 C278 REQ [00019_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5641 T3508 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id295]} 0 0
[junit4:junit4]   2> 5613 T3528 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id285]} 0 0
[junit4:junit4]   2> 5612 T3510 C275 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5611 T3505 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id284]} 0 0
[junit4:junit4]   2> 5610 T3516 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id281]} 0 0
[junit4:junit4]   2> 5609 T3515 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id283]} 0 0
[junit4:junit4]   2> 5609 T3506 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id280]} 0 1
[junit4:junit4]   2> 5608 T3470 C286 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5590 T3522 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id270]} 0 1
[junit4:junit4]   2> 5604 T3507 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id274]} 0 2
[junit4:junit4]   2> 5650 T3506 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id296]} 0 2
[junit4:junit4]   2> 5651 T3514 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id297]} 0 1
[junit4:junit4]   2> 5653 T3506 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id301]} 0 1
[junit4:junit4]   2> 5653 T3518 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id298]} 0 5
[junit4:junit4]   2> 5656 T3506 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id299]} 0 1
[junit4:junit4]   2> 5659 T3514 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id303]} 0 1
[junit4:junit4]   2> 5661 T3514 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id302]} 0 1
[junit4:junit4]   2> 5662 T3514 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id300]} 0 0
[junit4:junit4]   2> 5661 T3506 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id304]} 0 1
[junit4:junit4]   2> 5668 T3465 C293 REQ [00002_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5669 T3519 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5670 T3468 C292 REQ [00018_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5671 T3519 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5671 T3468 C284 REQ [00010_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5673 T3519 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5673 T3468 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id305]} 0 0
[junit4:junit4]   2> 5674 T3519 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id315]} 0 0
[junit4:junit4]   2> 5675 T3468 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id313]} 0 1
[junit4:junit4]   2> 5676 T3519 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id306]} 0 1
[junit4:junit4]   2> 5677 T3468 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id311]} 0 1
[junit4:junit4]   2> 5677 T3519 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id308]} 0 0
[junit4:junit4]   2> 5678 T3519 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id309]} 0 0
[junit4:junit4]   2> 5678 T3468 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id312]} 0 1
[junit4:junit4]   2> 5683 T3468 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id310]} 0 1
[junit4:junit4]   2> 5683 T3519 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id314]} 0 3
[junit4:junit4]   2> 5688 T3465 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id307]} 0 19
[junit4:junit4]   2> 5690 T3470 C287 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5691 T3465 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id317]} 0 1
[junit4:junit4]   2> 5694 T3470 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id316]} 0 1
[junit4:junit4]   2> 5695 T3465 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id320]} 0 1
[junit4:junit4]   2> 5696 T3465 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id322]} 0 0
[junit4:junit4]   2> 5697 T3470 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id323]} 0 0
[junit4:junit4]   2> 5698 T3465 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id325]} 0 0
[junit4:junit4]   2> 5701 T3465 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id319]} 0 1
[junit4:junit4]   2> 5701 T3470 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id326]} 0 1
[junit4:junit4]   2> 5706 T3506 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5708 T3518 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id328]} 0 2
[junit4:junit4]   2> 5708 T3506 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id327]} 0 1
[junit4:junit4]   2> 5709 T3506 C282 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5709 T3518 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id329]} 0 0
[junit4:junit4]   2> 5711 T3506 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id332]} 0 1
[junit4:junit4]   2> 5713 T3506 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id333]} 0 1
[junit4:junit4]   2> 5713 T3518 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id330]} 0 1
[junit4:junit4]   2> 5714 T3506 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id334]} 0 0
[junit4:junit4]   2> 5716 T3518 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id335]} 0 1
[junit4:junit4]   2> 5718 T3514 C276 UPDATE [00006_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id318]} 0 1
[junit4:junit4]   2> 5723 T3469 C283 REQ [00012_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5725 T3469 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id336]} 0 1
[junit4:junit4]   2> 5725 T3470 C286 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5727 T3509 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id339]} 0 1
[junit4:junit4]   2> 5727 T3470 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id343]} 0 1
[junit4:junit4]   2> 5728 T3509 C284 UPDATE [00010_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id341]} 0 0
[junit4:junit4]   2> 5729 T3469 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id340]} 0 1
[junit4:junit4]   2> 5729 T3509 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id338]} 0 0
[junit4:junit4]   2> 5731 T3509 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id345]} 0 0
[junit4:junit4]   2> 5733 T3509 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id346]} 0 1
[junit4:junit4]   2> 5735 T3509 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id344]} 0 1
[junit4:junit4]   2> 5731 T3469 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id342]} 0 1
[junit4:junit4]   2> 5726 T3467 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id331]} 0 1
[junit4:junit4]   2> 5743 T3522 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id324]} 0 1
[junit4:junit4]   2> 5703 T3465 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id321]} 0 0
[junit4:junit4]   2> 5748 T3522 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5747 T3511 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id166]} 0 1
[junit4:junit4]   2> 5753 T3522 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id351]} 0 0
[junit4:junit4]   2> 5755 T3522 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id354]} 0 1
[junit4:junit4]   2> 5756 T3522 C286 UPDATE [00011_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id348]} 0 0
[junit4:junit4]   2> 5751 T3465 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id349]} 0 1
[junit4:junit4]   2> 5760 T3511 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id353]} 0 8
[junit4:junit4]   2> 5760 T3465 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id337]} 0 1
[junit4:junit4]   2> 5762 T3465 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id350]} 0 1
[junit4:junit4]   2> 5763 T3465 C274 UPDATE [00000_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id355]} 0 0
[junit4:junit4]   2> 5764 T3465 C282 REQ [00017_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5765 T3465 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5767 T3522 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id347]} 0 10
[junit4:junit4]   2> 5769 T3522 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5776 T3511 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id352]} 0 14
[junit4:junit4]   2> 5778 T3511 C280 UPDATE [00005_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id358]} 0 0
[junit4:junit4]   2> 5781 T3511 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id360]} 0 1
[junit4:junit4]   2> 5783 T3511 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id359]} 0 0
[junit4:junit4]   2> 5785 T3511 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id361]} 0 0
[junit4:junit4]   2> 5786 T3511 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id362]} 0 0
[junit4:junit4]   2> 5789 T3511 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id364]} 0 0
[junit4:junit4]   2> 5790 T3511 C281 REQ [00001_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5792 T3514 C288 REQ [00008_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5793 T3466 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id368]} 0 0
[junit4:junit4]   2> 5794 T3530 C287 REQ [00013_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5795 T3530 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id371]} 0 0
[junit4:junit4]   2> 5796 T3530 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id370]} 0 0
[junit4:junit4]   2> 5798 T3530 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id369]} 0 1
[junit4:junit4]   2> 5799 T3530 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id372]} 0 1
[junit4:junit4]   2> 5800 T3530 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id373]} 0 0
[junit4:junit4]   2> 5801 T3530 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id375]} 0 0
[junit4:junit4]   2> 5804 T3530 C285 UPDATE [00004_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id374]} 0 1
[junit4:junit4]   2> 5810 T3522 C283 UPDATE [00012_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id357]} 0 1
[junit4:junit4]   2> 5811 T3526 C277 REQ [00016_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5811 T3522 C279 UPDATE [00003_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id383]} 0 0
[junit4:junit4]   2> 5813 T3529 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id382]} 0 1
[junit4:junit4]   2> 5815 T3505 C289 REQ [00009_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5816 T3515 C289 UPDATE [00009_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id385]} 0 1
[junit4:junit4]   2> 5817 T3510 C290 UPDATE [00015_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id384]} 0 0
[junit4:junit4]   2> 5818 T3530 C286 REQ [00011_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=5 
[junit4:junit4]   2> 5820 T3519 C282 UPDATE [00017_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id386]} 0 1
[junit4:junit4]   2> 5821 T3530 C292 UPDATE [00018_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id388]} 0 0
[junit4:junit4]   2> 5822 T3530 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id389]} 0 0
[junit4:junit4]   2> 5823 T3512 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id387]} 0 1
[junit4:junit4]   2> 5827 T3510 C277 UPDATE [00016_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id391]} 0 1
[junit4:junit4]   2> 5788 T3470 C293 UPDATE [00002_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id365]} 0 1
[junit4:junit4]   2> 5831 T3510 C291 UPDATE [00014_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id392]} 0 1
[junit4:junit4]   2> 5832 T3510 C281 UPDATE [00001_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id393]} 0 0
[junit4:junit4]   2> 5833 T3470 C275 REQ [00007_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5835 T3519 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id394]} 0 1
[junit4:junit4]   2> 5788 T3507 C275 UPDATE [00007_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id363]} 0 1
[junit4:junit4]   2> 5829 T3515 C276 REQ [00006_core] webapp=/solr path=/select params={q=*:*&wt=javabin&qt=/select&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5837 T3519 C288 UPDATE [00008_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id397]} 0 1
[junit4:junit4]   2> 5838 T3515 C287 UPDATE [00013_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id395]} 0 1
[junit4:junit4]   2> 5825 T3530 C278 UPDATE [00019_core] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id390]

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

st, ShowFileRequestHandlerTest, TestCollationField, TestPerFieldSimilarity, URLClassifyProcessorTest, TestSolrQueryParser, TestSweetSpotSimilarityFactory, TestPropInjectDefaults, TestFieldTypeResource, TestWriterPerf, TestRangeQuery, CachingDirectoryFactoryTest, SliceStateTest, TestSolrIndexConfig, PathHierarchyTokenizerFactoryTest, SolrCoreCheckLockOnStartupTest, TestFiltering, SpellCheckCollatorTest, LukeRequestHandlerTest, TimeZoneUtilsTest, TestArbitraryIndexDir, TestSurroundQueryParser, MinimalSchemaTest, CopyFieldTest, ZkSolrClientTest, UUIDFieldTest, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, DefaultValueUpdateProcessorTest, XsltUpdateRequestHandlerTest, StatsComponentTest, UnloadDistributedZkTest, TestExtendedDismaxParser, ChaosMonkeyNothingIsSafeTest, IndexReaderFactoryTest, TestCSVResponseWriter, NotRequiredUniqueKeyTest, StandardRequestHandlerTest, TestXIncludeConfig, TestMergePolicyConfig, SliceStateUpdateTest, TestLRUCache, StatelessScriptUpdateProcessorFactoryTest, TestSolrDiscoveryProperties, AliasIntegrationTest, SpatialFilterTest, BinaryUpdateRequestHandlerTest, TestFuzzyAnalyzedSuggestions, SystemInfoHandlerTest, TestLMDirichletSimilarityFactory, SoftAutoCommitTest, BadIndexSchemaTest, TestFaceting, TestQuerySenderNoQuery, DirectSolrSpellCheckerTest, IndexSchemaRuntimeFieldTest, ChaosMonkeySafeLeaderTest, JsonLoaderTest, CSVRequestHandlerTest, SolrCoreTest, DocumentBuilderTest, SchemaVersionSpecificBehaviorTest, XmlUpdateRequestHandlerTest, FileBasedSpellCheckerTest, TestQueryTypes, ClusterStateUpdateTest, TermVectorComponentDistributedTest, TestAtomicUpdateErrorCases, TestConfig, LoggingHandlerTest, TestSolrXMLSerializer, TestLFUCache, ExternalFileFieldSortTest, TestDynamicFieldCollectionResource, DirectUpdateHandlerTest, TestStressLucene, PolyFieldTest, TestLazyCores, PrimUtilsTest, TestReload, TestJmxMonitoredMap, TestPluginEnable, TestCoreContainer, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, ResourceLoaderTest, TestStressReorder, BasicDistributedZkTest, BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OpenCloseCoreStressTest -Dtests.seed=7BE07D7F7408C851 -Dtests.slow=true -Dtests.locale=fr_CA -Dtests.timezone=Asia/Kamchatka -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s | OpenCloseCoreStressTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=3595, name=qtp407391480-3595, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BE07D7F7408C851]:0)
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1503)
[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.newFSDirectory(LuceneTestCase.java:929)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:909)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:904)
[junit4:junit4]    > 	at org.apache.solr.core.MockFSDirectoryFactory.create(MockFSDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:124)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1405)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1541)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:795)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:927)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1158)
[junit4:junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226)
[junit4:junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]    > 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@44785833)
[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] Completed in 91.42s, 6 tests, 1 error, 4 skipped <<< FAILURES!

[...truncated 409 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:381: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:361: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:183: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1213: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:877: There were test failures: 272 suites, 1144 tests, 1 suite-level error, 18 ignored (6 assumptions)

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