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 2014/02/12 21:15:56 UTC

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_60-ea-b04) - Build # 3773 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3773/
Java: 32bit/jdk1.7.0_60-ea-b04 -server -XX:+UseG1GC

2 tests failed.
REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testFaceting

Error Message:
IOException occured when talking to server at: https://127.0.0.1:49539/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:49539/solr/collection1
	at __randomizedtesting.SeedInfo.seed([E7E7E8682C22D0C9:C8EBE138DBDED52E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:507)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer.request(ConcurrentUpdateSolrServer.java:294)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.client.solrj.SolrExampleTests.testFaceting(SolrExampleTests.java:744)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:395)
	... 46 more


FAILED:  org.apache.solr.client.solrj.impl.BasicHttpSolrServerTest.testConnectionRefused

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E7E7E8682C22D0C9:C84E4C79FBAD9FCD]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.impl.BasicHttpSolrServerTest.testConnectionRefused(BasicHttpSolrServerTest.java:158)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 11428 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.BasicHttpSolrServerTest
   [junit4]   2> 54399 T173 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 54402 T173 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-BasicHttpSolrServerTest-1392235740010
   [junit4]   2> 54403 T173 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 54439 T173 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 54863 T173 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 54869 T173 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49422
   [junit4]   2> 54889 T173 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 54891 T173 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 54891 T173 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr
   [junit4]   2> 54891 T173 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\'
   [junit4]   2> 55012 T173 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\solr.xml
   [junit4]   2> 55136 T173 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr
   [junit4]   2> 55136 T173 oasc.CoreContainer.<init> New CoreContainer 13962471
   [junit4]   2> 55136 T173 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\]
   [junit4]   2> 55242 T173 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 55242 T173 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 55242 T173 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 55242 T173 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 55242 T173 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 55245 T173 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 55245 T173 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 55245 T173 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 55246 T173 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 55274 T173 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 55276 T173 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 55276 T173 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 55284 T173 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr
   [junit4]   2> 55314 T173 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\
   [junit4]   2> 55318 T173 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 55321 T184 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1
   [junit4]   2> 55322 T184 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\'
   [junit4]   2> 55426 T184 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 55434 T184 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\contrib\extraction\lib).
   [junit4]   2> 55436 T184 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\dist).
   [junit4]   2> 55437 T184 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\contrib\clustering\lib).
   [junit4]   2> 55438 T184 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\dist).
   [junit4]   2> 55440 T184 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\contrib\langid\lib).
   [junit4]   2> 55440 T184 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\dist).
   [junit4]   2> 55441 T184 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\contrib\velocity\lib).
   [junit4]   2> 55442 T184 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\dist).
   [junit4]   2> 55649 T184 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 55653 T184 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 55891 T184 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 55910 T184 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 56018 T184 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 57989 T184 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 58099 T184 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 58117 T184 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 58369 T184 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 58370 T184 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\
   [junit4]   2> 58378 T184 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f145b3
   [junit4]   2> 58446 T184 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 58446 T184 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   2> 58497 T184 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\
   [junit4]   2> 58497 T184 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index/
   [junit4]   2> 58498 T184 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index' doesn't exist. Creating new index...
   [junit4]   2> 58498 T184 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index
   [junit4]   2> 58501 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: init: current segments file is "null"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1646786
   [junit4]   2> 58502 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 58502 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: 0 msec to checkpoint
   [junit4]   2> 58502 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: init: create=true
   [junit4]   2> 58504 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@18c6f6c lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index)
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0-SNAPSHOT
   [junit4]   2> 	matchVersion=LUCENE_50
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=CREATE
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene46
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.ThreadAffinityDocumentsWriterThreadPool@c8c164
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 58504 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: now flush at close waitForMerges=true
   [junit4]   2> 58504 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 58505 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]:   index before flush 
   [junit4]   2> 58505 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: coreLoadExecutor-88-thread-1 startFullFlush
   [junit4]   2> 58505 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 58505 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: coreLoadExecutor-88-thread-1 finishFullFlush success=true
   [junit4]   2> 58505 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: apply all deletes during flush
   [junit4]   2> 58506 T184 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-88-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@10b7b8 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 58506 T184 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-88-thread-1]: now merge
   [junit4]   2> 58506 T184 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-88-thread-1]:   index: 
   [junit4]   2> 58508 T184 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-88-thread-1]:   no more merges pending; now return
   [junit4]   2> 58508 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: waitForMerges
   [junit4]   2> 58508 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: waitForMerges done
   [junit4]   2> 58508 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: now call final commit()
   [junit4]   2> 58508 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: commit: start
   [junit4]   2> 58508 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: commit: enter lock
   [junit4]   2> 58509 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: commit: now prepare
   [junit4]   2> 58509 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: prepareCommit: flush
   [junit4]   2> 58510 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]:   index before flush 
   [junit4]   2> 58510 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: coreLoadExecutor-88-thread-1 startFullFlush
   [junit4]   2> 58510 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 58512 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: apply all deletes during flush
   [junit4]   2> 58512 T184 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-88-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@10b7b8 minGen=9223372036854775807 packetCount=0
   [junit4]   2> 58512 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: coreLoadExecutor-88-thread-1 finishFullFlush success=true
   [junit4]   2> 58512 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: startCommit(): start
   [junit4]   2> 58512 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 58513 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: done all syncs: []
   [junit4]   2> 58514 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: commit: pendingCommit != null
   [junit4]   2> 58514 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 58516 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 58516 T184 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18c6f6c lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index),segFN=segments_1,generation=1}
   [junit4]   2> 58516 T184 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 58517 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: 0 msec to checkpoint
   [junit4]   2> 58517 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: commit: done
   [junit4]   2> 58517 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: at close: 
   [junit4]   2> 58564 T184 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
   [junit4]   2> 58564 T184 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   2> 58570 T184 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
   [junit4]   2> 58621 T184 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
   [junit4]   2> 58621 T184 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 59227 T184 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 59307 T184 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 59308 T184 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
   [junit4]   2> 59310 T184 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 59311 T184 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
   [junit4]   2> 59312 T184 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 59314 T184 oasc.RequestHandlers.initHandlersFromConfig created /update/json: solr.UpdateRequestHandler
   [junit4]   2> 59316 T184 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: solr.UpdateRequestHandler
   [junit4]   2> 59316 T184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 59318 T184 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 59318 T184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   2> 59318 T184 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   2> 59319 T184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 59319 T184 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 59348 T184 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 59350 T184 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 59383 T184 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 59384 T184 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 59386 T184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 59386 T184 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
   [junit4]   2> 59386 T184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 59387 T184 oasc.RequestHandlers.initHandlersFromConfig created /suggest: solr.SearchHandler
   [junit4]   2> 59387 T184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 59388 T184 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
   [junit4]   2> 59388 T184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 59388 T184 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
   [junit4]   2> 59388 T184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 59390 T184 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
   [junit4]   2> 59407 T184 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 59411 T184 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 59413 T184 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 59432 T184 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 59432 T184 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 59436 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1646786
   [junit4]   2> 59437 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: init: load commit "segments_1"
   [junit4]   2> 59437 T184 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18c6f6c lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index),segFN=segments_1,generation=1}
   [junit4]   2> 59437 T184 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 59439 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 59439 T184 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-88-thread-1]: 0 msec to checkpoint
   [junit4]   2> 59439 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: init: create=false
   [junit4]   2> 59439 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@18c6f6c lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index)
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0-SNAPSHOT
   [junit4]   2> 	matchVersion=LUCENE_50
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=APPEND
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene46
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.ThreadAffinityDocumentsWriterThreadPool@1fa50db
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 59439 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: flush at getReader
   [junit4]   2> 59439 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: coreLoadExecutor-88-thread-1 startFullFlush
   [junit4]   2> 59439 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 59443 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: apply all deletes during flush
   [junit4]   2> 59443 T184 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-88-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@d29a7a minGen=9223372036854775807 packetCount=0
   [junit4]   2> 59443 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 59443 T184 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-88-thread-1]: coreLoadExecutor-88-thread-1 finishFullFlush success=true
   [junit4]   2> 59443 T184 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-88-thread-1]: getReader took 4 msec
   [junit4]   2> 59443 T184 oass.SolrIndexSearcher.<init> Opening Searcher@13f3045[collection1] main
   [junit4]   2> 59463 T184 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 59581 T184 oass.DirectSolrSpellChecker.init init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 59680 T184 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 59688 T184 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 59701 T184 oasss.SolrSuggester.init init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 60006 T184 oasss.SolrSuggester.init Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 60030 T184 oashc.QueryElevationComponent.inform Loading QueryElevation from: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\conf\elevate.xml
   [junit4]   2> 60191 T184 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 60197 T185 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@13f3045[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@a2a74
   [junit4]   2> 60235 T185 C23 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&event=firstSearcher&distrib=false} hits=0 status=0 QTime=32 
   [junit4]   2> 60237 T185 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 60237 T185 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 60237 T185 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 60238 T185 oashc.SuggestComponent$SuggesterListener.newSearcher Loading suggester index for: mySuggester
   [junit4]   2> 60239 T185 oasss.SolrSuggester.reload reload()
   [junit4]   2> 60239 T185 oasss.SolrSuggester.build build()
   [junit4]   2> 60362 T185 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13f3045[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 60377 T184 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 60379 T173 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0
   [junit4]   2> 60379 T173 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 60381 T173 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#49422
   [junit4]   2> 60398 T173 oas.SolrTestCaseJ4.setUp ###Starting testTimeout
   [junit4]   2> 63395 T173 oas.SolrTestCaseJ4.tearDown ###Ending testTimeout
   [junit4]   2> 63425 T173 oas.SolrTestCaseJ4.setUp ###Starting testQuery
   [junit4]   2> 63667 T173 oas.SolrTestCaseJ4.tearDown ###Ending testQuery
   [junit4]   2> 63701 T173 oas.SolrTestCaseJ4.setUp ###Starting testUpdate
   [junit4]   2> 63851 T173 oas.SolrTestCaseJ4.tearDown ###Ending testUpdate
   [junit4]   2> 63867 T173 oas.SolrTestCaseJ4.setUp ###Starting testRedirect
   [junit4]   2> 64120 T182 C23 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=3 
   [junit4]   2> 64196 T173 oas.SolrTestCaseJ4.tearDown ###Ending testRedirect
   [junit4]   2> 64236 T173 oas.SolrTestCaseJ4.setUp ###Starting testSetParametersExternalClient
   [junit4]   2> 64400 T173 oas.SolrTestCaseJ4.tearDown ###Ending testSetParametersExternalClient
   [junit4]   2> 64413 T173 oas.SolrTestCaseJ4.setUp ###Starting testGetRawStream
   [junit4]   2> 64544 T183 C23 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={} hits=0 status=0 QTime=0 
   [junit4]   2> 64558 T173 oas.SolrTestCaseJ4.tearDown ###Ending testGetRawStream
   [junit4]   2> 64577 T173 oas.SolrTestCaseJ4.setUp ###Starting testCompression
   [junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@a2a74
   [junit4]   2> 64915 T182 C24 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=xml&q=foo} hits=0 status=0 QTime=1 
   [junit4]   2> 65103 T182 C24 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=foo&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 65111 T173 oas.SolrTestCaseJ4.tearDown ###Ending testCompression
   [junit4]   2> 65130 T173 oas.SolrTestCaseJ4.setUp ###Starting testSolrExceptionCodeNotFromSolr
   [junit4]   2> 65269 T173 oas.SolrTestCaseJ4.tearDown ###Ending testSolrExceptionCodeNotFromSolr
   [junit4]   1> org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   1> <head>
   [junit4]   1> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   1> <title>Error 527 527</title>
   [junit4]   1> </head>
   [junit4]   1> <body>
   [junit4]   1> <h2>HTTP ERROR: 527</h2>
   [junit4]   1> <p>Problem accessing /solr/debug/foo/select. Reason:
   [junit4]   1> <pre>    527</pre></p>
   [junit4]   1> <hr /><i><small>Powered by Jetty://</small></i>
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1> </body>
   [junit4]   1> </html>
   [junit4]   1> 
   [junit4]   2> 65292 T173 oas.SolrTestCaseJ4.setUp ###Starting testConnectionRefused
   [junit4]   2> 65987 T173 oas.SolrTestCaseJ4.tearDown ###Ending testConnectionRefused
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicHttpSolrServerTest -Dtests.method=testConnectionRefused -Dtests.seed=E7E7E8682C22D0C9 -Dtests.slow=true -Dtests.locale=en_GB -Dtests.timezone=Europe/Oslo -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.85s | BasicHttpSolrServerTest.testConnectionRefused <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E7E7E8682C22D0C9:C84E4C79FBAD9FCD]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BasicHttpSolrServerTest.testConnectionRefused(BasicHttpSolrServerTest.java:158)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 66134 T173 oas.SolrTestCaseJ4.setUp ###Starting testDelete
   [junit4]   2> 66342 T173 oas.SolrTestCaseJ4.tearDown ###Ending testDelete
   [junit4]   2> 66360 T173 oas.SolrTestCaseJ4.setUp ###Starting testExampleKeystorePath
   [junit4]   2> 66360 T173 oas.SolrTestCaseJ4.tearDown ###Ending testExampleKeystorePath
   [junit4]   2> 66380 T173 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=13962471
   [junit4]   2> 66382 T173 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a2a74
   [junit4]   2> 66468 T173 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 66470 T173 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 66470 T173 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 66470 T173 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 66472 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: now flush at close waitForMerges=true
   [junit4]   2> 66474 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]:   start flush: applyAllDeletes=true
   [junit4]   2> 66474 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]:   index before flush 
   [junit4]   2> 66474 T173 C24 oasu.LoggingInfoStream.message [DW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker startFullFlush
   [junit4]   2> 66477 T173 C24 oasu.LoggingInfoStream.message [DW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 66477 T173 C24 oasu.LoggingInfoStream.message [DW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker finishFullFlush success=true
   [junit4]   2> 66477 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: apply all deletes during flush
   [junit4]   2> 66478 T173 C24 oasu.LoggingInfoStream.message [BD][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@d29a7a minGen=9223372036854775807 packetCount=0
   [junit4]   2> 66478 T173 C24 oasu.LoggingInfoStream.message [CMS][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: now merge
   [junit4]   2> 66478 T173 C24 oasu.LoggingInfoStream.message [CMS][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]:   index: 
   [junit4]   2> 66478 T173 C24 oasu.LoggingInfoStream.message [CMS][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]:   no more merges pending; now return
   [junit4]   2> 66478 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: waitForMerges
   [junit4]   2> 66478 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: waitForMerges done
   [junit4]   2> 66478 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: now call final commit()
   [junit4]   2> 66478 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: commit: start
   [junit4]   2> 66483 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: commit: enter lock
   [junit4]   2> 66483 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: commit: now prepare
   [junit4]   2> 66483 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: prepareCommit: flush
   [junit4]   2> 66483 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]:   index before flush 
   [junit4]   2> 66483 T173 C24 oasu.LoggingInfoStream.message [DW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker startFullFlush
   [junit4]   2> 66483 T173 C24 oasu.LoggingInfoStream.message [DW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 66483 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: apply all deletes during flush
   [junit4]   2> 66487 T173 C24 oasu.LoggingInfoStream.message [BD][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@d29a7a minGen=9223372036854775807 packetCount=0
   [junit4]   2> 66487 T173 C24 oasu.LoggingInfoStream.message [DW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker finishFullFlush success=true
   [junit4]   2> 66487 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: startCommit(): start
   [junit4]   2> 66487 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]:   skip startCommit(): no changes pending
   [junit4]   2> 66487 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: commit: pendingCommit == null; skip
   [junit4]   2> 66487 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: commit: done
   [junit4]   2> 66487 T173 C24 oasu.LoggingInfoStream.message [IW][SUITE-BasicHttpSolrServerTest-seed#[E7E7E8682C22D0C9]-worker]: at close: 
   [junit4]   2> 66496 T173 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 66496 T173 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 66497 T173 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index;done=false>>]
   [junit4]   2> 66497 T173 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\index
   [junit4]   2> 66497 T173 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\;done=false>>]
   [junit4]   2> 66497 T173 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-BasicHttpSolrServerTest-1392235740010\
   [junit4]   2> 66497 T173 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 66557 T173 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=en_GB, timezone=Europe/Oslo
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=2,threads=1,free=33524768,total=78643200
   [junit4]   2> NOTE: All tests run in this JVM: [ModifiableSolrParamsTest, SolrPingTest, TestCoreAdmin, CloudSolrServerTest, BasicHttpSolrServerTest]
   [junit4] Completed in 12.37s, 11 tests, 1 failure <<< FAILURES!

[...truncated 61 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest
   [junit4]   2> 166813 T475 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 166813 T475 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-SolrExampleStreamingTest-1392235852420
   [junit4]   2> 166816 T475 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 166816 T475 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 166829 T475 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 166832 T475 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49539
   [junit4]   2> 166853 T475 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 166853 T475 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 166853 T475 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr
   [junit4]   2> 166853 T475 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\'
   [junit4]   2> 166883 T475 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\solr.xml
   [junit4]   2> 166950 T475 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr
   [junit4]   2> 166951 T475 oasc.CoreContainer.<init> New CoreContainer 22016997
   [junit4]   2> 166951 T475 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\]
   [junit4]   2> 166951 T475 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 166952 T475 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 166952 T475 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 166952 T475 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 166952 T475 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 166952 T475 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 166952 T475 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 166952 T475 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 166952 T475 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 166963 T475 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 166964 T475 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 166964 T475 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 166968 T475 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr
   [junit4]   2> 166983 T475 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\
   [junit4]   2> 166986 T475 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 166987 T485 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1
   [junit4]   2> 166987 T485 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\'
   [junit4]   2> 167024 T485 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 167025 T485 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\contrib\extraction\lib).
   [junit4]   2> 167027 T485 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\dist).
   [junit4]   2> 167027 T485 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\contrib\clustering\lib).
   [junit4]   2> 167027 T485 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\dist).
   [junit4]   2> 167029 T485 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\contrib\langid\lib).
   [junit4]   2> 167029 T485 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\dist).
   [junit4]   2> 167032 T485 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\contrib\velocity\lib).
   [junit4]   2> 167032 T485 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\..\..\..\dist).
   [junit4]   2> 167082 T485 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 167085 T485 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 167176 T485 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 167176 T485 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 167196 T485 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 167736 T485 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 167751 T485 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 167758 T485 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 167798 T485 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 167798 T485 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\
   [junit4]   2> 167798 T485 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f145b3
   [junit4]   2> 167799 T485 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 167800 T485 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   2> 167800 T485 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\
   [junit4]   2> 167800 T485 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index/
   [junit4]   2> 167801 T485 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index' doesn't exist. Creating new index...
   [junit4]   2> 167801 T485 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index
   [junit4]   2> 167803 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: init: current segments file is "null"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@5819a8
   [junit4]   2> 167803 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: 0 msec to checkpoint
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: init: create=true
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@1e898b4 lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index)
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0-SNAPSHOT
   [junit4]   2> 	matchVersion=LUCENE_50
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=CREATE
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene46
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.ThreadAffinityDocumentsWriterThreadPool@1fc65cb
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: now flush at close waitForMerges=true
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]:   index before flush 
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: coreLoadExecutor-244-thread-1 startFullFlush
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: coreLoadExecutor-244-thread-1 finishFullFlush success=true
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: apply all deletes during flush
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-244-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@17f26bc minGen=9223372036854775807 packetCount=0
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-244-thread-1]: now merge
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-244-thread-1]:   index: 
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-244-thread-1]:   no more merges pending; now return
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: waitForMerges
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: waitForMerges done
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: now call final commit()
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: commit: start
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: commit: enter lock
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: commit: now prepare
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: prepareCommit: flush
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]:   index before flush 
   [junit4]   2> 167804 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: coreLoadExecutor-244-thread-1 startFullFlush
   [junit4]   2> 167805 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: apply all deletes during flush
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-244-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@17f26bc minGen=9223372036854775807 packetCount=0
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: coreLoadExecutor-244-thread-1 finishFullFlush success=true
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: startCommit(): start
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: done all syncs: []
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: commit: pendingCommit != null
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 167808 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 167809 T485 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e898b4 lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index),segFN=segments_1,generation=1}
   [junit4]   2> 167809 T485 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 167809 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: 0 msec to checkpoint
   [junit4]   2> 167810 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: commit: done
   [junit4]   2> 167810 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: at close: 
   [junit4]   2> 167811 T485 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
   [junit4]   2> 167811 T485 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   2> 167811 T485 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
   [junit4]   2> 167811 T485 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
   [junit4]   2> 167811 T485 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 167815 T485 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 167815 T485 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 167816 T485 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
   [junit4]   2> 167816 T485 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig created /update/json: solr.UpdateRequestHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: solr.UpdateRequestHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 167817 T485 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 167819 T485 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig created /suggest: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 167820 T485 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
   [junit4]   2> 167829 T485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 167831 T485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 167832 T485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 167840 T485 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 167841 T485 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 167843 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@5819a8
   [junit4]   2> 167843 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: init: load commit "segments_1"
   [junit4]   2> 167844 T485 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e898b4 lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index),segFN=segments_1,generation=1}
   [junit4]   2> 167844 T485 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 167845 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 167845 T485 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-244-thread-1]: 0 msec to checkpoint
   [junit4]   2> 167845 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: init: create=false
   [junit4]   2> 167846 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@1e898b4 lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index)
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0-SNAPSHOT
   [junit4]   2> 	matchVersion=LUCENE_50
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=APPEND
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene46
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.ThreadAffinityDocumentsWriterThreadPool@1d084da
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	
   [junit4]   2> 167846 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: flush at getReader
   [junit4]   2> 167847 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: coreLoadExecutor-244-thread-1 startFullFlush
   [junit4]   2> 167847 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 167848 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: apply all deletes during flush
   [junit4]   2> 167848 T485 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-244-thread-1]: prune sis=org.apache.lucene.index.SegmentInfos@c2386e minGen=9223372036854775807 packetCount=0
   [junit4]   2> 167848 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 167849 T485 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-244-thread-1]: coreLoadExecutor-244-thread-1 finishFullFlush success=true
   [junit4]   2> 167849 T485 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-244-thread-1]: getReader took 3 msec
   [junit4]   2> 167849 T485 oass.SolrIndexSearcher.<init> Opening Searcher@1c79208[collection1] main
   [junit4]   2> 167849 T485 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 167850 T485 oass.DirectSolrSpellChecker.init init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 167850 T485 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 167851 T485 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 167851 T485 oasss.SolrSuggester.init init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 167851 T485 oasss.SolrSuggester.init Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 167852 T485 oashc.QueryElevationComponent.inform Loading QueryElevation from: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\solr\collection1\conf\elevate.xml
   [junit4]   2> 167888 T485 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 167888 T486 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1c79208[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> ASYNC  NEW_CORE C119 name=collection1 org.apache.solr.core.SolrCore@fae0d9
   [junit4]   2> 167890 T486 C119 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&event=firstSearcher&distrib=false} hits=0 status=0 QTime=2 
   [junit4]   2> 167890 T486 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 167890 T486 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 167890 T486 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 167890 T486 oashc.SuggestComponent$SuggesterListener.newSearcher Loading suggester index for: mySuggester
   [junit4]   2> 167890 T486 oasss.SolrSuggester.reload reload()
   [junit4]   2> 167890 T486 oasss.SolrSuggester.build build()
   [junit4]   2> 167898 T486 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c79208[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 167899 T485 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 167901 T475 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0
   [junit4]   2> 167901 T475 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 167901 T475 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#49539
   [junit4]   2> 167911 T475 oas.SolrTestCaseJ4.setUp ###Starting testSetNullUpdateOrder
   [junit4]   2> 168173 T477 C119 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[testSetNullUpdateOrder (1459865102403502080)]} 0 200
   [junit4]   2> 168184 T478 C119 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 168185 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: commit: start
   [junit4]   2> 168185 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: commit: enter lock
   [junit4]   2> 168186 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: commit: now prepare
   [junit4]   2> 168186 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: prepareCommit: flush
   [junit4]   2> 168187 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]:   index before flush 
   [junit4]   2> 168187 T478 C119 oasu.LoggingInfoStream.message [DW][qtp17119887-478]: qtp17119887-478 startFullFlush
   [junit4]   2> 168188 T478 C119 oasu.LoggingInfoStream.message [DW][qtp17119887-478]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 168189 T478 C119 oasu.LoggingInfoStream.message [DWFC][qtp17119887-478]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_0, aborting=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 1 ]]
   [junit4]   2> 168189 T478 C119 oasu.LoggingInfoStream.message [DWPT][qtp17119887-478]: flush postings as segment _0 numDocs=1
   [junit4]   2> 168191 T478 C119 oasu.LoggingInfoStream.message [DWPT][qtp17119887-478]: new segment has 0 deleted docs
   [junit4]   2> 168191 T478 C119 oasu.LoggingInfoStream.message [DWPT][qtp17119887-478]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 168191 T478 C119 oasu.LoggingInfoStream.message [DWPT][qtp17119887-478]: flushedFiles=[_0_Lucene41_0.doc, _0.fdt, _0.fdx, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fnm]
   [junit4]   2> 168191 T478 C119 oasu.LoggingInfoStream.message [DWPT][qtp17119887-478]: flushed codec=Lucene46
   [junit4]   2> 168191 T478 C119 oasu.LoggingInfoStream.message [DWPT][qtp17119887-478]: flushed: segment=_0 ramUsed=0.063 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=1,092.267
   [junit4]   2> 168191 T478 C119 oasu.LoggingInfoStream.message [DW][qtp17119887-478]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 168192 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: publishFlushedSegment
   [junit4]   2> 168192 T478 C119 oasu.LoggingInfoStream.message [BD][qtp17119887-478]: push deletes  1 deleted terms (unique count=1) bytesUsed=1024 delGen=2 packetCount=1 totBytesUsed=1024
   [junit4]   2> 168193 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: publish sets newSegment delGen=3 seg=_0(5.0):C1
   [junit4]   2> 168193 T478 C119 oasu.LoggingInfoStream.message [IFD][qtp17119887-478]: now checkpoint "_0(5.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 168193 T478 C119 oasu.LoggingInfoStream.message [IFD][qtp17119887-478]: 0 msec to checkpoint
   [junit4]   2> 168194 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: apply all deletes during flush
   [junit4]   2> 168194 T478 C119 oasu.LoggingInfoStream.message [BD][qtp17119887-478]: applyDeletes: infos=[_0(5.0):C1] packetCount=1
   [junit4]   2> 168194 T478 C119 oasu.LoggingInfoStream.message [BD][qtp17119887-478]: applyDeletes took 0 msec
   [junit4]   2> 168194 T478 C119 oasu.LoggingInfoStream.message [BD][qtp17119887-478]: prune sis=org.apache.lucene.index.SegmentInfos@c2386e minGen=4 packetCount=1
   [junit4]   2> 168194 T478 C119 oasu.LoggingInfoStream.message [BD][qtp17119887-478]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 168194 T478 C119 oasu.LoggingInfoStream.message [DW][qtp17119887-478]: qtp17119887-478 finishFullFlush success=true
   [junit4]   2> 168194 T478 C119 oasu.LoggingInfoStream.message [TMP][qtp17119887-478]: findMerges: 1 segments
   [junit4]   2> 168195 T478 C119 oasu.LoggingInfoStream.message [TMP][qtp17119887-478]:   seg=_0(5.0):C1 size=0.001 MB [floored]
   [junit4]   2> 168195 T478 C119 oasu.LoggingInfoStream.message [TMP][qtp17119887-478]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 168195 T478 C119 oasu.LoggingInfoStream.message [CMS][qtp17119887-478]: now merge
   [junit4]   2> 168196 T478 C119 oasu.LoggingInfoStream.message [CMS][qtp17119887-478]:   index: _0(5.0):C1
   [junit4]   2> 168197 T478 C119 oasu.LoggingInfoStream.message [CMS][qtp17119887-478]:   no more merges pending; now return
   [junit4]   2> 168197 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: startCommit(): start
   [junit4]   2> 168197 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: startCommit index=_0(5.0):C1 changeCount=3
   [junit4]   2> 168197 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: done all syncs: [_0_Lucene41_0.doc, _0.fdt, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fnm]
   [junit4]   2> 168197 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: commit: pendingCommit != null
   [junit4]   2> 168197 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: commit: wrote segments file "segments_2"
   [junit4]   2> 168198 T478 C119 oasu.LoggingInfoStream.message [IFD][qtp17119887-478]: now checkpoint "_0(5.0):C1" [1 segments ; isCommit = true]
   [junit4]   2> 168198 T478 C119 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e898b4 lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e898b4 lockFactory=NativeFSLockFactory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index),segFN=segments_2,generation=2}
   [junit4]   2> 168199 T478 C119 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 168199 T478 C119 oasu.LoggingInfoStream.message [IFD][qtp17119887-478]: deleteCommits: now decRef commit "segments_1"
   [junit4]   2> 168200 T478 C119 oasu.LoggingInfoStream.message [IFD][qtp17119887-478]: delete "segments_1"
   [junit4]   2> 168200 T478 C119 oasu.LoggingInfoStream.message [IFD][qtp17119887-478]: 2 msec to checkpoint
   [junit4]   2> 168200 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: commit: done
   [junit4]   2> 168201 T478 C119 oasu.LoggingInfoStream.message [DW][qtp17119887-478]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 168201 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 168201 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: flush at getReader
   [junit4]   2> 168202 T478 C119 oasu.LoggingInfoStream.message [DW][qtp17119887-478]: qtp17119887-478 startFullFlush
   [junit4]   2> 168202 T478 C119 oasu.LoggingInfoStream.message [DW][qtp17119887-478]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 168202 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: apply all deletes during flush
   [junit4]   2> 168202 T478 C119 oasu.LoggingInfoStream.message [BD][qtp17119887-478]: applyDeletes: no deletes; skipping
   [junit4]   2> 168203 T478 C119 oasu.LoggingInfoStream.message [BD][qtp17119887-478]: prune sis=org.apache.lucene.index.SegmentInfos@c2386e minGen=4 packetCount=0
   [junit4]   2> 168203 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: return reader version=3 reader=StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)
   [junit4]   2> 168203 T478 C119 oasu.LoggingInfoStream.message [DW][qtp17119887-478]: qtp17119887-478 finishFullFlush success=true
   [junit4]   2> 168203 T478 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-478]: getReader took 2 msec
   [junit4]   2> 168204 T478 C119 oass.SolrIndexSearcher.<init> Opening Searcher@190a03d[collection1] main
   [junit4]   2> 168204 T486 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@190a03d[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 168204 T486 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 168204 T478 C119 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 168205 T486 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@190a03d[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
   [junit4]   2> 168207 T478 C119 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&waitSearcher=true&commit=true&softCommit=false&version=2.2} {commit=} 0 23
   [junit4]   2> 168406 T480 C119 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[testSetNullUpdateOrder (1459865102653063168)]} 0 195
   [junit4]   2> 168410 T479 C119 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 168413 T479 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-479]: commit: start
   [junit4]   2> 168413 T479 C119 oasu.LoggingInfoStream.message [IW][qtp17119887-479]: commit: enter lock
   

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

ore@fae0d9
   [junit4]   2> 382079 T475 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=67,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=8,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=142,cumulative_deletesById=5,cumulative_deletesByQuery=27,cumulative_errors=1,transaction_logs_total_size=1784,transaction_logs_total_number=10}
   [junit4]   2> 382081 T475 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 382081 T475 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 382081 T475 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 382082 T475 C125 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: now flush at close waitForMerges=true
   [junit4]   2> 382082 T475 C125 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]:   start flush: applyAllDeletes=true
   [junit4]   2> 382082 T475 C125 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]:   index before flush 
   [junit4]   2> 382084 T475 C125 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker startFullFlush
   [junit4]   2> 382085 T475 C125 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> ASYNC  NEW_CORE C126 name=collection1 org.apache.solr.core.SolrCore@fae0d9
   [junit4]   2> 382132 T475 C126 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker finishFullFlush success=true
   [junit4]   2> 382132 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: apply all deletes during flush
   [junit4]   2> 382134 T475 C126 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@c2386e minGen=9223372036854775807 packetCount=0
   [junit4]   2> 382134 T475 C126 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: now merge
   [junit4]   2> 382136 T475 C126 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]:   index: 
   [junit4]   2> 382136 T475 C126 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]:   no more merges pending; now return
   [junit4]   2> 382136 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: waitForMerges
   [junit4]   2> 382137 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: waitForMerges done
   [junit4]   2> 382137 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: now call final commit()
   [junit4]   2> 382137 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: commit: start
   [junit4]   2> 382138 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: commit: enter lock
   [junit4]   2> 382138 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: commit: now prepare
   [junit4]   2> 382138 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: prepareCommit: flush
   [junit4]   2> 382138 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]:   index before flush 
   [junit4]   2> 382139 T475 C126 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker startFullFlush
   [junit4]   2> 382139 T475 C126 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 382139 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: apply all deletes during flush
   [junit4]   2> 382140 T475 C126 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: prune sis=org.apache.lucene.index.SegmentInfos@c2386e minGen=9223372036854775807 packetCount=0
   [junit4]   2> 382140 T475 C126 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker finishFullFlush success=true
   [junit4]   2> 382140 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: startCommit(): start
   [junit4]   2> 382141 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]:   skip startCommit(): no changes pending
   [junit4]   2> 382141 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: commit: pendingCommit == null; skip
   [junit4]   2> 382141 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: commit: done
   [junit4]   2> 382141 T475 C126 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleStreamingTest-seed#[E7E7E8682C22D0C9]-worker]: at close: 
   [junit4]   2> 382148 T475 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 382149 T475 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 382149 T475 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index;done=false>>]
   [junit4]   2> 382150 T475 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\index
   [junit4]   2> 382150 T475 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\;done=false>>]
   [junit4]   2> 382150 T475 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\solrtest-SolrExampleStreamingTest-1392235852420\
   [junit4]   2> 382151 T475 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 382204 T475 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=es_MX, timezone=Asia/Calcutta
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=2,threads=1,free=54672848,total=101711872
   [junit4]   2> NOTE: All tests run in this JVM: [ModifiableSolrParamsTest, SolrPingTest, TestCoreAdmin, CloudSolrServerTest, BasicHttpSolrServerTest, FacetFieldTest, NoOpResponseParserTest, TestSpellCheckResponse, SolrDocumentTest, SolrExampleStreamingBinaryTest, TestXMLEscaping, ClientUtilsTest, TestBatchUpdate, TestNamedListCodec, TestHash, FieldAnalysisResponseTest, LargeVolumeEmbeddedTest, SolrExceptionTest, TestJavaBinCodec, SolrExampleXMLTest, DocumentAnalysisResponseTest, ContentStreamTest, MultiCoreEmbeddedTest, TestLBHttpSolrServer, SolrExampleStreamingTest]
   [junit4] Completed in 215.47s, 27 tests, 1 error <<< FAILURES!

[...truncated 76 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:453: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:433: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:202: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1268: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:901: There were test failures: 48 suites, 280 tests, 1 error, 1 failure

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