Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6243/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.lucene.index.TestIndexSorting.testStringAlreadySorted

Error Message:
background merge hit exception: _n(7.0.0):c111:[indexSort=<string: "foo">,<int: 
"id">] into _o [maxNumSegments=1]

Stack Trace:
java.io.IOException: background merge hit exception: 
_n(7.0.0):c111:[indexSort=<string: "foo">,<int: "id">] into _o 
[maxNumSegments=1]
        at 
__randomizedtesting.SeedInfo.seed([40B72536479E2A40:6EA847F1534976C9]:0)
        at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1910)
        at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1850)
        at 
org.apache.lucene.index.TestIndexSorting.assertNeedsIndexSortMerge(TestIndexSorting.java:198)
        at 
org.apache.lucene.index.TestIndexSorting.testStringAlreadySorted(TestIndexSorting.java:231)
        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$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: expected:<true> but was:<false>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.lucene.index.TestIndexSorting$AssertingNeedsIndexSortCodec$1$1.merge(TestIndexSorting.java:106)
        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:173)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:122)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4295)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3872)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)


FAILED:  org.apache.lucene.index.TestIndexSorting.testMissingIntLast

Error Message:
Captured an uncaught exception in thread: Thread[id=2238, name=Lucene Merge 
Thread #2, state=RUNNABLE, group=TGRP-TestIndexSorting]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=2238, name=Lucene Merge Thread #2, 
state=RUNNABLE, group=TGRP-TestIndexSorting]
        at 
__randomizedtesting.SeedInfo.seed([40B72536479E2A40:8DED2987E0810B20]:0)
Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.AssertionError: expected:<true> but was:<false>
        at __randomizedtesting.SeedInfo.seed([40B72536479E2A40]:0)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
Caused by: java.lang.AssertionError: expected:<true> but was:<false>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.lucene.index.TestIndexSorting$AssertingNeedsIndexSortCodec$1$1.merge(TestIndexSorting.java:106)
        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:173)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:122)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4295)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3872)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)


FAILED:  
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure

Error Message:
The data directory was not cleaned up on unload after a failed core reload

Stack Trace:
java.lang.AssertionError: The data directory was not cleaned up on unload after 
a failed core reload
        at 
__randomizedtesting.SeedInfo.seed([E457EA017FF1E89B:9F9E484D5CD33A9A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure(CoreAdminHandlerTest.java:334)
        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$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 1435 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting 
-Dtests.method=testStringAlreadySorted -Dtests.seed=40B72536479E2A40 
-Dtests.slow=true -Dtests.locale=id -Dtests.timezone=Singapore 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.08s J1 | TestIndexSorting.testStringAlreadySorted <<<
   [junit4]    > Throwable #1: java.io.IOException: background merge hit 
exception: _n(7.0.0):c111:[indexSort=<string: "foo">,<int: "id">] into _o 
[maxNumSegments=1]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40B72536479E2A40:6EA847F1534976C9]:0)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1910)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1850)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexSorting.assertNeedsIndexSortMerge(TestIndexSorting.java:198)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexSorting.testStringAlreadySorted(TestIndexSorting.java:231)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.AssertionError: expected:<true> but 
was:<false>
   [junit4]    >        at 
org.apache.lucene.index.TestIndexSorting$AssertingNeedsIndexSortCodec$1$1.merge(TestIndexSorting.java:106)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:173)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:122)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4295)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3872)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting 
-Dtests.method=testMissingIntLast -Dtests.seed=40B72536479E2A40 
-Dtests.slow=true -Dtests.locale=id -Dtests.timezone=Singapore 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.02s J1 | TestIndexSorting.testMissingIntLast <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=2238, name=Lucene Merge Thread #2, 
state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40B72536479E2A40:8DED2987E0810B20]:0)
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.AssertionError: expected:<true> but was:<false>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40B72536479E2A40]:0)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]    > Caused by: java.lang.AssertionError: expected:<true> but 
was:<false>
   [junit4]    >        at 
org.apache.lucene.index.TestIndexSorting$AssertingNeedsIndexSortCodec$1$1.merge(TestIndexSorting.java:106)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:173)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:122)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4295)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3872)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> Nov 24, 2016 11:16:22 PM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge 
Thread #2,5,TGRP-TestIndexSorting]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.AssertionError: expected:<true> but was:<false>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([40B72536479E2A40]:0)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]   2> Caused by: java.lang.AssertionError: expected:<true> but 
was:<false>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:147)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexSorting$AssertingNeedsIndexSortCodec$1$1.merge(TestIndexSorting.java:106)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:173)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:122)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4295)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3872)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.index.TestIndexSorting_40B72536479E2A40-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {positions=DFR I(n)L1, id=LM 
Jelinek-Mercer(0.100000), term_vectors=IB LL-D1}, locale=id, timezone=Singapore
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=25570936,total=223432704
   [junit4]   2> NOTE: All tests run in this JVM: [TestBytesRefHash, 
TestPerFieldPostingsFormat, TestHighCompressionMode, TestRAMDirectory, 
TestMultiCollector, TestTermsEnum, TestParallelReaderEmptyIndex, TestMathUtil, 
TestAddIndexes, TestIndexedDISI, TestIndexWriterNRTIsCurrent, 
TestSloppyPhraseQuery2, TestArrayUtil, TestFieldValueQuery, TestStressNRT, 
TestMergeSchedulerExternal, TestHugeRamFile, TestRecyclingByteBlockAllocator, 
TestBytesRef, TestPhrasePrefixQuery, TestDocumentWriter, TestTransactions, 
TestTermsEnum2, TestSimilarity, TestIndexSearcher, TestStopFilter, 
TestFixedBitDocIdSet, TestPrefixQuery, TestMultiLevelSkipList, 
TestBinaryDocument, TestClassicSimilarity, TestSearch, TestTopFieldCollector, 
TestSynonymQuery, TestBlockPostingsFormat2, TestPointValues, TestPayloads, 
TestOmitNorms, TestSegmentTermEnum, TestTermdocPerf, TestFieldMaskingSpanQuery, 
TestDirectoryReaderReopen, TestMutablePointsReaderUtils, TestIntArrayDocIdSet, 
TestSingleInstanceLockFactory, TestPerFieldDocValuesFormat, 
TestControlledRealTimeReopenThread, TestSPIClassIterator, 
TestSearchWithThreads, Test2BPoints, TestMultiTermsEnum, TestPackedInts, 
TestNRTReaderWithThreads, TestMultiThreadTermVectors, TestNamedSPILoader, 
TestSortedSetDocValues, TestBufferedIndexInput, TestSearcherManager, 
TestBooleanQuery, TestCharArraySet, TestNoMergePolicy, TestPrefixRandom, 
TestDeterminism, TestAllFilesDetectTruncation, TestIndexWriterExceptions, 
TestTermRangeQuery, TestDateTools, TestBooleanQueryVisitSubscorers, 
TestPositiveScoresOnlyCollector, TestTermScorer, TestIndexWriterReader, 
TestGrowableByteArrayDataOutput, FuzzyTermOnShortTermsTest, TestBytesStore, 
TestCodecHoldsOpenFiles, TestPrefixInBooleanQuery, TestDirectoryReader, 
TestTerms, TestReaderWrapperDVTypeCheck, TestFlushByRamOrCountsPolicy, 
TestCodecs, TestEarlyTerminatingSortingCollector, 
TestPersistentSnapshotDeletionPolicy, TestIntroSorter, TestSentinelIntSet, 
TestPerSegmentDeletes, TestTwoPhaseCommitTool, TestDelegatingAnalyzerWrapper, 
TestOfflineSorter, TestParallelLeafReader, TestWeakIdentityMap, 
TestIndexWriterOutOfFileDescriptors, TestSegmentReader, TestNot, 
TestCharsRefBuilder, TestLogMergePolicy, Test2BPostingsBytes, 
Test2BSortedDocValuesOrds, TestIndexWriterConfig, TestPhraseQuery, 
Test2BBinaryDocValues, TestLucene70NormsFormat, TestIndexingSequenceNumbers, 
TestSpanTermQuery, TestTrackingDirectoryWrapper, TestIndexWriterDelete, 
TestSortRescorer, TestSwappedIndexFiles, TestCustomNorms, TestBasics, 
TestIndexWriterMergePolicy, TestDuelingCodecs, TestAtomicUpdate, 
TestStressAdvance, TestStandardAnalyzer, TestDocumentsWriterStallControl, 
TestMinimize, TestIndexWriterUnicode, TestSimpleExplanations, 
TestCollectionUtil, TestComplexExplanations, TestFastDecompressionMode, 
TestPagedBytes, TestDeterminizeLexicon, TestSpans, TestMixedCodecs, 
TestFastCompressionMode, TestLazyProxSkipping, TestDocsAndPositions, 
TestBagOfPostings, TestThreadedForceMerge, TestOmitTf, 
TestCrashCausesCorruptIndex, TestMultiTermConstantScore, TestForTooMuchCloning, 
TestSpanSearchEquivalence, TestDoc, TestWildcard, TestNoDeletionPolicy, 
TestIntBlockPool, TestSortRandom, TestAllFilesHaveCodecHeader, TestDocument, 
TestMaxTermFrequency, TestIndexableField, TestDocValuesScoring, TestCheckIndex, 
TestIndexFileDeleter, TestElevationComparator, TestSubScorerFreqs, 
TestConjunctions, TestVirtualMethod, TestSimilarityProvider, 
TestFilterIterator, TestPriorityQueue, TestDocCount, TestAutomatonQueryUnicode, 
TestRamUsageEstimator, TestSpanFirstQuery, TestIsCurrent, TestAssertions, 
TestCharFilter, TestVersion, MultiCollectorTest, TestNGramPhraseQuery, 
TestIntsRef, TestIndexCommit, Test2BNumericDocValues, TestCharacterUtils, 
TestPackedTokenAttributeImpl, TestBlockPostingsFormat3, TestForUtil, 
TestLucene50CompoundFormat, TestLucene60FieldInfoFormat, 
TestLucene60PointsFormat, TestLucene62SegmentInfoFormat, TestGeoEncodingUtils, 
TestPolygon, TestPolygon2D, Test2BSortedDocValuesFixedSorted, 
TestBinaryDocValuesUpdates, TestDocIDMerger, TestDocValues, 
TestDuelingCodecsAtNight, TestExitableDirectoryReader, TestFieldReuse, 
TestFilterDirectoryReader, TestIndexReaderClose, TestIndexSorting]
   [junit4] Completed [373/438 (1!)] on J1 in 9.88s, 47 tests, 2 errors <<< 
FAILURES!

[...truncated 9696 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.CoreAdminHandlerTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001
   [junit4]   2> 725345 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 725346 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 725348 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 725415 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 725435 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 725511 WARN  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 725513 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 725529 INFO  (coreLoadExecutor-2727-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 725555 INFO  (coreLoadExecutor-2727-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 725574 INFO  (coreLoadExecutor-2727-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 725646 WARN  (coreLoadExecutor-2727-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 725648 INFO  (coreLoadExecutor-2727-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 725662 INFO  (coreLoadExecutor-2727-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 725662 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\]
   [junit4]   2> 725663 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e388cb6
   [junit4]   2> 725665 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1387724329, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 725680 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 725680 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 725681 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 725681 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 725682 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.473275957137664]
   [junit4]   2> 725682 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@21a9f040[collection1] main]
   [junit4]   2> 725682 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 725690 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 725723 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 725723 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 725724 INFO  (coreLoadExecutor-2727-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1551894847155077120
   [junit4]   2> 725724 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 725724 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 725724 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 725725 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 725725 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 725725 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 725726 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 725726 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 725727 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@21a9f040[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 725727 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 725730 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteInstanceDirAfterCreateFailure
   [junit4]   2> 725753 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 725754 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3eb90976{/solr,null,AVAILABLE}
   [junit4]   2> 725755 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@71521556{HTTP/1.1,[http/1.1]}{127.0.0.1:57794}
   [junit4]   2> 725757 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.e.j.s.Server Started @730001ms
   [junit4]   2> 725757 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57794}
   [junit4]   2> 725757 ERROR 
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 725757 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 725757 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 725757 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 725757 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-24T15:44:17.528Z
   [junit4]   2> 725758 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\solr.xml
   [junit4]   2> 725774 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\.
   [junit4]   2> 725774 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [corex]
   [junit4]   2> 725814 INFO  (coreLoadExecutor-2738-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 725844 INFO  (coreLoadExecutor-2738-thread-1) [    ] 
o.a.s.s.IndexSchema [corex] Schema name=test
   [junit4]   2> 725920 WARN  (coreLoadExecutor-2738-thread-1) [    ] 
o.a.s.s.IndexSchema [corex] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 725934 INFO  (coreLoadExecutor-2738-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 725945 INFO  (coreLoadExecutor-2738-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'corex' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\.\corex
   [junit4]   2> 725945 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.c.SolrCore [[corex] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\corex],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\.\corex\data\]
   [junit4]   2> 725945 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e388cb6
   [junit4]   2> 725947 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1387724329, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 725960 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 725960 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 725962 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 725962 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 725962 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.473275957137664]
   [junit4]   2> 725967 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f5f3a92[corex] main]
   [junit4]   2> 725967 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 725980 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 726034 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 726035 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 726035 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 726035 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 726035 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 726036 INFO  (coreLoadExecutor-2738-thread-1) [    x:corex] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1551894847482232832
   [junit4]   2> 726038 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 726039 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 726039 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 726040 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 726040 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 726041 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.c.SolrCore [corex] Registered new searcher Searcher@1f5f3a92[corex] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 726286 INFO  (qtp243637200-5375) [    x:corex] 
o.a.s.u.p.LogUpdateProcessorFactory [corex]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[123 (1551894847739133952)]} 0 5
   [junit4]   2> 726287 INFO  (qtp243637200-5375) [    x:corex] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 726288 INFO  (qtp243637200-5375) [    x:corex] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6bbd743c
   [junit4]   2> 726293 INFO  (qtp243637200-5375) [    x:corex] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@47a39060[corex] main]
   [junit4]   2> 726294 INFO  
(searcherExecutor-2739-thread-1-processing-x:corex) [    x:corex] 
o.a.s.c.SolrCore [corex] Registered new searcher Searcher@47a39060[corex] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 726296 INFO  (qtp243637200-5375) [    x:corex] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 726296 INFO  (qtp243637200-5375) [    x:corex] 
o.a.s.u.p.LogUpdateProcessorFactory [corex]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 8
   [junit4]   2> 726300 INFO  (qtp243637200-5377) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 726312 INFO  (qtp243637200-5379) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 726320 INFO  (qtp243637200-5379) [    ] o.a.s.s.IndexSchema 
[corex] Schema name=test
   [junit4]   2> 726408 WARN  (qtp243637200-5379) [    ] o.a.s.s.IndexSchema 
[corex] default search field in schema is text. WARNING: Deprecated, please use 
'df' on request instead.
   [junit4]   2> 726410 INFO  (qtp243637200-5379) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 726424 INFO  (qtp243637200-5379) [    ] o.a.s.c.CoreContainer 
Reloading SolrCore 'corex' using configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\.\corex
   [junit4]   2> 726424 INFO  (qtp243637200-5379) [    x:corex] 
o.a.s.c.SolrCore [[corex] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\corex],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\.\corex\data\]
   [junit4]   2> 726450 INFO  (qtp243637200-5379) [    x:corex] 
o.a.s.c.SolrCore [corex]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@769645ff
   [junit4]   2> 726450 ERROR (qtp243637200-5379) [    x:corex] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error handling 
'reload' action
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$2(CoreAdminOperation.java:114)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:152)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:303)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:113)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
reload core [corex]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:976)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$2(CoreAdminOperation.java:112)
   [junit4]   2>        ... 31 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Doing my job, 
throwing a java.lang.Error
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:918)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.reload(SolrCore.java:590)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:970)
   [junit4]   2>        ... 32 more
   [junit4]   2> Caused by: java.lang.Error: Doing my job, throwing a 
java.lang.Error
   [junit4]   2>        at 
org.apache.solr.handler.ThrowErrorOnInitRequestHandler.init(ThrowErrorOnInitRequestHandler.java:45)
   [junit4]   2>        at 
org.apache.solr.core.PluginBag.initInstance(PluginBag.java:97)
   [junit4]   2>        at 
org.apache.solr.core.PluginBag.createPlugin(PluginBag.java:127)
   [junit4]   2>        at 
org.apache.solr.core.PluginBag.init(PluginBag.java:226)
   [junit4]   2>        at 
org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:877)
   [junit4]   2>        ... 34 more
   [junit4]   2> 
   [junit4]   2> 726451 INFO  (qtp243637200-5379) [    x:corex] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=corex&action=RELOAD&indexInfo=true&wt=javabin&version=2} 
status=500 QTime=147
   [junit4]   2> 726451 ERROR (qtp243637200-5379) [    x:corex] 
o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Error handling 
'reload' action
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$2(CoreAdminOperation.java:114)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:152)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:303)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:113)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
reload core [corex]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:976)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$2(CoreAdminOperation.java:112)
   [junit4]   2>        ... 31 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Doing my job, 
throwing a java.lang.Error
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:918)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.reload(SolrCore.java:590)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:970)
   [junit4]   2>        ... 32 more
   [junit4]   2> Caused by: java.lang.Error: Doing my job, throwing a 
java.lang.Error
   [junit4]   2>        at 
org.apache.solr.handler.ThrowErrorOnInitRequestHandler.init(ThrowErrorOnInitRequestHandler.java:45)
   [junit4]   2>        at 
org.apache.solr.core.PluginBag.initInstance(PluginBag.java:97)
   [junit4]   2>        at 
org.apache.solr.core.PluginBag.createPlugin(PluginBag.java:127)
   [junit4]   2>        at 
org.apache.solr.core.PluginBag.init(PluginBag.java:226)
   [junit4]   2>        at 
org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:877)
   [junit4]   2>        ... 34 more
   [junit4]   2> 
   [junit4]   2> 726486 ERROR (qtp243637200-5380) [    ] o.a.s.c.SolrCore 
Failed to delete data dir for unloaded core: corex dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\.\corex\data
   [junit4]   2> java.io.IOException: Unable to delete file: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711777083678442\.\corex\data\tlog\tlog.0000000000000000000
   [junit4]   2>        at 
org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2381)
   [junit4]   2>        at 
org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
   [junit4]   2>        at 
org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
   [junit4]   2>        at 
org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
   [junit4]   2>        at 
org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
   [junit4]   2>        at 
org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.deleteUnloadedCore(SolrCore.java:2646)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1023)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$1(CoreAdminOperation.java:98)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:152)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:303)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:113)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 726487 INFO  (qtp243637200-5380) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=false&core=corex&deleteDataDir=true&action=UNLOAD&indexInfo=true&wt=javabin&version=2&deleteIndex=false}
 status=0 QTime=34
   [junit4]   2> 726489 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@71521556{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 726489 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=574229587
   [junit4]   2> 726490 INFO  (coreCloseExecutor-2746-thread-1) [    x:corex] 
o.a.s.c.SolrCore [corex]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@25e90bca
   [junit4]   2> 726526 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3eb90976{/solr,null,UNAVAILABLE}
   [junit4]   2> 726532 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[E457EA017FF1E89B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteInstanceDirAfterCreateFailure
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CoreAdminHandlerTest 
-Dtests.method=testDeleteInstanceDirAfterCreateFailure 
-Dtests.seed=E457EA017FF1E89B -Dtests.slow=true -Dtests.locale=en-US 
-Dtests.timezone=Asia/Choibalsan -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.81s J1 | 
CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The data directory was 
not cleaned up on unload after a failed core reload
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E457EA017FF1E89B:9F9E484D5CD33A9A]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure(CoreAdminHandlerTest.java:334)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 726542 INFO  
(TEST-CoreAdminHandlerTest.testNonexistentCoreReload-seed#[E457EA017FF1E89B]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testNonexistentCoreReload
   [junit4]   2> 726542 INFO  
(TEST-CoreAdminHandlerTest.testNonexistentCoreReload-seed#[E457EA017FF1E89B]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testNonexistentCoreReload
   [junit4]   2> 726543 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testCreateWithSysVars
   [junit4]   2> 726553 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
] o.a.s.h.a.CoreAdminOperation core create command 
schema=${SCHEMA_TEST}&dataDir=${DATA_TEST}&name=org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars&action=CREATE&instanceDir=${INSTDIR_TEST}&config=${CONFIG_TEST}&wt=xml
   [junit4]   2> 726601 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 726618 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
] o.a.s.s.IndexSchema 
[org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] Schema name=tiny
   [junit4]   2> 726623 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 726630 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
] o.a.s.c.CoreContainer Creating SolrCore 
'org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars-001\with_sys_vars
   [junit4]   2> 726630 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] o.a.s.c.SolrCore 
[[org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars-001\with_sys_vars],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars-001\data_diff\]
   [junit4]   2> 726637 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7173108991543772]
   [junit4]   2> 726655 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 726655 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 726656 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=65.8515625, 
floorSegmentMB=0.2939453125, forceMergeDeletesPctAllowed=0.7898849781213413, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.45209726860885124
   [junit4]   2> 726676 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@32bb9728[org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
main]
   [junit4]   2> 726676 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars-001\with_sys_vars\conf
   [junit4]   2> 726677 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 726678 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateWithSysVars
   [junit4]   2> 726681 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.SolrTestCaseJ4 ###Starting testDeleteInstanceDir
   [junit4]   2> 726686 INFO  
(searcherExecutor-2750-thread-1-processing-x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars)
 [    x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.c.SolrCore [org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
Registered new searcher 
Searcher@32bb9728[org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 726705 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 726706 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@135de194{/solr,null,AVAILABLE}
   [junit4]   2> 726707 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.e.j.s.ServerConnector Started 
ServerConnector@134222fa{HTTP/1.1,[http/1.1]}{127.0.0.1:57842}
   [junit4]   2> 726707 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.e.j.s.Server Started @730952ms
   [junit4]   2> 726708 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57842}
   [junit4]   2> 726708 ERROR 
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 726708 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 726708 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 726708 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 726708 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-24T15:44:18.479Z
   [junit4]   2> 726708 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711778034689636\solr.xml
   [junit4]   2> 726723 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711778034689636\.
   [junit4]   2> 726723 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.c.CorePropertiesLocator Cores are: [corex]
   [junit4]   2> 726739 INFO  (coreLoadExecutor-2759-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 726758 INFO  (coreLoadExecutor-2759-thread-1) [    ] 
o.a.s.s.IndexSchema [corex] Schema name=test
   [junit4]   2> 726838 WARN  (coreLoadExecutor-2759-thread-1) [    ] 
o.a.s.s.IndexSchema [corex] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 726840 INFO  (coreLoadExecutor-2759-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 726849 INFO  (coreLoadExecutor-2759-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'corex' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711778034689636\.\corex
   [junit4]   2> 726849 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.c.SolrCore [[corex] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711778034689636\corex],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-711778034689636\.\corex\data\]
   [junit4]   2> 726849 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e388cb6
   [junit4]   2> 726849 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1387724329, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 726862 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 726862 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 726864 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 726864 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 726864 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.473275957137664]
   [junit4]   2> 726864 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@63472619[corex] main]
   [junit4]   2> 726865 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 726872 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 726913 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 726913 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 726913 INFO  (coreLoadExecutor-2759-thread-1) [    x:corex] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1551894848401833984
   [junit4]   2> 726913 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 726913 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 726913 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 726914 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 726914 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 726914 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 726915 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 726915 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 726916 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.c.SolrCore [corex] Registered new searcher Searcher@63472619[corex] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 727230 INFO  (qtp1760035548-5401) [    x:corex] 
o.a.s.u.p.LogUpdateProcessorFactory [corex]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[123 (1551894848731086848)]} 0 2
   [junit4]   2> 727231 INFO  (qtp1760035548-5402) [    x:corex] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 727231 INFO  (qtp1760035548-5402) [    x:corex] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6d74c1c3
   [junit4]   2> 727235 INFO  (qtp1760035548-5402) [    x:corex] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5e0fc1e7[corex] main]
   [junit4]   2> 727235 INFO  (qtp1760035548-5402) [    x:corex] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 727236 INFO  
(searcherExecutor-2760-thread-1-processing-x:corex) [    x:corex] 
o.a.s.c.SolrCore [corex] Registered new searcher Searcher@5e0fc1e7[corex] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 727236 INFO  (qtp1760035548-5402) [    x:corex] 
o.a.s.u.p.LogUpdateProcessorFactory [corex]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 727239 INFO  (qtp1760035548-5405) [    ] o.a.s.c.SolrCore 
[corex]  CLOSING SolrCore org.apache.solr.core.SolrCore@785fc753
   [junit4]   2> 727297 INFO  (qtp1760035548-5405) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corex&deleteDataDir=false&action=UNLOAD&indexInfo=true&wt=javabin&version=2&deleteIndex=false}
 status=0 QTime=57
   [junit4]   2> 727298 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.e.j.s.ServerConnector Stopped 
ServerConnector@134222fa{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 727298 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1351260648
   [junit4]   2> 727300 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@135de194{/solr,null,UNAVAILABLE}
   [junit4]   2> 727301 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.SolrTestCaseJ4 ###Ending testDeleteInstanceDir
   [junit4]   2> 727304 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.SolrTestCaseJ4 ###Starting testCoreAdminHandler
   [junit4]   2> 727682 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.h.a.CoreAdminOperation core create command 
name=ugly$core%3Dname&action=CREATE&instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\tempDir-001\instProp&wt=xml
   [junit4]   2> 727683 ERROR 
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.c.CoreContainer Error creating core [ugly$core=name]: Invalid core: 
[ugly$core=name]. core names must consist entirely of periods, underscores, 
hyphens, and alphanumerics as well not start with a hyphen
   [junit4]   2> org.apache.solr.common.SolrException: Invalid core: 
[ugly$core=name]. core names must consist entirely of periods, underscores, 
hyphens, and alphanumerics as well not start with a hyphen
   [junit4]   2>        at 
org.apache.solr.client.solrj.util.SolrIdentifierValidator.validateName(SolrIdentifierValidator.java:39)
   [junit4]   2>        at 
org.apache.solr.client.solrj.util.SolrIdentifierValidator.validateCoreName(SolrIdentifierValidator.java:56)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:861)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:805)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandlerTest.testCoreAdminHandler(CoreAdminHandlerTest.java:137)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 727684 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.hoss=man&name=props&action=CREATE&property.foo=baz&instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\tempDir-001\instProp&wt=xml
   [junit4]   2> 727685 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001/tempDir-001/instProp/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001/tempDir-001/instProp/lib/classes]
   [junit4]   2> 727756 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 727773 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.s.IndexSchema [props] Schema name=test
   [junit4]   2> 727847 WARN  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.s.IndexSchema [props] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 727849 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 727864 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'props' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\tempDir-001\instProp
   [junit4]   2> 727864 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.c.SolrCore [[props] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\tempDir-001\instProp],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001\tempDir-001\instProp\data\]
   [junit4]   2> 727865 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans 
to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e388cb6
   [junit4]   2> 727866 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=42.8310546875, 
floorSegmentMB=2.0478515625, forceMergeDeletesPctAllowed=5.748456220452099, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 727882 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 727882 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 727883 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 727883 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 727883 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 727883 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.s.SolrIndexSearcher Opening [Searcher@4180f0fb[props] main]
   [junit4]   2> 727883 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 727902 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 727977 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 727977 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 727977 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    
x:props] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1551894849517518848
   [junit4]   2> 727980 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
name=bogus_dir_core&action=CREATE&instanceDir=dir_does_not_exist_127896&wt=xml
   [junit4]   2> 727988 ERROR 
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.c.CoreContainer Error creating core [bogus_dir_core]: Could not load conf 
for core bogus_dir_core: Error loading solr config from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\dir_does_not_exist_127896\conf\solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for 
core bogus_dir_core: Error loading solr config from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\dir_does_not_exist_127896\conf\solrconfig.xml
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2>        at org.apache.solr.co

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

2>      at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading 
solr config from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\dir_does_not_exist_127896\conf\solrconfig.xml
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:187)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:97)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:77)
   [junit4]   2>        ... 46 more
   [junit4]   2> Caused by: org.apache.solr.core.SolrResourceNotFoundException: 
Can't find resource 'solrconfig.xml' in classpath or 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\dir_does_not_exist_127896'
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:406)
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:361)
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:120)
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:202)
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:179)
   [junit4]   2>        ... 48 more
   [junit4]   2> 727990 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[E457EA017FF1E89B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCoreAdminHandler
   [junit4]   2> 727990 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 727990 INFO  
(SUITE-CoreAdminHandlerTest-seed#[E457EA017FF1E89B]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1577486120
   [junit4]   2> 727991 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 727991 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 727991 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 727991 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 727993 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 727993 INFO  (coreCloseExecutor-2772-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@21e230
   [junit4]   2> 727994 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 727995 INFO  (coreCloseExecutor-2772-thread-3) [    
x:rename_me] o.a.s.c.SolrCore [rename_me]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@279a208
   [junit4]   2> 727995 INFO  (coreCloseExecutor-2772-thread-2) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] o.a.s.c.SolrCore 
[org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7742f0f6
   [junit4]   2> 727995 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 727996 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 727997 INFO  
(searcherExecutor-2767-thread-1-processing-x:props) [    x:props] 
o.a.s.c.SolrCore [rename_me] Registered new searcher Searcher@4180f0fb[props] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_E457EA017FF1E89B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=BlockTreeOrds(blocksize=128), 
_version_=PostingsFormat(name=MockRandom), multiDefault=FST50, 
intDefault=PostingsFormat(name=MockRandom), id=BlockTreeOrds(blocksize=128), 
range_facet_i_dv=FST50, range_facet_l=FST50, timestamp=FST50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1184, 
maxMBSortInHeap=5.151865010159022, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-US, timezone=Asia/Choibalsan
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=55351952,total=284532736
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedMissingSort, 
TestFieldCache, TestLeaderElectionWithEmptyReplica, 
TestRandomRequestDistribution, RegexBoostProcessorTest, 
HttpSolrCallGetCoreTest, TestFiltering, TestSmileRequest, TestMacros, 
MergeStrategyTest, TestSolrQueryParser, TestSubQueryTransformer, 
TestDynamicLoading, TestInfoStreamLogging, TimerUtilsTest, 
TestConfigSetProperties, ResponseLogComponentTest, TestLockTree, 
TestMaxScoreQueryParser, TestCollectionAPI, BufferStoreTest, JsonLoaderTest, 
DistributedQueryComponentCustomSortTest, TestOmitPositions, 
TestCopyFieldCollectionResource, TestSerializedLuceneMatchVersion, 
SpellPossibilityIteratorTest, SSLMigrationTest, TestSystemIdResolver, 
TestFreeTextSuggestions, SmileWriterTest, CollectionTooManyReplicasTest, 
TestDFISimilarityFactory, ChaosMonkeySafeLeaderTest, TestRealTimeGet, 
TestCorePropertiesReload, BlockJoinFacetDistribTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, BasicDistributedZk2Test, 
RequestHandlersTest, TestLMDirichletSimilarityFactory, 
TestSuggestSpellingConverter, CdcrReplicationHandlerTest, 
TestGeoJSONResponseWriter, CleanupOldIndexTest, BasicAuthStandaloneTest, 
TestSQLHandlerNonCloud, CircularListTest, SignatureUpdateProcessorFactoryTest, 
DistributedDebugComponentTest, TestQueryTypes, HighlighterConfigTest, 
TestQuerySenderListener, TestReplicaProperties, HdfsUnloadDistributedZkTest, 
CollectionReloadTest, TestConfigReload, TestSchemaSimilarityResource, 
TestBadConfig, WordBreakSolrSpellCheckerTest, TestManagedStopFilterFactory, 
TestSearcherReuse, StatsComponentTest, CollectionsAPIDistributedZkTest, 
TestCloudPivotFacet, DistributedTermsComponentTest, RequestLoggingTest, 
NotRequiredUniqueKeyTest, ShowFileRequestHandlerTest, CollectionsAPISolrJTest, 
TolerantUpdateProcessorTest, TestJsonFacetRefinement, 
CurrencyFieldOpenExchangeTest, TestQueryWrapperFilter, 
FieldAnalysisRequestHandlerTest, ExitableDirectoryReaderTest, 
TestSolrIndexConfig, HighlighterMaxOffsetTest, TestMinMaxOnMultiValuedField, 
TestNumericTerms32, CoreAdminHandlerTest]
   [junit4] Completed [158/654 (1!)] on J1 in 2.72s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 64018 lines...]

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

Reply via email to