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

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/670/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testStatistics

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51535/solr/collection1
	at __randomizedtesting.SeedInfo.seed([D6360D5F9EB248DA:219F3E3B329F9232]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:873)
	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:724)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 45 more




Build Log:
[...truncated 10584 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrExampleBinaryTest
   [junit4]   1> 10135 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Randomized ssl (true) and clientAuth (false)
   [junit4]   1> 10136 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore
   [junit4]   1> 10139 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore end
   [junit4]   1> 11107 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 12132 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.eclipse.jetty.util.ssl.SslContextFactory  ? Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   1> 12331 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SslSelectChannelConnector@127.0.0.1:51535
   [junit4]   1> 12478 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 12495 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 12498 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr
   [junit4]   1> 12502 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/'
   [junit4]   1> 12616 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/solr.xml
   [junit4]   1> 13413 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.ConfigSolrXml  ? Config-defined core root directory: 
   [junit4]   1> 13480 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 786325788
   [junit4]   1> 13481 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/]
   [junit4]   1> 13876 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 13878 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 13879 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 13880 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 13881 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 13882 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 13883 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 13884 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 13885 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 13886 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 14536 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CoresLocator  ? Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr
   [junit4]   1> 14879 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CoresLocator  ? Found core collection1 in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/
   [junit4]   1> 14883 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CoresLocator  ? Found 1 core definitions
   [junit4]   1> 14893 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1
   [junit4]   1> 14896 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/'
   [junit4]   1> 15348 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Adding specified lib dirs to ClassLoader
   [junit4]   1> 15381 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 15383 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   1> 15390 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 15392 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   1> 15409 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 15414 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   1> 15419 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 15420 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   1> 15952 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.update.SolrIndexConfig  ? IndexWriter infoStream solr logging is enabled
   [junit4]   1> 15964 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_50
   [junit4]   1> 16585 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 16672 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 17030 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=example
   [junit4]   1> 21681 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 24090 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
   [junit4]   1> 24144 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
   [junit4]   1> 25165 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
   [junit4]   1> 25329 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052/
   [junit4]   1> 25346 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.JmxMonitoredMap  ? JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@216041c
   [junit4]   1> 25479 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   1> 25481 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   1> 25827 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052
   [junit4]   1> 25828 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052/index/
   [junit4]   1> 25829 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052/index' doesn't exist. Creating new index...
   [junit4]   1> 25859 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052/index
   [junit4]   1> 26657 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_1,generation=1}
   [junit4]   1> 26668 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 26741 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? created json: solr.JSONResponseWriter
   [junit4]   1> 26742 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   1> 26748 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? created velocity: solr.VelocityResponseWriter
   [junit4]   1> 26814 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? created xslt: solr.XSLTResponseWriter
   [junit4]   1> 26816 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.response.XSLTResponseWriter  ? xsltCacheLifetimeSeconds=5
   [junit4]   1> 29378 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /select: solr.SearchHandler
   [junit4]   1> 29381 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /query: solr.SearchHandler
   [junit4]   1> 29442 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /get: solr.RealTimeGetHandler
   [junit4]   1> 29447 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /browse: solr.SearchHandler
   [junit4]   1> 29553 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 29606 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/json: solr.JsonUpdateRequestHandler
   [junit4]   1> 29661 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/csv: solr.CSVRequestHandler
   [junit4]   1> 29663 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   1> 29691 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   1> 29693 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   1> 29694 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   1> 29700 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   1> 29702 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   1> 29767 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/: solr.admin.AdminHandlers
   [junit4]   1> 29794 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/ping: solr.PingRequestHandler
   [junit4]   1> 29849 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /debug/dump: solr.DumpRequestHandler
   [junit4]   1> 29931 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 29932 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 29933 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /spell: solr.SearchHandler
   [junit4]   1> 29935 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 29936 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /tvrh: solr.SearchHandler
   [junit4]   1> 29937 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 29938 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /terms: solr.SearchHandler
   [junit4]   1> 29939 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 29940 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /elevate: solr.SearchHandler
   [junit4]   1> 30146 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 30170 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 30175 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 30361 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3b174654 main
   [junit4]   1> 30658 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   1> 30659 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 30660 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Initializing spell checkers
   [junit4]   1> 30783 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.spelling.DirectSolrSpellChecker  ? 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]   1> 31478 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? No queryConverter defined, using default converter
   [junit4]   1> 31887 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.component.QueryElevationComponent  ? Loading QueryElevation from: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/conf/elevate.xml
   [junit4]   1> 32460 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 32471 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3b174654 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 33171 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=null path=null params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false} hits=0 status=0 QTime=624 
   [junit4]   1> 33180 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 33183 [searcherExecutor-4-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: default
   [junit4]   1> 33185 [searcherExecutor-4-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: wordbreak
   [junit4]   1> 33195 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3b174654 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 33223 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 33235 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 33236 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 33237 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Jetty Assigned Port#51535
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-SolrExampleBinaryTest-1374608122052
   [junit4]   1> 33278 [TEST-SolrExampleBinaryTest.testStatistics-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testStatistics
   [junit4]   1> 33280 [TEST-SolrExampleBinaryTest.testStatistics-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   1> 35128 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_1,generation=1}
   [junit4]   1> 35139 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 35263 [qtp1158192955-27] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@40119208 realtime
   [junit4]   1> 35299 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381112274223104)} 0 382
   [junit4]   1> 35768 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 35771 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? No uncommitted changes. Skipping IW.commit.
   [junit4]   1> 35773 [qtp1158192955-27] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4736c6df main
   [junit4]   1> 36282 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4736c6df main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 36283 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 36313 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 36316 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4736c6df main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   1> 36324 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 556
   [junit4]   1> 36383 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=34 
   [junit4]   1> 37272 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1441381113813532672)]} 0 796
   [junit4]   1> 37297 [qtp1158192955-31] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1441381114658684928)]} 0 9
   [junit4]   1> 37311 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1441381114677559296)]} 0 5
   [junit4]   1> 37336 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1441381114703773696)]} 0 4
   [junit4]   1> 37349 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc4 (1441381114718453760)]} 0 3
   [junit4]   1> 37365 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc5 (1441381114737328128)]} 0 1
   [junit4]   1> 37391 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc6 (1441381114763542528)]} 0 2
   [junit4]   1> 37411 [qtp1158192955-31] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc7 (1441381114785562624)]} 0 1
   [junit4]   1> 37422 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc8 (1441381114796048384)]} 0 2
   [junit4]   1> 37455 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc9 (1441381114828554240)]} 0 4
   [junit4]   1> 37467 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 37849 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_2,generation=2}
   [junit4]   1> 37851 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 38124 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5af599e1 main
   [junit4]   1> 38129 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5af599e1 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C10)}
   [junit4]   1> 38131 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 38139 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 38164 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5af599e1 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C10)}
   [junit4]   1> 38177 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 710
   [junit4]   1> 38277 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=86 
   [junit4]   1> 38646 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=303 
   [junit4]   1> 38915 [qtp1158192955-29] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@22bf48c2 realtime
   [junit4]   1> 38917 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381116119351296)} 0 235
   [junit4]   1> 38927 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 38930 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_2,generation=2}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_3,generation=3}
   [junit4]   1> 38931 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 3
   [junit4]   1> 38935 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3dbe9372 main
   [junit4]   1> 38938 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 38940 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3dbe9372 main{StandardDirectoryReader(segments_2:5:nrt)}
   [junit4]   1> 38941 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 38957 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3dbe9372 main{StandardDirectoryReader(segments_2:5:nrt)}
   [junit4]   1> 38968 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 41
   [junit4]   1> 38981 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   1> 38998 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc10 (1441381116446507008)]} 0 5
   [junit4]   1> 39021 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc11 (1441381116465381376)]} 0 9
   [junit4]   1> 39050 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc12 (1441381116502081536)]} 0 4
   [junit4]   1> 39079 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc13 (1441381116534587392)]} 0 1
   [junit4]   1> 39091 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc14 (1441381116546121728)]} 0 2
   [junit4]   1> 39117 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 39139 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_3,generation=3}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_4,generation=4}
   [junit4]   1> 39141 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 4
   [junit4]   1> 39144 [qtp1158192955-26] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@55410541 main
   [junit4]   1> 39146 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 39147 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@55410541 main{StandardDirectoryReader(segments_4:7:nrt _1(5.0):C5)}
   [junit4]   1> 39149 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 39177 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@55410541 main{StandardDirectoryReader(segments_4:7:nrt _1(5.0):C5)}
   [junit4]   1> 39180 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 63
   [junit4]   1> 39190 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=3 
   [junit4]   1> 39245 [qtp1158192955-28] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=5 status=0 QTime=1 
   [junit4]   1> 39261 [qtp1158192955-29] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6302871 realtime
   [junit4]   1> 39262 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381116722282496)} 0 5
   [junit4]   1> 39272 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 39274 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_4,generation=4}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_5,generation=5}
   [junit4]   1> 39275 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 5
   [junit4]   1> 39277 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@564a4d2c main
   [junit4]   1> 39280 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 39280 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@564a4d2c main{StandardDirectoryReader(segments_4:9:nrt)}
   [junit4]   1> 39282 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 39296 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@564a4d2c main{StandardDirectoryReader(segments_4:9:nrt)}
   [junit4]   1> 39305 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 33
   [junit4]   1> 39329 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   1> 39347 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1441381116811411456)]} 0 5
   [junit4]   1> 39363 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1441381116827140096)]} 0 6
   [junit4]   1> 39389 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1441381116857548800)]} 0 4
   [junit4]   1> 54351 [commitScheduler-6-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 54360 [commitScheduler-6-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_5,generation=5}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_6,generation=6}
   [junit4]   1> 54361 [commitScheduler-6-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 6
   [junit4]   1> 54371 [commitScheduler-6-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@370d7cf8 realtime
   [junit4]   1> 54372 [commitScheduler-6-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 239526 [TEST-SolrExampleBinaryTest.testStatistics-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStatistics
   [junit4]   1> 239546 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1441381326719549440)]} 0 21
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExampleBinaryTest -Dtests.method=testStatistics -Dtests.seed=D6360D5F9EB248DA -Dtests.slow=true -Dtests.locale=de_AT -Dtests.timezone=America/Cayenne -Dtests.file.encoding=UTF-8
   [junit4] ERROR    207s | SolrExampleBinaryTest.testStatistics <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51535/solr/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D6360D5F9EB248DA:219F3E3B329F9232]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:873)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 45 more
   [junit4]   1> 239778 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateRequestWithParameters
   [junit4]   1> 239779 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   1> 240027 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@42a61aa5 realtime
   [junit4]   1> 240030 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381327168339968)} 0 76
   [junit4]   1> 240043 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 240045 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_6,generation=6}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_7,generation=7}
   [junit4]   1> 240047 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 7
   [junit4]   1> 240049 [qtp1158192955-27] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@56427e08 main
   [junit4]   1> 240052 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 240054 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@56427e08 main{StandardDirectoryReader(segments_6:15:nrt)}
   [junit4]   1> 240056 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 240072 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@56427e08 main{StandardDirectoryReader(segments_6:15:nrt)}
   [junit4]   1> 240085 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 43
   [junit4]   1> 240121 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1441381327340306432)]} 0 4
   [junit4]   1> 240147 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1441381327367569408)]} 0 4
   [junit4]   1> 240157 [qtp1158192955-29] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 240161 [qtp1158192955-29] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_7,generation=7}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_8,generation=8}
   [junit4]   1> 240161 [qtp1158192955-29] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 8
   [junit4]   1> 240163 [qtp1158192955-29] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@19d634d6 main
   [junit4]   1> 240165 [qtp1158192955-29] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 240175 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@19d634d6 main{StandardDirectoryReader(segments_8:17:nrt _4(5.0):C2)}
   [junit4]   1> 240176 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 240182 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@19d634d6 main{StandardDirectoryReader(segments_8:17:nrt _4(5.0):C2)}
   [junit4]   1> 240184 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
   [junit4]   1> 240199 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
   [junit4]   1> 240203 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateRequestWithParameters
   [junit4]   1> 240268 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testLukeHandler
   [junit4]   1> 240317 [qtp1158192955-28] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@a1dc6e2 realtime
   [junit4]   1> 240322 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381327544778752)} 0 9
   [junit4]   1> 240342 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID0 (1441381327570993152)]} 0 4
   [junit4]   1> 240357 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID1 (1441381327588818944)]} 0 2
   [junit4]   1> 240394 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID2 (1441381327628664832)]} 0 1
   [junit4]   1> 240413 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID3 (1441381327647539200)]} 0 2
   [junit4]   1> 240424 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID4 (1441381327658024960)]} 0 3
   [junit4]   1> 240432 [qtp1158192955-31] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 240439 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_8,generation=8}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_9,generation=9}
   [junit4]   1> 240440 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 9
   [junit4]   1> 240443 [qtp1158192955-31] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@77180e83 main
   [junit4]   1> 240445 [qtp1158192955-31] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 240450 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@77180e83 main{StandardDirectoryReader(segments_9:21:nrt _5(5.0):C5)}
   [junit4]   1> 240451 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 240461 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@77180e83 main{StandardDirectoryReader(segments_9:21:nrt _5(5.0):C5)}
   [junit4]   1> 240479 [qtp1158192955-31] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 47
   [junit4]   1> 240493 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=2 
   [junit4]   1> 240572 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={wt=javabin&version=2} status=0 QTime=51 
   [junit4]   1> 240644 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={show=schema&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   1> 240792 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testLukeHandler
   [junit4]   1> 240901 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateField
   [junit4]   1> 240931 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7b73a14c realtime
   [junit4]   1> 240932 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381328177070080)} 0 17
   [junit4]   1> 240971 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 240994 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_9,generation=9}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_a,generation=10}
   [junit4]   1> 240996 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 10
   [junit4]   1> 241061 [qtp1158192955-27] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2a569d89 main
   [junit4]   1> 241066 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2a569d89 main{StandardDirectoryReader(segments_9:23:nrt)}
   [junit4]   1> 241066 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 241075 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2a569d89 main{StandardDirectoryReader(segments_9:23:nrt)}
   [junit4]   1> 241086 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 241129 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 158
   [junit4]   1> 241178 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1441381328428728320)]} 0 24
   [junit4]   1> 241188 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 241226 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_a,generation=10}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_b,generation=11}
   [junit4]   1> 241227 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 11
   [junit4]   1> 241237 [qtp1158192955-26] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@a5862c1 main
   [junit4]   1> 241242 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 241250 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@a5862c1 main{StandardDirectoryReader(segments_b:25:nrt _6(5.0):C1)}
   [junit4]   1> 241251 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 241259 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@a5862c1 main{StandardDirectoryReader(segments_b:25:nrt _6(5.0):C1)}
   [junit4]   1> 241261 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 73
   [junit4]   1> 241330 [qtp1158192955-29] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=55 
   [junit4]   1> 241364 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 2
   [junit4]   1> 241429 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1441381328699260928)]} 0 15
   [junit4]   1> 241451 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 241524 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_b,generation=11}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_c,generation=12}
   [junit4]   1> 241525 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 12
   [junit4]   1> 241565 [qtp1158192955-26] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2f01a5c4 main
   [junit4]   1> 241566 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2f01a5c4 main{StandardDirectoryReader(segments_c:29:nrt _7(5.0):C1)}
   [junit4]   1> 241567 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 241583 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2f01a5c4 main{StandardDirectoryReader(segments_c:29:nrt _7(5.0):C1)}
   [junit4]   1> 241588 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 241590 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 139
   [junit4]   1> 241602 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
   [junit4]   1> 241627 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1441381328916316160)]} 0 7
   [junit4]   1> 241643 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 241752 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_c,generation=12}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_d,generation=13}
   [junit4]   1> 241754 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 13
   [junit4]   1> 241776 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@73e052af main
   [junit4]   1> 241785 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 241788 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@73e052af main{StandardDirectoryReader(segments_d:33:nrt _8(5.0):C1)}
   [junit4]   1> 241789 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 241797 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@73e052af main{StandardDirectoryReader(segments_d:33:nrt _8(5.0):C1)}
   [junit4]   1> 241830 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 188
   [junit4]   1> 241846 [qtp1158192955-28] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=2 
   [junit4]   1> 241856 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateField
   [junit4]   1> 241936 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnDelete
   [junit4]   1> 241962 [qtp1158192955-31] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@27254a8b realtime
   [junit4]   1> 241964 [qtp1158192955-31] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381329262346240)} 0 13
   [junit4]   1> 241995 [qtp1158192955-29] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 242012 [qtp1158192955-29] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_d,generation=13}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_e,generation=14}
   [junit4]   1> 242013 [qtp1158192955-29] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 14
   [junit4]   1> 242015 [qtp1158192955-29] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4eaf3b95 main
   [junit4]   1> 242017 [qtp1158192955-29] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 242021 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4eaf3b95 main{StandardDirectoryReader(segments_d:35:nrt)}
   [junit4]   1> 242023 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 242044 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4eaf3b95 main{StandardDirectoryReader(segments_d:35:nrt)}
   [junit4]   1> 242079 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 84
   [junit4]   1> 242104 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   1> 242169 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1441381329443749888)]} 0 46
   [junit4]   1> 242192 [qtp1158192955-31] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 242229 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_e,generation=14}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_f,generation=15}
   [junit4]   1> 242230 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 15
   [junit4]   1> 242237 [qtp1158192955-31] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2ad66992 main
   [junit4]   1> 242241 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2ad66992 main{StandardDirectoryReader(segments_f:37:nrt _9(5.0):C1)}
   [junit4]   1> 242242 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 242259 [qtp1158192955-31] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 242267 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2ad66992 main{StandardDirectoryReader(segments_f:37:nrt _9(5.0):C1)}
   [junit4]   1> 242271 [qtp1158192955-31] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 80
   [junit4]   1> 242282 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=2 
   [junit4]   1> 242293 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[id3 (-1441381329618862080)]} 0 3
   [junit4]   1> 242301 [qtp1158192955-28] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
   [junit4]   1> 242565 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
   [junit4]   1> 242823 [qtp1158192955-29] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
   [junit4]   1> 243083 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
   [junit4]   1> 243295 [commitScheduler-7-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   1> 243304 [commitScheduler-7-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1b41015d main
   [junit4]   1> 243305 [commitScheduler-7-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 243306 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1b41015d main{StandardDirectoryReader(segments_f:39:nrt)}
   [junit4]   1> 243307 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 243314 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1b41015d main{StandardDirectoryReader(segments_f:39:nrt)}
   [junit4]   1> 243346 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   1> 243350 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnDelete
   [junit4]   1> 243381 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testContentStreamRequest
   [junit4]   1> 243409 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381330776489984)} 0 15
   [junit4]   1> 243423 [qtp1158192955-31] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 243424 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_f,generation=15}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_g,generation=16}
   [junit4]   1> 243425 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 16
   [junit4]   1> 243429 [qtp1158192955-31] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4cbbf7f4 main
   [junit4]   1> 243430 [qtp1158192955-31] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 243431 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4cbbf7f4 main{StandardDirectoryReader(segments_f:39:nrt)}
   [junit4]   1> 243432 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 243438 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4cbbf7f4 main{StandardDirectoryReader(segments_f:39:nrt)}
   [junit4]   1> 243440 [qtp1158192955-31] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 17
   [junit4]   1> 243462 [qtp1158192955-29] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   1> 243654 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 243680 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_g,generation=16}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_h,generation=17}
   [junit4]   1> 243681 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 17
   [junit4]   1> 243685 [qtp1158192955-27] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@73878d83 main
   [junit4]   1> 243686 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@73878d83 main{StandardDirectoryReader(segments_h:41:nrt _a(5.0):C10)}
   [junit4]   1> 243687 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 243687 [qtp1158192955-27] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 243693 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@73878d83 main{StandardDirectoryReader(segments_h:41:nrt _a(5.0):C10)}
   [junit4]   1> 243695 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[0553573403 (1441381331002982400), 0553579908 (1441381331013468160), 055357342X (1441381331016613888), 0553293354 (1441381331020808192), 0812521390 (1441381331023953920), 0812550706 (1441381331028148224), 0441385532 (1441381331031293952), 0380014300 (1441381331037585408), 0805080481 (1441381331040731136), 080508049X (1441381331044925440)],commit=} 0 195
   [junit4]   1> 243703 [qtp1158192955-28] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 243713 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testContentStreamRequest
   [junit4]   1> 243753 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacets
   [junit4]   1> 243764 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1a72f155 realtime
   [junit4]   1> 243765 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381331158171648)} 0 6
   [junit4]   1> 243808 [qtp1158192955-31] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 243811 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_h,generation=17}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_i,generation=18}
   [junit4]   1> 243811 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 18
   [junit4]   1> 243813 [qtp1158192955-31] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6c3ea64a main
   [junit4]   1> 243817 [qtp1158192955-31] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 243818 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6c3ea64a main{StandardDirectoryReader(segments_h:43:nrt)}
   [junit4]   1> 243819 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 243865 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6c3ea64a main{StandardDirectoryReader(segments_h:43:nrt)}
   [junit4]   1> 243878 [qtp1158192955-31] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 70
   [junit4]   1> 243913 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   1> 243962 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1441381331335380992), 2 (1441381331347963904), 3 (1441381331349012480), 4 (1441381331350061056), 5 (1441381331352158208), 6 (1441381331353206784), 7 (1441381331354255360), 8 (1441381331361595392), 9 (1441381331365789696), 10 (1441381331366838272), ... (12 adds)]} 0 34
   [junit4]   1> 243983 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 244020 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_i,generation=18}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_j,generation=19}
   [junit4]   1> 244020 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 19
   [junit4]   1> 244023 [qtp1158192955-26] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@52d22647 main
   [junit4]   1> 244026 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@52d22647 main{StandardDirectoryReader(segments_j:45:nrt _b(5.0):C12)}
   [junit4]   1> 244027 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 244027 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 244037 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@52d22647 main{StandardDirectoryReader(segments_j:45:nrt _b(5.0):C12)}
   [junit4]   1> 244039 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 56
   [junit4]   1> 244377 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=23,phase1=23,nTerms=2,bigTerms=2,termInstances=0,uses=0}
   [junit4]   1> 244390 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=cat,memSize=4515,tindexSize=41,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
   [junit4]   1> 244412 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=false&facet=true&facet.mincount=0&q=*:*&wt=javabin&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2&rows=0} hits=12 status=0 QTime=362 
   [junit4]   1> 244537 [qtp1158192955-29] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=javabin&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2&rows=0} hits=11 status=0 QTime=104 
   [junit4]   1> 244542 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacets
   [junit4]   1> 244585 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPingHandler
   [junit4]   1> 244605 [qtp1158192955-27] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@69dee411 realtime
   [junit4]   1> 244608 [qtp1158192955-27] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381332038975488)} 0 9
   [junit4]   1> 244618 [qtp1158192955-28] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 244620 [qtp1158192955-28] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_j,generation=19}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_k,generation=20}
   [junit4]   1> 244620 [qtp1158192955-28] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 20
   [junit4]   1> 244621 [qtp1158192955-28] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1bd5f560 main
   [junit4]   1> 244623 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1bd5f560 main{StandardDirectoryReader(segments_j:47:nrt)}
   [junit4]   1> 244623 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 244629 [qtp1158192955-28] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 244633 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1bd5f560 main{StandardDirectoryReader(segments_j:47:nrt)}
   [junit4]   1> 244635 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 17
   [junit4]   1> 244649 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   1> 244699 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=23 
   [junit4]   1> 244700 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=25 
   [junit4]   1> 244704 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPingHandler
   [junit4]   1> 244739 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacetsMissing
   [junit4]   1> 244751 [qtp1158192955-31] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1441381332196261888)} 0 2
   [junit4]   1> 244763 [qtp1158192955-29] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 244764 [qtp1158192955-29] INFO  org.apache.solr.update.UpdateHandler  ? No uncommitted changes. Skipping IW.commit.
   [junit4]   1> 244766 [qtp1158192955-29] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@67ca54e5 main
   [junit4]   1> 244767 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@67ca54e5 main{StandardDirectoryReader(segments_j:47:nrt)}
   [junit4]   1> 244768 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 244778 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@67ca54e5 main{StandardDirectoryReader(segments_j:47:nrt)}
   [junit4]   1> 244782 [qtp1158192955-29] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 244783 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
   [junit4]   1> 244793 [qtp1158192955-27] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
   [junit4]   1> 244824 [qtp1158192955-28] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1441381332250787840), 2 (1441381332253933568), 3 (1441381332254982144), 4 (1441381332257079296), 5 (1441381332263370752), 6 (1441381332265467904), 7 (1441381332266516480), 8 (1441381332268613632), 9 (1441381332270710784), 10 (1441381332271759360), ... (12 adds)]} 0 24
   [junit4]   1> 244834 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 244845 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_k,generation=20}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_l,generation=21}
   [junit4]   1> 244846 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 21
   [junit4]   1> 244868 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@530f5c74 main
   [junit4]   1> 244870

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

vabin&version=2} {add=[testSetNullUpdateOrder (1441381343433850880)]} 0 11
   [junit4]   1> 255489 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 255562 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_1h,generation=53}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_1i,generation=54}
   [junit4]   1> 255563 [qtp1158192955-26] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 54
   [junit4]   1> 255571 [qtp1158192955-26] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@62ea0720 main
   [junit4]   1> 255576 [qtp1158192955-26] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 255577 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@62ea0720 main{StandardDirectoryReader(segments_1i:145:nrt _13(5.0):C5 _14(5.0):C1)}
   [junit4]   1> 255579 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 255587 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@62ea0720 main{StandardDirectoryReader(segments_1i:145:nrt _13(5.0):C5 _14(5.0):C1)}
   [junit4]   1> 255591 [qtp1158192955-26] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 102
   [junit4]   1> 255604 [qtp1158192955-29] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1441381343574360064)]} 0 6
   [junit4]   1> 255620 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 255645 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_1i,generation=54}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3467837 lockFactory=org.apache.lucene.store.NativeFSLockFactory@314b67f4),segFN=segments_1j,generation=55}
   [junit4]   1> 255648 [qtp1158192955-30] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 55
   [junit4]   1> 255652 [qtp1158192955-30] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@292e7959 main
   [junit4]   1> 255653 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@292e7959 main{StandardDirectoryReader(segments_1j:149:nrt _13(5.0):C5 _15(5.0):C1)}
   [junit4]   1> 255655 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
   [junit4]   1> 255655 [qtp1158192955-30] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 255663 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@292e7959 main{StandardDirectoryReader(segments_1j:149:nrt _13(5.0):C5 _15(5.0):C1)}
   [junit4]   1> 255665 [qtp1158192955-30] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 45
   [junit4]   1> 255675 [qtp1158192955-31] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:testSetNullUpdateOrder&wt=javabin&version=2} hits=1 status=0 QTime=2 
   [junit4]   1> 255683 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[D6360D5F9EB248DA]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdateOrder
   [junit4]   1> 255729 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=786325788
   [junit4]   1> 255738 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f07f14b
   [junit4]   1> 255923 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.update.UpdateHandler  ? closing DirectUpdateHandler2{commits=59,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=128,cumulative_deletesById=5,cumulative_deletesByQuery=27,cumulative_errors=1}
   [junit4]   1> 255956 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 255957 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 255958 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 255974 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 255976 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 255979 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052;done=false>>]
   [junit4]   1> 255983 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052
   [junit4]   1> 255986 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052/index;done=false>>]
   [junit4]   1> 255987 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1374608122052/index
   [junit4]   1> 255990 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 256063 [SUITE-SolrExampleBinaryTest-seed#[D6360D5F9EB248DA]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ###deleteCore
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=380), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=380)), sim=DefaultSimilarity, locale=de_AT, timezone=America/Cayenne
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=1,free=163733416,total=225378304
   [junit4]   2> NOTE: All tests run in this JVM: [TestUpdateRequestCodec, SolrParamTest, SolrExceptionTest, ContentStreamTest, TestNamedListCodec, SolrExampleBinaryTest]
   [junit4] Completed in 247.09s, 26 tests, 1 error <<< FAILURES!

[...truncated 129 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:194: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1247: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:890: There were test failures: 46 suites, 272 tests, 1 error

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