Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12154/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

1 tests failed.
FAILED:  
org.apache.solr.client.solrj.impl.BasicHttpSolrClientTest.testCollectionParameters

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:54100/solr
        at 
__randomizedtesting.SeedInfo.seed([DC16346421C2B9C6:E93211015025E0C4]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:574)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:483)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:449)
        at 
org.apache.solr.client.solrj.impl.BasicHttpSolrClientTest.testCollectionParameters(BasicHttpSolrClientTest.java:520)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        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:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        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:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:54100 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
        ... 45 more




Build Log:
[...truncated 11498 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.BasicHttpSolrClientTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/init-core-data-001
   [junit4]   2> 35755 T92 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 35790 T92 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 35791 T92 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 35791 T92 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-002/cores/core
   [junit4]   2> 35800 T92 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 35969 T92 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, 
TLSv1.2]
   [junit4]   2> 35977 T92 oejs.AbstractConnector.doStart Started 
[email protected]:54100
   [junit4]   2> 35977 T92 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostContext=/solr, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-002/cores, 
configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001, hostPort=54100}
   [junit4]   2> 36024 T92 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1482747
   [junit4]   2> 36024 T92 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/'
   [junit4]   2> 36038 T92 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/solr.xml
   [junit4]   2> 36056 T92 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001
   [junit4]   2> 36057 T92 oasc.CoreContainer.<init> New CoreContainer 14497660
   [junit4]   2> 36057 T92 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/]
   [junit4]   2> 36057 T92 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/lib
   [junit4]   2> 36058 T92 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/lib).
   [junit4]   2> 36066 T92 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 36069 T92 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 36072 T92 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 36072 T92 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 36072 T92 oasc.CoreContainer.load Node Name: 
   [junit4]   2> 36073 T92 oasc.CorePropertiesLocator.discover Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001
   [junit4]   2> 36075 T92 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{loadOnStartup=true, transient=false, config=solrconfig.xml, dataDir=data/, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1, schema=schema.xml, 
name=collection1, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/}
   [junit4]   2> 36075 T92 oasc.CorePropertiesLocator.discoverUnder Found core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/
   [junit4]   2> 36075 T92 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 36076 T102 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/'
   [junit4]   2> 36116 T102 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 36118 T102 oasc.SolrConfig.initLibs Adding specified lib dirs 
to ClassLoader
   [junit4]   2> 36118 T102 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: 
../../../../contrib/extraction/lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 
DC16346421C2B9C6-001/tempDir-001/collection1/../../../../contrib/extraction/lib).
   [junit4]   2> 36119 T102 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: ../../../../dist/ (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 36119 T102 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: 
../../../../contrib/clustering/lib/ (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 
DC16346421C2B9C6-001/tempDir-001/collection1/../../../../contrib/clustering/lib).
   [junit4]   2> 36119 T102 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: ../../../../dist/ (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 36120 T102 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ 
(resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/../../../../contrib/langid/lib).
   [junit4]   2> 36120 T102 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: ../../../../dist/ (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 36120 T102 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: 
../../../../contrib/velocity/lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/../../../../contrib/velocity/lib).
   [junit4]   2> 36121 T102 oasc.SolrResourceLoader.addToClassLoader WARN Can't 
find (or read) directory to add to classloader: ../../../../dist/ (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 36154 T102 oasu.SolrIndexConfig.<init> IndexWriter infoStream 
solr logging is enabled
   [junit4]   2> 36158 T102 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 36306 T102 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 36306 T102 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 36377 T102 oass.IndexSchema.readSchema [collection1] Schema 
name=example
   [junit4]   2> 36739 T102 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 36740 T102 oasr.RestManager$Registry.registerManagedResource 
Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 36740 T102 oasr.RestManager$Registry.registerManagedResource 
Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/english
   [junit4]   2> 36755 T102 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 36760 T102 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 36805 T102 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/
   [junit4]   2> 36805 T102 c:collection1 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 36806 T102 c:collection1 oasc.SolrCore.<init> [collection1] 
Opening new SolrCore at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/, 
dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data/
   [junit4]   2> 36806 T102 c:collection1 oasc.JmxMonitoredMap.<init> No JMX 
servers found, not exposing Solr information with JMX.
   [junit4]   2> 36806 T102 c:collection1 oasc.SolrCore.initListeners 
[collection1] Added SolrEventListener for newSearcher: 
org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 36807 T102 c:collection1 oasc.SolrCore.initListeners 
[collection1] Added SolrEventListener for firstSearcher: 
org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher 
warming in solrconfig.xml}]}
   [junit4]   2> 36807 T102 c:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data
   [junit4]   2> 36808 T102 c:collection1 oasc.SolrCore.getNewIndexDir New 
index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data/index/
   [junit4]   2> 36808 T102 c:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 36808 T102 c:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data/index
   [junit4]   2> 36809 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: init: current segments file is "segments"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@d916e6
   [junit4]   2> 36809 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: now checkpoint "" [0 segments ; isCommit = 
false]
   [junit4]   2> 36809 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: 0 msec to checkpoint
   [junit4]   2> 36809 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: init: create=true
   [junit4]   2> 36809 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: 
   [junit4]   2>        dir=MockDirectoryWrapper(RAMDirectory@142d20c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ec1ec8)
   [junit4]   2>        index=
   [junit4]   2>        version=5.2.0
   [junit4]   2>        
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2>        ramBufferSizeMB=100.0
   [junit4]   2>        maxBufferedDocs=-1
   [junit4]   2>        maxBufferedDeleteTerms=-1
   [junit4]   2>        mergedSegmentWarmer=null
   [junit4]   2>        
delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2>        commit=null
   [junit4]   2>        openMode=CREATE
   [junit4]   2>        
similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2>        mergeScheduler=ConcurrentMergeScheduler: 
maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2>        default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2>        writeLockTimeout=1000
   [junit4]   2>        codec=Lucene50
   [junit4]   2>        infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2>        mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2>        
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@6e795a
   [junit4]   2>        readerPooling=false
   [junit4]   2>        perThreadHardLimitMB=1945
   [junit4]   2>        useCompoundFile=false
   [junit4]   2>        commitOnClose=true
   [junit4]   2>        writer=org.apache.solr.update.SolrIndexWriter@e10809
   [junit4]   2>        
   [junit4]   2> 36810 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: now flush at close
   [junit4]   2> 36810 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 36810 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]:   index before flush 
   [junit4]   2> 36810 T102 c:collection1 oasu.LoggingInfoStream.message 
[DW][coreLoadExecutor-71-thread-1]: startFullFlush
   [junit4]   2> 36810 T102 c:collection1 oasu.LoggingInfoStream.message 
[DW][coreLoadExecutor-71-thread-1]: coreLoadExecutor-71-thread-1 
finishFullFlush success=true
   [junit4]   2> 36810 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: apply all deletes during flush
   [junit4]   2> 36810 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: now apply all deletes for all segments 
maxDoc=0
   [junit4]   2> 36811 T102 c:collection1 oasu.LoggingInfoStream.message 
[BD][coreLoadExecutor-71-thread-1]: prune sis=segments:  
minGen=9223372036854775807 packetCount=0
   [junit4]   2> 36811 T102 c:collection1 oasu.LoggingInfoStream.message 
[MS][coreLoadExecutor-71-thread-1]: initDynamicDefaults spins=false 
maxThreadCount=4 maxMergeCount=9
   [junit4]   2> 36811 T102 c:collection1 oasu.LoggingInfoStream.message 
[MS][coreLoadExecutor-71-thread-1]: updateMergeThreads ioThrottle=true 
targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 36811 T102 c:collection1 oasu.LoggingInfoStream.message 
[MS][coreLoadExecutor-71-thread-1]: now merge
   [junit4]   2> 36811 T102 c:collection1 oasu.LoggingInfoStream.message 
[MS][coreLoadExecutor-71-thread-1]:   index: 
   [junit4]   2> 36811 T102 c:collection1 oasu.LoggingInfoStream.message 
[MS][coreLoadExecutor-71-thread-1]:   no more merges pending; now return
   [junit4]   2> 36812 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: waitForMerges
   [junit4]   2> 36812 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: waitForMerges done
   [junit4]   2> 36812 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: commit: start
   [junit4]   2> 36812 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: commit: enter lock
   [junit4]   2> 36812 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: commit: now prepare
   [junit4]   2> 36812 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: prepareCommit: flush
   [junit4]   2> 36812 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]:   index before flush 
   [junit4]   2> 36812 T102 c:collection1 oasu.LoggingInfoStream.message 
[DW][coreLoadExecutor-71-thread-1]: startFullFlush
   [junit4]   2> 36813 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: apply all deletes during flush
   [junit4]   2> 36813 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: now apply all deletes for all segments 
maxDoc=0
   [junit4]   2> 36813 T102 c:collection1 oasu.LoggingInfoStream.message 
[BD][coreLoadExecutor-71-thread-1]: prune sis=segments:  
minGen=9223372036854775807 packetCount=0
   [junit4]   2> 36813 T102 c:collection1 oasu.LoggingInfoStream.message 
[DW][coreLoadExecutor-71-thread-1]: coreLoadExecutor-71-thread-1 
finishFullFlush success=true
   [junit4]   2> 36813 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: startCommit(): start
   [junit4]   2> 36813 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 36813 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: done all syncs: []
   [junit4]   2> 36813 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: commit: pendingCommit != null
   [junit4]   2> 36814 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: now checkpoint "" [0 segments ; isCommit = 
true]
   [junit4]   2> 36814 T102 c:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@142d20c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ec1ec8),segFN=segments_1,generation=1}
   [junit4]   2> 36814 T102 c:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 36814 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: 0 msec to checkpoint
   [junit4]   2> 36814 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 36814 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: commit: took 2.1 msec
   [junit4]   2> 36814 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: commit: done
   [junit4]   2> 36815 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: rollback
   [junit4]   2> 36815 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: all running merges have aborted
   [junit4]   2> 36815 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: rollback: done finish merges
   [junit4]   2> 36815 T102 c:collection1 oasu.LoggingInfoStream.message 
[DW][coreLoadExecutor-71-thread-1]: abort
   [junit4]   2> 36815 T102 c:collection1 oasu.LoggingInfoStream.message 
[DW][coreLoadExecutor-71-thread-1]: done abort success=true
   [junit4]   2> 36815 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: rollback: infos=
   [junit4]   2> 36815 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: now checkpoint "" [0 segments ; isCommit = 
false]
   [junit4]   2> 36816 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: 0 msec to checkpoint
   [junit4]   2> 36816 T102 c:collection1 oasc.PluginBag.createPlugin 
queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 36816 T102 c:collection1 oasr.XSLTResponseWriter.init 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 36818 T102 c:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 36821 T102 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 36822 T102 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 36823 T102 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 36823 T102 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 36825 T102 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 36825 T102 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 36825 T102 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 36825 T102 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 36825 T102 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/suggest' created with startup=lazy 
   [junit4]   2> 36825 T102 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 36826 T102 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 36826 T102 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 36826 T102 c:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/logging,/tvrh,/select,/terms,/stream,/admin/properties,/admin/mbeans,/spell,/elevate,/analysis/field,/browse,/replication,/suggest,/admin/segments,/admin/luke,/admin/plugins,/update/json,/update/extract,/admin/ping,/get,/export,/admin/system,/query,/debug/dump,/analysis/document,/schema,/update/json/docs,/update,/admin/file,/update/csv,/admin/threads,/config
   [junit4]   2> 36828 T102 c:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 36830 T102 c:collection1 oasu.UpdateHandler.<init> Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 36830 T102 c:collection1 oasu.UpdateLog.init Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10
   [junit4]   2> 36832 T102 c:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 36832 T102 c:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 36832 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: init: current segments file is 
"segments_1"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@d916e6
   [junit4]   2> 36832 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: init: load commit "segments_1"
   [junit4]   2> 36833 T102 c:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@142d20c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ec1ec8),segFN=segments_1,generation=1}
   [junit4]   2> 36833 T102 c:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 36833 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: now checkpoint "" [0 segments ; isCommit = 
false]
   [junit4]   2> 36833 T102 c:collection1 oasu.LoggingInfoStream.message 
[IFD][coreLoadExecutor-71-thread-1]: 0 msec to checkpoint
   [junit4]   2> 36833 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: init: create=false
   [junit4]   2> 36833 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: 
   [junit4]   2>        dir=MockDirectoryWrapper(RAMDirectory@142d20c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ec1ec8)
   [junit4]   2>        index=
   [junit4]   2>        version=5.2.0
   [junit4]   2>        
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2>        ramBufferSizeMB=100.0
   [junit4]   2>        maxBufferedDocs=-1
   [junit4]   2>        maxBufferedDeleteTerms=-1
   [junit4]   2>        mergedSegmentWarmer=null
   [junit4]   2>        
delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2>        commit=null
   [junit4]   2>        openMode=APPEND
   [junit4]   2>        
similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2>        mergeScheduler=ConcurrentMergeScheduler: 
maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2>        default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2>        writeLockTimeout=1000
   [junit4]   2>        codec=Lucene50
   [junit4]   2>        infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2>        mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2>        
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@156c280
   [junit4]   2>        readerPooling=false
   [junit4]   2>        perThreadHardLimitMB=1945
   [junit4]   2>        useCompoundFile=false
   [junit4]   2>        commitOnClose=true
   [junit4]   2>        writer=org.apache.solr.update.SolrIndexWriter@fb957a
   [junit4]   2>        
   [junit4]   2> 36834 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: flush at getReader
   [junit4]   2> 36834 T102 c:collection1 oasu.LoggingInfoStream.message 
[DW][coreLoadExecutor-71-thread-1]: startFullFlush
   [junit4]   2> 36834 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: apply all deletes during flush
   [junit4]   2> 36834 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: now apply all deletes for all segments 
maxDoc=0
   [junit4]   2> 36834 T102 c:collection1 oasu.LoggingInfoStream.message 
[BD][coreLoadExecutor-71-thread-1]: prune sis=segments_1:  
minGen=9223372036854775807 packetCount=0
   [junit4]   2> 36834 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: return reader version=1 
reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 36834 T102 c:collection1 oasu.LoggingInfoStream.message 
[DW][coreLoadExecutor-71-thread-1]: coreLoadExecutor-71-thread-1 
finishFullFlush success=true
   [junit4]   2> 36835 T102 c:collection1 oasu.LoggingInfoStream.message 
[IW][coreLoadExecutor-71-thread-1]: getReader took 1 msec
   [junit4]   2> 36835 T102 c:collection1 oass.SolrIndexSearcher.<init> Opening 
Searcher@14b5b43[collection1] main
   [junit4]   2> 36835 T102 c:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf
   [junit4]   2> 36835 T102 c:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf}
   [junit4]   2> 36835 T102 c:collection1 oasr.ManagedResourceStorage.load 
Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf
   [junit4]   2> 36836 T102 c:collection1 oasr.ManagedResourceStorage.load 
Loaded LinkedHashMap at path _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf
   [junit4]   2> 36836 T102 c:collection1 
oasr.ManagedResource.processStoredData Loaded initArgs {} for /rest/managed
   [junit4]   2> 36836 T102 c:collection1 oasr.RestManager.init Initializing 2 
registered ManagedResources
   [junit4]   2> 36836 T102 c:collection1 oasr.ManagedResourceStorage.load 
Reading _schema_analysis_stopwords_english.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf
   [junit4]   2> 36837 T102 c:collection1 oasr.ManagedResourceStorage.load 
Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf
   [junit4]   2> 36837 T102 c:collection1 
oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=true} for 
/schema/analysis/stopwords/english
   [junit4]   2> 36837 T102 c:collection1 
oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 35 words 
for /schema/analysis/stopwords/english
   [junit4]   2> 36838 T102 c:collection1 
oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 36838 T102 c:collection1 oasr.ManagedResourceStorage.load 
Reading _schema_analysis_synonyms_english.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf
   [junit4]   2> 36838 T102 c:collection1 oasr.ManagedResourceStorage.load 
Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf
   [junit4]   2> 36838 T102 c:collection1 
oasr.ManagedResource.processStoredData Loaded initArgs 
{ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 36839 T102 c:collection1 
oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
 Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 36839 T102 c:collection1 
oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 36839 T102 c:collection1 oashc.SpellCheckComponent.inform 
Initializing spell checkers
   [junit4]   2> 36840 T102 c:collection1 oass.DirectSolrSpellChecker.init 
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]   2> 36840 T102 c:collection1 oashc.SpellCheckComponent.inform No 
queryConverter defined, using default converter
   [junit4]   2> 36840 T102 c:collection1 oashc.SuggestComponent.inform 
Initializing SuggestComponent
   [junit4]   2> 36840 T102 c:collection1 oasss.SolrSuggester.init init: 
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 36841 T102 c:collection1 oasss.SolrSuggester.init Dictionary 
loaded with params: 
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 36841 T102 c:collection1 oashc.QueryElevationComponent.inform 
Loading QueryElevation from: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 36848 T102 c:collection1 oash.ReplicationHandler.inform 
Commits will be reserved for  10000
   [junit4]   2> 36849 T103 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@14b5b43[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 36849 T102 c:collection1 oasc.CoreContainer.registerCore 
registering core: collection1
   [junit4]   2> 36849 T92 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 36850 T92 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C30 name=collection1 
org.apache.solr.core.SolrCore@1e3094b
   [junit4]   2> 36850 T103 c:collection1 C30 oasc.SolrCore.execute 
[collection1] webapp=null path=null 
params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false}
 hits=0 status=0 QTime=1 
   [junit4]   2> 36850 T103 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 36850 T103 c:collection1 
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index 
for spellchecker: default
   [junit4]   2> 36850 T103 c:collection1 
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index 
for spellchecker: wordbreak
   [junit4]   2> 36850 T92 oas.SolrJettyTestBase.createJetty Jetty Assigned 
Port#54100
   [junit4]   2> 36850 T103 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@14b5b43[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 36853 T92 oas.SolrTestCaseJ4.setUp ###Starting testCompression
   [junit4]   2> 37100 T100 c:collection1 C30 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=foo&wt=xml} hits=0 status=0 
QTime=1 
   [junit4]   2> 37172 T100 c:collection1 C30 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=foo&wt=javabin&version=2} 
hits=0 status=0 QTime=1 
   [junit4]   2> 37176 T92 oas.SolrTestCaseJ4.tearDown ###Ending testCompression
   [junit4]   2> 37182 T92 oas.SolrTestCaseJ4.setUp ###Starting 
testExampleKeystorePath
   [junit4]   2> 37182 T92 oas.SolrTestCaseJ4.tearDown ###Ending 
testExampleKeystorePath
   [junit4]   2> 37187 T92 oas.SolrTestCaseJ4.setUp ###Starting testGetRawStream
   [junit4]   2> 37278 T101 c:collection1 C30 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={} hits=0 status=0 QTime=0 
   [junit4]   2> 37279 T92 oas.SolrTestCaseJ4.tearDown ###Ending 
testGetRawStream
   [junit4]   2> 37283 T92 oas.SolrTestCaseJ4.setUp ###Starting testUpdate
   [junit4]   2> 37376 T92 oas.SolrTestCaseJ4.tearDown ###Ending testUpdate
   [junit4]   2> 37379 T92 oas.SolrTestCaseJ4.setUp ###Starting 
testCollectionParameters
   [junit4]   2> 37455 T100 c:collection1 C30 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[collection (1498621674032988160)]} 0 2
   [junit4]   2> 52456 T105 c:collection1 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52456 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: commit: start
   [junit4]   2> 52456 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: commit: enter lock
   [junit4]   2> 52456 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: commit: now prepare
   [junit4]   2> 52456 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: prepareCommit: flush
   [junit4]   2> 52456 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]:   index before flush 
   [junit4]   2> 52456 T105 c:collection1 oasu.LoggingInfoStream.message 
[DW][commitScheduler-75-thread-1]: startFullFlush
   [junit4]   2> 52457 T105 c:collection1 oasu.LoggingInfoStream.message 
[DW][commitScheduler-75-thread-1]: anyChanges? numDocsInRam=1 deletes=true 
hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 52457 T105 c:collection1 oasu.LoggingInfoStream.message 
[DWFC][commitScheduler-75-thread-1]: addFlushableState DocumentsWriterPerThread 
[pendingDeletes=gen=0, segment=_0, aborted=false, numDocsInRAM=1, 
deleteQueue=DWDQ: [ generation: 1 ]]
   [junit4]   2> 52457 T105 c:collection1 oasu.LoggingInfoStream.message 
[DWPT][commitScheduler-75-thread-1]: flush postings as segment _0 numDocs=1
   [junit4]   2> 52458 T105 c:collection1 oasu.LoggingInfoStream.message 
[DWPT][commitScheduler-75-thread-1]: new segment has 0 deleted docs
   [junit4]   2> 52458 T105 c:collection1 oasu.LoggingInfoStream.message 
[DWPT][commitScheduler-75-thread-1]: new segment has no vectors; no norms; no 
docValues; no prox; no freqs
   [junit4]   2> 52458 T105 c:collection1 oasu.LoggingInfoStream.message 
[DWPT][commitScheduler-75-thread-1]: flushedFiles=[_0_Lucene50_0.tip, _0.fdx, 
_0_Lucene50_0.doc, _0_Lucene50_0.tim, _0.fnm, _0.fdt]
   [junit4]   2> 52458 T105 c:collection1 oasu.LoggingInfoStream.message 
[DWPT][commitScheduler-75-thread-1]: flushed codec=Lucene50
   [junit4]   2> 52458 T105 c:collection1 oasu.LoggingInfoStream.message 
[DWPT][commitScheduler-75-thread-1]: flushed: segment=_0 ramUsed=0.079 MB 
newFlushedSize=0.001 MB docs/MB=1,147.239
   [junit4]   2> 52459 T105 c:collection1 oasu.LoggingInfoStream.message 
[DW][commitScheduler-75-thread-1]: publishFlushedSegment seg-private 
updates=null
   [junit4]   2> 52459 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: publishFlushedSegment
   [junit4]   2> 52459 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: push deletes  1 deleted terms (unique 
count=1) bytesUsed=1056 segmentPrivate?=false delGen=2 packetCount=1 
totBytesUsed=1056
   [junit4]   2> 52460 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: publish sets newSegment delGen=3 
seg=_0(5.2.0):C1
   [junit4]   2> 52460 T105 c:collection1 oasu.LoggingInfoStream.message 
[IFD][commitScheduler-75-thread-1]: now checkpoint "_0(5.2.0):C1" [1 segments ; 
isCommit = false]
   [junit4]   2> 52460 T105 c:collection1 oasu.LoggingInfoStream.message 
[IFD][commitScheduler-75-thread-1]: 0 msec to checkpoint
   [junit4]   2> 52460 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: apply all deletes during flush
   [junit4]   2> 52460 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: now apply all deletes for all segments 
maxDoc=1
   [junit4]   2> 52460 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: applyDeletes: open segment readers took 0 
msec
   [junit4]   2> 52460 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: applyDeletes: infos=[_0(5.2.0):C1] 
packetCount=1
   [junit4]   2> 52461 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: applyDeletes took 0 msec for 1 segments, 0 
newly deleted docs (query deletes), 0 visited terms, allDeleted=null
   [junit4]   2> 52461 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: prune sis=segments_1: _0(5.2.0):C1 minGen=3 
packetCount=1
   [junit4]   2> 52461 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: pruneDeletes: prune 1 packets; 0 packets 
remain
   [junit4]   2> 52461 T105 c:collection1 oasu.LoggingInfoStream.message 
[DW][commitScheduler-75-thread-1]: commitScheduler-75-thread-1 finishFullFlush 
success=true
   [junit4]   2> 52461 T105 c:collection1 oasu.LoggingInfoStream.message 
[TMP][commitScheduler-75-thread-1]: findMerges: 1 segments
   [junit4]   2> 52461 T105 c:collection1 oasu.LoggingInfoStream.message 
[TMP][commitScheduler-75-thread-1]:   seg=_0(5.2.0):C1 size=0.001 MB [floored]
   [junit4]   2> 52461 T105 c:collection1 oasu.LoggingInfoStream.message 
[TMP][commitScheduler-75-thread-1]:   allowedSegmentCount=1 vs count=1 
(eligible count=1) tooBigCount=0
   [junit4]   2> 52462 T105 c:collection1 oasu.LoggingInfoStream.message 
[MS][commitScheduler-75-thread-1]: initDynamicDefaults spins=false 
maxThreadCount=4 maxMergeCount=9
   [junit4]   2> 52462 T105 c:collection1 oasu.LoggingInfoStream.message 
[MS][commitScheduler-75-thread-1]: now merge
   [junit4]   2> 52462 T105 c:collection1 oasu.LoggingInfoStream.message 
[MS][commitScheduler-75-thread-1]:   index: _0(5.2.0):C1
   [junit4]   2> 52462 T105 c:collection1 oasu.LoggingInfoStream.message 
[MS][commitScheduler-75-thread-1]:   no more merges pending; now return
   [junit4]   2> 52462 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: startCommit(): start
   [junit4]   2> 52462 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: startCommit index=_0(5.2.0):C1 changeCount=3
   [junit4]   2> 52462 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: done all syncs: [_0_Lucene50_0.tip, _0.fdx, 
_0.si, _0_Lucene50_0.tim, _0_Lucene50_0.doc, _0.fnm, _0.fdt]
   [junit4]   2> 52463 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: commit: pendingCommit != null
   [junit4]   2> 52463 T105 c:collection1 oasu.LoggingInfoStream.message 
[IFD][commitScheduler-75-thread-1]: now checkpoint "_0(5.2.0):C1" [1 segments ; 
isCommit = true]
   [junit4]   2> 52463 T105 c:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@142d20c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ec1ec8),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@142d20c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ec1ec8),segFN=segments_2,generation=2}
   [junit4]   2> 52463 T105 c:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 2
   [junit4]   2> 52463 T105 c:collection1 oasu.LoggingInfoStream.message 
[IFD][commitScheduler-75-thread-1]: deleteCommits: now decRef commit 
"segments_1"
   [junit4]   2> 52463 T105 c:collection1 oasu.LoggingInfoStream.message 
[IFD][commitScheduler-75-thread-1]: delete "segments_1"
   [junit4]   2> 52463 T105 c:collection1 oasu.LoggingInfoStream.message 
[IFD][commitScheduler-75-thread-1]: 0 msec to checkpoint
   [junit4]   2> 52464 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: commit: wrote segments file "segments_2"
   [junit4]   2> 52464 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: commit: took 7.5 msec
   [junit4]   2> 52464 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: commit: done
   [junit4]   2> 52464 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: nrtIsCurrent: infoVersion matches: false; DW 
changes: false; BD changes: false
   [junit4]   2> 52464 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: flush at getReader
   [junit4]   2> 52464 T105 c:collection1 oasu.LoggingInfoStream.message 
[DW][commitScheduler-75-thread-1]: startFullFlush
   [junit4]   2> 52464 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: apply all deletes during flush
   [junit4]   2> 52465 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: now apply all deletes for all segments 
maxDoc=1
   [junit4]   2> 52465 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: applyDeletes: open segment readers took 0 
msec
   [junit4]   2> 52465 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 52465 T105 c:collection1 oasu.LoggingInfoStream.message 
[BD][commitScheduler-75-thread-1]: prune sis=segments_1: _0(5.2.0):C1 minGen=3 
packetCount=0
   [junit4]   2> 52466 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: return reader version=3 
reader=StandardDirectoryReader(segments_1:3:nrt _0(5.2.0):C1)
   [junit4]   2> 52466 T105 c:collection1 oasu.LoggingInfoStream.message 
[DW][commitScheduler-75-thread-1]: commitScheduler-75-thread-1 finishFullFlush 
success=true
   [junit4]   2> 52466 T105 c:collection1 oasu.LoggingInfoStream.message 
[IW][commitScheduler-75-thread-1]: getReader took 2 msec
   [junit4]   2> 52466 T105 c:collection1 oass.SolrIndexSearcher.<init> Opening 
Searcher@b5b129[collection1] realtime
   [junit4]   2> 52466 T105 c:collection1 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 238083 T100 c:collection1 C30 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 238083 T92 oas.SolrTestCaseJ4.tearDown ###Ending 
testCollectionParameters
   [junit4]   2> 238083 T100 c:collection1 C30 oasu.DirectUpdateHandler2.commit 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 238084 T100 c:collection1 C30 oass.SolrIndexSearcher.<init> 
Opening Searcher@8b199f[collection1] main
   [junit4]   2> 238084 T100 c:collection1 C30 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 238084 T103 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@8b199f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 238084 T103 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 238085 T103 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@8b199f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 238085 T100 c:collection1 C30 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={wt=javabin&version=2&waitSearcher=true&softCommit=false&commit=true} 
{commit=} 0 3
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicHttpSolrClientTest -Dtests.method=testCollectionParameters 
-Dtests.seed=DC16346421C2B9C6 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=zh_SG -Dtests.timezone=Africa/El_Aaiun -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    201s J1 | BasicHttpSolrClientTest.testCollectionParameters 
<<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:54100/solr
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DC16346421C2B9C6:E93211015025E0C4]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:574)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:449)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BasicHttpSolrClientTest.testCollectionParameters(BasicHttpSolrClientTest.java:520)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:54100 failed to respond
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
   [junit4]    >        ... 45 more
   [junit4]   2> 238114 T92 oas.SolrTestCaseJ4.setUp ###Starting 
testSolrExceptionCodeNotFromSolr
   [junit4]   1> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:54100/solr/debug/foo: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]   1> <head>
   [junit4]   1> <meta http-equiv="Content-Type" 
content="text/html;charset=ISO-8859-1"/>
   [junit4]   1> <title>Error 527 527</title>
   [junit4]   1> </head>
   [junit4]   1> <body>
   [junit4]   1> <h2>HTTP ERROR: 527</h2>
   [junit4]   1> <p>Problem accessing /solr/debug/foo/select. Reason:
   [junit4]   1> <pre>    527</pre></p>
   [junit4]   1> <hr /><i><small>Powered by Jetty://</small></i>
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1>                                                 
   [junit4]   1> </body>
   [junit4]   1> </html>
   [junit4]   1> 
   [junit4]   2> 238193 T92 oas.SolrTestCaseJ4.tearDown ###Ending 
testSolrExceptionCodeNotFromSolr
   [junit4]   2> 238198 T92 oas.SolrTestCaseJ4.setUp ###Starting testQueryString
   [junit4]   2> 238283 T92 oas.SolrTestCaseJ4.tearDown ###Ending 
testQueryString
   [junit4]   2> 238287 T92 oas.SolrTestCaseJ4.setUp ###Starting testTimeout
   [junit4]   2> 240359 T92 oas.SolrTestCaseJ4.tearDown ###Ending testTimeout
   [junit4]   2> 240363 T92 oas.SolrTestCaseJ4.setUp ###Starting 
testSetParametersExternalClient
   [junit4]   2> 240364 T92 oas.SolrTestCaseJ4.tearDown ###Ending 
testSetParametersExternalClient
   [junit4]   2> 240368 T92 oas.SolrTestCaseJ4.setUp ###Starting testDelete
   [junit4]   2> 240440 T92 oas.SolrTestCaseJ4.tearDown ###Ending testDelete
   [junit4]   2> 240444 T92 oas.SolrTestCaseJ4.setUp ###Starting testQuery
   [junit4]   2> 240529 T92 oas.SolrTestCaseJ4.tearDown ###Ending testQuery
   [junit4]   2> 240534 T92 oas.SolrTestCaseJ4.setUp ###Starting testRedirect
   [junit4]   2> 240611 T100 c:collection1 C30 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=1 status=0 QTime=1 
   [junit4]   2> 240614 T92 oas.SolrTestCaseJ4.tearDown ###Ending testRedirect
   [junit4]   2> 240646 T92 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=14497660
   [junit4]   2> 240646 T92 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1e3094b
   [junit4]   2> 240647 T92 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=2,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=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=105,transaction_logs_total_number=1}
   [junit4]   2> 240647 T92 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 240647 T92 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 240647 T92 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 240648 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: now flush 
at close
   [junit4]   2> 240648 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]:   start 
flush: applyAllDeletes=true
   [junit4]   2> 240648 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]:   index 
before flush _0(5.2.0):C1
   [junit4]   2> 240648 T92 C30 oasu.LoggingInfoStream.message 
[DW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
startFullFlush
   [junit4]   2> 240649 T92 C30 oasu.LoggingInfoStream.message 
[DW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker finishFullFlush 
success=true
   [junit4]   2> 240649 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: apply all 
deletes during flush
   [junit4]   2> 240649 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: now apply 
all deletes for all segments maxDoc=1
   [junit4]   2> 240649 T92 C30 oasu.LoggingInfoStream.message 
[BD][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
applyDeletes: open segment readers took 0 msec
   [junit4]   2> 240649 T92 C30 oasu.LoggingInfoStream.message 
[BD][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
applyDeletes: no segments; skipping
   [junit4]   2> 240650 T92 C30 oasu.LoggingInfoStream.message 
[BD][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: prune 
sis=segments_1: _0(5.2.0):C1 minGen=3 packetCount=0
   [junit4]   2> 240650 T92 C30 oasu.LoggingInfoStream.message 
[MS][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 240650 T92 C30 oasu.LoggingInfoStream.message 
[MS][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: now merge
   [junit4]   2> 240650 T92 C30 oasu.LoggingInfoStream.message 
[MS][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]:   index: 
_0(5.2.0):C1
   [junit4]   2> 240651 T92 C30 oasu.LoggingInfoStream.message 
[MS][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]:   no more 
merges pending; now return
   [junit4]   2> 240651 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
waitForMerges
   [junit4]   2> 240651 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
waitForMerges done
   [junit4]   2> 240651 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: commit: 
start
   [junit4]   2> 240651 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: commit: 
enter lock
   [junit4]   2> 240652 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: commit: now 
prepare
   [junit4]   2> 240652 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
prepareCommit: flush
   [junit4]   2> 240652 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]:   index 
before flush _0(5.2.0):C1
   [junit4]   2> 240652 T92 C30 oasu.LoggingInfoStream.message 
[DW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
startFullFlush
   [junit4]   2> 240652 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: apply all 
deletes during flush
   [junit4]   2> 240653 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: now apply 
all deletes for all segments maxDoc=1
   [junit4]   2> 240653 T92 C30 oasu.LoggingInfoStream.message 
[BD][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
applyDeletes: open segment readers took 0 msec
   [junit4]   2> 240653 T92 C30 oasu.LoggingInfoStream.message 
[BD][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
applyDeletes: no segments; skipping
   [junit4]   2> 240653 T92 C30 oasu.LoggingInfoStream.message 
[BD][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: prune 
sis=segments_1: _0(5.2.0):C1 minGen=3 packetCount=0
   [junit4]   2> 240653 T92 C30 oasu.LoggingInfoStream.message 
[DW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker finishFullFlush 
success=true
   [junit4]   2> 240654 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 
startCommit(): start
   [junit4]   2> 240654 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]:   skip 
startCommit(): no changes pending
   [junit4]   2> 240654 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: commit: 
pendingCommit == null; skip
   [junit4]   2> 240654 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: commit: 
wrote segments file "null"
   [junit4]   2> 240655 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: commit: 
took 2.7 msec
   [junit4]   2> 240655 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: commit: done
   [junit4]   2> 240655 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: rollback
   [junit4]   2> 240655 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: all running 
merges have aborted
   [junit4]   2> 240655 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: rollback: 
done finish merges
   [junit4]   2> 240656 T92 C30 oasu.LoggingInfoStream.message 
[DW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: abort
   [junit4]   2> 240656 T92 C30 oasu.LoggingInfoStream.message 
[DW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: done abort 
success=true
   [junit4]   2> 240656 T92 C30 oasu.LoggingInfoStream.message 
[IW][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: rollback: 
infos=_0(5.2.0):C1
   [junit4]   2> 240656 T92 C30 oasu.LoggingInfoStream.message 
[IFD][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: now 
checkpoint "_0(5.2.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 240656 T92 C30 oasu.LoggingInfoStream.message 
[IFD][SUITE-BasicHttpSolrClientTest-seed#[DC16346421C2B9C6]-worker]: 0 msec to 
checkpoint
   [junit4]   2> 240657 T92 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 240657 T92 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 240657 T92 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 240658 T92 oasc.CachingDirectoryFactory.close Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data
   [junit4]   2> 240658 T92 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data/index 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 240658 T92 oasc.CachingDirectoryFactory.close Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001/tempDir-001/collection1/data/index
   [junit4]   2> 240658 T92 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 243359 T92 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.BasicHttpSolrClientTest
 DC16346421C2B9C6-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=zh_SG, 
timezone=Africa/El_Aaiun
   [junit4]   2> NOTE: Linux 3.13.0-49-generic i386/Oracle Corporation 1.7.0_76 
(32-bit)/cpus=12,threads=1,free=26862928,total=100663296
   [junit4]   2> NOTE: All tests run in this JVM: [MergeIndexesEmbeddedTest, 
SolrExampleStreamingBinaryTest, SolrExampleEmbeddedTest, 
BasicHttpSolrClientTest]
   [junit4] Completed [52/57] on J1 in 207.62s, 12 tests, 1 error <<< FAILURES!

[...truncated 26 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:242: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:511: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1434: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:991: 
There were test failures: 57 suites, 381 tests, 1 error

Total time: 54 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server 
-XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to