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

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:53683/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:53683/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([A181B849268E6C0E:C26AB94B46EAAB2C]: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 9880 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.TestBatchUpdate
[junit4:junit4]   1> 84714 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.SolrJettyTestBase  � Randomized ssl (true) and clientAuth 
(false)
[junit4:junit4]   1> 84715 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.SolrTestCaseJ4  � ####initCore
[junit4:junit4]   1> 84716 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.SolrTestCaseJ4  � ####initCore end
[junit4:junit4]   1> 84749 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.eclipse.jetty.server.Server  � jetty-8.1.10.v20130312
[junit4:junit4]   1> 85229 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.eclipse.jetty.util.ssl.SslContextFactory  � Enabled Protocols [SSLv2Hello, 
SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
[junit4:junit4]   1> 85239 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.eclipse.jetty.server.AbstractConnector  � Started 
SslSelectChannelConnector@127.0.0.1:53683
[junit4:junit4]   1> 85259 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.servlet.SolrDispatchFilter  � SolrDispatchFilter.init()
[junit4:junit4]   1> 85260 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrResourceLoader  � JNDI not configured for solr 
(NoInitialContextEx)
[junit4:junit4]   1> 85261 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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:junit4]   1> 85261 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.CoreContainer  � looking for solr config file: 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/solr.xml
[junit4:junit4]   1> 85262 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.CoreContainer  � New CoreContainer 1987673191
[junit4:junit4]   1> 85263 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.CoreContainer  � Loading CoreContainer using Solr Home: 
'/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 85263 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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:junit4]   1> 85431 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
[junit4:junit4]   1> 85432 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn
[junit4:junit4]   1> 85440 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> 85445 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/props
[junit4:junit4]   1> 85446 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/text-base
[junit4:junit4]   1> 85450 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp
[junit4:junit4]   1> 85451 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> 85452 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> 85454 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> 85455 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin
[junit4:junit4]   1> 85456 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn
[junit4:junit4]   1> 85458 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/prop-base
[junit4:junit4]   1> 85460 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/props
[junit4:junit4]   1> 85461 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/text-base
[junit4:junit4]   1> 85462 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp
[junit4:junit4]   1> 85464 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/prop-base
[junit4:junit4]   1> 85465 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/props
[junit4:junit4]   1> 85466 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Looking for cores in 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/text-base
[junit4:junit4]   1> 85467 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCoreDiscoverer  � Discovered properties file 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/core.properties,
 adding to cores
[junit4:junit4]   1> 85471 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting 
socketTimeout to: 0
[junit4:junit4]   1> 85472 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting urlScheme 
to: http://
[junit4:junit4]   1> 85473 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting 
connTimeout to: 0
[junit4:junit4]   1> 85473 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting 
maxConnectionsPerHost to: 20
[junit4:junit4]   1> 85474 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting 
corePoolSize to: 0
[junit4:junit4]   1> 85475 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting 
maximumPoolSize to: 2147483647
[junit4:junit4]   1> 85476 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting 
maxThreadIdleTime to: 5
[junit4:junit4]   1> 85476 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting 
sizeOfQueue to: -1
[junit4:junit4]   1> 85477 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  � Setting 
fairnessPolicy to: false
[junit4:junit4]   1> 85478 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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:junit4]   1> 85486 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.logging.LogWatcher  � Registering Log Listener
[junit4:junit4]   1> 85491 [coreLoadExecutor-107-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:junit4]   1> 85492 [coreLoadExecutor-107-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:junit4]   1> 85568 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrConfig  � Adding specified lib dirs to ClassLoader
[junit4:junit4]   1> 85569 [coreLoadExecutor-107-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:junit4]   1> 85571 [coreLoadExecutor-107-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:junit4]   1> 85572 [coreLoadExecutor-107-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:junit4]   1> 85573 [coreLoadExecutor-107-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:junit4]   1> 85574 [coreLoadExecutor-107-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:junit4]   1> 85575 [coreLoadExecutor-107-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:junit4]   1> 85576 [coreLoadExecutor-107-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:junit4]   1> 85576 [coreLoadExecutor-107-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:junit4]   1> 85687 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrConfig  � Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> 85855 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.Config  � Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> 85856 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.schema.IndexSchema  � Reading Solr Schema from schema.xml
[junit4:junit4]   1> 85887 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.schema.IndexSchema  � [collection1] Schema name=example
[junit4:junit4]   1> 86826 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.schema.IndexSchema  � unique key field: id
[junit4:junit4]   1> 86860 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.schema.FileExchangeRateProvider  � Reloading exchange rates 
from file currency.xml
[junit4:junit4]   1> 86869 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.schema.FileExchangeRateProvider  � Reloading exchange rates 
from file currency.xml
[junit4:junit4]   1> 86934 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 86935 [coreLoadExecutor-107-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-1372211686207/
[junit4:junit4]   1> 86935 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.JmxMonitoredMap  � JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@681a791f
[junit4:junit4]   1> 86937 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � [collection1] Added SolrEventListener for 
newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   1> 86938 [coreLoadExecutor-107-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:junit4]   1> 86938 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 86939 [coreLoadExecutor-107-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-1372211686207
[junit4:junit4]   1> 86939 [coreLoadExecutor-107-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-1372211686207/index/
[junit4:junit4]   1> 86940 [coreLoadExecutor-107-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-1372211686207/index'
 doesn't exist. Creating new index...
[junit4:junit4]   1> 86941 [coreLoadExecutor-107-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-1372211686207/index
[junit4:junit4]   1> 86944 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_1,generation=1}
[junit4:junit4]   1> 86944 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � newest commit generation = 1
[junit4:junit4]   1> 86946 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � created json: solr.JSONResponseWriter
[junit4:junit4]   1> 86946 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � adding lazy queryResponseWriter: 
solr.VelocityResponseWriter
[junit4:junit4]   1> 86947 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � created velocity: solr.VelocityResponseWriter
[junit4:junit4]   1> 86947 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � created xslt: solr.XSLTResponseWriter
[junit4:junit4]   1> 86947 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.response.XSLTResponseWriter  � xsltCacheLifetimeSeconds=5
[junit4:junit4]   1> 86951 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /select: solr.SearchHandler
[junit4:junit4]   1> 86952 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /query: solr.SearchHandler
[junit4:junit4]   1> 86953 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> 86954 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /browse: solr.SearchHandler
[junit4:junit4]   1> 86955 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /update: 
solr.UpdateRequestHandler
[junit4:junit4]   1> 86956 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /update/json: 
solr.JsonUpdateRequestHandler
[junit4:junit4]   1> 86957 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /update/csv: 
solr.CSVRequestHandler
[junit4:junit4]   1> 86958 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: 
solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 86958 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /update/extract: 
solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 86959 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: 
solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 86959 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /analysis/field: 
solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 86960 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: 
solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 86961 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /analysis/document: 
solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 86961 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /admin/: 
solr.admin.AdminHandlers
[junit4:junit4]   1> 86962 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /admin/ping: 
solr.PingRequestHandler
[junit4:junit4]   1> 86964 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /debug/dump: 
solr.DumpRequestHandler
[junit4:junit4]   1> 86965 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /replication: 
solr.ReplicationHandler
[junit4:junit4]   1> 86965 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: 
solr.SearchHandler
[junit4:junit4]   1> 86966 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /spell: solr.SearchHandler
[junit4:junit4]   1> 86966 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: 
solr.SearchHandler
[junit4:junit4]   1> 86967 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /tvrh: solr.SearchHandler
[junit4:junit4]   1> 86967 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: 
solr.SearchHandler
[junit4:junit4]   1> 86970 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /terms: solr.SearchHandler
[junit4:junit4]   1> 86973 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � adding lazy requestHandler: 
solr.SearchHandler
[junit4:junit4]   1> 86974 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.RequestHandlers  � created /elevate: solr.SearchHandler
[junit4:junit4]   1> 86983 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.handler.loader.XMLLoader  � xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 86986 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.handler.loader.XMLLoader  � xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 86988 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.handler.loader.XMLLoader  � xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 86996 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@4bc2ebc7 main
[junit4:junit4]   1> 86997 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.update.UpdateHandler  � Clearing tlog files, 
tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1372211686207/tlog
[junit4:junit4]   1> 86998 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   1> 86999 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.SolrCore  � Soft AutoCommit: disabled
[junit4:junit4]   1> 87000 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.handler.component.SpellCheckComponent  � Initializing spell 
checkers
[junit4:junit4]   1> 87000 [coreLoadExecutor-107-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:junit4]   1> 87001 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.handler.component.SpellCheckComponent  � No queryConverter 
defined, using default converter
[junit4:junit4]   1> 87002 [coreLoadExecutor-107-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:junit4]   1> 87023 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.handler.ReplicationHandler  � Commits will be reserved for  
10000
[junit4:junit4]   1> 87024 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � QuerySenderListener sending requests to 
Searcher@4bc2ebc7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 87028 [searcherExecutor-108-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:junit4]   1> 87033 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � QuerySenderListener done.
[junit4:junit4]   1> 87033 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.handler.component.SpellCheckComponent  � Loading spell index 
for spellchecker: default
[junit4:junit4]   1> 87034 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.handler.component.SpellCheckComponent  � Loading spell index 
for spellchecker: wordbreak
[junit4:junit4]   1> 87038 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � [collection1] Registered new searcher 
Searcher@4bc2ebc7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 87051 [coreLoadExecutor-107-thread-1] INFO  
org.apache.solr.core.CoreContainer  � registering core: collection1
[junit4:junit4]   1> 87052 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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:junit4]   1> 87053 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.servlet.SolrDispatchFilter  � SolrDispatchFilter.init() done
[junit4:junit4]   1> 87054 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.SolrJettyTestBase  � Jetty Assigned Port#53683
[junit4:junit4]   2> Creating dataDir: 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-TestBatchUpdate-1372211686207
[junit4:junit4]   1> 87065 
[TEST-TestBatchUpdate.testWithXml-seed#[A181B849268E6C0E]] INFO  
org.apache.solr.SolrTestCaseJ4  � ###Starting testWithXml
[junit4:junit4]   1> 87066 
[TEST-TestBatchUpdate.testWithXml-seed#[A181B849268E6C0E]] INFO  
org.apache.solr.client.solrj.impl.HttpClientUtil  � Creating new http client, 
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 87543 [qtp1457092232-164] INFO  
org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_1,generation=1}
[junit4:junit4]   1> 87545 [qtp1457092232-164] INFO  
org.apache.solr.core.SolrCore  � newest commit generation = 1
[junit4:junit4]   1> 87547 [qtp1457092232-164] INFO  
org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@1fd86674 realtime
[junit4:junit4]   1> 87549 [qtp1457092232-164] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* 
(-1438868244038418432)} 0 9
[junit4:junit4]   1> 89231 [qtp1457092232-165] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 
(1438868244085604352), 2 (1438868244089798656), 3 (1438868244090847232), 4 
(1438868244091895808), 5 (1438868244091895809), 6 (1438868244092944384), 7 
(1438868244092944385), 8 (1438868244096090112), 9 (1438868244097138688), 10 
(1438868244098187264), ... (1000 adds)]} 0 1645
[junit4:junit4]   1> 89240 [qtp1457092232-164] INFO  
org.apache.solr.update.UpdateHandler  � start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 89412 [qtp1457092232-164] INFO  
org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_1,generation=1}
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_2,generation=2}
[junit4:junit4]   1> 89414 [qtp1457092232-164] INFO  
org.apache.solr.core.SolrCore  � newest commit generation = 2
[junit4:junit4]   1> 89426 [qtp1457092232-164] INFO  
org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@2e204449 main
[junit4:junit4]   1> 89427 [qtp1457092232-164] INFO  
org.apache.solr.update.UpdateHandler  � end_commit_flush
[junit4:junit4]   1> 89428 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � QuerySenderListener sending requests to 
Searcher@2e204449 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1000)}
[junit4:junit4]   1> 89428 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � QuerySenderListener done.
[junit4:junit4]   1> 89432 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � [collection1] Registered new searcher 
Searcher@2e204449 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1000)}
[junit4:junit4]   1> 89440 [qtp1457092232-164] 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 200
[junit4:junit4]   1> 89446 [qtp1457092232-164] INFO  
org.apache.solr.core.SolrCore  � [collection1] webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=1 
[junit4:junit4]   1> 89458 
[TEST-TestBatchUpdate.testWithXml-seed#[A181B849268E6C0E]] INFO  
org.apache.solr.SolrTestCaseJ4  � ###Ending testWithXml
[junit4:junit4]   1> 89577 
[TEST-TestBatchUpdate.testWithBinaryBean-seed#[A181B849268E6C0E]] INFO  
org.apache.solr.SolrTestCaseJ4  � ###Starting testWithBinaryBean
[junit4:junit4]   1> 89751 [qtp1457092232-166] INFO  
org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@7f097102 realtime
[junit4:junit4]   1> 89752 [qtp1457092232-166] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* 
(-1438868246313828352)} 0 67
[junit4:junit4]   1> 90973 [qtp1457092232-163] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 
(1438868246415540224), 2 (1438868246422880256), 3 (1438868246422880257), 4 
(1438868246423928832), 5 (1438868246423928833), 6 (1438868246423928834), 7 
(1438868246424977408), 8 (1438868246424977409), 9 (1438868246426025984), 10 
(1438868246426025985), ... (1000 adds)]} 0 1165
[junit4:junit4]   1> 104753 [commitScheduler-110-thread-1] INFO  
org.apache.solr.update.UpdateHandler  � start 
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 104881 [commitScheduler-110-thread-1] INFO  
org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_2,generation=2}
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_3,generation=3}
[junit4:junit4]   1> 104882 [commitScheduler-110-thread-1] INFO  
org.apache.solr.core.SolrCore  � newest commit generation = 3
[junit4:junit4]   1> 104885 [commitScheduler-110-thread-1] INFO  
org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@24fc81b4 realtime
[junit4:junit4]   1> 104887 [commitScheduler-110-thread-1] INFO  
org.apache.solr.update.UpdateHandler  � end_commit_flush
[junit4:junit4]   1> 291067 [qtp1457092232-164] INFO  
org.apache.solr.update.UpdateHandler  � start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 291068 
[TEST-TestBatchUpdate.testWithBinaryBean-seed#[A181B849268E6C0E]] INFO  
org.apache.solr.SolrTestCaseJ4  � ###Ending testWithBinaryBean
[junit4:junit4]   1> 291073 [qtp1457092232-164] INFO  
org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_3,generation=3}
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_4,generation=4}
[junit4:junit4]   1> 291074 [qtp1457092232-164] INFO  
org.apache.solr.core.SolrCore  � newest commit generation = 4
[junit4:junit4]   1> 291083 [qtp1457092232-164] INFO  
org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@77dbf87d main
[junit4:junit4]   1> 291085 [qtp1457092232-164] INFO  
org.apache.solr.update.UpdateHandler  � end_commit_flush
[junit4:junit4]   1> 291086 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � QuerySenderListener sending requests to 
Searcher@77dbf87d main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C1000)}
[junit4:junit4]   1> 291086 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � QuerySenderListener done.
[junit4:junit4]   1> 291088 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � [collection1] Registered new searcher 
Searcher@77dbf87d main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C1000)}
[junit4:junit4]   1> 291090 [qtp1457092232-164] 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 23
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBatchUpdate 
-Dtests.method=testWithBinaryBean -Dtests.seed=A181B849268E6C0E 
-Dtests.slow=true -Dtests.locale=nl_NL -Dtests.timezone=Africa/Bamako 
-Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR    202s | TestBatchUpdate.testWithBinaryBean <<<
[junit4:junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:53683/solr/collection1
[junit4:junit4]    >    at 
__randomizedtesting.SeedInfo.seed([A181B849268E6C0E:C26AB94B46EAAB2C]:0)
[junit4:junit4]    >    at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
[junit4:junit4]    >    at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    >    at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    >    at 
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
[junit4:junit4]    >    at 
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
[junit4:junit4]    >    at 
org.apache.solr.client.solrj.TestBatchUpdate.testWithBinaryBean(TestBatchUpdate.java:92)
[junit4:junit4]    >    at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]    > Caused by: org.apache.http.NoHttpResponseException: The 
target server failed to respond
[junit4:junit4]    >    at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]    >    at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]    >    at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]    >    at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]    >    at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]    >    at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]    >    at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]    >    at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]    >    at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]    >    at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]    >    at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    >    at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    >    at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    >    at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
[junit4:junit4]    >    ... 45 more
[junit4:junit4]   1> 291384 
[TEST-TestBatchUpdate.testWithBinary-seed#[A181B849268E6C0E]] INFO  
org.apache.solr.SolrTestCaseJ4  � ###Starting testWithBinary
[junit4:junit4]   1> 291422 [qtp1457092232-165] INFO  
org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@18cb98a4 realtime
[junit4:junit4]   1> 291423 [qtp1457092232-165] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* 
(-1438868457806364672)} 0 17
[junit4:junit4]   1> 291858 [qtp1457092232-167] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  � [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 
(1438868457840967680), 2 (1438868457843064832), 3 (1438868457843064833), 4 
(1438868457843064834), 5 (1438868457844113408), 6 (1438868457844113409), 7 
(1438868457844113410), 8 (1438868457845161984), 9 (1438868457845161985), 10 
(1438868457845161986), ... (1000 adds)]} 0 419
[junit4:junit4]   1> 291868 [qtp1457092232-166] INFO  
org.apache.solr.update.UpdateHandler  � start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 292004 [qtp1457092232-166] INFO  
org.apache.solr.core.SolrCore  � SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_4,generation=4}
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41dff693 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@655e46b0),segFN=segments_5,generation=5}
[junit4:junit4]   1> 292005 [qtp1457092232-166] INFO  
org.apache.solr.core.SolrCore  � newest commit generation = 5
[junit4:junit4]   1> 292013 [qtp1457092232-166] INFO  
org.apache.solr.search.SolrIndexSearcher  � Opening Searcher@4fc3d2f3 main
[junit4:junit4]   1> 292017 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � QuerySenderListener sending requests to 
Searcher@4fc3d2f3 main{StandardDirectoryReader(segments_5:11:nrt _2(4.4):C1000)}
[junit4:junit4]   1> 292017 [qtp1457092232-166] INFO  
org.apache.solr.update.UpdateHandler  � end_commit_flush
[junit4:junit4]   1> 292017 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � QuerySenderListener done.
[junit4:junit4]   1> 292045 [searcherExecutor-108-thread-1] INFO  
org.apache.solr.core.SolrCore  � [collection1] Registered new searcher 
Searcher@4fc3d2f3 main{StandardDirectoryReader(segments_5:11:nrt _2(4.4):C1000)}
[junit4:junit4]   1> 292051 [qtp1457092232-166] 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 183
[junit4:junit4]   1> 292089 [qtp1457092232-168] INFO  
org.apache.solr.core.SolrCore  � [collection1] webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=0 
[junit4:junit4]   1> 292093 
[TEST-TestBatchUpdate.testWithBinary-seed#[A181B849268E6C0E]] INFO  
org.apache.solr.SolrTestCaseJ4  � ###Ending testWithBinary
[junit4:junit4]   1> 292110 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.CoreContainer  � Shutting down CoreContainer 
instance=1987673191
[junit4:junit4]   1> 292111 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCore  � [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3539770
[junit4:junit4]   1> 292199 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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:junit4]   1> 292201 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.update.SolrCoreState  � Closing SolrCoreState
[junit4:junit4]   1> 292209 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.update.DefaultSolrCoreState  � SolrCoreState ref count has 
reached 0 - closing IndexWriter
[junit4:junit4]   1> 292210 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.update.DefaultSolrCoreState  � closing IndexWriter with 
IndexWriterCloser
[junit4:junit4]   1> 292222 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.SolrCore  � [collection1] Closing main searcher on request.
[junit4:junit4]   1> 292232 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.core.CachingDirectoryFactory  � Closing MockDirectoryFactory - 
2 directories currently being tracked
[junit4:junit4]   1> 292233 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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-1372211686207/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1372211686207/index;done=false>>]
[junit4:junit4]   1> 292234 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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-1372211686207/index
[junit4:junit4]   1> 292235 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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-1372211686207
 
[CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1372211686207;done=false>>]
[junit4:junit4]   1> 292235 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-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-1372211686207
[junit4:junit4]   1> 292241 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.eclipse.jetty.server.handler.ContextHandler  � stopped 
o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> 292297 
[SUITE-TestBatchUpdate-seed#[A181B849268E6C0E]-worker] INFO  
org.apache.solr.SolrTestCaseJ4  � ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Appending, 
sim=DefaultSimilarity, locale=nl_NL, timezone=Africa/Bamako
[junit4:junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Apple Inc. 1.6.0_51 
(64-bit)/cpus=2,threads=1,free=41278784,total=125173760
[junit4:junit4]   2> NOTE: All tests run in this JVM: 
[SolrExampleStreamingTest, MultiCoreEmbeddedTest, SolrExceptionTest, 
LargeVolumeJettyTest, FacetFieldTest, TestDocumentObjectBinder, 
DocumentAnalysisResponseTest, SolrDocumentTest, SolrPingTest, 
TestEmbeddedSolrServer, IteratorChainTest, SolrExampleJettyTest, TestHash, 
MergeIndexesEmbeddedTest, ContentStreamTest, TestFastInputStream, 
TestBatchUpdate]
[junit4:junit4] Completed in 207.63s, 3 tests, 1 error <<< FAILURES!

[...truncated 96 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:392: 
The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:372: 
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:437:
 The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1246:
 The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:890:
 There were test failures: 46 suites, 272 tests, 1 error

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


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

Reply via email to