Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5615/
Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.request.TestRemoteStreaming.testQtUpdateFails

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:50584/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([6289A0DF930E9789:368BB43A5F3E12D3]: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.request.TestRemoteStreaming.doBefore(TestRemoteStreaming.java:60)
        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$7.evaluate(RandomizedRunner.java:771)
        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)
        ... 44 more




Build Log:
[...truncated 9772 lines...]
[junit4:junit4] Suite: org.apache.solr.request.TestRemoteStreaming
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.659; 
org.apache.solr.SolrJettyTestBase; Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.660; 
org.apache.solr.SolrTestCaseJ4; ####initCore
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.660; 
org.apache.solr.SolrTestCaseJ4; ####initCore end
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.661; 
org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.666; 
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> INFO  - 2013-05-12 08:35:24.685; 
org.eclipse.jetty.server.AbstractConnector; Started 
SslSelectChannelConnector@127.0.0.1:50584
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.686; 
org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.687; 
org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr 
(NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.687; 
org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: 
solr/
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.688; 
org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.688; 
org.apache.solr.core.CoreContainer; New CoreContainer 816046378
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.688; 
org.apache.solr.core.CoreContainer$Initializer; no solr.xml found. using 
default old-style solr.xml
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.689; 
org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: 
'solr/'
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.689; 
org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: 
'solr/'
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.734; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting 
socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.734; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme 
to: http://
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.735; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout 
to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.735; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting 
maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.735; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize 
to: 0
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.736; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting 
maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.736; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting 
maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.736; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue 
to: -1
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.737; 
org.apache.solr.handler.component.HttpShardHandlerFactory; Setting 
fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.737; 
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> INFO  - 2013-05-12 08:35:24.741; 
org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.745; 
org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using 
instanceDir: solr/collection1
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.746; 
org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: 
'solr/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.775; 
org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.814; 
org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.815; 
org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:24.819; 
org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.150; 
org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.156; 
org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.158; 
org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.167; 
org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from 
file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.170; 
org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from 
file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.172; 
org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates 
from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 08:35:25.173; 
org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown 
key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 08:35:25.173; 
org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected 
key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.173; 
org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates 
from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-12 08:35:25.174; 
org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown 
key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-12 08:35:25.174; 
org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected 
key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.174; 
org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.175; 
org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at 
solr/collection1/, 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660/
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.175; 
org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ce6e2f2
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.175; 
org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.176; 
org.apache.solr.core.CachingDirectoryFactory; return new directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.176; 
org.apache.solr.core.SolrCore; New index directory detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660/index/
[junit4:junit4]   1> WARN  - 2013-05-12 08:35:25.176; 
org.apache.solr.core.SolrCore; [collection1] Solr index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660/index'
 doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.177; 
org.apache.solr.core.CachingDirectoryFactory; return new directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660/index
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.178; 
org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: 
num=1
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.178; 
org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.179; 
org.apache.solr.core.SolrCore; created xml: solr.XMLResponseWriter
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.180; 
org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.180; 
org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.181; 
org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.181; 
org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.182; 
org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.182; 
org.apache.solr.core.RequestHandlers; adding lazy requestHandler: 
solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.182; 
org.apache.solr.core.RequestHandlers; created /replication: 
solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.182; 
org.apache.solr.core.RequestHandlers; created standard: 
solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.183; 
org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.183; 
org.apache.solr.core.RequestHandlers; created dismax: solr.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.184; 
org.apache.solr.core.RequestHandlers; created mock: 
org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.184; 
org.apache.solr.core.RequestHandlers; created /admin/: 
org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.184; 
org.apache.solr.core.RequestHandlers; created defaults: 
solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.184; 
org.apache.solr.core.RequestHandlers; adding lazy requestHandler: 
solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.185; 
org.apache.solr.core.RequestHandlers; created lazy: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.185; 
org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.185; 
org.apache.solr.core.RequestHandlers; created /terms: 
org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.186; 
org.apache.solr.core.RequestHandlers; created spellCheckCompRH: 
org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.186; 
org.apache.solr.core.RequestHandlers; created spellCheckCompRH_Direct: 
org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.187; 
org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak: 
org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.187; 
org.apache.solr.core.RequestHandlers; created spellCheckWithWordbreak_Direct: 
org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.187; 
org.apache.solr.core.RequestHandlers; created spellCheckCompRH1: 
org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.188; 
org.apache.solr.core.RequestHandlers; created mltrh: 
org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.188; 
org.apache.solr.core.RequestHandlers; created tvrh: 
org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.188; 
org.apache.solr.core.RequestHandlers; created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.189; 
org.apache.solr.core.RequestHandlers; created /debug/dump: 
solr.DumpRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.191; 
org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-12 08:35:25.193; 
org.apache.solr.core.SolrCore; solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
[junit4:junit4]   1> WARN  - 2013-05-12 08:35:25.193; 
org.apache.solr.core.SolrCore; adding ShowFileRequestHandler with hidden files: 
[]
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.194; 
org.apache.solr.search.SolrIndexSearcher; Opening Searcher@b5e2a8d main
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.195; 
org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.195; 
org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.196; 
org.apache.solr.handler.component.SpellCheckComponent; Initializing spell 
checkers
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.309; 
org.apache.solr.spelling.DirectSolrSpellChecker; init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.328; 
org.apache.solr.core.SolrCore; [collection1] Registered new searcher 
Searcher@b5e2a8d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.333; 
org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.334; 
org.apache.solr.servlet.SolrDispatchFilter; 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.334; 
org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.334; 
org.apache.solr.SolrJettyTestBase; Jetty Assigned Port#50584
[junit4:junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-TestRemoteStreaming-1368347724660
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.341; 
org.apache.solr.SolrTestCaseJ4; ###Starting testQtUpdateFails
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.341; 
org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, 
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.440; 
org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: 
num=1
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.442; 
org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-12 08:35:25.443; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update params={wt=javabin&version=2} {add=[1234]} 0 4
[junit4:junit4]   1> WARN  - 2013-05-12 08:36:47.055; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:36:47.739; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:36:57.280; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:36:57.579; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:02.207; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:03.919; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:05.541; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:07.155; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:08.868; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:10.484; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:12.094; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:13.709; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:15.318; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:17.030; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:18.738; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:20.449; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:22.058; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:23.669; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:25.426; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:27.142; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:31.229; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:33.394; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-12 08:37:42.622; 
org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.675; 
org.apache.solr.SolrTestCaseJ4; ###Ending testQtUpdateFails
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.675; 
org.apache.solr.update.DirectUpdateHandler2; start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.678; 
org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: 
num=2
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_1,generation=1}
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.678; 
org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.680; 
org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3d8b5316 main
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.680; 
org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.682; 
org.apache.solr.core.SolrCore; [collection1] Registered new searcher 
Searcher@3d8b5316 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1)}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.683; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update 
params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} 
{commit=} 0 8
[junit4:junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRemoteStreaming -Dtests.method=testQtUpdateFails 
-Dtests.seed=6289A0DF930E9789 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar_LY -Dtests.timezone=America/Phoenix 
-Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR    200s J0 | TestRemoteStreaming.testQtUpdateFails <<<
[junit4:junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:50584/solr/collection1
[junit4:junit4]    >    at 
__randomizedtesting.SeedInfo.seed([6289A0DF930E9789:368BB43A5F3E12D3]: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.request.TestRemoteStreaming.doBefore(TestRemoteStreaming.java:60)
[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]    >    ... 44 more
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.709; 
org.apache.solr.SolrTestCaseJ4; ###Starting testNoUrlAccess
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.720; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update params={wt=javabin&version=2} {add=[1234]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.724; 
org.apache.solr.update.DirectUpdateHandler2; start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.726; 
org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: 
num=2
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_2,generation=2}
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.727; 
org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.728; 
org.apache.solr.search.SolrIndexSearcher; Opening Searcher@54e9eeb6 main
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.728; 
org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.730; 
org.apache.solr.core.SolrCore; [collection1] Registered new searcher 
Searcher@54e9eeb6 main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1)}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.730; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update 
params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} 
{commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.734; 
org.apache.solr.core.SolrCore; [collection1] webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.738; 
org.apache.solr.core.SolrCore; [collection1] webapp=/solr path=/select 
params={stream.url=https://127.0.0.1:50584/solr/collection1/update?commit%3Dtrue%26stream.body%3D%253Cdelete%253E%253Cquery%253E*%253A*%253C%252Fquery%253E%253C%252Fdelete%253E&q=*:*&wt=javabin&version=2}
 hits=1 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.742; 
org.apache.solr.core.SolrCore; [collection1] webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.743; 
org.apache.solr.SolrTestCaseJ4; ###Ending testNoUrlAccess
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.748; 
org.apache.solr.SolrTestCaseJ4; ###Starting testStreamUrl
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.752; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update params={wt=javabin&version=2} {add=[1234]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.756; 
org.apache.solr.update.DirectUpdateHandler2; start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.758; 
org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: 
num=2
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_3,generation=3}
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_4,generation=4}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.758; 
org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 4
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.759; 
org.apache.solr.search.SolrIndexSearcher; Opening Searcher@686f2985 main
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.760; 
org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.762; 
org.apache.solr.core.SolrCore; [collection1] Registered new searcher 
Searcher@686f2985 main{StandardDirectoryReader(segments_4:11:nrt _2(5.0):C1)}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.762; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update 
params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} 
{commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.766; 
org.apache.solr.core.SolrCore; [collection1] webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.816; 
org.apache.solr.core.SolrCore; [collection1] webapp=/solr path=/select 
params={fl=id&q=*:*&wt=csv} hits=1 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.829; 
org.apache.solr.core.SolrCore; [collection1] webapp=/solr path=/debug/dump 
params={stream.url=https://127.0.0.1:50584/solr/collection1/select?q%3D*:*%26fl%3Did%26wt%3Dcsv&wt=xml}
 status=0 QTime=28 
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.833; 
org.apache.solr.SolrTestCaseJ4; ###Ending testStreamUrl
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.838; 
org.apache.solr.SolrTestCaseJ4; ###Starting testMakeDeleteAllUrl
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.842; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update params={wt=javabin&version=2} {add=[1234]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.845; 
org.apache.solr.update.DirectUpdateHandler2; start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.847; 
org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: 
num=2
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_4,generation=4}
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_5,generation=5}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.848; 
org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 5
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.849; 
org.apache.solr.search.SolrIndexSearcher; Opening Searcher@31674d7d main
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.849; 
org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.850; 
org.apache.solr.core.SolrCore; [collection1] Registered new searcher 
Searcher@31674d7d main{StandardDirectoryReader(segments_5:15:nrt _3(5.0):C1)}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.851; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update 
params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} 
{commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.854; 
org.apache.solr.core.SolrCore; [collection1] webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.857; 
org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.857; 
org.apache.solr.update.DirectUpdateHandler2; start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.858; 
org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: 
num=2
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_5,generation=5}
[junit4:junit4]   1>    
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@57642847
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbf5d99)),segFN=segments_6,generation=6}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.858; 
org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 6
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.859; 
org.apache.solr.search.SolrIndexSearcher; Opening Searcher@249e4264 main
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.859; 
org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.861; 
org.apache.solr.core.SolrCore; [collection1] Registered new searcher 
Searcher@249e4264 main{StandardDirectoryReader(segments_6:16:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.861; 
org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr 
path=/update 
params={stream.body=<delete><query>*:*</query></delete>&commit=true} 
{deleteByQuery=*:*,commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.865; 
org.apache.solr.core.SolrCore; [collection1] webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.866; 
org.apache.solr.SolrTestCaseJ4; ###Ending testMakeDeleteAllUrl
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.987; 
org.apache.solr.core.CoreContainer; Shutting down CoreContainer 
instance=816046378
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.987; 
org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1dbe2c6a
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.997; 
org.apache.solr.update.DirectUpdateHandler2; closing 
DirectUpdateHandler2{commits=5,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=4,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.998; 
org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.998; 
org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has 
reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:45.998; 
org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with 
IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:46.000; 
org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:46.000; 
org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 
directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:46.000; 
org.apache.solr.core.CachingDirectoryFactory; looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:46.001; 
org.apache.solr.core.CachingDirectoryFactory; Closing directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660/index
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:46.001; 
org.apache.solr.core.CachingDirectoryFactory; looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:46.001; 
org.apache.solr.core.CachingDirectoryFactory; Closing directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solrtest-TestRemoteStreaming-1368347724660
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:46.002; 
org.eclipse.jetty.server.handler.ContextHandler; stopped 
o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> INFO  - 2013-05-12 08:38:46.053; 
org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=31), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=31)), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, 
locale=ar_LY, timezone=America/Phoenix
[junit4:junit4]   2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 
1.7.0_21 (64-bit)/cpus=8,threads=1,free=198712136,total=520093696
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TermsComponentTest, 
TestRealTimeGet, TestPHPSerializedResponseWriter, CircularListTest, 
TestSolrIndexConfig, CoreAdminHandlerTest, SliceStateTest, IndexSchemaTest, 
BadCopyFieldTest, ZkCLITest, FieldMutatingUpdateProcessorTest, 
TestFieldResource, TestCoreContainer, TestValueSourceCache, PeerSyncTest, 
TestSolrCoreProperties, ResponseLogComponentTest, TestBadConfig, 
TestStressVersions, FastVectorHighlighterTest, TestDocumentBuilder, 
TestPhraseSuggestions, SuggesterTest, UUIDFieldTest, RAMDirectoryFactoryTest, 
TestFuzzyAnalyzedSuggestions, QueryEqualityTest, ClusterStateUpdateTest, 
TestSolrDeletionPolicy2, RecoveryZkTest, TestExtendedDismaxParser, 
TestLFUCache, TestSolrQueryParser, TestJoin, SolrInfoMBeanTest, 
QueryResultKeyTest, SimpleFacetsTest, TestSerializedLuceneMatchVersion, 
QueryElevationComponentTest, TestFieldTypeCollectionResource, 
TestSchemaResource, PluginInfoTest, ScriptEngineTest, TestDynamicFieldResource, 
OverseerCollectionProcessorTest, DistributedQueryElevationComponentTest, 
ZkControllerTest, TestConfig, TestRandomDVFaceting, TestSolrDeletionPolicy1, 
TestPerFieldSimilarity, MoreLikeThisHandlerTest, TestFunctionQuery, 
LegacyHTMLStripCharFilterTest, TestFastLRUCache, DirectSolrConnectionTest, 
QueryParsingTest, TestSearchPerf, DateFieldTest, JsonLoaderTest, 
SpatialFilterTest, TestPluginEnable, DocValuesTest, TestPropInjectDefaults, 
StatelessScriptUpdateProcessorFactoryTest, TestManagedSchemaFieldResource, 
MBeansHandlerTest, PreAnalyzedFieldTest, ChaosMonkeyNothingIsSafeTest, 
BinaryUpdateRequestHandlerTest, BasicDistributedZkTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, 
TestReplicationHandler, ZkSolrClientTest, SliceStateUpdateTest, AutoCommitTest, 
TestFaceting, TestMultiCoreConfBootstrap, HardAutoCommitTest, 
DistributedTermsComponentTest, SolrCoreTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestSort, TestFiltering, ShowFileRequestHandlerTest, 
SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, 
TestFoldingMultitermQuery, SuggesterTSTTest, TestTrie, 
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, 
DirectUpdateHandlerOptimizeTest, TestRemoteStreaming]
[junit4:junit4] Completed on J0 in 201.41s, 4 tests, 1 error <<< FAILURES!

[...truncated 50 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:377: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:357: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: 
There were test failures: 294 suites, 1225 tests, 1 error, 13 ignored (7 
assumptions)

Total time: 39 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_21 -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