Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/569/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:53543/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([8801ABA9740DFBBB:23E3125FF60BE2D6]: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.doIt(TestBatchUpdate.java:130)
        at 
org.apache.solr.client.solrj.TestBatchUpdate.testWithXml(TestBatchUpdate.java:54)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        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:722)
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)
        ... 46 more




Build Log:
[...truncated 10640 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.TestBatchUpdate
[junit4:junit4]   1> 42939 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.SolrJettyTestBase  ? Randomized ssl (true) and clientAuth 
(false)
[junit4:junit4]   1> 42943 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.SolrTestCaseJ4  ? ####initCore
[junit4:junit4]   1> 42945 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.SolrTestCaseJ4  ? ####initCore end
[junit4:junit4]   1> 43034 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
[junit4:junit4]   1> 44143 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.eclipse.jetty.util.ssl.SslContextFactory  ? Enabled Protocols [SSLv2Hello, 
SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[junit4:junit4]   1> 44178 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.eclipse.jetty.server.AbstractConnector  ? Started 
SslSelectChannelConnector@127.0.0.1:53543
[junit4:junit4]   1> 44181 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
[junit4:junit4]   1> 44182 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr 
(NoInitialContextEx)
[junit4:junit4]   1> 44183 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44184 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44185 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.core.CoreContainer  ? New CoreContainer 846173260
[junit4:junit4]   1> 44208 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44210 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44590 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44592 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44596 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44604 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44606 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44611 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44613 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44615 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44617 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44619 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44623 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44627 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44629 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44631 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44662 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44664 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44666 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44668 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44669 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44692 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting 
socketTimeout to: 0
[junit4:junit4]   1> 44693 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme 
to: http://
[junit4:junit4]   1> 44694 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting 
connTimeout to: 0
[junit4:junit4]   1> 44695 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting 
maxConnectionsPerHost to: 20
[junit4:junit4]   1> 44696 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting 
corePoolSize to: 0
[junit4:junit4]   1> 44697 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting 
maximumPoolSize to: 2147483647
[junit4:junit4]   1> 44698 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting 
maxThreadIdleTime to: 5
[junit4:junit4]   1> 44700 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting 
sizeOfQueue to: -1
[junit4:junit4]   1> 44701 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting 
fairnessPolicy to: false
[junit4:junit4]   1> 44702 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 44743 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.logging.LogWatcher  ? Registering Log Listener
[junit4:junit4]   1> 44760 [coreLoadExecutor-33-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> 44762 [coreLoadExecutor-33-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> 44892 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrConfig  ? Adding specified lib dirs to ClassLoader
[junit4:junit4]   1> 44901 [coreLoadExecutor-33-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> 44902 [coreLoadExecutor-33-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> 44905 [coreLoadExecutor-33-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> 44905 [coreLoadExecutor-33-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> 44907 [coreLoadExecutor-33-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> 44908 [coreLoadExecutor-33-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> 44910 [coreLoadExecutor-33-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> 44911 [coreLoadExecutor-33-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> 45319 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> 45705 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> 45707 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
[junit4:junit4]   1> 45799 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=example
[junit4:junit4]   1> 49152 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.schema.IndexSchema  ? unique key field: id
[junit4:junit4]   1> 49348 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates 
from file currency.xml
[junit4:junit4]   1> 49397 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates 
from file currency.xml
[junit4:junit4]   1> 49924 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 49925 [coreLoadExecutor-33-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-1371892644875/
[junit4:junit4]   1> 49955 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.JmxMonitoredMap  ? JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6257d812
[junit4:junit4]   1> 50060 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for 
newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   1> 50061 [coreLoadExecutor-33-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> 50133 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 50135 [coreLoadExecutor-33-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-1371892644875
[junit4:junit4]   1> 50135 [coreLoadExecutor-33-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-1371892644875/index/
[junit4:junit4]   1> 50136 [coreLoadExecutor-33-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-1371892644875/index'
 doesn't exist. Creating new index...
[junit4:junit4]   1> 50137 [coreLoadExecutor-33-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-1371892644875/index
[junit4:junit4]   1> 50142 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_1,generation=1}
[junit4:junit4]   1> 50143 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 50210 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? created json: solr.JSONResponseWriter
[junit4:junit4]   1> 50211 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? adding lazy queryResponseWriter: 
solr.VelocityResponseWriter
[junit4:junit4]   1> 50235 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? created velocity: solr.VelocityResponseWriter
[junit4:junit4]   1> 50312 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? created xslt: solr.XSLTResponseWriter
[junit4:junit4]   1> 50316 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.response.XSLTResponseWriter  ? xsltCacheLifetimeSeconds=5
[junit4:junit4]   1> 51225 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /select: solr.SearchHandler
[junit4:junit4]   1> 51228 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /query: solr.SearchHandler
[junit4:junit4]   1> 51230 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> 51232 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /browse: solr.SearchHandler
[junit4:junit4]   1> 51235 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /update: 
solr.UpdateRequestHandler
[junit4:junit4]   1> 51274 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /update/json: 
solr.JsonUpdateRequestHandler
[junit4:junit4]   1> 51311 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /update/csv: 
solr.CSVRequestHandler
[junit4:junit4]   1> 51312 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: 
solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 51313 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /update/extract: 
solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 51314 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: 
solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 51315 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /analysis/field: 
solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 51316 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: 
solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 51317 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /analysis/document: 
solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 51355 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /admin/: 
solr.admin.AdminHandlers
[junit4:junit4]   1> 51358 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /admin/ping: 
solr.PingRequestHandler
[junit4:junit4]   1> 51409 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /debug/dump: 
solr.DumpRequestHandler
[junit4:junit4]   1> 51488 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /replication: 
solr.ReplicationHandler
[junit4:junit4]   1> 51489 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: 
solr.SearchHandler
[junit4:junit4]   1> 51491 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /spell: solr.SearchHandler
[junit4:junit4]   1> 51491 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: 
solr.SearchHandler
[junit4:junit4]   1> 51493 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /tvrh: solr.SearchHandler
[junit4:junit4]   1> 51494 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: 
solr.SearchHandler
[junit4:junit4]   1> 51495 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /terms: solr.SearchHandler
[junit4:junit4]   1> 51496 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: 
solr.SearchHandler
[junit4:junit4]   1> 51498 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.RequestHandlers  ? created /elevate: solr.SearchHandler
[junit4:junit4]   1> 51518 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 51521 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 51524 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 51542 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1925e3e9 main
[junit4:junit4]   1> 51564 [coreLoadExecutor-33-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-1371892644875/tlog
[junit4:junit4]   1> 51566 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   1> 51566 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
[junit4:junit4]   1> 51569 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.handler.component.SpellCheckComponent  ? Initializing spell 
checkers
[junit4:junit4]   1> 51728 [coreLoadExecutor-33-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> 51876 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.handler.component.SpellCheckComponent  ? No queryConverter 
defined, using default converter
[junit4:junit4]   1> 51921 [coreLoadExecutor-33-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> 52147 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  
10000
[junit4:junit4]   1> 52151 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to 
Searcher@1925e3e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 52272 [searcherExecutor-34-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=112 
[junit4:junit4]   1> 52273 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 52274 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index 
for spellchecker: default
[junit4:junit4]   1> 52275 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index 
for spellchecker: wordbreak
[junit4:junit4]   1> 52283 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher 
Searcher@1925e3e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 52299 [coreLoadExecutor-33-thread-1] INFO  
org.apache.solr.core.CoreContainer  ? registering core: collection1
[junit4:junit4]   1> 52301 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 52302 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
[junit4:junit4]   1> 52303 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.SolrJettyTestBase  ? Jetty Assigned Port#53543
[junit4:junit4]   2> Creating dataDir: 
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-TestBatchUpdate-1371892644875
[junit4:junit4]   1> 52315 
[TEST-TestBatchUpdate.testWithBinary-seed#[8801ABA9740DFBBB]] INFO  
org.apache.solr.SolrTestCaseJ4  ? ###Starting testWithBinary
[junit4:junit4]   1> 52316 
[TEST-TestBatchUpdate.testWithBinary-seed#[8801ABA9740DFBBB]] INFO  
org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, 
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 52765 [qtp1944308008-58] INFO  
org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_1,generation=1}
[junit4:junit4]   1> 52767 [qtp1944308008-58] INFO  
org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 52771 [qtp1944308008-58] INFO  
org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@28f9ed78 realtime
[junit4:junit4]   1> 52774 [qtp1944308008-58] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* 
(-1438533712285270016)} 0 24
[junit4:junit4]   1> 55352 [qtp1944308008-60] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 
(1438533712442556416), 2 (1438533712505470976), 3 (1438533712508616704), 4 
(1438533712515956736), 5 (1438533712517005312), 6 (1438533712518053888), 7 
(1438533712519102464), 8 (1438533712520151040), 9 (1438533712521199616), 10 
(1438533712522248192), ... (1000 adds)]} 0 2442
[junit4:junit4]   1> 55371 [qtp1944308008-62] INFO  
org.apache.solr.update.UpdateHandler  ? start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 56083 [qtp1944308008-62] INFO  
org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_1,generation=1}
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_2,generation=2}
[junit4:junit4]   1> 56084 [qtp1944308008-62] INFO  
org.apache.solr.core.SolrCore  ? newest commit generation = 2
[junit4:junit4]   1> 56401 [qtp1944308008-62] INFO  
org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@26f6fdf0 main
[junit4:junit4]   1> 56423 [qtp1944308008-62] INFO  
org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 56423 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to 
Searcher@26f6fdf0 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1000)}
[junit4:junit4]   1> 56426 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 56435 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher 
Searcher@26f6fdf0 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1000)}
[junit4:junit4]   1> 56448 [qtp1944308008-62] 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 1077
[junit4:junit4]   1> 56468 [qtp1944308008-58] INFO  
org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=2 
[junit4:junit4]   1> 56584 
[TEST-TestBatchUpdate.testWithBinary-seed#[8801ABA9740DFBBB]] INFO  
org.apache.solr.SolrTestCaseJ4  ? ###Ending testWithBinary
[junit4:junit4]   1> 56624 
[TEST-TestBatchUpdate.testWithXml-seed#[8801ABA9740DFBBB]] INFO  
org.apache.solr.SolrTestCaseJ4  ? ###Starting testWithXml
[junit4:junit4]   1> 56697 [qtp1944308008-60] INFO  
org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7057be4e realtime
[junit4:junit4]   1> 56699 [qtp1944308008-60] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* 
(-1438533716354793472)} 0 58
[junit4:junit4]   1> 58950 [qtp1944308008-63] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 
(1438533716533051392), 2 (1438533716568702976), 3 (1438533716579188736), 4 
(1438533716586528768), 5 (1438533716588625920), 6 (1438533716589674496), 7 
(1438533716590723072), 8 (1438533716591771648), 9 (1438533716594917376), 10 
(1438533716595965952), ... (1000 adds)]} 0 2139
[junit4:junit4]   1> 71699 [commitScheduler-36-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> 71937 [commitScheduler-36-thread-1] INFO  
org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_2,generation=2}
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_3,generation=3}
[junit4:junit4]   1> 71938 [commitScheduler-36-thread-1] INFO  
org.apache.solr.core.SolrCore  ? newest commit generation = 3
[junit4:junit4]   1> 71993 [commitScheduler-36-thread-1] INFO  
org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2d1a5026 realtime
[junit4:junit4]   1> 72005 [commitScheduler-36-thread-1] INFO  
org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 259103 [qtp1944308008-59] INFO  
org.apache.solr.update.UpdateHandler  ? start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 259105 
[TEST-TestBatchUpdate.testWithXml-seed#[8801ABA9740DFBBB]] INFO  
org.apache.solr.SolrTestCaseJ4  ? ###Ending testWithXml
[junit4:junit4]   1> 259132 [qtp1944308008-59] INFO  
org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_3,generation=3}
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_4,generation=4}
[junit4:junit4]   1> 259134 [qtp1944308008-59] INFO  
org.apache.solr.core.SolrCore  ? newest commit generation = 4
[junit4:junit4]   1> 259146 [qtp1944308008-59] INFO  
org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7594ea81 main
[junit4:junit4]   1> 259175 [qtp1944308008-59] INFO  
org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 259188 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to 
Searcher@7594ea81 main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C1000)}
[junit4:junit4]   1> 259189 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 259239 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher 
Searcher@7594ea81 main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C1000)}
[junit4:junit4]   1> 259260 [qtp1944308008-59] 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 169
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBatchUpdate 
-Dtests.method=testWithXml -Dtests.seed=8801ABA9740DFBBB -Dtests.slow=true 
-Dtests.locale=no_NO -Dtests.timezone=America/Araguaina 
-Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR    203s | TestBatchUpdate.testWithXml <<<
[junit4:junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:53543/solr/collection1
[junit4:junit4]    >    at 
__randomizedtesting.SeedInfo.seed([8801ABA9740DFBBB:23E3125FF60BE2D6]: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.doIt(TestBatchUpdate.java:130)
[junit4:junit4]    >    at 
org.apache.solr.client.solrj.TestBatchUpdate.testWithXml(TestBatchUpdate.java:54)
[junit4:junit4]    >    at java.lang.Thread.run(Thread.java:722)
[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]    >    ... 46 more
[junit4:junit4]   1> 259762 
[TEST-TestBatchUpdate.testWithBinaryBean-seed#[8801ABA9740DFBBB]] INFO  
org.apache.solr.SolrTestCaseJ4  ? ###Starting testWithBinaryBean
[junit4:junit4]   1> 259957 [qtp1944308008-63] INFO  
org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5e4ed2e4 realtime
[junit4:junit4]   1> 259959 [qtp1944308008-63] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* 
(-1438533929479962624)} 0 67
[junit4:junit4]   1> 261860 [qtp1944308008-59] INFO  
org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 
(1438533929988521984), 2 (1438533929994813440), 3 (1438533929995862016), 4 
(1438533929996910592), 5 (1438533929997959168), 6 (1438533930000056320), 7 
(1438533930001104896), 8 (1438533930002153472), 9 (1438533930003202048), 10 
(1438533930004250624), ... (1000 adds)]} 0 1490
[junit4:junit4]   1> 261886 [qtp1944308008-62] INFO  
org.apache.solr.update.UpdateHandler  ? start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 262371 [qtp1944308008-62] INFO  
org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_4,generation=4}
[junit4:junit4]   1>    
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24461f2b 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f86f40f),segFN=segments_5,generation=5}
[junit4:junit4]   1> 262378 [qtp1944308008-62] INFO  
org.apache.solr.core.SolrCore  ? newest commit generation = 5
[junit4:junit4]   1> 262502 [qtp1944308008-62] INFO  
org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3536a242 main
[junit4:junit4]   1> 262533 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to 
Searcher@3536a242 main{StandardDirectoryReader(segments_5:11:nrt _2(4.4):C1000)}
[junit4:junit4]   1> 262534 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 262552 [searcherExecutor-34-thread-1] INFO  
org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher 
Searcher@3536a242 main{StandardDirectoryReader(segments_5:11:nrt _2(4.4):C1000)}
[junit4:junit4]   1> 262569 [qtp1944308008-62] INFO  
org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 262624 [qtp1944308008-62] 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 739
[junit4:junit4]   1> 262654 [qtp1944308008-58] INFO  
org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=3 
[junit4:junit4]   1> 262667 
[TEST-TestBatchUpdate.testWithBinaryBean-seed#[8801ABA9740DFBBB]] INFO  
org.apache.solr.SolrTestCaseJ4  ? ###Ending testWithBinaryBean
[junit4:junit4]   1> 262697 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer 
instance=846173260
[junit4:junit4]   1> 262700 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2b547961
[junit4:junit4]   1> 263037 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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> 263038 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
[junit4:junit4]   1> 263040 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has 
reached 0 - closing IndexWriter
[junit4:junit4]   1> 263041 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with 
IndexWriterCloser
[junit4:junit4]   1> 263049 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
[junit4:junit4]   1> 263051 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.core.CachingDirectoryFactory  ? Closing MockDirectoryFactory - 
2 directories currently being tracked
[junit4:junit4]   1> 263053 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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-1371892644875/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1371892644875/index;done=false>>]
[junit4:junit4]   1> 263054 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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-1371892644875/index
[junit4:junit4]   1> 263056 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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-1371892644875
 
[CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1371892644875;done=false>>]
[junit4:junit4]   1> 263057 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-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-1371892644875
[junit4:junit4]   1> 263059 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.eclipse.jetty.server.handler.ContextHandler  ? stopped 
o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> 263118 
[SUITE-TestBatchUpdate-seed#[8801ABA9740DFBBB]-worker] INFO  
org.apache.solr.SolrTestCaseJ4  ? ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene3x, 
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=no_NO, 
timezone=America/Araguaina
[junit4:junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_21 
(64-bit)/cpus=2,threads=1,free=35543944,total=96468992
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrPingTest, 
TestXMLEscaping, TestNamedListCodec, MultiCoreExampleJettyTest, TestBatchUpdate]
[junit4:junit4] Completed in 220.52s, 3 tests, 1 error <<< FAILURES!

[...truncated 132 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: 129 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC
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