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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.store.TestNIOFSDirectory

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001\testThreadSafety-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001\testThreadSafety-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001\testThreadSafety-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001\testThreadSafety-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001

        at __randomizedtesting.SeedInfo.seed([22641BB4A284E321]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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([34650460BD82B8D2:4FACA62C9EA06AD3]: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 576 lines...]
   [junit4] Suite: org.apache.lucene.store.TestNIOFSDirectory
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=124, maxMBSortInHeap=5.340976372919291, 
sim=RandomSimilarity(queryNorm=false): {}, locale=fi, timezone=America/St_Kitts
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=12099088,total=160927744
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestParallelReaderEmptyIndex, TestCodecs, TestSubScorerFreqs, 
TestBytesRefArray, TestBytesRefAttImpl, TestIndexSorting, TestNGramPhraseQuery, 
TestIsCurrent, TestFilterDirectoryReader, TestSimpleFSLockFactory, 
TestControlledRealTimeReopenThread, TestPrefixRandom, TestBufferedIndexInput, 
TestBytesRef, TestHighCompressionMode, TestLucene60PointsFormat, 
TestPersistentSnapshotDeletionPolicy, TestMergeRateLimiter, 
TestConcurrentMergeScheduler, TestStandardAnalyzer, TestFilterIterator, 
TestSearch, TestDateTools, TestPerFieldDocValuesFormat, TestHugeRamFile, 
TestStressAdvance, TestDirectoryReader, TestMergeSchedulerExternal, 
TestAddIndexes, TestMultiTermConstantScore, TestUnicodeUtil, 
TestTimSorterWorstCase, TestNIOFSDirectory]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNIOFSDirectory 
-Dtests.seed=22641BB4A284E321 -Dtests.slow=true -Dtests.locale=fi 
-Dtests.timezone=America/St_Kitts -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestNIOFSDirectory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001\testThreadSafety-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001\testThreadSafety-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestNIOFSDirectory_22641BB4A284E321-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([22641BB4A284E321]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [119/437 (1!)] on J1 in 3.80s, 42 tests, 1 error <<< 
FAILURES!

[...truncated 11270 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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001
   [junit4]   2> 2030863 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2030875 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2030877 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-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> 2031012 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2031039 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2031212 WARN  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2031215 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2031247 INFO  (coreLoadExecutor-7769-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> 2031299 INFO  (coreLoadExecutor-7769-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2031343 INFO  (coreLoadExecutor-7769-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2031464 WARN  (coreLoadExecutor-7769-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> 2031467 INFO  (coreLoadExecutor-7769-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2031485 INFO  (coreLoadExecutor-7769-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> 2031486 INFO  (coreLoadExecutor-7769-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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\]
   [junit4]   2> 2031486 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35049989
   [junit4]   2> 2031487 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=58.9638671875, 
floorSegmentMB=1.1708984375, forceMergeDeletesPctAllowed=13.65591072724987, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.43614348131302794
   [junit4]   2> 2031511 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2031512 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2031512 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2031513 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2031513 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=32.0244140625, 
floorSegmentMB=1.255859375, forceMergeDeletesPctAllowed=23.71043518118881, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2031513 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@97d3666[collection1] 
main]
   [junit4]   2> 2031516 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2031544 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2031633 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2031633 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2031633 INFO  (coreLoadExecutor-7769-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1551160158900453376
   [junit4]   2> 2031635 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2031635 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2031635 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2031637 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2031638 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2031638 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2031638 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2031640 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2031641 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2031642 INFO  
(searcherExecutor-7770-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@97d3666[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2031643 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteInstanceDirAfterCreateFailure
   [junit4]   2> 2031685 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2031686 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7198ec15{/solr,null,AVAILABLE}
   [junit4]   2> 2031689 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.e.j.s.ServerConnector Started ServerConnector@144776dd{SSL,[ssl, 
http/1.1]}{127.0.0.1:63129}
   [junit4]   2> 2031689 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.e.j.s.Server Started @2037881ms
   [junit4]   2> 2031689 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63129}
   [junit4]   2> 2031689 ERROR 
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2031690 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 2031690 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 2031690 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2031690 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-16T13:06:44.233Z
   [junit4]   2> 2031692 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\solr.xml
   [junit4]   2> 2031711 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\.
   [junit4]   2> 2031711 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [corex]
   [junit4]   2> 2031747 INFO  (coreLoadExecutor-7780-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2031772 INFO  (coreLoadExecutor-7780-thread-1) [    ] 
o.a.s.s.IndexSchema [corex] Schema name=test
   [junit4]   2> 2031903 WARN  (coreLoadExecutor-7780-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> 2031905 INFO  (coreLoadExecutor-7780-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2031917 INFO  (coreLoadExecutor-7780-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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\.\corex
   [junit4]   2> 2031917 INFO  (coreLoadExecutor-7780-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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\corex],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\.\corex\data\]
   [junit4]   2> 2031917 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35049989
   [junit4]   2> 2031918 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=58.9638671875, 
floorSegmentMB=1.1708984375, forceMergeDeletesPctAllowed=13.65591072724987, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.43614348131302794
   [junit4]   2> 2031954 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2031954 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2031956 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2031956 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2031957 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=32.0244140625, 
floorSegmentMB=1.255859375, forceMergeDeletesPctAllowed=23.71043518118881, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2031958 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@147b16cd[corex] main]
   [junit4]   2> 2031960 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2031980 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2032035 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2032035 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2032035 INFO  (coreLoadExecutor-7780-thread-1) [    x:corex] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1551160159321980928
   [junit4]   2> 2032036 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2032036 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2032036 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2032037 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2032037 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2032038 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2032039 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2032041 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2032041 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.c.SolrCore [corex] Registered new searcher Searcher@147b16cd[corex] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2032297 INFO  (qtp1838410773-16998) [    x:corex] 
o.a.s.u.p.LogUpdateProcessorFactory [corex]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[123 (1551160159592513536)]} 0 3
   [junit4]   2> 2032298 INFO  (qtp1838410773-16998) [    x:corex] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2032298 INFO  (qtp1838410773-16998) [    x:corex] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@282f6bf1
   [junit4]   2> 2032334 INFO  (qtp1838410773-16998) [    x:corex] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7eca5d51[corex] main]
   [junit4]   2> 2032334 INFO  (qtp1838410773-16998) [    x:corex] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2032335 INFO  
(searcherExecutor-7781-thread-1-processing-x:corex) [    x:corex] 
o.a.s.c.SolrCore [corex] Registered new searcher Searcher@7eca5d51[corex] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 2032335 INFO  (qtp1838410773-16998) [    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 37
   [junit4]   2> 2032358 INFO  (qtp1838410773-17002) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2032448 INFO  (qtp1838410773-17003) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2032458 INFO  (qtp1838410773-17003) [    ] o.a.s.s.IndexSchema 
[corex] Schema name=test
   [junit4]   2> 2032625 WARN  (qtp1838410773-17003) [    ] o.a.s.s.IndexSchema 
[corex] default search field in schema is text. WARNING: Deprecated, please use 
'df' on request instead.
   [junit4]   2> 2032629 INFO  (qtp1838410773-17003) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2032650 INFO  (qtp1838410773-17003) [    ] 
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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\.\corex
   [junit4]   2> 2032651 INFO  (qtp1838410773-17003) [    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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\corex],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\.\corex\data\]
   [junit4]   2> 2032693 INFO  (qtp1838410773-17003) [    x:corex] 
o.a.s.c.SolrCore [corex]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@265a983d
   [junit4]   2> 2032694 ERROR (qtp1838410773-17003) [    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:153)
   [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.ssl.SslConnection.onFillable(SslConnection.java:186)
   [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>        ... 34 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>        ... 35 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>        ... 37 more
   [junit4]   2> 
   [junit4]   2> 2032695 INFO  (qtp1838410773-17003) [    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=254
   [junit4]   2> 2032695 ERROR (qtp1838410773-17003) [    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:153)
   [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.ssl.SslConnection.onFillable(SslConnection.java:186)
   [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>        ... 34 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>        ... 35 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>        ... 37 more
   [junit4]   2> 
   [junit4]   2> 2032739 ERROR (qtp1838410773-17002) [    ] 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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11122511926511\.\corex\data
   [junit4]   2> 2032740 INFO  (qtp1838410773-17002) [    ] 
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=42
   [junit4]   2> 2032742 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.e.j.s.ServerConnector Stopped ServerConnector@144776dd{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2032742 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2137972042
   [junit4]   2> 2032855 INFO  (coreCloseExecutor-7788-thread-1) [    x:corex] 
o.a.s.c.SolrCore [corex]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@53aeb7af
   [junit4]   2> 2032878 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7198ec15{/solr,null,UNAVAILABLE}
   [junit4]   2> 2032882 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[34650460BD82B8D2])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteInstanceDirAfterCreateFailure
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CoreAdminHandlerTest 
-Dtests.method=testDeleteInstanceDirAfterCreateFailure 
-Dtests.seed=34650460BD82B8D2 -Dtests.slow=true -Dtests.locale=ja-JP 
-Dtests.timezone=Pacific/Kwajalein -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.25s J0 | 
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([34650460BD82B8D2:4FACA62C9EA06AD3]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure(CoreAdminHandlerTest.java:334)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2032890 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDeleteInstanceDir
   [junit4]   2> 2032921 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2032921 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cb72f8b{/solr,null,AVAILABLE}
   [junit4]   2> 2032924 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.e.j.s.ServerConnector Started ServerConnector@29b1495{SSL,[ssl, 
http/1.1]}{127.0.0.1:63135}
   [junit4]   2> 2032924 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.e.j.s.Server Started @2039116ms
   [junit4]   2> 2032924 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63135}
   [junit4]   2> 2032924 ERROR 
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2032925 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2032925 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 2032925 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2032925 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-16T13:06:45.468Z
   [junit4]   2> 2032926 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11123759652633\solr.xml
   [junit4]   2> 2032949 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11123759652633\.
   [junit4]   2> 2032949 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.c.CorePropertiesLocator Cores are: [corex]
   [junit4]   2> 2032988 INFO  (coreLoadExecutor-7795-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2033049 INFO  (coreLoadExecutor-7795-thread-1) [    ] 
o.a.s.s.IndexSchema [corex] Schema name=test
   [junit4]   2> 2033171 WARN  (coreLoadExecutor-7795-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> 2033174 INFO  (coreLoadExecutor-7795-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2033203 INFO  (coreLoadExecutor-7795-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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11123759652633\.\corex
   [junit4]   2> 2033204 INFO  (coreLoadExecutor-7795-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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11123759652633\corex],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-11123759652633\.\corex\data\]
   [junit4]   2> 2033204 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35049989
   [junit4]   2> 2033205 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=58.9638671875, 
floorSegmentMB=1.1708984375, forceMergeDeletesPctAllowed=13.65591072724987, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.43614348131302794
   [junit4]   2> 2033236 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2033236 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2033239 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2033240 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2033240 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=32.0244140625, 
floorSegmentMB=1.255859375, forceMergeDeletesPctAllowed=23.71043518118881, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2033242 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@52dd6f03[corex] main]
   [junit4]   2> 2033243 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2033254 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2033323 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2033323 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2033323 INFO  (coreLoadExecutor-7795-thread-1) [    x:corex] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1551160160672546816
   [junit4]   2> 2033326 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2033326 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2033326 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2033327 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2033329 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2033330 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2033331 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2033331 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2033332 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.c.SolrCore [corex] Registered new searcher Searcher@52dd6f03[corex] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2033535 INFO  (qtp1306256440-17024) [    x:corex] 
o.a.s.u.p.LogUpdateProcessorFactory [corex]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[123 (1551160160891699200)]} 0 3
   [junit4]   2> 2033537 INFO  (qtp1306256440-17025) [    x:corex] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2033537 INFO  (qtp1306256440-17025) [    x:corex] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@afa48b6
   [junit4]   2> 2033547 INFO  (qtp1306256440-17025) [    x:corex] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4bffc2da[corex] main]
   [junit4]   2> 2033549 INFO  
(searcherExecutor-7796-thread-1-processing-x:corex) [    x:corex] 
o.a.s.c.SolrCore [corex] Registered new searcher Searcher@4bffc2da[corex] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 2033549 INFO  (qtp1306256440-17025) [    x:corex] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2033551 INFO  (qtp1306256440-17025) [    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 13
   [junit4]   2> 2033560 INFO  (qtp1306256440-17018) [    ] o.a.s.c.SolrCore 
[corex]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b78a4e7
   [junit4]   2> 2033681 INFO  (qtp1306256440-17018) [    ] 
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=121
   [junit4]   2> 2033683 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.e.j.s.ServerConnector Stopped ServerConnector@29b1495{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2033683 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=180758471
   [junit4]   2> 2033684 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@cb72f8b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2033686 INFO  
(TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[34650460BD82B8D2]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testDeleteInstanceDir
   [junit4]   2> 2033689 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testCreateWithSysVars
   [junit4]   2> 2033703 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
] 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> 2033753 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2033787 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
] o.a.s.s.IndexSchema 
[org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] Schema name=tiny
   [junit4]   2> 2033798 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2033811 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
] 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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars-001\with_sys_vars
   [junit4]   2> 2033813 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars-001\data_diff\]
   [junit4]   2> 2033821 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
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=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.47815266744553175]
   [junit4]   2> 2033854 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2033854 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2033855 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2033855 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d77c11[org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
main]
   [junit4]   2> 2033855 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars-001\with_sys_vars\conf
   [junit4]   2> 2033856 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2033856 INFO  
(searcherExecutor-7803-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@4d77c11[org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2033857 INFO  
(TEST-CoreAdminHandlerTest.testCreateWithSysVars-seed#[34650460BD82B8D2]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateWithSysVars
   [junit4]   2> 2033859 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars] 
o.a.s.SolrTestCaseJ4 ###Starting testCoreAdminHandler
   [junit4]   2> 2034394 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\tempDir-001\instProp&wt=xml
   [junit4]   2> 2034395 ERROR 
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
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> 2034396 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\tempDir-001\instProp&wt=xml
   [junit4]   2> 2034397 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
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/J0/temp/solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001/tempDir-001/instProp/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J0/temp/solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001/tempDir-001/instProp/lib/classes]
   [junit4]   2> 2034491 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2034526 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
o.a.s.s.IndexSchema [props] Schema name=test
   [junit4]   2> 2034670 WARN  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
o.a.s.s.IndexSchema [props] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2034673 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2034692 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\tempDir-001\instProp
   [junit4]   2> 2034693 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
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\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\tempDir-001\instProp],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001\tempDir-001\instProp\data\]
   [junit4]   2> 2034693 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans 
to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35049989
   [junit4]   2> 2034695 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=75.654296875, 
floorSegmentMB=1.3076171875, forceMergeDeletesPctAllowed=26.52067018712254, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5338704318291123
   [junit4]   2> 2034715 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2034715 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2034716 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2034716 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2034716 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=19.787109375, 
floorSegmentMB=0.6357421875, forceMergeDeletesPctAllowed=29.147703246664896, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2034716 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.s.SolrIndexSearcher Opening [Searcher@16011274[props] main]
   [junit4]   2> 2034717 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2034726 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2034779 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2034779 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2034780 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    
x:props] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1551160162200322048
   [junit4]   2> 2034780 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2034780 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2034780 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2034781 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2034781 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2034782 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
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> 2034783 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2034784 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2034784 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2034785 INFO  
(searcherExecutor-7808-thread-1-processing-x:props) [    x:props] 
o.a.s.c.SolrCore [props] Registered new searcher Searcher@16011274[props] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2034793 ERROR 
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
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.core.CoreContainer.create(CoreContainer.java:866)
   [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:171)
   [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> 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> 2034796 INFO  
(TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[34650460BD82B8D2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCoreAdminHandler
   [junit4]   2> 2034798 INFO  
(TEST-CoreAdminHandlerTest.testNonexistentCoreReload-seed#[34650460BD82B8D2]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testNonexistentCoreReload
   [junit4]   2> 2034798 INFO  
(TEST-CoreAdminHandlerTest.testNonexistentCoreReload-seed#[34650460BD82B8D2]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testNonexistentCoreReload
   [junit4]   2> 2034799 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2034799 INFO  
(SUITE-CoreAdminHandlerTest-seed#[34650460BD82B8D2]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1575648697
   [junit4]   2> 2034799 INFO  (coreCloseExecutor-7814-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@71a03a18
   [junit4]   2> 2034800 INFO  (coreCloseExecutor-7814-thread-3) [    
x:rename_me] o.a.s.c.SolrCore [rename_me]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@336a0a05
   [junit4]   2> 2034800 INFO  (coreCloseExecutor-7814-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@2e57565f
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.CoreAdminHandlerTest_34650460BD82B8D2-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ja-JP, 
timezone=Pacific/Kwajalein
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=104341904,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVResponseWriter, 
TestSchemaManager, TimeZoneUtilsTest, BigEndianAscendingWordDeserializerTest, 
TestSearcherReuse, DistributedMLTComponentTest, 
TestSerializedLuceneMatchVersion, TestJsonFacetRefinement, FullHLLTest, 
DistribDocExpirationUpdateProcessorTest, TestMergePolicyConfig, 
TestHdfsBackupRestoreCore, TestCursorMarkWithoutUniqueKey, 
TestAuthenticationFramework, TestSQLHandler, DirectSolrSpellCheckerTest, 
TestSizeLimitedDistributedMap, TestElisionMultitermQuery, 
TestPseudoReturnFields, ZkNodePropsTest, TestDynamicFieldCollectionResource, 
SuggesterFSTTest, XsltUpdateRequestHandlerTest, SolrIndexConfigTest, 
DeleteStatusTest, PathHierarchyTokenizerFactoryTest, TestJsonRequest, 
TestFieldCollectionResource, TestLazyCores, MergeStrategyTest, 
TestDistributedStatsComponentCardinality, PrimitiveFieldTypeTest, 
TestSortByMinMaxFunction, TestSolrConfigHandlerCloud, NumericFieldsTest, 
CollectionsAPIAsyncDistributedZkTest, RecoveryZkTest, TestSmileRequest, 
TestTestInjection, HdfsNNFailoverTest, IndexBasedSpellCheckerTest, 
TestPerFieldSimilarity, TestSolrXml, BlockJoinFacetSimpleTest, 
TestFastOutputStream, TestMaxScoreQueryParser, TestSSLRandomization, 
TestInitQParser, TestRebalanceLeaders, AssignTest, RuleEngineTest, 
TestBulkSchemaConcurrent, CollectionStateFormat2Test, SOLR749Test, 
LeaderElectionTest, DistributedExpandComponentTest, DeleteReplicaTest, 
TestFaceting, AlternateDirectoryTest, TestPivotHelperCode, OverseerStatusTest, 
TestTolerantUpdateProcessorCloud, DocumentBuilderTest, PeerSyncReplicationTest, 
TestJettySolrRunner, ShardRoutingTest, CoreAdminCreateDiscoverTest, 
ChangedSchemaMergeTest, SolrRequestParserTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestRandomFlRTGCloud, 
TestCopyFieldCollectionResource, ParsingFieldUpdateProcessorsTest, 
TestSolrFieldCacheMBean, TestScoreJoinQPNoScore, CursorPagingTest, 
TestIBSimilarityFactory, ConcurrentDeleteAndCreateCollectionTest, 
BasicAuthStandaloneTest, TestSweetSpotSimilarityFactory, TestTolerantSearch, 
TestHdfsCloudBackupRestore, UniqFieldsUpdateProcessorFactoryTest, 
StandardRequestHandlerTest, TestQueryWrapperFilter, 
PreAnalyzedFieldManagedSchemaCloudTest, TestPostingsSolrHighlighter, 
DocumentAnalysisRequestHandlerTest, HdfsDirectoryFactoryTest, 
SpatialFilterTest, DistanceUnitsTest, CdcrRequestHandlerTest, 
SolrPluginUtilsTest, DistributedSpellCheckComponentTest, 
TestFreeTextSuggestions, TestSolrConfigHandler, TestStressVersions, 
TestFieldTypeCollectionResource, DirectSolrConnectionTest, ZkCLITest, 
TestAuthorizationFramework, DocValuesTest, TestNumericTerms32, 
SimpleCollectionCreateDeleteTest, HLLUtilTest, 
DocExpirationUpdateProcessorFactoryTest, DOMUtilTest, 
TestImplicitCoreProperties, CloudExitableDirectoryReaderTest, 
SynonymTokenizerTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
BlobRepositoryCloudTest, JSONWriterTest, DistributedFacetPivotWhiteBoxTest, 
HardAutoCommitTest, SchemaVersionSpecificBehaviorTest, MultiTermTest, 
SaslZkACLProviderTest, TestDeleteCollectionOnDownNodes, 
TestSubQueryTransformer, TestPartialUpdateDeduplication, SystemInfoHandlerTest, 
TestDistributedSearch, TestSort, TestUninvertingReader, 
HdfsTlogReplayBufferedWhileIndexingTest, ZkStateWriterTest, 
RemoteQueryErrorTest, OverseerModifyCollectionTest, TestReqParamsAPI, 
SearchHandlerTest, LeaderFailureAfterFreshStartTest, 
IndexSchemaRuntimeFieldTest, DocValuesMultiTest, 
ShufflingReplicaListTransformerTest, TestClusterStateMutator, 
TestXIncludeConfig, RequiredFieldsTest, ConnectionManagerTest, 
TestStressReorder, FastVectorHighlighterTest, DocValuesMissingTest, 
TestDownShardTolerantSearch, ZkControllerTest, TestSlowCompositeReaderWrapper, 
TestRecoveryHdfs, TestLeaderElectionZkExpiry, TestCloudPseudoReturnFields, 
DirectoryFactoryTest, AnalysisAfterCoreReloadTest, BitVectorTest, 
HighlighterTest, TermsComponentTest, TestSurroundQueryParser, 
HttpSolrCallGetCoreTest, TestDocumentBuilder, TestFieldCacheWithThreads, 
SimplePostToolTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, 
OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, 
ZkSolrClientTest, TestRandomDVFaceting, AutoCommitTest, TestHashPartitioner, 
TermVectorComponentDistributedTest, TestRealTimeGet, TestJoin, 
TestCoreContainer, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, 
TestGroupingSearch, PeerSyncTest, DirectUpdateHandlerTest, SoftAutoCommitTest, 
DistributedQueryElevationComponentTest, CoreAdminHandlerTest]
   [junit4] Completed [371/652 (1!)] on J0 in 3.98s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 63212 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to