You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/03/12 10:39:14 UTC

[JENKINS] Lucene-Solr-6.x-Windows (32bit/jdk1.8.0_121) - Build # 774 - Still Unstable!

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

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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core
   C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores
   C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003

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


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([6615DB4D17BA626:4E142900D74889B3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11519 lines...]
   [junit4] Suite: org.apache.solr.schema.TestUseDocValuesAsStored2
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\init-core-data-001
   [junit4]   2> 687476 WARN  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 687476 INFO  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 687483 INFO  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 687484 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaAPI
   [junit4]   2> 688151 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 688151 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 688152 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core
   [junit4]   2> 688156 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 688157 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18a361b{/solr,null,AVAILABLE}
   [junit4]   2> 688159 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f99b84{HTTP/1.1,[http/1.1]}{127.0.0.1:57875}
   [junit4]   2> 688159 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.Server Started @693182ms
   [junit4]   2> 688159 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57875, configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores}
   [junit4]   2> 688159 ERROR (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 688159 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 688160 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 688160 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 688160 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:30:57.996Z
   [junit4]   2> 688160 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\solr.xml
   [junit4]   2> 688179 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 688313 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores
   [junit4]   2> 688314 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 688317 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001/tempDir-001/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001/tempDir-001/collection1/lib/classes]
   [junit4]   2> 688388 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 688388 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 688404 INFO  (coreLoadExecutor-2877-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> 688432 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
   [junit4]   2> 688559 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 688559 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator is OR. WARNING: Deprecated, please use 'q.op' on request instead.
   [junit4]   2> 688560 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 688562 INFO  (coreLoadExecutor-2877-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> 688562 INFO  (coreLoadExecutor-2877-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> 688569 INFO  (coreLoadExecutor-2877-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> 688569 INFO  (coreLoadExecutor-2877-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> 688569 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid field id
   [junit4]   2> 688575 INFO  (coreLoadExecutor-2877-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> 688576 INFO  (coreLoadExecutor-2877-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> 688576 INFO  (coreLoadExecutor-2877-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> 688576 INFO  (coreLoadExecutor-2877-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> 688579 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 688584 INFO  (coreLoadExecutor-2877-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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 688599 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1
   [junit4]   2> 688600 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core\data\]
   [junit4]   2> 688609 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=37.7392578125, floorSegmentMB=2.0361328125, forceMergeDeletesPctAllowed=27.50670983465914, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 688618 WARN  (coreLoadExecutor-2877-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> 688753 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 688753 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 688755 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=33.685546875, floorSegmentMB=1.1953125, forceMergeDeletesPctAllowed=6.302770769701133, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7580277079573088
   [junit4]   2> 688755 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c364e[collection1] main]
   [junit4]   2> 688774 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 688777 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 688779 INFO  (coreLoadExecutor-2877-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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 688779 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 688779 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/stopwords/english
   [junit4]   2> 688779 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 688780 INFO  (coreLoadExecutor-2877-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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 688780 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 688780 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/stopwords/german
   [junit4]   2> 688781 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 688781 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 688781 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/english
   [junit4]   2> 688782 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 688782 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 688783 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/german
   [junit4]   2> 688783 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 688783 INFO  (searcherExecutor-2878-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c364e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 689182 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#57875
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    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> 689193 INFO  (qtp5883560-7127) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    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> 689194 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    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> 689200 INFO  (qtp5883560-7127) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    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> 689201 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689201 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689201 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689201 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689203 INFO  (qtp5883560-7127) [    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> 689203 INFO  (qtp5883560-7127) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689203 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689203 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    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> 689204 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    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> 689210 INFO  (qtp5883560-7127) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    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> 689210 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689211 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689211 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689211 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689212 INFO  (qtp5883560-7127) [    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> 689213 INFO  (qtp5883560-7127) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    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> 689213 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    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> 689219 INFO  (qtp5883560-7127) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    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> 689220 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689222 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 689225 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=34
   [junit4]   2> 689231 INFO  (qtp5883560-7137) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=1
   [junit4]   2> 689235 INFO  (qtp5883560-7133) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=0
   [junit4]   2> 689239 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=0
   [junit4]   2> 689245 INFO  (qtp5883560-7131) [    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> 689259 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 689259 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@175ab4b
   [junit4]   2> 689281 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4edb70[collection1] main]
   [junit4]   2> 689281 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 689281 INFO  (searcherExecutor-2878-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4edb70[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c1)))}
   [junit4]   2> 689281 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<commit/>}{commit=} 0 22
   [junit4]   2> 689284 INFO  (qtp5883560-7129) [    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=1
   [junit4]   2> 689286 INFO  (qtp5883560-7129) [    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> 689289 INFO  (qtp5883560-7134) [    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> 689291 INFO  (qtp5883560-7134) [    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> 689294 INFO  (qtp5883560-7134) [    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> 689298 INFO  (qtp5883560-7134) [    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> 689299 INFO  (qtp5883560-7134) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    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> 689299 WARN  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689305 INFO  (qtp5883560-7134) [    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> 689305 INFO  (qtp5883560-7134) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689305 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    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> 689306 WARN  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689308 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 689310 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=13
   [junit4]   2> 689312 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=0
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    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> 689318 INFO  (qtp5883560-7132) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    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> 689318 WARN  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    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> 689324 INFO  (qtp5883560-7132) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    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> 689324 WARN  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689326 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689326 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689328 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 689328 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=12
   [junit4]   2> 689331 INFO  (qtp5883560-7130) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=0
   [junit4]   2> 689335 INFO  (qtp5883560-7131) [    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> 689336 INFO  (qtp5883560-7131) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    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> 689336 WARN  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689337 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689342 INFO  (qtp5883560-7131) [    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> 689342 INFO  (qtp5883560-7131) [    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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    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> 689343 WARN  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689345 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 689346 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=12
   [junit4]   2> 689349 INFO  (qtp5883560-7139) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=1
   [junit4]   2> 689353 INFO  (qtp5883560-7129) [    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><field+name%3D"a4">4</field></doc></add>}{add=[myid1]} 0 1
   [junit4]   2> 689356 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 689356 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@175ab4b
   [junit4]   2> 689367 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f3651[collection1] main]
   [junit4]   2> 689367 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 689367 INFO  (searcherExecutor-2878-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f3651[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.5.0):c1)))}
   [junit4]   2> 689367 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<commit/>}{commit=} 0 11
   [junit4]   2> 689370 INFO  (qtp5883560-7137) [    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> 689372 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1f99b84{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 689372 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=24567030
   [junit4]   2> 689373 INFO  (coreCloseExecutor-2882-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9a272
   [junit4]   2> 689374 INFO  (coreCloseExecutor-2882-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 689374 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 689374 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18a361b{/solr,null,UNAVAILABLE}
   [junit4]   2> 689378 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaAPI
   [junit4]   2> 689379 INFO  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 689379 INFO  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=462, maxDocsPerChunk=6, blockSize=450), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=462, blockSize=450)), sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=fr-BE, timezone=Asia/Novokuznetsk
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 (32-bit)/cpus=3,threads=1,free=239654656,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCoreTest, TestDynamicFieldResource, TestFieldCacheSortRandom, TestReqParamsAPI, RuleEngineTest, XmlUpdateRequestHandlerTest, MergeStrategyTest, TestMissingGroups, TestBackupRepositoryFactory, CachingDirectoryFactoryTest, CoreMergeIndexesAdminHandlerTest, TestHdfsBackupRestoreCore, TestHashPartitioner, TestRandomCollapseQParserPlugin, TestCollationFieldDocValues, TestJsonFacetRefinement, DataDrivenBlockJoinTest, ConnectionManagerTest, TestUpdate, TestSolrDeletionPolicy1, ConcurrentDeleteAndCreateCollectionTest, UpdateLogTest, CursorPagingTest, TermsComponentTest, TestNumericTerms32, TestRebalanceLeaders, TestSQLHandler, DistributedSpellCheckComponentTest, TestLocalFSCloudBackupRestore, CurrencyFieldXmlFileTest, TestManagedSchemaAPI, OverseerStatusTest, TestXIncludeConfig, SyncSliceTest, SimplePostToolTest, MoreLikeThisHandlerTest, PluginInfoTest, TestElisionMultitermQuery, TestConfigSetsAPIZkFailure, HdfsSyncSliceTest, SolrPluginUtilsTest, CdcrRequestHandlerTest, MetricUtilsTest, TestManagedSynonymFilterFactory, TestUnifiedSolrHighlighter, TestCollationField, FullHLLTest, PKIAuthenticationIntegrationTest, TestLazyCores, TestReloadDeadlock, TestFieldSortValues, DirectSolrConnectionTest, TestChildDocTransformer, TestCustomStream, PingRequestHandlerTest, TestExportWriter, SolrJmxReporterTest, TestMiniSolrCloudCluster, SystemInfoHandlerTest, TlogReplayBufferedWhileIndexingTest, TestBlobHandler, TestBM25SimilarityFactory, TestPartialUpdateDeduplication, TestSubQueryTransformerCrossCore, XsltUpdateRequestHandlerTest, DistributedMLTComponentTest, BlobRepositoryCloudTest, CollectionsAPIAsyncDistributedZkTest, TestCloudPseudoReturnFields, TestClusterProperties, TestReplicationHandler, ZkStateWriterTest, TestJmxIntegration, TestJettySolrRunner, TestUseDocValuesAsStored2]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUseDocValuesAsStored2 -Dtests.seed=6615DB4D17BA626 -Dtests.slow=true -Dtests.locale=fr-BE -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | 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-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6615DB4D17BA626]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [179/697 (1!)] on J0 in 2.15s, 1 test, 1 error <<< FAILURES!

[...truncated 571 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\init-core-data-001
   [junit4]   2> 1470336 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1470336 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1470343 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1470345 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001
   [junit4]   2> 1470345 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1470348 INFO  (Thread-3668) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1470348 INFO  (Thread-3668) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1470446 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62445
   [junit4]   2> 1470458 INFO  (jetty-launcher-2281-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1470458 INFO  (jetty-launcher-2281-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1470461 INFO  (jetty-launcher-2281-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1470461 INFO  (jetty-launcher-2281-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1470462 INFO  (jetty-launcher-2281-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ad17f{/solr,null,AVAILABLE}
   [junit4]   2> 1470462 INFO  (jetty-launcher-2281-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4623bf{/solr,null,AVAILABLE}
   [junit4]   2> 1470462 INFO  (jetty-launcher-2281-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2873ba{/solr,null,AVAILABLE}
   [junit4]   2> 1470463 INFO  (jetty-launcher-2281-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1992ef7{/solr,null,AVAILABLE}
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d3148a{HTTP/1.1,[http/1.1]}{127.0.0.1:62455}
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.e.j.s.Server Started @1475710ms
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62455}
   [junit4]   2> 1470468 ERROR (jetty-launcher-2281-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:44:00.518Z
   [junit4]   2> 1470471 INFO  (jetty-launcher-2281-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@677ad7{HTTP/1.1,[http/1.1]}{127.0.0.1:62450}
   [junit4]   2> 1470471 INFO  (jetty-launcher-2281-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b4927f{HTTP/1.1,[http/1.1]}{127.0.0.1:62449}
   [junit4]   2> 1470471 INFO  (jetty-launcher-2281-thread-3) [    ] o.e.j.s.Server Started @1475714ms
   [junit4]   2> 1470471 INFO  (jetty-launcher-2281-thread-2) [    ] o.e.j.s.Server Started @1475714ms
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62450}
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62449}
   [junit4]   2> 1470473 ERROR (jetty-launcher-2281-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a0616f{HTTP/1.1,[http/1.1]}{127.0.0.1:62458}
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.e.j.s.Server Started @1475715ms
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62458}
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:44:00.523Z
   [junit4]   2> 1470473 ERROR (jetty-launcher-2281-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:44:00.523Z
   [junit4]   2> 1470473 ERROR (jetty-launcher-2281-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470474 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1470474 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470474 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470474 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:44:00.524Z
   [junit4]   2> 1470478 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470478 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470479 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470483 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470498 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ac1e738920002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1470498 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ac1e738920001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1470505 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1470505 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1470506 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1470507 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1470509 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62445/solr
   [junit4]   2> 1470510 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62445/solr
   [junit4]   2> 1470511 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62445/solr
   [junit4]   2> 1470513 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62445/solr
   [junit4]   2> 1470518 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ac1e738920006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1470580 INFO  (jetty-launcher-2281-thread-3) [n:127.0.0.1:62450_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1470580 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1470581 INFO  (jetty-launcher-2281-thread-1) [n:127.0.0.1:62458_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1470581 INFO  (jetty-launcher-2281-thread-2) [n:127.0.0.1:62449_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1470583 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62455_solr
   [junit4]   2> 1470585 INFO  (jetty-launcher-2281-thread-3) [n:127.0.0.1:62450_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62450_solr
   [junit4]   2> 1470586 INFO  (jetty-launcher-2281-thread-1) [n:127.0.0.1:62458_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62458_solr
   [junit4]   2> 1470587 INFO  (jetty-launcher-2281-thread-2) [n:127.0.0.1:62449_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62449_solr
   [junit4]   2> 1470588 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.Overseer Overseer (id=97603540772585481-127.0.0.1:62455_solr-n_0000000000) starting
   [junit4]   2> 1470742 INFO  (zkCallback-2302-thread-1-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1470742 INFO  (zkCallback-2301-thread-1-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1470742 INFO  (zkCallback-2300-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1470743 INFO  (zkCallback-2303-thread-1-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1470746 INFO  (zkCallback-2301-thread-1-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1470746 INFO  (zkCallback-2300-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1470746 INFO  (zkCallback-2302-thread-1-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1470746 INFO  (zkCallback-2303-thread-1-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1470804 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62455_solr
   [junit4]   2> 1470809 INFO  (zkCallback-2302-thread-1-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1470809 INFO  (zkCallback-2300-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1470809 INFO  (zkCallback-2301-thread-1-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1470809 INFO  (zkCallback-2303-thread-1-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1470858 INFO  (jetty-launcher-2281-thread-1) [n:127.0.0.1:62458_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node1\.
   [junit4]   2> 1470943 INFO  (jetty-launcher-2281-thread-2) [n:127.0.0.1:62449_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node2\.
   [junit4]   2> 1470948 INFO  (jetty-launcher-2281-thread-3) [n:127.0.0.1:62450_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node3\.
   [junit4]   2> 1471015 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node4\.
   [junit4]   2> 1472456 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1472458 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62445/solr ready
   [junit4]   2> 1472503 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingNumShards
   [junit4]   2> 1472505 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[6615DB4D17BA626]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1472514 INFO  (qtp5416487-13941) [n:127.0.0.1:62450_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1472517 INFO  (OverseerThreadFactory-6542-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.CreateCollectionCmd Create collection acollection
   [junit4]   2> 1472517 ERROR (OverseerThreadFactory-6542-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: acollection operation: create failed:org.apache.solr.common.SolrException: numShards is a required param (when using CompositeId router).
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:112)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1472526 INFO  (qtp5416487-13941) [n:127.0.0.1:62450_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2} status=400 QTime=12
   [junit4]   2> 1472528 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingNumShards
   [junit4]   2> 1472556 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 1472557 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[6615DB4D17BA626]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1472565 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2
   [junit4]   2> 1472569 INFO  (OverseerStateUpdate-97603540772585481-127.0.0.1:62455_solr-n_0000000000) [n:127.0.0.1:62455_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1473643 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1473653 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1473660 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1473666 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using configuration from collection halfcollectionblocker
   [junit4]   2> 1473667 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrCore [[halfcollection_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node1\halfcollection_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-002\]
   [junit4]   2> 1473804 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1473804 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1473806 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1473806 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1473808 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f03932[halfcollection_shard1_replica1] main]
   [junit4]   2> 1473810 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1473810 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1473810 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1473811 INFO  (searcherExecutor-6547-thread-1-processing-n:127.0.0.1:62458_solr x:halfcollection_shard1_replica1 c:halfcollectionblocker) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrCore [halfcollection_shard1_replica1] Registered new searcher Searcher@f03932[halfcollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1473811 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561656655988391936
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62458/solr/halfcollection_shard1_replica1/
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:62458/solr/halfcollection_shard1_replica1/ has no replicas
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1473828 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62458/solr/halfcollection_shard1_replica1/ shard1
   [junit4]   2> 1473942 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1473951 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2} status=0 QTime=1385
   [junit4]   2> 1473959 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2
   [junit4]   2> 1473962 INFO  (OverseerStateUpdate-97603540772585481-127.0.0.1:62455_solr-n_0000000000) [n:127.0.0.1:62455_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1474521 INFO  (OverseerCollectionConfigSetProcessor-97603540772585481-127.0.0.1:62455_solr-n_0000000000) [n:127.0.0.1:62455_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1474986 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1474993 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1474999 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1475004 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.c.CoreContainer C

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


   [junit4]   2> 1616094 INFO  (jetty-closer-2282-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1616094 INFO  (jetty-closer-2282-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2873ba{/solr,null,UNAVAILABLE}
   [junit4]   2> 1616094 INFO  (zkCallback-2302-thread-2-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1616096 INFO  (zkCallback-2301-thread-9-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1616100 INFO  (coreCloseExecutor-6740-thread-1) [n:127.0.0.1:62449_solr c:awhollynewcollection_0 s:shard2 r:core_node3 x:awhollynewcollection_0_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard2.replica2
   [junit4]   2> 1616102 WARN  (zkCallback-2301-thread-9-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1616102 INFO  (jetty-closer-2282-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1616103 INFO  (jetty-closer-2282-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ad17f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1616104 INFO  (zkCallback-2302-thread-6-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1616104 INFO  (zkCallback-2303-thread-14-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1616109 INFO  (coreCloseExecutor-6738-thread-1) [n:127.0.0.1:62458_solr c:awhollynewcollection_0 s:shard2 r:core_node5 x:awhollynewcollection_0_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard2.replica1
   [junit4]   2> 1616109 INFO  (coreCloseExecutor-6739-thread-2) [n:127.0.0.1:62450_solr c:awhollynewcollection_0 s:shard3 r:core_node1 x:awhollynewcollection_0_shard3_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard3.replica1
   [junit4]   2> 1616112 WARN  (zkCallback-2303-thread-14-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1616112 INFO  (jetty-closer-2282-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1616113 INFO  (jetty-closer-2282-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1992ef7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1616113 INFO  (zkCallback-2302-thread-6-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1616116 INFO  (coreCloseExecutor-6739-thread-1) [n:127.0.0.1:62450_solr c:awhollynewcollection_0 s:shard1 r:core_node6 x:awhollynewcollection_0_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard1.replica1
   [junit4]   2> 1616118 WARN  (zkCallback-2302-thread-6-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1616119 INFO  (jetty-closer-2282-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1616119 INFO  (jetty-closer-2282-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4623bf{/solr,null,UNAVAILABLE}
   [junit4]   2> 1616122 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62445 62445
   [junit4]   2> 1616123 INFO  (Thread-3719) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62445 62445
   [junit4]   2> 1616124 WARN  (Thread-3719) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 1616124 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001
   [junit4]   2> Mar 12, 2017 9:46:26 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=pt-BR, timezone=Pacific/Johnston
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 (32-bit)/cpus=3,threads=1,free=193937528,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrUpdateLogTest, V2ApiIntegrationTest, HdfsDirectoryTest, TestFieldCollectionResource, SortByFunctionTest, CreateCollectionCleanupTest, RestartWhileUpdatingTest, MinimalSchemaTest, TestDelegationWithHadoopAuth, ResourceLoaderTest, DistributedVersionInfoTest, SubstringBytesRefFilterTest, TestRuleBasedAuthorizationPlugin, TestOnReconnectListenerSupport, CollectionReloadTest, TestLockTree, CloneFieldUpdateProcessorFactoryTest, TestCustomDocTransformer, TestSolrCloudWithHadoopAuthPlugin, CoreAdminHandlerTest, CollectionsAPISolrJTest, TestSystemIdResolver, ScriptEngineTest, TestRecovery, TestSolrQueryParser, TestMaxScoreQueryParser, ConfigSetsAPITest, BlockDirectoryTest, ChangedSchemaMergeTest, CdcrVersionReplicationTest, DistributedFacetPivotWhiteBoxTest, TestIntervalFaceting, SolrXmlInZkTest, MBeansHandlerTest, ChaosMonkeySafeLeaderTest, TestAtomicUpdateErrorCases, TestBulkSchemaAPI, MissingSegmentRecoveryTest, SolrIndexConfigTest, TestOmitPositions, TestSolrDynamicMBean, ManagedSchemaRoundRobinCloudTest, TestFilteredDocIdSet, CSVRequestHandlerTest, TriLevelCompositeIdRoutingTest, TestCloudDeleteByQuery, SpellCheckComponentTest, NoCacheHeaderTest, TestAnalyzeInfixSuggestions, IndexSchemaTest, TestSimpleTrackingShardHandler, SolrSlf4jReporterTest, TestFoldingMultitermQuery, SuggesterWFSTTest, TermVectorComponentDistributedTest, HighlighterConfigTest, StatsReloadRaceTest, SpatialHeatmapFacetsTest, SharedFSAutoReplicaFailoverUtilsTest, TestIndexSearcher, TestHighFrequencyDictionaryFactory, DistributedFacetPivotSmallAdvancedTest, DeleteShardTest, TestConfig, CopyFieldTest, SolrMetricsIntegrationTest, CleanupOldIndexTest, DistributedQueryComponentOptimizationTest, TestSolrConfigHandlerConcurrent, ZkStateReaderTest, ReplicaListTransformerTest, TestFieldCacheReopen, TestSolrCoreProperties, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsThreadLeakTest, TestQueryTypes, TestRecoveryHdfs, TestConfigOverlay, TestPathTrie, HighlighterMaxOffsetTest, TestSQLHandlerNonCloud, InfoHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestExactSharedStatsCache, TestQueryWrapperFilter, TestCustomSort, SuggestComponentTest, TestCloudRecovery, TestCopyFieldCollectionResource, HdfsUnloadDistributedZkTest, ExplicitHLLTest, BJQParserTest, TestAuthorizationFramework, TestQuerySenderNoQuery, SolrCmdDistributorTest, DateMathParserTest, TestValueSourceCache, DistribJoinFromCollectionTest, JvmMetricsTest, SmileWriterTest, TestDefaultStatsCache, TestDistributedGrouping, SliceStateTest, TestAddFieldRealTimeGet, RequestLoggingTest, TestTrieFacet, TestConfigReload, CoreAdminRequestStatusTest, TestQueryUtils, PreAnalyzedFieldTest, LukeRequestHandlerTest, TestManagedSchemaThreadSafety, TestSearchPerf, TestSerializedLuceneMatchVersion, QueryResultKeyTest, BasicFunctionalityTest, TestLeaderInitiatedRecoveryThread, AtomicUpdatesTest, ShardSplitTest, TestPerFieldSimilarityWithDefaultOverride, TestConfigSetProperties, OverseerTaskQueueTest, UpdateParamsTest, TestRealTimeGet, TestInfoStreamLogging, TestComplexPhraseLeadingWildcard, BasicZkTest, BinaryUpdateRequestHandlerTest, TestJavabinTupleStreamParser, TestLMJelinekMercerSimilarityFactory, TestManagedStopFilterFactory, SolrCLIZkUtilsTest, TestGeoJSONResponseWriter, TestSubQueryTransformer, TermVectorComponentTest, CurrencyFieldOpenExchangeTest, TestTrie, TestCloudPivotFacet, TestCollectionAPIs, TestSegmentSorting, TestClassicSimilarityFactory, ExitableDirectoryReaderTest, AddBlockUpdateTest, EchoParamsTest, TestRangeQuery, TestDistributedMissingSort, DirectUpdateHandlerOptimizeTest, TestSolrCLIRunExample, TestFileDictionaryLookup, TestExclusionRuleCollectionAccess, TestInPlaceUpdatesStandalone, SuggesterTest, TestSmileRequest, TestLMDirichletSimilarityFactory, PeerSyncWithIndexFingerprintCachingTest, TestNonDefinedSimilarityFactory, CdcrBootstrapTest, TestManagedResourceStorage, ZkSolrClientTest, TestZkChroot, TestRestoreCore, FullSolrCloudDistribCmdsTest, FacetPivotSmallTest, TestMacros, TestCodecSupport, TestFuzzyAnalyzedSuggestions, CloudMLTQParserTest, DeleteInactiveReplicaTest, SpellingQueryConverterTest, HdfsRestartWhileUpdatingTest, TestIndexingPerformance, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [354/697 (2!)] on J1 in 146.81s, 20 tests, 1 failure <<< FAILURES!

[...truncated 56055 lines...]