You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/04/22 07:32:22 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16559 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16559/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.request.SchemaTest.testSchemaRequestAccuracy

Error Message:
java.util.LinkedHashMap cannot be cast to org.apache.solr.common.util.NamedList

Stack Trace:
java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to org.apache.solr.common.util.NamedList
	at __randomizedtesting.SeedInfo.seed([EA2EA88E459B033B:6DD2A7204B63FEBC]:0)
	at org.apache.solr.client.solrj.response.schema.SchemaResponse.setResponse(SchemaResponse.java:252)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.client.solrj.request.SchemaTest.testSchemaRequestAccuracy(SchemaTest.java:123)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 13076 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.SchemaTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/init-core-data-001
   [junit4]   2> 139319 INFO  (SUITE-SchemaTest-seed#[EA2EA88E459B033B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 139321 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReplaceFieldTypeAccuracy
   [junit4]   2> 139335 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 139335 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 139335 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core
   [junit4]   2> 139336 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 139337 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14704fc{/solr,null,AVAILABLE}
   [junit4]   2> 139339 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@c945e{HTTP/1.1,[http/1.1]}{127.0.0.1:36715}
   [junit4]   2> 139339 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.Server Started @140483ms
   [junit4]   2> 139339 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36715, configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores}
   [junit4]   2> 139339 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 139339 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001'
   [junit4]   2> 139339 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 139339 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001
   [junit4]   2> 139340 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/solr.xml
   [junit4]   2> 139346 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores
   [junit4]   2> 139346 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer New CoreContainer 31475762
   [junit4]   2> 139346 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001]
   [junit4]   2> 139346 WARN  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/lib
   [junit4]   2> 139346 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 139347 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 139348 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 139348 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 139348 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 139348 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 139349 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores
   [junit4]   2> 139350 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-managed-schema.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 139350 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core
   [junit4]   2> 139350 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 139350 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1'
   [junit4]   2> 139350 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 139350 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 139350 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 139350 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001
   [junit4]   2> 139355 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 139358 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 139362 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 139365 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 139370 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 139427 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 139428 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 139429 WARN  (coreLoadExecutor-569-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 139429 WARN  (coreLoadExecutor-569-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 139433 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 139471 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1/conf/schema.xml to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1/conf/schema.xml.bak
   [junit4]   2> 139472 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1'
   [junit4]   2> 139472 INFO  (coreLoadExecutor-569-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1
   [junit4]   2> 139472 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 139472 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/]
   [junit4]   2> 139472 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 139473 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data
   [junit4]   2> 139473 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/index/
   [junit4]   2> 139473 WARN  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/index' doesn't exist. Creating new index...
   [junit4]   2> 139473 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/index
   [junit4]   2> 139520 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f7e87; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 139520 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 139521 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/
   [junit4]   2> 139522 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 139523 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 139524 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 139525 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 139525 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 139526 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 139527 WARN  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 139527 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 139527 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 139527 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 139528 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f7e87; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 139528 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 139528 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@113780d[collection1] main]
   [junit4]   2> 139528 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1/conf
   [junit4]   2> 139528 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1/conf}
   [junit4]   2> 139528 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1/conf
   [junit4]   2> 139528 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 139528 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 139529 INFO  (searcherExecutor-570-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@113780d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 139529 INFO  (coreLoadExecutor-569-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 139850 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#36715
   [junit4]   2> 139911 INFO  (qtp11083624-1610) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 139946 INFO  (qtp11083624-1610) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=86
   [junit4]   2> 139954 INFO  (qtp11083624-1611) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 139977 INFO  (qtp11083624-1611) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=29
   [junit4]   2> 139981 INFO  (qtp11083624-1612) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fieldtypes/replaceInt params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 139984 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@c945e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 139984 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31475762
   [junit4]   2> 139985 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e8f422
   [junit4]   2> 139985 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 139985 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 139985 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 139985 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 139987 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 139987 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 139987 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/index;done=false>>]
   [junit4]   2> 139987 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 139987 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data/index
   [junit4]   2> 139987 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data;done=false>>]
   [junit4]   2> 139987 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 139987 INFO  (coreCloseExecutor-574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-003/cores/core/data
   [junit4]   2> 139988 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14704fc{/solr,null,UNAVAILABLE}
   [junit4]   2> 139988 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReplaceFieldTypeAccuracy
   [junit4]   2> 139990 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteDynamicFieldAccuracy
   [junit4]   2> 140003 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 140003 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 140003 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core
   [junit4]   2> 140004 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 140005 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@edb3ef{/solr,null,AVAILABLE}
   [junit4]   2> 140006 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1d72b5d{HTTP/1.1,[http/1.1]}{127.0.0.1:41968}
   [junit4]   2> 140006 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.Server Started @141149ms
   [junit4]   2> 140006 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41968, configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores}
   [junit4]   2> 140006 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 140006 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004'
   [junit4]   2> 140006 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 140006 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004
   [junit4]   2> 140006 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/solr.xml
   [junit4]   2> 140010 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores
   [junit4]   2> 140010 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer New CoreContainer 9324311
   [junit4]   2> 140011 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004]
   [junit4]   2> 140011 WARN  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/lib
   [junit4]   2> 140011 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 140012 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 140013 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 140013 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 140013 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 140013 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 140014 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores
   [junit4]   2> 140014 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-managed-schema.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 140014 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core
   [junit4]   2> 140014 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 140015 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1'
   [junit4]   2> 140015 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 140015 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 140015 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 140015 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004
   [junit4]   2> 140021 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 140023 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 140028 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 140029 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 140036 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 140100 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 140101 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 140102 WARN  (coreLoadExecutor-581-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 140102 WARN  (coreLoadExecutor-581-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 140104 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1/conf/managed-schema
   [junit4]   2> 140132 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1/conf/schema.xml to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1/conf/schema.xml.bak
   [junit4]   2> 140133 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1'
   [junit4]   2> 140133 INFO  (coreLoadExecutor-581-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1
   [junit4]   2> 140133 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 140133 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/]
   [junit4]   2> 140133 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 140133 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data
   [junit4]   2> 140134 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/index/
   [junit4]   2> 140134 WARN  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/index' doesn't exist. Creating new index...
   [junit4]   2> 140134 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/index
   [junit4]   2> 140166 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f7e87; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 140166 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 140166 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/
   [junit4]   2> 140167 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 140169 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 140170 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 140170 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 140171 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 140172 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 140172 WARN  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 140172 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 140172 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 140172 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 140173 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f7e87; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 140173 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 140173 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@111111b[collection1] main]
   [junit4]   2> 140174 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1/conf
   [junit4]   2> 140174 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1/conf}
   [junit4]   2> 140174 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1/conf
   [junit4]   2> 140174 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 140174 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 140174 INFO  (searcherExecutor-582-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@111111b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 140174 INFO  (coreLoadExecutor-581-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 140515 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#41968
   [junit4]   2> 140522 INFO  (qtp17784437-1632) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1/conf/managed-schema
   [junit4]   2> 140557 INFO  (qtp17784437-1632) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=37
   [junit4]   2> 140559 INFO  (qtp17784437-1633) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/dynamicfields/*_del params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 140562 INFO  (qtp17784437-1634) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-004/collection1/conf/managed-schema
   [junit4]   2> 140600 INFO  (qtp17784437-1634) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=39
   [junit4]   2> 140601 INFO  (qtp17784437-1627) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/dynamicfields/*_del params={wt=javabin&version=2} status=404 QTime=0
   [junit4]   2> 140603 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1d72b5d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 140603 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=9324311
   [junit4]   2> 140603 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9570d4
   [junit4]   2> 140603 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 140603 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 140603 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 140603 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 140605 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 140605 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 140605 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data;done=false>>]
   [junit4]   2> 140605 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 140605 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data
   [junit4]   2> 140605 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/index;done=false>>]
   [junit4]   2> 140605 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 140605 INFO  (coreCloseExecutor-586-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-006/cores/core/data/index
   [junit4]   2> 140606 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@edb3ef{/solr,null,UNAVAILABLE}
   [junit4]   2> 140606 INFO  (TEST-SchemaTest.testDeleteDynamicFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteDynamicFieldAccuracy
   [junit4]   2> 140610 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMultipleUpdateRequestAccuracy
   [junit4]   2> 140623 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 140623 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 140623 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core
   [junit4]   2> 140624 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 140625 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20b5df{/solr,null,AVAILABLE}
   [junit4]   2> 140626 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@130ef9d{HTTP/1.1,[http/1.1]}{127.0.0.1:39929}
   [junit4]   2> 140626 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.Server Started @141770ms
   [junit4]   2> 140626 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39929, configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores}
   [junit4]   2> 140626 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 140626 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007'
   [junit4]   2> 140626 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 140626 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007
   [junit4]   2> 140627 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/solr.xml
   [junit4]   2> 140631 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores
   [junit4]   2> 140631 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer New CoreContainer 8477693
   [junit4]   2> 140631 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007]
   [junit4]   2> 140631 WARN  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/lib
   [junit4]   2> 140631 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 140632 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 140633 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 140633 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 140633 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 140633 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 140633 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores
   [junit4]   2> 140634 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-managed-schema.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 140634 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core
   [junit4]   2> 140634 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 140634 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1'
   [junit4]   2> 140634 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 140635 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 140635 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 140635 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007
   [junit4]   2> 140639 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 140641 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 140645 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 140647 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 140652 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 140705 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 140706 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 140707 WARN  (coreLoadExecutor-593-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 140707 WARN  (coreLoadExecutor-593-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 140708 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1/conf/managed-schema
   [junit4]   2> 140738 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1/conf/schema.xml to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1/conf/schema.xml.bak
   [junit4]   2> 140739 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1'
   [junit4]   2> 140739 INFO  (coreLoadExecutor-593-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1
   [junit4]   2> 140739 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 140740 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/]
   [junit4]   2> 140740 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 140740 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data
   [junit4]   2> 140740 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/index/
   [junit4]   2> 140740 WARN  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/index' doesn't exist. Creating new index...
   [junit4]   2> 140741 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/index
   [junit4]   2> 140788 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f7e87; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 140788 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 140788 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/
   [junit4]   2> 140789 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 140791 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 140791 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 140792 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 140792 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 140794 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 140794 WARN  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 140794 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 140794 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 140794 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 140795 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f7e87; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 140795 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 140795 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1930ba1[collection1] main]
   [junit4]   2> 140795 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1/conf
   [junit4]   2> 140795 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1/conf}
   [junit4]   2> 140795 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1/conf
   [junit4]   2> 140795 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 140795 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 140796 INFO  (searcherExecutor-594-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1930ba1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 140796 INFO  (coreLoadExecutor-593-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 141135 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#39929
   [junit4]   2> 141148 INFO  (qtp22446987-1654) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-007/collection1/conf/managed-schema
   [junit4]   2> 141174 INFO  (qtp22446987-1654) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 141175 INFO  (qtp22446987-1655) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fieldtypes/accuracyTextField params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 141178 INFO  (qtp22446987-1656) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields/accuracyField1 params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 141179 INFO  (qtp22446987-1649) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields/accuracyField1 params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 141180 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@130ef9d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 141180 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=8477693
   [junit4]   2> 141181 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1485880
   [junit4]   2> 141181 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 141181 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 141181 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 141181 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 141183 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 141183 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 141183 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/index;done=false>>]
   [junit4]   2> 141183 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 141183 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data/index
   [junit4]   2> 141183 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data;done=false>>]
   [junit4]   2> 141183 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 141183 INFO  (coreCloseExecutor-598-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-009/cores/core/data
   [junit4]   2> 141184 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@20b5df{/solr,null,UNAVAILABLE}
   [junit4]   2> 141184 INFO  (TEST-SchemaTest.testMultipleUpdateRequestAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleUpdateRequestAccuracy
   [junit4]   2> 141187 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGetUniqueKeyAccuracy
   [junit4]   2> 141208 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 141208 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 141210 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores/core
   [junit4]   2> 141211 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 141212 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e24193{/solr,null,AVAILABLE}
   [junit4]   2> 141213 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1185a4{HTTP/1.1,[http/1.1]}{127.0.0.1:39917}
   [junit4]   2> 141213 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.Server Started @142357ms
   [junit4]   2> 141213 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39917, configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores}
   [junit4]   2> 141214 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 141214 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010'
   [junit4]   2> 141214 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 141214 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010
   [junit4]   2> 141214 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/solr.xml
   [junit4]   2> 141219 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores
   [junit4]   2> 141220 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer New CoreContainer 548667
   [junit4]   2> 141220 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010]
   [junit4]   2> 141220 WARN  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/lib
   [junit4]   2> 141220 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 141222 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 141223 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 141223 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 141223 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 141223 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 141224 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores
   [junit4]   2> 141224 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-managed-schema.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 141224 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores/core
   [junit4]   2> 141225 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 141225 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/collection1'
   [junit4]   2> 141225 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 141225 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 141225 INFO  (TEST-SchemaTest.testGetUniqueKeyAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 141225 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010
   [junit4]   2> 141231 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 141232 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 141236 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 141238 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 141244 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 141306 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 141307 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 141308 WARN  (coreLoadExecutor-605-thread-1) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 141308 WARN  (coreLoadExecutor-605-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 141310 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/collection1/conf/managed-schema
   [junit4]   2> 141343 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/collection1/conf/schema.xml to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/collection1/conf/schema.xml.bak
   [junit4]   2> 141344 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/collection1'
   [junit4]   2> 141344 INFO  (coreLoadExecutor-605-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/collection1
   [junit4]   2> 141345 INFO  (coreLoadExecutor-605-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 141345 INFO  (coreLoadExecutor-605-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-010/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores/core/data/]
   [junit4]   2> 141345 INFO  (coreLoadExecutor-605-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 141346 INFO  (coreLoadExecutor-605-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores/core/data
   [junit4]   2> 141346 INFO  (coreLoadExecutor-605-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores/core/data/index/
   [junit4]   2> 141346 WARN  (coreLoadExecutor-605-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores/core/data/index' doesn't exist. Creating new index...
   [junit4]   2> 141346 INFO  (coreLoadExecutor-605-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-012/cores/core/data/index
   [junit4]   2> 141403 INFO  (coreL

[...truncated too long message...]

x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-106/collection1/conf
   [junit4]   2> 160555 INFO  (coreLoadExecutor-989-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-106/collection1/conf}
   [junit4]   2> 160555 INFO  (coreLoadExecutor-989-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-106/collection1/conf
   [junit4]   2> 160555 INFO  (coreLoadExecutor-989-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 160555 INFO  (coreLoadExecutor-989-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 160555 INFO  (searcherExecutor-990-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e4dc20[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160556 INFO  (coreLoadExecutor-989-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 160863 INFO  (TEST-SchemaTest.testReplaceFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#39878
   [junit4]   2> 160869 INFO  (qtp7637618-2380) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-106/collection1/conf/managed-schema
   [junit4]   2> 160901 INFO  (qtp7637618-2380) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 160906 INFO  (qtp7637618-2381) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-106/collection1/conf/managed-schema
   [junit4]   2> 160944 INFO  (qtp7637618-2381) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=40
   [junit4]   2> 160946 INFO  (qtp7637618-2382) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields/accuracyField params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 160947 INFO  (TEST-SchemaTest.testReplaceFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1678415{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 160948 INFO  (TEST-SchemaTest.testReplaceFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=33002231
   [junit4]   2> 160948 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@155d131
   [junit4]   2> 160948 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 160948 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 160948 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 160948 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 160950 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 160950 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 160950 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-108/cores/core/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-108/cores/core/data;done=false>>]
   [junit4]   2> 160950 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 160950 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-108/cores/core/data
   [junit4]   2> 160950 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-108/cores/core/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-108/cores/core/data/index;done=false>>]
   [junit4]   2> 160950 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 160950 INFO  (coreCloseExecutor-994-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001/tempDir-108/cores/core/data/index
   [junit4]   2> 160951 INFO  (TEST-SchemaTest.testReplaceFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d89630{/solr,null,UNAVAILABLE}
   [junit4]   2> 160951 INFO  (TEST-SchemaTest.testReplaceFieldAccuracy-seed#[EA2EA88E459B033B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReplaceFieldAccuracy
   [junit4]   2> 160952 INFO  (SUITE-SchemaTest-seed#[EA2EA88E459B033B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_EA2EA88E459B033B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1556, maxMBSortInHeap=4.8323191799551815, sim=ClassicSimilarity, locale=lt, timezone=America/Eirunepe
   [junit4]   2> NOTE: Linux 4.2.0-35-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=27383432,total=230948864
   [junit4]   2> NOTE: All tests run in this JVM: [GetByIdTest, CloudSolrClientMultiConstructorTest, SolrExampleEmbeddedTest, ConcurrentUpdateSolrClientTest, TestUpdateRequestCodec, MergeIndexesEmbeddedTest, TestDocumentObjectBinder, TestConfigSetAdminRequest, JdbcTest, CommonParamsTest, TestSolrProperties, TestRetryUtil, TestSolrJErrorHandling, StreamExpressionToExpessionTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleXMLTest, LargeVolumeBinaryJettyTest, TestSpellCheckResponse, SolrParamTest, TestEmbeddedSolrServer, QueryResponseTest, TestCoreAdmin, TestNamedListCodec, SolrQueryTest, TestHash, ContentStreamTest, ModifiableSolrParamsTest, TestFastInputStream, DocumentAnalysisResponseTest, SolrDocumentTest, ClientUtilsTest, AnlysisResponseBaseTest, FacetFieldTest, SolrSchemalessExampleTest, CloudSolrClientBuilderTest, ConcurrentUpdateSolrClientBuilderTest, HttpSolrClientBuilderTest, LBHttpSolrClientBuilderTest, GraphExpressionTest, JDBCStreamTest, StreamExpressionToExplanationTest, StreamExpressionParserTest, OperationsTest, SchemaTest]
   [junit4] Completed [79/82 (1!)] on J1 in 21.66s, 36 tests, 1 error <<< FAILURES!

[...truncated 20 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:246: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 82 suites, 552 tests, 1 error [seed: EA2EA88E459B033B]

Total time: 65 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any