Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/878/
Java: 32bit/jdk1.8.0_131 -server -XX:+UseG1GC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestNeverDelete

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001\TestNeverDelete-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001\TestNeverDelete-001
    
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001\TestNeverDelete-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001\TestNeverDelete-001
   
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001

        at __randomizedtesting.SeedInfo.seed([86A6D24F066496E]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        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:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
ObjectTracker found 6 object(s) that were not released!!! 
[MockDirectoryWrapper, SolrIndexSearcher, MockDirectoryWrapper, 
MockDirectoryWrapper, SolrCore, MDCAwareThreadPoolExecutor] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)  at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.search.SolrIndexSearcher  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)  at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)  at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)  at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
  at 
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)  
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)  at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.core.SolrCore  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not 
released!!! [MockDirectoryWrapper, SolrIndexSearcher, MockDirectoryWrapper, 
MockDirectoryWrapper, SolrCore, MDCAwareThreadPoolExecutor]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.search.SolrIndexSearcher
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)
        at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
        at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
        at 
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.core.SolrCore
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)


        at __randomizedtesting.SeedInfo.seed([B0032498A215FB46]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
        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:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest: 
    1) Thread[id=252, name=solr-idle-connections-evictor, state=TIMED_WAITING, 
group=TGRP-BadIndexSchemaTest]         at java.lang.Thread.sleep(Native Method) 
        at 
org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=253, 
name=solr-idle-connections-evictor, state=TIMED_WAITING, 
group=TGRP-BadIndexSchemaTest]         at java.lang.Thread.sleep(Native Method) 
        at 
org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=255, 
name=Thread-134, state=WAITING, group=TGRP-BadIndexSchemaTest]         at 
java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)    4) 
Thread[id=257, name=searcherExecutor-146-thread-1, state=WAITING, 
group=TGRP-BadIndexSchemaTest]         at sun.misc.Unsafe.park(Native Method)   
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)      
   at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE 
scope at org.apache.solr.schema.BadIndexSchemaTest: 
   1) Thread[id=252, name=solr-idle-connections-evictor, state=TIMED_WAITING, 
group=TGRP-BadIndexSchemaTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=253, name=solr-idle-connections-evictor, state=TIMED_WAITING, 
group=TGRP-BadIndexSchemaTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=255, name=Thread-134, state=WAITING, 
group=TGRP-BadIndexSchemaTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   4) Thread[id=257, name=searcherExecutor-146-thread-1, state=WAITING, 
group=TGRP-BadIndexSchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([B0032498A215FB46]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=255, name=Thread-134, state=WAITING, group=TGRP-BadIndexSchemaTest]   
      at java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)    2) 
Thread[id=257, name=searcherExecutor-146-thread-1, state=WAITING, 
group=TGRP-BadIndexSchemaTest]         at sun.misc.Unsafe.park(Native Method)   
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)      
   at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=255, name=Thread-134, state=WAITING, 
group=TGRP-BadIndexSchemaTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   2) Thread[id=257, name=searcherExecutor-146-thread-1, state=WAITING, 
group=TGRP-BadIndexSchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([B0032498A215FB46]:0)




Build Log:
[...truncated 1032 lines...]
   [junit4] Suite: org.apache.lucene.index.TestNeverDelete
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{field=PostingsFormat(name=Memory doPackFST= true), 
dc=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=238, maxMBSortInHeap=5.147869216402834, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {field=IB SPL-D3(800.0)}, 
locale=sk-SK, timezone=Antarctica/Syowa
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_131 
(32-bit)/cpus=3,threads=1,free=423650208,total=484442112
   [junit4]   2> NOTE: All tests run in this JVM: [TestLongValuesSource, 
TestStressNRT, TestIndexSearcher, TestSingleInstanceLockFactory, TestMultiMMap, 
TestCrashCausesCorruptIndex, TestScoreCachingWrappingScorer, TestStressAdvance, 
TestIndexWriterThreadsToSegments, TestManyFields, TestRollback, TestRegExp, 
TestHugeRamFile, TestIndexWriterDeleteByQuery, TestToken, TestIntBlockPool, 
TestFileSwitchDirectory, TestExternalCodecs, TestSimilarityProvider, 
TestSimpleExplanations, TestBooleanSimilarity, TestPriorityQueue, 
TestCloseableThreadLocal, TestCustomNorms, TestSegmentMerger, 
TestDemoParallelLeafReader, TestSloppyPhraseQuery2, 
TestIndexWriterNRTIsCurrent, TestMutablePointsReaderUtils, TestIntroSorter, 
TestNotDocIdSet, TestTimeLimitingCollector, TestFloatRangeFieldQueries, 
TestFilterDirectory, TestSpanMultiTermQueryWrapper, TestBoolean2ScorerSupplier, 
TestSentinelIntSet, TestSortedSetDocValues, TestFieldValueQuery, 
TestIndexWriterWithThreads, TestCheckIndex, TestTryDelete, TestSort, 
TestDocValuesIndexing, TestBooleanRewrites, TestRadixSelector, 
TestCachingCollector, TestFixedBitSet, TestMultiPhraseEnum, TestMinimize, 
TestFilterSpans, TestAttributeSource, TestMergePolicyWrapper, TestTerms, 
TestMathUtil, TestCharacterUtils, TestAssertions, 
TestRecyclingIntBlockAllocator, TestPointValues, TestByteSlices, 
Test4GBStoredFields, TestDeterminism, TestPerFieldPostingsFormat, 
TestByteArrayDataInput, TestTopDocsMerge, TestPrefixCodedTerms, 
TestCachingTokenFilter, TestNRTReaderWithThreads, TestIndexWriterLockRelease, 
TestSpanOrQuery, TestNewestSegment, TestIndexWriterOnVMError, TestLongBitSet, 
TestSimpleFSDirectory, FuzzyTermOnShortTermsTest, TestSPIClassIterator, 
TestCharsRefBuilder, TestGeoUtils, TestSameScoresWithThreads, 
TestNRTReaderCleanup, TestDocCount, TestForUtil, TestLucene50TermVectorsFormat, 
TestSortRandom, TestAxiomaticSimilarity, TestByteBlockPool, 
TestFilterCodecReader, TestTerm, TestFixedBitDocIdSet, TestQueryRescorer, 
TestSpanFirstQuery, TestPolygon2D, TestSimpleExplanationsWithFillerDocs, 
TestIndexReaderClose, TestCharsRef, TestNoMergeScheduler, TestOmitTf, 
TestIndexWriterOnDiskFull, TestShardSearching, TestInfoStream, 
TestDocValuesQueries, TestSpanNearQuery, TestDocBoost, TestIndexWriter, 
TestPerSegmentDeletes, TestTrackingDirectoryWrapper, TestDirectPacked, 
TestIndexWriterOnJRECrash, TestCodecUtil, TestFrequencyTrackingRingBuffer, 
TestOneMergeWrappingMergePolicy, TestVirtualMethod, TestUniqueTermCount, 
TestTermQuery, TestPerFieldDocValuesFormat, TestIndexWriterMerging, TestFSTs, 
TestBytesStore, TestPackedInts, TestGraphTokenizers, TestAddIndexes, 
TestIndexWriterExceptions, TestSearcherManager, TestDeletionPolicy, 
TestBooleanOr, TestBasics, TestIndexWriterDelete, TestIndexWriterMergePolicy, 
TestNRTThreads, TestBoolean2, TestPersistentSnapshotDeletionPolicy, 
TestAtomicUpdate, TestNorms, TestIndexWriterCommit, TestDirectoryReaderReopen, 
TestSearchWithThreads, TestHighCompressionMode, TestNeverDelete]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNeverDelete 
-Dtests.seed=86A6D24F066496E -Dtests.slow=true -Dtests.locale=sk-SK 
-Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestNeverDelete (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001\TestNeverDelete-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001\TestNeverDelete-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\core\test\J0\temp\lucene.index.TestNeverDelete_86A6D24F066496E-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([86A6D24F066496E]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [252/456 (1!)] on J0 in 1.50s, 1 test, 1 error <<< 
FAILURES!

[...truncated 10093 lines...]
   [junit4] Suite: org.apache.solr.schema.BadIndexSchemaTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.schema.BadIndexSchemaTest_B0032498A215FB46-001\init-core-data-001
   [junit4]   2> 27206 WARN  
(SUITE-BadIndexSchemaTest-seed#[B0032498A215FB46]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 27207 INFO  
(SUITE-BadIndexSchemaTest-seed#[B0032498A215FB46]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 27215 INFO  
(SUITE-BadIndexSchemaTest-seed#[B0032498A215FB46]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 27218 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testSevereErrorsForUnsupportedAttributesOnDynamicField
   [junit4]   2> 27220 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27224 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 27324 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 27341 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema 
name=bad-schema-dynamicfield-default-val
   [junit4]   2> 27346 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27348 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27350 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 27387 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 27407 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dynamicfield-required
   [junit4]   2> 27409 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27410 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testSevereErrorsForUnsupportedAttributesOnDynamicField
   [junit4]   2> 27413 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForUnexpectedAnalyzer
   [junit4]   2> 27414 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27415 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 27450 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 27465 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-nontext-analyzer
   [junit4]   2> 27467 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27468 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27469 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 27492 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 27504 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema 
name=bad-schema-analyzer-class-and-nested
   [junit4]   2> 27506 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27506 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForUnexpectedAnalyzer
   [junit4]   2> 27508 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedCurrency
   [junit4]   2> 27508 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27509 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 27533 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 27547 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-multivalued
   [junit4]   2> 27592 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27592 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27593 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 27699 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 27717 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-multivalued
   [junit4]   2> 27814 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27816 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27818 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 27897 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 27913 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-multivalued
   [junit4]   2> 27919 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27919 INFO  
(TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedCurrency
   [junit4]   2> 27921 INFO  
(TEST-BadIndexSchemaTest.testBogusParameters-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBogusParameters
   [junit4]   2> 27921 INFO  
(TEST-BadIndexSchemaTest.testBogusParameters-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27922 INFO  
(TEST-BadIndexSchemaTest.testBogusParameters-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 27949 INFO  
(TEST-BadIndexSchemaTest.testBogusParameters-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 27963 INFO  
(TEST-BadIndexSchemaTest.testBogusParameters-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=bad-schema-bogus-field-parameters
   [junit4]   2> 27984 INFO  
(TEST-BadIndexSchemaTest.testBogusParameters-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27984 INFO  
(TEST-BadIndexSchemaTest.testBogusParameters-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBogusParameters
   [junit4]   2> 27986 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testUniqueKeyRules
   [junit4]   2> 27988 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 27989 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 28049 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 28062 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-is-copyfield-dest
   [junit4]   2> 28069 ERROR 
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema uniqueKey field (id) can not be the dest of a 
copyField(source=XXX)
   [junit4]   2> 28069 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 28069 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 28070 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 28095 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 28110 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-uses-default
   [junit4]   2> 28113 ERROR 
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema uniqueKey field (null) can not be configured with a default 
value (XXX)
   [junit4]   2> 28114 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 28114 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 28115 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 28141 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 28153 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-multivalued
   [junit4]   2> 28156 ERROR 
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema uniqueKey field (null) can not be configured to be 
multivalued
   [junit4]   2> 28156 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 28156 INFO  
(TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testUniqueKeyRules
   [junit4]   2> 28158 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultOperatorNotBannedForPre66
   [junit4]   2> 28158 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 28159 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 28185 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 28199 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-default-operator
   [junit4]   2> 28201 WARN  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] query parser default operator is OR. 
WARNING: Deprecated, please use 'q.op' on request instead. Will not work from 
Solr 7
   [junit4]   2> 28202 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-default-operator/1.6 with 
uniqueid field id
   [junit4]   2> 28220 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 28336 WARN  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 28336 WARN  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 28336 WARN  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 28339 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 28419 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 28429 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema 
name=bad-schema-default-operator
   [junit4]   2> 28436 WARN  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator 
is OR. WARNING: Deprecated, please use 'q.op' on request instead. Will not work 
from Solr 7
   [junit4]   2> 28437 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema 
bad-schema-default-operator/1.6 with uniqueid field id
   [junit4]   2> 28437 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 28437 WARN  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 28437 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 28438 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.schema.BadIndexSchemaTest_B0032498A215FB46-001\init-core-data-001\]
   [junit4]   2> 28442 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=83.4541015625, 
floorSegmentMB=1.466796875, forceMergeDeletesPctAllowed=27.252751940964682, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5744782692706978
   [junit4]   2> 28573 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 28573 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 28574 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1071928830, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 28576 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1da54cc[collection1] 
main]
   [junit4]   2> 28577 WARN  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 28578 INFO  (coreLoadExecutor-145-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 28578 INFO  
(searcherExecutor-146-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1da54cc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 28580 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 28581 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultOperatorNotBannedForPre66
   [junit4]   2> 28584 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimDefaultFieldTypeHasNoExplicitSim
   [junit4]   2> 28586 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 28587 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 28666 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 28686 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema 
name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 28710 WARN  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 28711 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema Loaded schema 
bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 28717 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 28817 WARN  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 28817 WARN  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 28817 WARN  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 28820 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 28900 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 28915 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema 
name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 28926 WARN  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 28926 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema 
bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 28926 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 28927 WARN  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 28927 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 28927 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.schema.BadIndexSchemaTest_B0032498A215FB46-001\init-core-data-001\]
   [junit4]   2> 28928 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1161102
   [junit4]   2> 28929 INFO  (coreLoadExecutor-155-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 28940 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 28940 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 28940 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=14690784
   [junit4]   2> 28940 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 28941 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 28941 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimDefaultFieldTypeHasNoExplicitSim
   [junit4]   2> 28945 INFO  
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaWithDefaultSearchField
   [junit4]   2> 28946 INFO  
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 28947 INFO  
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 28997 INFO  
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29008 INFO  
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-defaultsearchfield
   [junit4]   2> 29010 WARN  
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema 'defaultSearchField' is deprecated, please use 'df' 
on request instead.
   [junit4]   2> 29010 ERROR 
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema defaultSearchField has been deprecated and is 
incompatible with configs with luceneMatchVersion >= 6.6.0.  Use 'df' on 
requests instead.
   [junit4]   2> 29010 INFO  
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29010 INFO  
(TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaWithDefaultSearchField
   [junit4]   2> 29013 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateFieldType
   [junit4]   2> 29014 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29015 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29042 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29054 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-fieldType
   [junit4]   2> 29082 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29082 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateFieldType
   [junit4]   2> 29085 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testPerFieldtypeSimButNoSchemaSimFactory
   [junit4]   2> 29086 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29087 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29127 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29140 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema 
name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 29153 ERROR 
(TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema FieldType 'sim1' is configured with a similarity, 
but the global similarity does not support it: class 
org.apache.solr.search.similarities.BM25SimilarityFactory
   [junit4]   2> 29153 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29153 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerFieldtypeSimButNoSchemaSimFactory
   [junit4]   2> 29167 INFO  
(TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[B0032498A215FB46]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testBogusAnalysisParameters
   [junit4]   2> 29175 INFO  
(TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[B0032498A215FB46]) [ 
   ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29177 INFO  
(TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[B0032498A215FB46]) [ 
   ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29221 INFO  
(TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[B0032498A215FB46]) [ 
   ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29237 INFO  
(TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[B0032498A215FB46]) [ 
   ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-bogus-analysis-parameters
   [junit4]   2> 29244 INFO  
(TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[B0032498A215FB46]) [ 
   ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29244 INFO  
(TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[B0032498A215FB46]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testBogusAnalysisParameters
   [junit4]   2> 29247 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testSweetSpotSimBadConfig
   [junit4]   2> 29248 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29248 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29271 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29284 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-both-tf
   [junit4]   2> 29330 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29331 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29332 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29391 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29406 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-baseline
   [junit4]   2> 29413 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29414 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29414 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29438 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29453 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.s.IndexSchema [null] Schema 
name=bad-schema-sweetspot-partial-hyperbolic
   [junit4]   2> 29457 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29457 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29458 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29483 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29497 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-norms
   [junit4]   2> 29500 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29500 INFO  
(TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testSweetSpotSimBadConfig
   [junit4]   2> 29504 INFO  
(TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testBadExternalFileField
   [junit4]   2> 29504 INFO  
(TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29504 INFO  
(TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29535 INFO  
(TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29549 INFO  
(TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[B0032498A215FB46]) [    
] o.a.s.s.IndexSchema [null] Schema name=bad-schema-external-filefield
   [junit4]   2> 29589 INFO  
(TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29590 INFO  
(TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testBadExternalFileField
   [junit4]   2> 29593 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testSevereErrorsForDuplicateDynamicField
   [junit4]   2> 29595 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29597 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29695 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29708 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-dynamicField
   [junit4]   2> 29715 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29715 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateDynamicField
   [junit4]   2> 29718 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultOperatorBanned
   [junit4]   2> 29720 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29720 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29759 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[B0032498A215FB46]) [   
 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29773 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[B0032498A215FB46]) [   
 ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-default-operator
   [junit4]   2> 29777 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29777 INFO  
(TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[B0032498A215FB46]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultOperatorBanned
   [junit4]   2> 29781 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForInvalidFieldOptions
   [junit4]   2> 29781 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29782 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29812 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29826 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-not-indexed-but-norms
   [junit4]   2> 29829 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29829 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29832 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29863 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29872 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-not-indexed-but-tf
   [junit4]   2> 29874 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29874 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29875 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29908 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29923 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-not-indexed-but-pos
   [junit4]   2> 29924 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29924 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29925 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 29959 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 29972 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-omit-tf-but-not-pos
   [junit4]   2> 29974 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 29974 INFO  
(TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForInvalidFieldOptions
   [junit4]   2> 29976 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testPerFieldtypePostingsFormatButNoSchemaCodecFactory
   [junit4]   2> 29978 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 29983 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 30013 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 30022 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema 
name=bad-schema-codec-global-vs-ft-mismatch
   [junit4]   2> 30027 WARN  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 30027 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema Loaded schema 
bad-schema-codec-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 30033 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 30140 WARN  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 30140 WARN  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 30140 WARN  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 30143 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 30211 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 30223 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema 
name=bad-schema-codec-global-vs-ft-mismatch
   [junit4]   2> 30229 WARN  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 30229 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema 
bad-schema-codec-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 30229 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 30230 WARN  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 30230 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 30230 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.schema.BadIndexSchemaTest_B0032498A215FB46-001\init-core-data-001\]
   [junit4]   2> 30230 ERROR (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.c.SolrCore FieldType 'direct1' is configured with a 
postings format, but the codec does not support it: class 
org.apache.solr.core.SolrCore$1
   [junit4]   2> 30231 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4ff2fc
   [junit4]   2> 30231 INFO  (coreLoadExecutor-163-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 30238 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 30238 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 30238 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=28584927
   [junit4]   2> 30238 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 30238 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 30239 INFO  
(TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testPerFieldtypePostingsFormatButNoSchemaCodecFactory
   [junit4]   2> 30242 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCurrencyBogusCode
   [junit4]   2> 30243 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 30244 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 30283 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 30299 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-bogus-default-code
   [junit4]   2> 30302 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 30302 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 30303 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 30328 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 30341 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-bogus-code-in-xml
   [junit4]   2> 30344 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.s.IndexSchema Loaded schema bad-schema-currency-ft-bogus-code-in-xml/1.4 
with uniqueid field id
   [junit4]   2> 30346 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 30346 INFO  
(TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[B0032498A215FB46]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCurrencyBogusCode
   [junit4]   2> 30350 INFO  
(TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDocValuesUnsupported
   [junit4]   2> 30350 INFO  
(TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 30351 INFO  
(TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 30378 INFO  
(TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[B0032498A215FB46]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 30388 INFO  
(TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[B0032498A215FB46]) [    
] o.a.s.s.IndexSchema [null] Schema name=bad-schema-docValues-unsupported
   [junit4]   2> 30389 INFO  
(TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 30390 INFO  
(TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[B0032498A215FB46]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testDocValuesUnsupported
   [junit4]   2> 30392 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimDefaultFieldTypeDoesNotExist
   [junit4]   2> 30393 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[B0032498A215FB46])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 30394 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 30420 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[B0032498A215FB46])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 30430 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema [null] Schema 
name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 30439 WARN  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 30439 INFO  
(TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[B0032498A215FB46])
 [    ] o.a.s.s.IndexSchema Loa

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

 >      at 
 > org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.core.SolrCore
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B0032498A215FB46]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE 
scope at org.apache.solr.schema.BadIndexSchemaTest: 
   [junit4]    >    1) Thread[id=252, name=solr-idle-connections-evictor, 
state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    2) Thread[id=253, name=solr-idle-connections-evictor, 
state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    3) Thread[id=255, name=Thread-134, state=WAITING, 
group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   [junit4]    >    4) Thread[id=257, name=searcherExecutor-146-thread-1, 
state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B0032498A215FB46]:0)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=255, name=Thread-134, state=WAITING, 
group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   [junit4]    >    2) Thread[id=257, name=searcherExecutor-146-thread-1, 
state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B0032498A215FB46]:0)
   [junit4] Completed [8/711 (1!)] on J1 in 48.44s, 23 tests, 1 failure, 2 
errors <<< FAILURES!

[...truncated 41703 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to