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/17 08:15:27 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 636 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/636/
Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestBatchUpdate.testWithBinaryBean

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:55194/solr/collection1
	at __randomizedtesting.SeedInfo.seed([E09EEAB4429858AB:8375EBB622FC9F89]: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.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.client.solrj.TestBatchUpdate.testWithBinaryBean(TestBatchUpdate.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:680)
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 10083 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestBatchUpdate
   [junit4]   1> 70809 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.SolrJettyTestBase  � Randomized ssl (true) and clientAuth (false)
   [junit4]   1> 70810 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.SolrTestCaseJ4  � ####initCore
   [junit4]   1> 70811 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.SolrTestCaseJ4  � ####initCore end
   [junit4]   1> 70812 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.eclipse.jetty.server.Server  � jetty-8.1.10.v20130312
   [junit4]   1> 70897 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.eclipse.jetty.util.ssl.SslContextFactory  � Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   1> 70903 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.eclipse.jetty.server.AbstractConnector  � Started SslSelectChannelConnector@127.0.0.1:55194
   [junit4]   1> 70904 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  � SolrDispatchFilter.init()
   [junit4]   1> 70905 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.SolrResourceLoader  � JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 70906 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.SolrResourceLoader  � using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
   [junit4]   1> 70906 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
   [junit4]   1> 70954 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.ConfigSolr  � Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/solr.xml
   [junit4]   1> 71056 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.ConfigSolrXml  � Config-defined core root directory: 
   [junit4]   1> 71057 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CoreContainer  � New CoreContainer 1140087234
   [junit4]   1> 71057 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CoreContainer  � Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/]
   [junit4]   1> 71060 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting socketTimeout to: 0
   [junit4]   1> 71060 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting urlScheme to: http://
   [junit4]   1> 71061 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting connTimeout to: 0
   [junit4]   1> 71062 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting maxConnectionsPerHost to: 20
   [junit4]   1> 71062 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting corePoolSize to: 0
   [junit4]   1> 71063 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting maximumPoolSize to: 2147483647
   [junit4]   1> 71064 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting maxThreadIdleTime to: 5
   [junit4]   1> 71064 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting sizeOfQueue to: -1
   [junit4]   1> 71065 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting fairnessPolicy to: false
   [junit4]   1> 71067 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-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> 71074 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.logging.LogWatcher  � Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 71078 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CoresLocator  � Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
   [junit4]   1> 71114 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CoresLocator  � Found core collection1 in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/
   [junit4]   1> 71116 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CoresLocator  � Found 1 core definitions
   [junit4]   1> 71154 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.CoreContainer  � Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1
   [junit4]   1> 71159 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  � new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/'
   [junit4]   1> 71256 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrConfig  � Adding specified lib dirs to ClassLoader
   [junit4]   1> 71258 [coreLoadExecutor-72-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-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   1> 71260 [coreLoadExecutor-72-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-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   1> 71262 [coreLoadExecutor-72-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-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   1> 71262 [coreLoadExecutor-72-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-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   1> 71263 [coreLoadExecutor-72-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-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   1> 71264 [coreLoadExecutor-72-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-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   1> 71265 [coreLoadExecutor-72-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-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   1> 71266 [coreLoadExecutor-72-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-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   1> 71321 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.update.SolrIndexConfig  � IndexWriter infoStream solr logging is enabled
   [junit4]   1> 71325 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrConfig  � Using Lucene MatchVersion: LUCENE_43
   [junit4]   1> 71427 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.Config  � Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 71428 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.schema.IndexSchema  � Reading Solr Schema from schema.xml
   [junit4]   1> 71566 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.schema.IndexSchema  � [collection1] Schema name=example
   [junit4]   1> 72699 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.schema.IndexSchema  � unique key field: id
   [junit4]   1> 72740 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  � Reloading exchange rates from file currency.xml
   [junit4]   1> 72754 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  � Reloading exchange rates from file currency.xml
   [junit4]   1> 72849 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � org.apache.solr.core.MockDirectoryFactory
   [junit4]   1> 72851 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468/
   [junit4]   1> 72852 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.JmxMonitoredMap  � JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41955c3
   [junit4]   1> 72853 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   1> 72854 [coreLoadExecutor-72-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> 72855 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  � return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468
   [junit4]   1> 72856 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468/index/
   [junit4]   1> 72856 [coreLoadExecutor-72-thread-1] WARN  org.apache.solr.core.SolrCore  � [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468/index' doesn't exist. Creating new index...
   [junit4]   1> 72857 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  � return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468/index
   [junit4]   1> 72860 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f51c9a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38d5b111),segFN=segments_1,generation=1}
   [junit4]   1> 72860 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � newest commit generation = 1
   [junit4]   1> 72862 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � created json: solr.JSONResponseWriter
   [junit4]   1> 72862 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   1> 72863 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � created velocity: solr.VelocityResponseWriter
   [junit4]   1> 72863 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � created xslt: solr.XSLTResponseWriter
   [junit4]   1> 72865 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.response.XSLTResponseWriter  � xsltCacheLifetimeSeconds=5
   [junit4]   1> 72884 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /select: solr.SearchHandler
   [junit4]   1> 72886 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /query: solr.SearchHandler
   [junit4]   1> 72887 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /get: solr.RealTimeGetHandler
   [junit4]   1> 72888 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /browse: solr.SearchHandler
   [junit4]   1> 72889 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /update: solr.UpdateRequestHandler
   [junit4]   1> 72890 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /update/json: solr.JsonUpdateRequestHandler
   [junit4]   1> 72896 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /update/csv: solr.CSVRequestHandler
   [junit4]   1> 72898 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   1> 72899 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   1> 72902 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   1> 72903 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   1> 72904 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   1> 72905 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   1> 72906 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /admin/: solr.admin.AdminHandlers
   [junit4]   1> 72907 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /admin/ping: solr.PingRequestHandler
   [junit4]   1> 72909 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /debug/dump: solr.DumpRequestHandler
   [junit4]   1> 72911 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /replication: solr.ReplicationHandler
   [junit4]   1> 72911 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 72912 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /spell: solr.SearchHandler
   [junit4]   1> 72912 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 72913 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /tvrh: solr.SearchHandler
   [junit4]   1> 72914 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 72915 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /terms: solr.SearchHandler
   [junit4]   1> 72916 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: solr.SearchHandler
   [junit4]   1> 72917 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.RequestHandlers  � created /elevate: solr.SearchHandler
   [junit4]   1> 72925 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  � xsltCacheLifetimeSeconds=60
   [junit4]   1> 72927 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  � xsltCacheLifetimeSeconds=60
   [junit4]   1> 72930 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  � xsltCacheLifetimeSeconds=60
   [junit4]   1> 72938 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@7c8e3f75 main
   [junit4]   1> 72943 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   1> 72947 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.SolrCore  � Soft AutoCommit: disabled
   [junit4]   1> 72948 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  � Initializing spell checkers
   [junit4]   1> 72949 [coreLoadExecutor-72-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> 72949 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  � No queryConverter defined, using default converter
   [junit4]   1> 72951 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.handler.component.QueryElevationComponent  � Loading QueryElevation from: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/conf/elevate.xml
   [junit4]   1> 72981 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  � Commits will be reserved for  10000
   [junit4]   1> 72982 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � QuerySenderListener sending requests to Searcher@7c8e3f75 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 72985 [searcherExecutor-73-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=2 
   [junit4]   1> 72986 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � QuerySenderListener done.
   [junit4]   1> 72986 [searcherExecutor-73-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  � Loading spell index for spellchecker: default
   [junit4]   1> 72987 [searcherExecutor-73-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  � Loading spell index for spellchecker: wordbreak
   [junit4]   1> 72993 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � [collection1] Registered new searcher Searcher@7c8e3f75 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 73062 [coreLoadExecutor-72-thread-1] INFO  org.apache.solr.core.CoreContainer  � registering core: collection1
   [junit4]   1> 73064 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  � user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 73065 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  � SolrDispatchFilter.init() done
   [junit4]   1> 73065 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.SolrJettyTestBase  � Jetty Assigned Port#55194
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-TestBatchUpdate-1374041252468
   [junit4]   1> 73083 [TEST-TestBatchUpdate.testWithBinaryBean-seed#[E09EEAB4429858AB]] INFO  org.apache.solr.SolrTestCaseJ4  � ###Starting testWithBinaryBean
   [junit4]   1> 73084 [TEST-TestBatchUpdate.testWithBinaryBean-seed#[E09EEAB4429858AB]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  � Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   1> 73186 [qtp907773188-107] INFO  org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f51c9a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38d5b111),segFN=segments_1,generation=1}
   [junit4]   1> 73187 [qtp907773188-107] INFO  org.apache.solr.core.SolrCore  � newest commit generation = 1
   [junit4]   1> 73190 [qtp907773188-107] INFO  org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@714cf72c realtime
   [junit4]   1> 73191 [qtp907773188-107] INFO  org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1440786682834059264)} 0 35
   [junit4]   1> 74508 [qtp907773188-110] INFO  org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1440786682998685696), 2 (1440786683002880000), 3 (1440786683003928576), 4 (1440786683006025728), 5 (1440786683009171456), 6 (1440786683014414336), 7 (1440786683014414337), 8 (1440786683015462912), 9 (1440786683016511488), 10 (1440786683017560064), ... (1000 adds)]} 0 1170
   [junit4]   1> 88192 [commitScheduler-75-thread-1] INFO  org.apache.solr.update.UpdateHandler  � start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 88769 [commitScheduler-75-thread-1] INFO  org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f51c9a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38d5b111),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f51c9a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38d5b111),segFN=segments_2,generation=2}
   [junit4]   1> 88771 [commitScheduler-75-thread-1] INFO  org.apache.solr.core.SolrCore  � newest commit generation = 2
   [junit4]   1> 88774 [commitScheduler-75-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@76938855 realtime
   [junit4]   1> 88775 [commitScheduler-75-thread-1] INFO  org.apache.solr.update.UpdateHandler  � end_commit_flush
   [junit4]   1> 274619 [qtp907773188-107] INFO  org.apache.solr.update.UpdateHandler  � start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 274620 [qtp907773188-107] INFO  org.apache.solr.update.UpdateHandler  � No uncommitted changes. Skipping IW.commit.
   [junit4]   1> 274621 [qtp907773188-107] INFO  org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@28b48e23 main
   [junit4]   1> 274623 [qtp907773188-107] INFO  org.apache.solr.update.UpdateHandler  � end_commit_flush
   [junit4]   1> 274624 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � QuerySenderListener sending requests to Searcher@28b48e23 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C1000)}
   [junit4]   1> 274627 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � QuerySenderListener done.
   [junit4]   1> 274627 [TEST-TestBatchUpdate.testWithBinaryBean-seed#[E09EEAB4429858AB]] INFO  org.apache.solr.SolrTestCaseJ4  � ###Ending testWithBinaryBean
   [junit4]   1> 274637 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � [collection1] Registered new searcher Searcher@28b48e23 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C1000)}
   [junit4]   1> 274639 [qtp907773188-107] 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 21
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBatchUpdate -Dtests.method=testWithBinaryBean -Dtests.seed=E09EEAB4429858AB -Dtests.slow=true -Dtests.locale=sr_CS -Dtests.timezone=America/Vancouver -Dtests.file.encoding=MacRoman
   [junit4] ERROR    202s | TestBatchUpdate.testWithBinaryBean <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:55194/solr/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E09EEAB4429858AB:8375EBB622FC9F89]: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.commit(SolrServer.java:168)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
   [junit4]    > 	at org.apache.solr.client.solrj.TestBatchUpdate.testWithBinaryBean(TestBatchUpdate.java:92)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:680)
   [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> 274818 [TEST-TestBatchUpdate.testWithXml-seed#[E09EEAB4429858AB]] INFO  org.apache.solr.SolrTestCaseJ4  � ###Starting testWithXml
   [junit4]   1> 274891 [qtp907773188-106] INFO  org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@4128d1f4 realtime
   [junit4]   1> 274892 [qtp907773188-106] INFO  org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1440786894294089728)} 0 47
   [junit4]   1> 275869 [qtp907773188-110] INFO  org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1440786894426210304), 2 (1440786894435647488), 3 (1440786894435647489), 4 (1440786894436696064), 5 (1440786894437744640), 6 (1440786894437744641), 7 (1440786894438793216), 8 (1440786894438793217), 9 (1440786894439841792), 10 (1440786894439841793), ... (1000 adds)]} 0 899
   [junit4]   1> 275878 [qtp907773188-107] INFO  org.apache.solr.update.UpdateHandler  � start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 276110 [qtp907773188-107] INFO  org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f51c9a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38d5b111),segFN=segments_2,generation=2}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f51c9a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38d5b111),segFN=segments_3,generation=3}
   [junit4]   1> 276111 [qtp907773188-107] INFO  org.apache.solr.core.SolrCore  � newest commit generation = 3
   [junit4]   1> 276160 [qtp907773188-107] INFO  org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@7f8be298 main
   [junit4]   1> 276167 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � QuerySenderListener sending requests to Searcher@7f8be298 main{StandardDirectoryReader(segments_3:7:nrt _1(4.5):C1000)}
   [junit4]   1> 276168 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � QuerySenderListener done.
   [junit4]   1> 276173 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � [collection1] Registered new searcher Searcher@7f8be298 main{StandardDirectoryReader(segments_3:7:nrt _1(4.5):C1000)}
   [junit4]   1> 276175 [qtp907773188-107] INFO  org.apache.solr.update.UpdateHandler  � end_commit_flush
   [junit4]   1> 276176 [qtp907773188-107] 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 299
   [junit4]   1> 276187 [qtp907773188-106] INFO  org.apache.solr.core.SolrCore  � [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=2 
   [junit4]   1> 276193 [TEST-TestBatchUpdate.testWithXml-seed#[E09EEAB4429858AB]] INFO  org.apache.solr.SolrTestCaseJ4  � ###Ending testWithXml
   [junit4]   1> 276219 [TEST-TestBatchUpdate.testWithBinary-seed#[E09EEAB4429858AB]] INFO  org.apache.solr.SolrTestCaseJ4  � ###Starting testWithBinary
   [junit4]   1> 276242 [qtp907773188-109] INFO  org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@b6e0054 realtime
   [junit4]   1> 276243 [qtp907773188-109] INFO  org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1440786895740076032)} 0 19
   [junit4]   1> 276803 [qtp907773188-108] INFO  org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1440786895783067648), 2 (1440786895818719232), 3 (1440786895819767808), 4 (1440786895822913536), 5 (1440786895823962112), 6 (1440786895826059264), 7 (1440786895827107840), 8 (1440786895828156416), 9 (1440786895829204992), 10 (1440786895831302144), ... (1000 adds)]} 0 538
   [junit4]   1> 276810 [qtp907773188-107] INFO  org.apache.solr.update.UpdateHandler  � start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 276944 [qtp907773188-107] INFO  org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f51c9a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38d5b111),segFN=segments_3,generation=3}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f51c9a0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38d5b111),segFN=segments_4,generation=4}
   [junit4]   1> 276945 [qtp907773188-107] INFO  org.apache.solr.core.SolrCore  � newest commit generation = 4
   [junit4]   1> 276949 [qtp907773188-107] INFO  org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@2c808512 main
   [junit4]   1> 276951 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � QuerySenderListener sending requests to Searcher@2c808512 main{StandardDirectoryReader(segments_4:11:nrt _2(4.5):C1000)}
   [junit4]   1> 276951 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � QuerySenderListener done.
   [junit4]   1> 276957 [searcherExecutor-73-thread-1] INFO  org.apache.solr.core.SolrCore  � [collection1] Registered new searcher Searcher@2c808512 main{StandardDirectoryReader(segments_4:11:nrt _2(4.5):C1000)}
   [junit4]   1> 276965 [qtp907773188-107] INFO  org.apache.solr.update.UpdateHandler  � end_commit_flush
   [junit4]   1> 277009 [qtp907773188-107] 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 199
   [junit4]   1> 277016 [qtp907773188-105] INFO  org.apache.solr.core.SolrCore  � [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=1 
   [junit4]   1> 277021 [TEST-TestBatchUpdate.testWithBinary-seed#[E09EEAB4429858AB]] INFO  org.apache.solr.SolrTestCaseJ4  � ###Ending testWithBinary
   [junit4]   1> 277046 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CoreContainer  � Shutting down CoreContainer instance=1140087234
   [junit4]   1> 277047 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.SolrCore  � [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@22838de0
   [junit4]   1> 277111 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.update.UpdateHandler  � closing DirectUpdateHandler2{commits=4,autocommit maxTime=15000ms,autocommits=1,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3000,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
   [junit4]   1> 277112 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.update.SolrCoreState  � Closing SolrCoreState
   [junit4]   1> 277113 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  � SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 277113 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  � closing IndexWriter with IndexWriterCloser
   [junit4]   1> 277117 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.SolrCore  � [collection1] Closing main searcher on request.
   [junit4]   1> 277118 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  � Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 277119 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  � looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468;done=false>>]
   [junit4]   1> 277119 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  � Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468
   [junit4]   1> 277120 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  � looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468/index;done=false>>]
   [junit4]   1> 277121 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  � Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1374041252468/index
   [junit4]   1> 277121 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.eclipse.jetty.server.handler.ContextHandler  � stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 277178 [SUITE-TestBatchUpdate-seed#[E09EEAB4429858AB]-worker] INFO  org.apache.solr.SolrTestCaseJ4  � ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=sr_CS, timezone=America/Vancouver
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Apple Inc. 1.6.0_51 (64-bit)/cpus=2,threads=1,free=50255496,total=85000192
   [junit4]   2> NOTE: All tests run in this JVM: [MultiCoreExampleJettyTest, TestXMLEscaping, TestHash, QueryResponseTest, SolrPingTest, AnlysisResponseBaseTest, SolrExampleEmbeddedTest, TestDocumentObjectBinder, BasicHttpSolrServerTest, TestBatchUpdate]
   [junit4] Completed in 206.43s, 3 tests, 1 error <<< FAILURES!

[...truncated 117 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:395: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:375: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:194: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1250: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:893: There were test failures: 46 suites, 272 tests, 1 error

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