Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6667/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.schema.TestUseDocValuesAsStored2

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores\core:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores\core
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores\core:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores\core
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003

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


FAILED:  org.apache.solr.core.DirectoryFactoryTest.testGetDataHome

Error Message:
expected:<[/tmp/inst1/]data> but was:<[C:\tmp\inst1\]data>

Stack Trace:
org.junit.ComparisonFailure: expected:<[/tmp/inst1/]data> but 
was:<[C:\tmp\inst1\]data>
        at 
__randomizedtesting.SeedInfo.seed([949AA93112DBF824:8FC75EA4A53FF67]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.core.DirectoryFactoryTest.testGetDataHome(DirectoryFactoryTest.java:58)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        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:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11055 lines...]
   [junit4] Suite: org.apache.solr.core.DirectoryFactoryTest
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DirectoryFactoryTest -Dtests.method=testGetDataHome 
-Dtests.seed=949AA93112DBF824 -Dtests.slow=true -Dtests.locale=id 
-Dtests.timezone=Asia/Almaty -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J0 | DirectoryFactoryTest.testGetDataHome <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: 
expected:<[/tmp/inst1/]data> but was:<[C:\tmp\inst1\]data>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([949AA93112DBF824:8FC75EA4A53FF67]:0)
   [junit4]    >        at 
org.apache.solr.core.DirectoryFactoryTest.testGetDataHome(DirectoryFactoryTest.java:58)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1706, maxMBSortInHeap=7.81887752628273, 
sim=RandomSimilarity(queryNorm=false): {}, locale=id, timezone=Asia/Almaty
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=61601936,total=131547136
   [junit4]   2> NOTE: All tests run in this JVM: [PluginInfoTest, 
RAMDirectoryFactoryTest, InfoHandlerTest, TestGroupingSearch, TestFaceting, 
SSLMigrationTest, TestStressVersions, TestRTGBase, CdcrVersionReplicationTest, 
TestTolerantUpdateProcessorRandomCloud, SolrSlf4jReporterTest, 
TestSchemaManager, SearchHandlerTest, HLLSerializationTest, 
SuggestComponentContextFilterQueryTest, TestScoreJoinQPNoScore, 
AnalysisAfterCoreReloadTest, TestReRankQParserPlugin, QueryEqualityTest, 
DirectoryFactoryTest]
   [junit4] Completed [40/725 (1!)] on J0 in 0.02s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 1974 lines...]
   [junit4] Suite: org.apache.solr.schema.TestUseDocValuesAsStored2
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\init-core-data-001
   [junit4]   2> 2743430 WARN  
(SUITE-TestUseDocValuesAsStored2-seed#[949AA93112DBF824]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 2743431 INFO  
(SUITE-TestUseDocValuesAsStored2-seed#[949AA93112DBF824]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2743434 INFO  
(SUITE-TestUseDocValuesAsStored2-seed#[949AA93112DBF824]-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> 2743446 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSchemaAPI
   [junit4]   2> 2744217 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2744217 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2744218 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores\core
   [junit4]   2> 2744222 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2744224 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@417ff2f9{/solr,null,AVAILABLE}
   [junit4]   2> 2744225 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@c6d99ce{HTTP/1.1,[http/1.1]}{127.0.0.1:50809}
   [junit4]   2> 2744225 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.e.j.s.Server Started @2747320ms
   [junit4]   2> 2744226 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50809, 
configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001,
 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores}
   [junit4]   2> 2744226 ERROR 
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2744226 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2744227 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 2744227 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2744227 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T09:11:37.225Z
   [junit4]   2> 2744227 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
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.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\solr.xml
   [junit4]   2> 2744238 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@65aec3cc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2744341 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65aec3cc
   [junit4]   2> 2744344 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65aec3cc
   [junit4]   2> 2744344 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65aec3cc
   [junit4]   2> 2744348 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
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.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores
   [junit4]   2> 2744348 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2744369 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] 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.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001/tempDir-001/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J1/temp/solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001/tempDir-001/collection1/lib/classes]
   [junit4]   2> 2744432 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2744445 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as 
managed, but managed schema resource managed-schema not found - loading 
non-managed schema schema-rest.xml instead
   [junit4]   2> 2744450 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
   [junit4]   2> 2744557 WARN  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field title is not multivalued and 
destination for multiple copyFields (3)
   [junit4]   2> 2744564 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/german
   [junit4]   2> 2744564 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/german
   [junit4]   2> 2744566 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 2744566 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager
 for path /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744566 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744566 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744567 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744567 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager
 for path /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744567 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744567 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744569 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744570 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/english
   [junit4]   2> 2744570 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid 
field id
   [junit4]   2> 2744577 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744577 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744578 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744581 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2744600 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed 
schema, renamed the non-managed schema 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf\schema-rest.xml
 to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 2744601 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1,
 trusted=true
   [junit4]   2> 2744601 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@65aec3cc
   [junit4]   2> 2744602 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2744602 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores\core\data\]
   [junit4]   2> 2744611 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=87.3427734375, 
floorSegmentMB=0.7353515625, forceMergeDeletesPctAllowed=11.946975950440839, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1964806188529334
   [junit4]   2> 2744618 WARN  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, registerPath=/solr,/v2, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2744724 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2744724 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2744727 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=96.646484375, 
floorSegmentMB=1.1669921875, forceMergeDeletesPctAllowed=0.448908104802922, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2744727 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e4b324[collection1] 
main]
   [junit4]   2> 2744729 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] 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.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744732 WARN  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744733 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744734 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744734 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744734 WARN  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744736 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744736 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744736 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744737 WARN  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/english
   [junit4]   2> 2744737 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym 
mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2744737 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 2744738 WARN  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744738 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym 
mappings for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744739 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744739 WARN  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 2744740 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym 
mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2744740 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of 
/schema/analysis/synonyms/german
   [junit4]   2> 2744740 WARN  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744741 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym 
mappings for /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744741 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744741 INFO  (coreLoadExecutor-11322-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2744742 INFO  
(searcherExecutor-11323-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5e4b324[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2744881 INFO  
(TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[949AA93112DBF824]) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#50809
   [junit4]   2> 2744898 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744899 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744899 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744899 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744899 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744899 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744899 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 2744901 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 2744901 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/german
   [junit4]   2> 2744901 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2744901 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/german
   [junit4]   2> 2744903 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744903 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744904 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744904 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744904 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744904 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744904 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744904 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 5 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 8 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744905 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744906 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744906 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744906 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744906 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744907 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744907 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744907 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744907 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744908 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 8 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744908 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744908 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744908 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 5 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 9 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744909 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744910 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744910 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744910 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744910 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744914 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744914 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744914 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744914 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744914 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 9 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744914 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744914 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 2744915 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/english
   [junit4]   2> 2744915 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/english
   [junit4]   2> 2744915 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 3 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 2744915 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/english
   [junit4]   2> 2744917 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744917 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744917 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744917 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744917 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 10 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744917 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744918 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 2744918 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 2744918 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/german
   [junit4]   2> 2744918 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2744918 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/german
   [junit4]   2> 2744920 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744920 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744920 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744920 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744920 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 10 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744920 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744920 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744921 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744921 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744921 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744921 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744921 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744922 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744922 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744922 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744922 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 11 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744922 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744922 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744922 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744923 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744923 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 8 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744923 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744924 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744924 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744924 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744924 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744925 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 11 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744925 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744925 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744925 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744925 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 12 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744926 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744927 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744927 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744927 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 8 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744927 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744932 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744933 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744933 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744933 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744933 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 12 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744933 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744933 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 2744933 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/english
   [junit4]   2> 2744934 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/english
   [junit4]   2> 2744934 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 2744934 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/english
   [junit4]   2> 2744936 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744936 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744936 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744936 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744936 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 13 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744936 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744937 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 2744937 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 2744937 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/german
   [junit4]   2> 2744937 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2744937 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/german
   [junit4]   2> 2744939 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744939 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744941 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744941 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744941 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 13 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744941 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744941 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744941 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 9 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 14 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744942 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744943 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744943 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744943 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 10 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744943 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2744944 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744944 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744944 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744944 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744944 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 14 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744944 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744944 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744945 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744945 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744945 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 9 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744945 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744945 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2744946 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744946 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744946 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2744946 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 15 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2744946 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2744946 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2744946 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744946 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744947 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 10 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744947 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2744951 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2744951 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2744951 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744951 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2744951 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 15 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2744952 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2744952 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 2744952 WARN  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/english
   [junit4]   2> 2744952 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/english
   [junit4]   2> 2744952 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.ManagedResource Notified 5 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 2744952 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/english
   [junit4]   2> 2744954 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.s.ManagedIndexSchema Upgraded to managed schema at 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2744956 INFO  (qtp1941351032-25099) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} 
status=0 QTime=63
   [junit4]   2> 2744958 INFO  (qtp1941351032-25103) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} 
status=0 QTime=0
   [junit4]   2> 2744960 INFO  (qtp1941351032-25104) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} 
status=0 QTime=0
   [junit4]   2> 2744965 INFO  (qtp1941351032-25105) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} 
status=0 QTime=0
   [junit4]   2> 2744970 INFO  (qtp1941351032-25105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<add><doc><field+name%3D"id">myid1</field><field+name%3D"a1">1</field><field+name%3D"a2">2</field><field+name%3D"a3">3</field></doc></add>}{add=[myid1]}
 0 2
   [junit4]   2> 2744981 INFO  (qtp1941351032-25105) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2744981 INFO  (qtp1941351032-25105) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3939a1cb commitCommandVersion:0
   [junit4]   2> 2745007 INFO  (qtp1941351032-25105) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2b3d636c[collection1] main]
   [junit4]   2> 2745008 INFO  (qtp1941351032-25105) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2745009 INFO  
(searcherExecutor-11323-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2b3d636c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 2745009 INFO  (qtp1941351032-25105) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<commit/>}{commit=} 0 28
   [junit4]   2> 2745012 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:myid*&indent=on&fl=*&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 2745013 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:myid*&indent=on&fl=id,a1,a2,a3&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 2745014 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:myid*&indent=on&fl=a3&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 2745015 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:myid*&indent=on&fl=*,a3&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 2745016 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:myid*&indent=on&fl=id,a*&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 2745019 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2745019 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2745019 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2745020 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2745020 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 16 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2745020 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2745020 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 2745020 WARN  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 2745020 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/german
   [junit4]   2> 2745020 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2745020 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/german
   [junit4]   2> 2745022 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2745022 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2745022 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2745022 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2745022 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 16 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2745022 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2745022 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745022 WARN  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 11 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 17 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2745023 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745023 WARN  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745024 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745024 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 12 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745024 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 2745024 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 17 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2745025 WARN  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 11 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2745025 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2745026 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2745026 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2745026 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2745026 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2745026 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 18 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2745026 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2745026 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 2745026 WARN  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2745027 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2745027 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 12 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2745027 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 2745030 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 2745030 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2745030 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 2745030 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 2745030 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 18 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 2745030 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 2745030 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 2745031 WARN  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/english
   [junit4]   2> 2745031 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/english
   [junit4]   2> 2745031 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 2745031 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/english
   [junit4]   2> 2745034 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.s.ManagedIndexSchema Upgraded to managed schema at 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2745037 INFO  (qtp1941351032-25106) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} 
status=0 QTime=20
   [junit4]   2> 2745039 INFO  (qtp1941351032-25108) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} 
status=0 QTime=0
   [junit4]   2> 2745041 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 2745042 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-001\collection1\conf
   [junit4]   2> 2745042 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 2745042 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 2745042 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.ManagedResource Notified 19 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 2745042 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 2745042 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 2745042 WARN  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 2745043 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/german
   [junit4]   2> 2745043 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2745043 INFO  (qtp1941351032-25110) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource /schema/analysis/sy

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

8763872,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [OpenCloseCoreStressTest, 
TestDocSet, TestClusterStateMutator, SolrIndexSplitterTest, 
TestSimpleTrackingShardHandler, TestReplicaProperties, TestNestedDocsSort, 
HdfsTlogReplayBufferedWhileIndexingTest, CdcrReplicationDistributedZkTest, 
TestSolrIndexConfig, VMParamsZkACLAndCredentialsProvidersTest, UpdateLogTest, 
BlockDirectoryTest, NodeMutatorTest, TestConfigOverlay, TestSolrQueryParser, 
TestDistributedGrouping, TestJettySolrRunner, TestConfig, 
LeaderInitiatedRecoveryOnCommitTest, LukeRequestHandlerTest, 
TestFieldCacheReopen, SpellPossibilityIteratorTest, SecurityConfHandlerTest, 
TestOnReconnectListenerSupport, CoreAdminHandlerTest, TestTrie, 
TestFieldCacheSortRandom, SolrMetricReporterTest, 
CurrencyFieldOpenExchangeTest, SolrInfoBeanTest, TestQueryUtils, 
TestManagedSynonymFilterFactory, TestRequestStatusCollectionAPI, 
ReplicationFactorTest, TestReload, SolrCloudReportersTest, UUIDFieldTest, 
BitVectorTest, SpatialHeatmapFacetsTest, TestNumericRangeQuery32, 
HdfsSyncSliceTest, TestUninvertingReader, SolrCmdDistributorTest, 
TestLegacyTerms, DistributedFacetPivotLargeTest, ShardRoutingCustomTest, 
TestConfigSetProperties, ConvertedLegacyTest, TestFastLRUCache, 
SharedFSAutoReplicaFailoverTest, TestManagedSchemaAPI, SolrIndexMetricsTest, 
DataDrivenBlockJoinTest, TestFuzzyAnalyzedSuggestions, ScriptEngineTest, 
UpdateParamsTest, TestNRTOpen, SpellCheckCollatorTest, EchoParamsTest, 
TestCloudPivotFacet, BigEndianAscendingWordDeserializerTest, 
TestObjectReleaseTracker, DistribDocExpirationUpdateProcessorTest, 
TestNumericTokenStream, TestSha256AuthenticationProvider, 
ExternalFileFieldSortTest, TestStandardQParsers, TestAuthenticationFramework, 
CloneFieldUpdateProcessorFactoryTest, TestLeaderInitiatedRecoveryThread, 
TestCustomDocTransformer, ClassificationUpdateProcessorIntegrationTest, 
TestSegmentSorting, TestScoreJoinQPScore, UtilsToolTest, HLLUtilTest, 
DefaultValueUpdateProcessorTest, TestPointFields, 
UpdateRequestProcessorFactoryTest, TestPHPSerializedResponseWriter, 
TestComponentsName, CollectionsAPIAsyncDistributedZkTest, TestIndexSearcher, 
TestSolrCloudSnapshots, ConcurrentDeleteAndCreateCollectionTest, 
SliceStateTest, TestCustomSort, TestDistribIDF, 
TestEmbeddedSolrServerConstructors, TestSizeLimitedDistributedMap, 
TestSearchPerf, UninvertDocValuesMergePolicyTest, 
TestComplexPhraseLeadingWildcard, TestOrdValues, HdfsNNFailoverTest, 
ActionThrottleTest, LeaderElectionIntegrationTest, BadCopyFieldTest, 
StatsReloadRaceTest, TestPayloadCheckQParserPlugin, 
TestNonDefinedSimilarityFactory, TestExactStatsCache, TestMacros, 
SaslZkACLProviderTest, SolrCoreMetricManagerTest, TestSolrCoreProperties, 
HttpSolrCallGetCoreTest, TestXmlQParserPlugin, CollectionStateFormat2Test, 
QueryParsingTest, TestSearcherReuse, ReturnFieldsTest, PrimUtilsTest, 
TestFieldTypeResource, TestConfigReload, SolrJmxReporterTest, TestJsonFacets, 
RegexBoostProcessorTest, TestLuceneMatchVersion, SubstringBytesRefFilterTest, 
TestNumericTerms32, TestCoreDiscovery, 
AddSchemaFieldsUpdateProcessorFactoryTest, DistributedTermsComponentTest, 
CoreAdminCreateDiscoverTest, PKIAuthenticationIntegrationTest, 
TestMissingGroups, TermVectorComponentTest, HdfsBasicDistributedZkTest, 
RuleEngineTest, ChangedSchemaMergeTest, HighlighterConfigTest, 
TestNoOpRegenerator, TestPKIAuthenticationPlugin, TestSolrCloudWithKerberosAlt, 
BlockJoinFacetRandomTest, PeerSyncReplicationTest, TestFieldResource, 
JsonLoaderTest, AnalysisErrorHandlingTest, CheckHdfsIndexTest, 
TestDynamicFieldResource, JavabinLoaderTest, TestBulkSchemaAPI, 
TestGeoJSONResponseWriter, LeaderFailoverAfterPartitionTest, 
NotRequiredUniqueKeyTest, TestReversedWildcardFilterFactory, 
TestCloudSchemaless, TestExclusionRuleCollectionAccess, 
TestManagedResourceStorage, ResponseLogComponentTest, CloudMLTQParserTest, 
TestPivotHelperCode, GraphQueryTest, ChaosMonkeySafeLeaderTest, 
URLClassifyProcessorTest, TestDocTermOrds, TestSolrCoreParser, 
ExitableDirectoryReaderTest, TestCorePropertiesReload, TestSolrDeletionPolicy2, 
TemplateUpdateProcessorTest, TestCopyFieldCollectionResource, 
TestAddFieldRealTimeGet, AnalyticsQueryTest, 
HdfsWriteToMultipleCollectionsTest, TestFastWriter, TestQuerySenderListener, 
TestRangeQuery, TestUniqueKeyFieldResource, TestCollectionAPIs, 
TestShardHandlerFactory, TestDFRSimilarityFactory, 
TestHighFrequencyDictionaryFactory, BasicDistributedZkTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, ShardRoutingTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, ZkSolrClientTest, 
TestZkChroot, ZkCLITest, AutoCommitTest, TestRecovery, TestHashPartitioner, 
TermVectorComponentDistributedTest, TestStressReorder, TestJoin, 
TestSolr4Spatial, SpellCheckComponentTest, PeerSyncTest, TestBadConfig, 
HighlighterTest, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, SolrRequestParserTest, 
SuggesterTSTTest, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, 
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, 
TestRemoteStreaming, TestSolrDeletionPolicy1, DisMaxRequestHandlerTest, 
DirectSolrSpellCheckerTest, TestQueryTypes, FileBasedSpellCheckerTest, 
RequestHandlersTest, TestIndexingPerformance, MoreLikeThisHandlerTest, 
FieldAnalysisRequestHandlerTest, LoggingHandlerTest, TestJmxIntegration, 
MBeansHandlerTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, TestQuerySenderNoQuery, TestStressRecovery, 
MultiTermTest, SampleTest, NumericFieldsTest, MinimalSchemaTest, 
TestCodecSupport, TimeZoneUtilsTest, ResourceLoaderTest, DateMathParserTest, 
PreAnalyzedFieldTest, TestSuggestSpellingConverter, DOMUtilTest, 
ClusterStateTest, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, 
FileUtilsTest, CircularListTest, DistributedMLTComponentTest, CursorPagingTest, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestEmbeddedSolrServerSchemaAPI, AssignTest, 
AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConnectionManagerTest, 
CustomCollectionTest, DeleteStatusTest, DistribJoinFromCollectionTest, 
DocValuesNotIndexedTest, ForceLeaderTest, MigrateRouteKeyTest, 
RestartWhileUpdatingTest, ShardSplitTest, TestCryptoKeys, 
TestLeaderElectionWithEmptyReplica, TestLockTree, TestMiniSolrCloudCluster, 
TestRebalanceLeaders, TestTolerantUpdateProcessorCloud, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
AutoScalingHandlerTest, TestPolicyCloud, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsRecoverLeaseTest, HdfsRecoveryZkTest, StressHdfsTest, ZkStateReaderTest, 
ZkStateWriterTest, RulesTest, BlobRepositoryCloudTest, 
CachingDirectoryFactoryTest, TestCustomStream, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestInitParams, TestReloadAndDeleteDocs, 
TestSolrConfigHandler, TestSolrCoreSnapshots, TestHdfsBackupRestoreCore, 
TestReplicationHandlerBackup, TestRestoreCore, TestSolrConfigHandlerConcurrent, 
TestSystemCollAutoCreate, V2ApiIntegrationTest, 
CoreMergeIndexesAdminHandlerTest, TestCoreAdminApis, 
DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest, 
DistributedQueryComponentOptimizationTest, FacetPivotSmallTest, 
ReplicaListTransformerTest, SuggestComponentTest, TestUnifiedSolrHighlighter, 
TestSlowCompositeReaderWrapper, TestLegacyField, TestLegacyFieldReuse, 
TestLegacyNumericUtils, TestMultiValuedNumericRangeQuery, 
TestNumericRangeQuery64, JvmMetricsTest, SolrMetricManagerTest, 
SolrMetricsIntegrationTest, SolrGangliaReporterTest, TestIntervalFaceting, 
TestExportWriter, TestGraphMLResponseWriter, TestPushWriter, 
TestRawTransformer, TestSolrQueryResponse, TestSubQueryTransformerDistrib, 
TestManagedSynonymGraphFilterFactory, ManagedSchemaRoundRobinCloudTest, 
TestBulkSchemaConcurrent, TestHalfAndHalfDocValues, 
TestSchemalessBufferedUpdates, TestUseDocValuesAsStored2]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestUseDocValuesAsStored2 -Dtests.seed=949AA93112DBF824 
-Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=Pacific/Truk 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestUseDocValuesAsStored2 (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\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores\core:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores\core
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003\cores
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestUseDocValuesAsStored2_949AA93112DBF824-001\tempDir-003
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([949AA93112DBF824]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [653/725 (2!)] on J1 in 1.98s, 1 test, 1 error <<< 
FAILURES!

[...truncated 43518 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to