Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12287/
Java: 64bit/jdk1.8.0_60-ea-b12 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.SolrSchemalessExampleTest.testAddDelete

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:52501/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([4539DF9C80846C98:8DD9A296712CBF4E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        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:485)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:464)
        at 
org.apache.solr.client.solrj.SolrExampleTestsBase.testAddDelete(SolrExampleTestsBase.java:193)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        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:52501 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 11681 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrSchemalessExampleTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/init-core-data-001
   [junit4]   2> 11984 T50 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 12022 T50 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 12022 T50 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 12023 T50 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-002/cores/core
   [junit4]   2> 12032 T50 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 12175 T50 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, 
TLSv1.2]
   [junit4]   2> 12181 T50 oejs.AbstractConnector.doStart Started 
[email protected]:52501
   [junit4]   2> 12182 T50 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostContext=/solr, hostPort=52501, 
configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-002/cores}
   [junit4]   2> 12191 T50 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 12191 T50 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/'
   [junit4]   2> 12207 T50 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/solr.xml
   [junit4]   2> 12214 T50 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001
   [junit4]   2> 12215 T50 oasc.CoreContainer.<init> New CoreContainer 
1512672196
   [junit4]   2> 12215 T50 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/]
   [junit4]   2> 12215 T50 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/lib
   [junit4]   2> 12216 T50 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/lib).
   [junit4]   2> 12224 T50 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> 12228 T50 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 12230 T50 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 12230 T50 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 12230 T50 oasc.CoreContainer.load Node Name: 
   [junit4]   2> 12232 T50 oasc.CorePropertiesLocator.discover Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001
   [junit4]   2> 12233 T50 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{name=collection1, config=solrconfig.xml, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1, loadOnStartup=true, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/, schema=schema.xml, 
transient=false, dataDir=data/}
   [junit4]   2> 12233 T50 oasc.CorePropertiesLocator.discoverUnder Found core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/
   [junit4]   2> 12234 T50 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 12234 T60 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/'
   [junit4]   2> 12258 T60 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : 0
   [junit4]   2> 12259 T60 oasc.SolrConfig.initLibs Adding specified lib dirs 
to ClassLoader
   [junit4]   2> 12260 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 
4539DF9C80846C98-001/tempDir-001/collection1/../../../../contrib/extraction/lib).
   [junit4]   2> 12260 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 12261 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 
4539DF9C80846C98-001/tempDir-001/collection1/../../../../contrib/clustering/lib).
   [junit4]   2> 12261 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 12261 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/../../../../contrib/langid/lib).
   [junit4]   2> 12262 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 12262 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/../../../../contrib/velocity/lib).
   [junit4]   2> 12262 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 12280 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 12310 T60 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 12321 T60 oass.IndexSchema.readSchema Reading Solr Schema from 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 12334 T60 oass.IndexSchema.readSchema [collection1] Schema 
name=example-data-driven-schema
   [junit4]   2> 12509 T60 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 12554 T60 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 12557 T60 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 12575 T60 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/
   [junit4]   2> 12576 T60 c:collection1 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 12576 T60 c:collection1 oasc.SolrCore.<init> [[collection1] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 12577 T60 c:collection1 oasc.JmxMonitoredMap.<init> No JMX 
servers found, not exposing Solr information with JMX.
   [junit4]   2> 12577 T60 c:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for newSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 12577 T60 c:collection1 oasc.SolrCore.initListeners 
[[collection1] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 12578 T60 c:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data
   [junit4]   2> 12578 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data/index/
   [junit4]   2> 12578 T60 c:collection1 oasc.SolrCore.initIndex WARN 
[collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 12579 T60 c:collection1 oasc.CachingDirectoryFactory.get 
return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data/index
   [junit4]   2> 12579 T60 c:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_1,generation=1}
   [junit4]   2> 12580 T60 c:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 12580 T60 c:collection1 oasc.PluginBag.createPlugin 
queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 12581 T60 c:collection1 oasr.XSLTResponseWriter.init 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 12583 T60 c:collection1 oasup.UpdateRequestProcessorChain.init 
creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 12688 T60 c:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 12690 T60 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 12691 T60 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 12692 T60 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 12693 T60 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 12694 T60 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 12694 T60 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 12695 T60 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 12695 T60 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 12695 T60 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 12695 T60 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 12695 T60 c:collection1 oasc.PluginBag.createPlugin 
requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 12695 T60 c:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/tvrh,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
   [junit4]   2> 12696 T60 c:collection1 oasc.SolrCore.initStatsCache Using 
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12697 T60 c:collection1 oasu.UpdateHandler.<init> Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 12697 T60 c:collection1 oasu.UpdateLog.init Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10
   [junit4]   2> 12697 T60 c:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 12698 T60 c:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 12698 T60 c:collection1 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_1,generation=1}
   [junit4]   2> 12698 T60 c:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 1
   [junit4]   2> 12699 T60 c:collection1 oass.SolrIndexSearcher.<init> Opening 
Searcher@de7ecee[collection1] main
   [junit4]   2> 12699 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf
   [junit4]   2> 12699 T60 c:collection1 oasr.RestManager.init Initializing 
RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf}
   [junit4]   2> 12699 T60 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf
   [junit4]   2> 12700 T60 c:collection1 oasr.RestManager.init Initializing 0 
registered ManagedResources
   [junit4]   2> 12700 T60 c:collection1 oashc.SpellCheckComponent.inform 
Initializing spell checkers
   [junit4]   2> 12700 T60 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> 12700 T60 c:collection1 oashc.SpellCheckComponent.inform No 
queryConverter defined, using default converter
   [junit4]   2> 12701 T60 c:collection1 oashc.QueryElevationComponent.inform 
Loading QueryElevation from: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 12712 T60 c:collection1 oash.ReplicationHandler.inform Commits 
will be reserved for  10000
   [junit4]   2> 12713 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@de7ecee[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12713 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 12713 T60 c:collection1 oasc.CoreContainer.registerCore 
registering core: collection1
   [junit4]   2> 12713 T61 c:collection1 
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index 
for spellchecker: default
   [junit4]   2> 12713 T61 c:collection1 
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index 
for spellchecker: wordbreak
   [junit4]   2> 12714 T50 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 12714 T50 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 12714 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@de7ecee[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12714 T50 oas.SolrJettyTestBase.createJetty Jetty Assigned 
Port#52501
   [junit4]   2> 12717 T50 oas.SolrTestCaseJ4.setUp ###Starting testAddDelete
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 
org.apache.solr.core.SolrCore@b5b4b32
   [junit4]   2> 12830 T59 c:collection1 C3 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{deleteByQuery=*:* (-1499529785124061184)} 0 14
   [junit4]   2> 12853 T58 c:collection1 C3 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 
222 (1499529785143984128)]} 0 7
   [junit4]   2> 12866 T59 c:collection1 C3 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12892 T59 c:collection1 C3 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_2,generation=2}
   [junit4]   2> 12893 T59 c:collection1 C3 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 12905 T59 c:collection1 C3 oass.SolrIndexSearcher.<init> 
Opening Searcher@1c6dcb82[collection1] main
   [junit4]   2> 12906 T59 c:collection1 C3 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 12906 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@1c6dcb82[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 12907 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 12907 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@1c6dcb82[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 12907 T59 c:collection1 C3 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 41
   [junit4]   2> 12919 T58 c:collection1 C3 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 
QTime=6 
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 
org.apache.solr.core.SolrCore@b5b4b32
   [junit4]   2> 13002 T59 c:collection1 C4 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{delete=[0 & 222 (-1499529785233113088)]} 0 71
   [junit4]   2> 13009 T59 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 13023 T59 c:collection1 C4 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_2,generation=2}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_3,generation=3}
   [junit4]   2> 13024 T59 c:collection1 C4 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 13025 T59 c:collection1 C4 oass.SolrIndexSearcher.<init> 
Opening Searcher@15f0198e[collection1] main
   [junit4]   2> 13025 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@15f0198e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 13026 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 13026 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@15f0198e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 13027 T59 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 13028 T59 c:collection1 C4 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 19
   [junit4]   2> 13033 T58 c:collection1 C4 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 
QTime=0 
   [junit4]   2> 13043 T59 c:collection1 C4 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 
222 (1499529785345310720)]} 0 5
   [junit4]   2> 13048 T58 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 13052 T58 c:collection1 C4 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_3,generation=3}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_4,generation=4}
   [junit4]   2> 13053 T58 c:collection1 C4 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 13055 T58 c:collection1 C4 oass.SolrIndexSearcher.<init> 
Opening Searcher@20b3f0e2[collection1] main
   [junit4]   2> 13057 T58 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 13057 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@20b3f0e2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.2.0):C1)))}
   [junit4]   2> 13058 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 13058 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@20b3f0e2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.2.0):C1)))}
   [junit4]   2> 13058 T58 c:collection1 C4 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 10
   [junit4]   2> 13063 T59 c:collection1 C4 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 
QTime=1 
   [junit4]   2> 13143 T58 c:collection1 C4 oass.SolrIndexSearcher.<init> 
Opening Searcher@79f6b58d[collection1] realtime
   [junit4]   2> 13144 T58 c:collection1 C4 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{deleteByQuery=id:"0\ \&\ 222" (-1499529785376768000)} 0 76
   [junit4]   2> 28144 T63 c:collection1 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 28144 T63 c:collection1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_4,generation=4}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_5,generation=5}
   [junit4]   2> 28145 T63 c:collection1 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 5
   [junit4]   2> 28145 T63 c:collection1 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 213389 T58 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213389 T50 oas.SolrTestCaseJ4.tearDown ###Ending testAddDelete
   [junit4]   2> 213389 T58 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 213390 T58 c:collection1 C4 oass.SolrIndexSearcher.<init> 
Opening Searcher@3506595a[collection1] main
   [junit4]   2> 213391 T58 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 213391 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@3506595a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213391 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 213391 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@3506595a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213392 T58 c:collection1 C4 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 4
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSchemalessExampleTest -Dtests.method=testAddDelete 
-Dtests.seed=4539DF9C80846C98 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nl -Dtests.timezone=CET -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR    201s J0 | SolrSchemalessExampleTest.testAddDelete <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:52501/solr/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4539DF9C80846C98:8DD9A296712CBF4E]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
   [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:485)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:464)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrExampleTestsBase.testAddDelete(SolrExampleTestsBase.java:193)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:52501 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> 213420 T50 oas.SolrTestCaseJ4.setUp ###Starting 
testCommitWithinOnAdd
   [junit4]   2> 213442 T59 c:collection1 C4 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{deleteByQuery=*:* (-1499529995471552512)} 0 11
   [junit4]   2> 213446 T58 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213447 T58 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 213447 T58 c:collection1 C4 oasc.SolrCore.openNewSearcher 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 213448 T58 c:collection1 C4 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 213448 T58 c:collection1 C4 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 2
   [junit4]   2> 213453 T59 c:collection1 C4 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=0 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 
org.apache.solr.core.SolrCore@b5b4b32
   [junit4]   2> 213561 T58 c:collection1 C5 
oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 213584 T58 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 
(1499529995499864064)]} 0 126
   [junit4]   2> 213588 T59 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=0 status=0 QTime=0 
   [junit4]   2> 214084 T64 c:collection1 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 214088 T64 c:collection1 oass.SolrIndexSearcher.<init> Opening 
Searcher@256e5543[collection1] main
   [junit4]   2> 214088 T64 c:collection1 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 214089 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@256e5543[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.2.0):C1)))}
   [junit4]   2> 214089 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 214089 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@256e5543[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.2.0):C1)))}
   [junit4]   2> 214593 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} 
hits=1 status=0 QTime=1 
   [junit4]   2> 214598 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4 
(1499529996694192128)]} 0 1
   [junit4]   2> 215098 T64 c:collection1 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 215102 T64 c:collection1 oass.SolrIndexSearcher.<init> Opening 
Searcher@396a0a4d[collection1] main
   [junit4]   2> 215103 T64 c:collection1 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 215103 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@396a0a4d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.2.0):C1)
 Uninverting(_3(5.2.0):C1)))}
   [junit4]   2> 215103 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 215103 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@396a0a4d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.2.0):C1)
 Uninverting(_3(5.2.0):C1)))}
   [junit4]   2> 215603 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=id:id4&wt=javabin&version=2} 
hits=1 status=0 QTime=1 
   [junit4]   2> 215605 T50 oas.SolrTestCaseJ4.tearDown ###Ending 
testCommitWithinOnAdd
   [junit4]   2> 215609 T50 oas.SolrTestCaseJ4.setUp ###Starting 
testArbitraryJsonIndexing
   [junit4]   2> 215618 T59 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@786d6b94[collection1] realtime
   [junit4]   2> 215618 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{deleteByQuery=*:* (-1499529997758496768)} 0 7
   [junit4]   2> 215622 T58 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215623 T58 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_5,generation=5}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_6,generation=6}
   [junit4]   2> 215623 T58 c:collection1 C5 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 215623 T58 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@376848b8[collection1] main
   [junit4]   2> 215624 T58 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 215624 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@376848b8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215624 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 215624 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@376848b8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215625 T58 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 3
   [junit4]   2> 215629 T59 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=0 status=0 QTime=0 
   [junit4]   2> 215642 T58 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update/json/docs params={} {add=[abc1 
(1499529997786808320), 6dbefea1-e505-4ba6-90d7-f707a9aa72ae 
(1499529997788905472)]} 0 10
   [junit4]   2> 215655 T58 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215659 T58 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_6,generation=6}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_7,generation=7}
   [junit4]   2> 215659 T58 c:collection1 C5 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 215661 T58 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@6cf6980c[collection1] main
   [junit4]   2> 215662 T58 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 215662 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@6cf6980c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.2.0):C2)))}
   [junit4]   2> 215662 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 215662 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@6cf6980c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.2.0):C2)))}
   [junit4]   2> 215662 T58 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 7
   [junit4]   2> 215666 T59 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=2 status=0 QTime=0 
   [junit4]   2> 215670 T50 oas.SolrTestCaseJ4.tearDown ###Ending 
testArbitraryJsonIndexing
   [junit4]   2> 215675 T50 oas.SolrTestCaseJ4.setUp ###Starting 
testFieldMutating
   [junit4]   2> 215679 T58 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@157e8ff6[collection1] realtime
   [junit4]   2> 215680 T58 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{deleteByQuery=*:* (-1499529997827702784)} 0 2
   [junit4]   2> 215683 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215684 T59 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_7,generation=7}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_8,generation=8}
   [junit4]   2> 215684 T59 c:collection1 C5 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 215685 T59 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@464e7ce0[collection1] main
   [junit4]   2> 215686 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 215686 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@464e7ce0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215686 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 215686 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@464e7ce0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215687 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 4
   [junit4]   2> 215692 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=0 status=0 QTime=0 
   [junit4]   2> 215718 T59 c:collection1 C5 
oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 215756 T59 c:collection1 C5 
oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 215786 T59 c:collection1 C5 
oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 215826 T59 c:collection1 C5 
oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 215851 T59 c:collection1 C5 
oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 215891 T59 c:collection1 C5 
oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 215903 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update/json/docs params={} 
{add=[479c2b09-4191-4df0-ac7a-ccea61b79fac (1499529997845528576), 
290c43c7-cf2b-4428-99df-ac4c348e888a (1499529997886423040), 
6887f07c-77b9-4702-b52b-5baac99aa3cd (1499529997916831744), 
0d4db3cb-abce-4046-a9fe-6cd57a6c5c8c (1499529997959823360), 
a9972aff-7420-4d8b-806f-dcd929fda06e (1499529997990232064), 
ddef3c59-c731-445f-926d-9423b6780161 (1499529998033223680), 
d7976d4b-81ac-4f3a-b575-058aa09bbbfc (1499529998062583808)]} 0 208
   [junit4]   2> 215914 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215919 T59 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_8,generation=8}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_9,generation=9}
   [junit4]   2> 215920 T59 c:collection1 C5 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 215922 T59 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@5db9450c[collection1] main
   [junit4]   2> 215923 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 215923 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@5db9450c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(5.2.0):C7)))}
   [junit4]   2> 215924 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 215924 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@5db9450c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(5.2.0):C7)))}
   [junit4]   2> 215924 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 10
   [junit4]   2> 215928 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=7 status=0 QTime=0 
   [junit4]   2> 215931 T50 oas.SolrTestCaseJ4.tearDown ###Ending 
testFieldMutating
   [junit4]   2> 215934 T50 oas.SolrTestCaseJ4.setUp ###Starting 
testCommitWithinOnDelete
   [junit4]   2> 215940 T59 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@4398e613[collection1] realtime
   [junit4]   2> 215940 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{deleteByQuery=*:* (-1499529998100332544)} 0 2
   [junit4]   2> 215944 T58 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215945 T58 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_9,generation=9}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_a,generation=10}
   [junit4]   2> 215945 T58 c:collection1 C5 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 215946 T58 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@62b0a3d5[collection1] main
   [junit4]   2> 215946 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@62b0a3d5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215947 T58 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 215947 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 215947 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@62b0a3d5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215948 T58 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 4
   [junit4]   2> 215952 T59 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=0 status=0 QTime=0 
   [junit4]   2> 215958 T58 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 
(1499529998119206912)]} 0 3
   [junit4]   2> 215963 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215965 T59 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_a,generation=10}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_b,generation=11}
   [junit4]   2> 215966 T59 c:collection1 C5 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 215967 T59 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@740b644d[collection1] main
   [junit4]   2> 215968 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@740b644d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(5.2.0):C1)))}
   [junit4]   2> 215968 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 215968 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 215969 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@740b644d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(5.2.0):C1)))}
   [junit4]   2> 215969 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 7
   [junit4]   2> 215974 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} 
hits=1 status=0 QTime=2 
   [junit4]   2> 215979 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{delete=[id3 (-1499529998142275584)]} 0 2
   [junit4]   2> 215982 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} 
hits=1 status=0 QTime=0 
   [junit4]   2> 216237 T59 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} 
hits=1 status=0 QTime=0 
   [junit4]   2> 216491 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} 
hits=1 status=0 QTime=1 
   [junit4]   2> 216745 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} 
hits=1 status=0 QTime=1 
   [junit4]   2> 216979 T64 c:collection1 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 216980 T64 c:collection1 oass.SolrIndexSearcher.<init> Opening 
Searcher@606fc429[collection1] main
   [junit4]   2> 216980 T64 c:collection1 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 216980 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@606fc429[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216980 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 216980 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@606fc429[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216999 T59 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} 
hits=0 status=0 QTime=1 
   [junit4]   2> 217000 T50 oas.SolrTestCaseJ4.tearDown ###Ending 
testCommitWithinOnDelete
   [junit4]   2> 217002 T50 oas.SolrTestCaseJ4.setUp ###Starting 
testStreamingRequest
   [junit4]   2> 217006 T58 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{deleteByQuery=*:* (-1499529999219163136)} 0 1
   [junit4]   2> 217009 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 217010 T59 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_b,generation=11}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_c,generation=12}
   [junit4]   2> 217010 T59 c:collection1 C5 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 217011 T59 c:collection1 C5 oasc.SolrCore.openNewSearcher 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 217011 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 217011 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 2
   [junit4]   2> 217015 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} 
hits=0 status=0 QTime=1 
   [junit4]   2> 217034 T59 c:collection1 C5 
oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 217060 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 217063 T59 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_c,generation=12}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@672d7973 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23293d6d),segFN=segments_d,generation=13}
   [junit4]   2> 217063 T59 c:collection1 C5 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 217065 T59 c:collection1 C5 oass.SolrIndexSearcher.<init> 
Opening Searcher@4a394231[collection1] main
   [junit4]   2> 217065 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@4a394231[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(5.2.0):C10)))}
   [junit4]   2> 217065 T59 c:collection1 C5 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 217065 T61 c:collection1 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
   [junit4]   2> 217066 T61 c:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@4a394231[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(5.2.0):C10)))}
   [junit4]   2> 217066 T59 c:collection1 C5 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{add=[0 (1499529999232794624), 1 (1499529999273689088), 2 
(1499529999273689089), 3 (1499529999273689090), 4 (1499529999274737664), 5 
(1499529999274737665), 6 (1499529999275786240), 7 (1499529999275786241), 8 
(1499529999275786242), 9 (1499529999276834816)],commit=} 0 48
   [junit4]   2> 217075 T58 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select 
params={q=*:*&fl=id,score,_docid_&wt=javabin&version=2} hits=10 status=0 
QTime=5 
   [junit4]   2> 217081 T59 c:collection1 C5 oasc.SolrCore.execute 
[collection1] webapp=/solr path=/select 
params={q=*:*&fl=id,score,_docid_&wt=javabin&version=2} hits=10 status=0 
QTime=0 
   [junit4]   2> 217083 T50 oas.SolrTestCaseJ4.tearDown ###Ending 
testStreamingRequest
   [junit4]   2> 217115 T50 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1512672196
   [junit4]   2> 217115 T50 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b5b4b32
   [junit4]   2> 217116 T50 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=17,autocommit maxTime=15000ms,autocommits=1,soft 
autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=24,cumulative_deletesById=2,cumulative_deletesByQuery=7,cumulative_errors=0,transaction_logs_total_size=1991,transaction_logs_total_number=10}
   [junit4]   2> 217116 T50 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 217116 T50 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 217117 T50 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 217119 T50 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 217119 T50 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 217120 T50 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data/index 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 217120 T50 oasc.CachingDirectoryFactory.close Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data/index
   [junit4]   2> 217120 T50 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 217120 T50 oasc.CachingDirectoryFactory.close Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001/tempDir-001/collection1/data
   [junit4]   2> 217121 T50 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 217306 T50 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/J0/temp/solr.client.solrj.SolrSchemalessExampleTest
 4539DF9C80846C98-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=DefaultSimilarity, locale=nl, timezone=CET
   [junit4]   2> NOTE: Linux 3.13.0-49-generic amd64/Oracle Corporation 
1.8.0_60-ea (64-bit)/cpus=12,threads=1,free=426639344,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TermsResponseTest, 
TestXMLEscaping, CollectionAdminRequestRequiredParamsTest, NamedListTest, 
ConcurrentUpdateSolrClientTest, SolrSchemalessExampleTest]
   [junit4] Completed [54/57] on J0 in 205.35s, 6 tests, 1 error <<< FAILURES!

[...truncated 20 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: 48 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
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