Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6095/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [MockDirectoryWrapper]
        at __randomizedtesting.SeedInfo.seed([E6B3825899C3C8AB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
        at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:53543/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:53543/solr
        at 
__randomizedtesting.SeedInfo.seed([E6B3825899C3C8AB:DB6B2C74A12D96DB]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:116)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Software caused connection abort: recv 
failed
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        ... 50 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
java.lang.NullPointerException

Stack Trace:
com.google.common.util.concurrent.UncheckedExecutionException: 
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([E6B3825899C3C8AB]:0)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
        at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
        at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
        at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
        at org.apache.hadoop.security.Groups.getGroups(Groups.java:182)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
        at org.apache.hadoop.util.Shell.runCommand(Shell.java:483)
        at org.apache.hadoop.util.Shell.run(Shell.java:456)
        at 
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:815)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:798)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52)
        at 
org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208)
        at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
        at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
        at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
        ... 31 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:


Stack Trace:
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([E6B3825899C3C8AB]:0)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11203 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithSecureImpersonation_E6B3825899C3C8AB-001\init-core-data-001
   [junit4]   2> 1478334 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[E6B3825899C3C8AB]-worker) [   
 ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1478646 WARN  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[E6B3825899C3C8AB]-worker) [   
 ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   2> 1478687 ERROR 
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[E6B3825899C3C8AB]-worker) [   
 ] o.a.h.u.Shell Failed to locate the winutils binary in the hadoop binary path
   [junit4]   2> java.io.IOException: Could not locate executable 
null\bin\winutils.exe in the Hadoop binaries.
   [junit4]   2>        at 
org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356)
   [junit4]   2>        at 
org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371)
   [junit4]   2>        at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364)
   [junit4]   2>        at 
org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:80)
   [junit4]   2>        at 
org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:130)
   [junit4]   2>        at 
org.apache.hadoop.security.Groups.<init>(Groups.java:94)
   [junit4]   2>        at 
org.apache.hadoop.security.Groups.<init>(Groups.java:74)
   [junit4]   2>        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:60)
   [junit4]   2>        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86)
   [junit4]   2>        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1478745 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[E6B3825899C3C8AB]-worker) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity, 
locale=id-ID, timezone=America/St_Vincent
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=277739672,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParserResource, 
PluginInfoTest, CoreAdminHandlerTest, OverseerModifyCollectionTest, 
ZkSolrClientTest, SolrCloudExampleTest, HdfsThreadLeakTest, ForceLeaderTest, 
LeaderFailoverAfterPartitionTest, SimpleCollectionCreateDeleteTest, 
TestRealTimeGet, TestJsonFacets, TestShardHandlerFactory, 
TestObjectReleaseTracker, TestPHPSerializedResponseWriter, 
ShowFileRequestHandlerTest, TestCloudSchemaless, TestRawTransformer, 
SignatureUpdateProcessorFactoryTest, BadCopyFieldTest, TestInfoStreamLogging, 
TestCloudPseudoReturnFields, SynonymTokenizerTest, TestMiniSolrCloudCluster, 
BasicDistributedZk2Test, ParsingFieldUpdateProcessorsTest, 
TestValueSourceCache, EchoParamsTest, SpellPossibilityIteratorTest, 
PeerSyncReplicationTest, ResourceLoaderTest, TestLegacyFieldCache, 
TestBlobHandler, BitVectorTest, TestNonDefinedSimilarityFactory, RulesTest, 
TestFieldCacheReopen, SolrIndexSplitterTest, TestFieldCollectionResource, 
TestFiltering, DistributedFacetPivotSmallTest, SearchHandlerTest, 
TestFieldSortValues, TermVectorComponentDistributedTest, 
TestCloudManagedSchema, TestFuzzyAnalyzedSuggestions, TestFileDictionaryLookup, 
TestSolrCoreProperties, SpellCheckComponentTest, TestExpandComponent, 
TestBadConfig, AddBlockUpdateTest, TestSolrDynamicMBean, 
TestAnalyzeInfixSuggestions, TestLocalFSCloudBackupRestore, 
WordBreakSolrSpellCheckerTest, ResponseHeaderTest, TestAtomicUpdateErrorCases, 
FullSolrCloudDistribCmdsTest, TestJoin, LukeRequestHandlerTest, 
OpenExchangeRatesOrgProviderTest, TestRecoveryHdfs, 
CdcrReplicationDistributedZkTest, CollectionsAPIDistributedZkTest, 
CloudMLTQParserTest, TestHighFrequencyDictionaryFactory, HLLUtilTest, 
SuggesterTest, TestGraphMLResponseWriter, TestExactStatsCache, 
TestFieldCacheSort, SuggesterTSTTest, TestAuthorizationFramework, 
TestNamedUpdateProcessors, ExitableDirectoryReaderTest, 
UpdateRequestProcessorFactoryTest, ConnectionManagerTest, 
DistributedQueryComponentCustomSortTest, TestSearcherReuse, 
ConnectionReuseTest, HdfsUnloadDistributedZkTest, TestReqParamsAPI, 
SortSpecParsingTest, TestClassicSimilarityFactory, ChangedSchemaMergeTest, 
DistributedSuggestComponentTest, TestManagedStopFilterFactory, 
TestSubQueryTransformerDistrib, CoreAdminRequestStatusTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsDirectoryTest, BasicFunctionalityTest, 
CurrencyFieldOpenExchangeTest, TestOnReconnectListenerSupport, 
TestDynamicLoading, SolrCmdDistributorTest, SpellingQueryConverterTest, 
TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=E6B3825899C3C8AB 
-Dtests.slow=true -Dtests.locale=id-ID -Dtests.timezone=America/St_Vincent 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: 
com.google.common.util.concurrent.UncheckedExecutionException: 
java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E6B3825899C3C8AB]:0)
   [junit4]    >        at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
   [junit4]    >        at 
com.google.common.cache.LocalCache.get(LocalCache.java:4000)
   [junit4]    >        at 
com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
   [junit4]    >        at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
   [junit4]    >        at 
org.apache.hadoop.security.Groups.getGroups(Groups.java:182)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    >        at 
java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
   [junit4]    >        at 
org.apache.hadoop.util.Shell.runCommand(Shell.java:483)
   [junit4]    >        at org.apache.hadoop.util.Shell.run(Shell.java:456)
   [junit4]    >        at 
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
   [junit4]    >        at 
org.apache.hadoop.util.Shell.execCommand(Shell.java:815)
   [junit4]    >        at 
org.apache.hadoop.util.Shell.execCommand(Shell.java:798)
   [junit4]    >        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84)
   [junit4]    >        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52)
   [junit4]    >        at 
org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51)
   [junit4]    >        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239)
   [junit4]    >        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220)
   [junit4]    >        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208)
   [junit4]    >        at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
   [junit4]    >        at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
   [junit4]    >        at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
   [junit4]    >        at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
   [junit4]    >        ... 31 moreThrowable #2: java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E6B3825899C3C8AB]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [210/632 (1!)] on J1 in 0.44s, 0 tests, 2 errors <<< 
FAILURES!

[...truncated 1166 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\init-core-data-001
   [junit4]   2> 3216907 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3216912 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3216944 INFO  (Thread-5984) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3216944 INFO  (Thread-5984) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3217013 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53322
   [junit4]   2> 3217013 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3217014 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3217018 INFO  (zkCallback-10042-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1528c3fb 
name:ZooKeeperConnection Watcher:127.0.0.1:53322 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3217018 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3217018 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3217018 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 3217020 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 3217027 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3217028 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f9946db{/solr,null,AVAILABLE}
   [junit4]   2> 3217029 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@7e265783{SSL,[ssl, 
http/1.1]}{127.0.0.1:53326}
   [junit4]   2> 3217030 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.e.j.s.Server Started @3221758ms
   [junit4]   2> 3217030 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53326}
   [junit4]   2> 3217030 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3217030 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 3217030 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2'
   [junit4]   2> 3217030 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3217030 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 3217030 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73a5353b{/solr,null,AVAILABLE}
   [junit4]   2> 3217031 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3217031 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3217032 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@2c96afb1{SSL,[ssl, 
http/1.1]}{127.0.0.1:53329}
   [junit4]   2> 3217032 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.e.j.s.Server Started @3221760ms
   [junit4]   2> 3217032 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53329}
   [junit4]   2> 3217032 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 3217032 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1'
   [junit4]   2> 3217032 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3217032 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 3217033 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3217034 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3217052 INFO  (zkCallback-10044-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@267c1328 
name:ZooKeeperConnection Watcher:127.0.0.1:53322/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3217052 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3217052 INFO  (zkCallback-10043-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@8f95a5a name:ZooKeeperConnection 
Watcher:127.0.0.1:53322/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3217052 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3217052 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3217053 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3217053 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3217053 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3217070 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.
   [junit4]   2> 3217070 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\.
   [junit4]   2> 3217070 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 201557651
   [junit4]   2> 3217070 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 971766226
   [junit4]   2> 3217070 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1]
   [junit4]   2> 3217070 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2]
   [junit4]   2> 3217071 WARN  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\lib
   [junit4]   2> 3217071 WARN  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\lib
   [junit4]   2> 3217071 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 3217071 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53322/solr
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53322/solr
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3217080 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3217081 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3217081 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3217081 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3217083 INFO  (zkCallback-10050-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@35de18f5 
name:ZooKeeperConnection Watcher:127.0.0.1:53322 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3217083 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3217083 INFO  (zkCallback-10049-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@70f13f4 name:ZooKeeperConnection 
Watcher:127.0.0.1:53322 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 3217084 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3217084 INFO  (jetty-launcher-10041-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3217084 INFO  (jetty-launcher-10041-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3217085 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$70/2024762422@3395d914
   [junit4]   2> 3217086 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3217086 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$70/2024762422@10505fdb
   [junit4]   2> 3217086 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3217087 INFO  
(zkCallback-10051-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@22641256 
name:ZooKeeperConnection Watcher:127.0.0.1:53322/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3217087 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 3217088 INFO  
(zkCallback-10052-thread-1-processing-n:127.0.0.1:53326_solr) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2c3102c8 
name:ZooKeeperConnection Watcher:127.0.0.1:53322/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3217088 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 3217088 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3217089 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3217090 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 3217091 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 3217094 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 3217094 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 3217097 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 3217097 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 3217098 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 3217098 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 3217100 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3217100 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3217102 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3217102 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3217103 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3217103 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3217103 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3217104 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3217105 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3217105 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3217106 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3217106 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3217107 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 3217107 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 3217108 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 3217108 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 3217111 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3217111 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3217112 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 3217112 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 3217113 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3217113 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3217113 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96525980224192517-127.0.0.1:53329_solr-n_0000000000
   [junit4]   2> 3217114 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96525980224192518-127.0.0.1:53326_solr-n_0000000001
   [junit4]   2> 3217114 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53329_solr
   [junit4]   2> 3217114 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 3217114 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96525980224192517-127.0.0.1:53329_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 3217115 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53326_solr
   [junit4]   2> 3217115 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53326_solr
   [junit4]   2> 3217115 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.Overseer Overseer 
(id=96525980224192517-127.0.0.1:53329_solr-n_0000000000) starting
   [junit4]   2> 3217116 INFO  
(zkCallback-10051-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3217116 INFO  
(zkCallback-10052-thread-1-processing-n:127.0.0.1:53326_solr) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3217118 INFO  
(zkCallback-10052-thread-1-processing-n:127.0.0.1:53326_solr) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3217119 INFO  
(zkCallback-10051-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3217120 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 3217127 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 3217127 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 3217128 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\.
   [junit4]   2> 3217129 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 3217129 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3217129 INFO  (jetty-launcher-10041-thread-2) 
[n:127.0.0.1:53326_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 3217131 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3217132 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:53329_solr as DOWN
   [junit4]   2> 3217133 INFO  
(OverseerCollectionConfigSetProcessor-96525980224192517-127.0.0.1:53329_solr-n_0000000000)
 [n:127.0.0.1:53329_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 3217133 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53329_solr
   [junit4]   2> 3217134 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53329_solr
   [junit4]   2> 3217134 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3217139 INFO  
(zkCallback-10051-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3217139 INFO  
(zkCallback-10052-thread-1-processing-n:127.0.0.1:53326_solr) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3217140 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3217141 INFO  
(zkCallback-10052-thread-1-processing-n:127.0.0.1:53326_solr) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3217142 INFO  
(zkCallback-10051-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (2)
   [junit4]   2> 3217143 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:53329_solr"} current state version: 0
   [junit4]   2> 3217143 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:53329_solr
   [junit4]   2> 3217145 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 3217145 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 3217146 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.
   [junit4]   2> 3217146 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 3217147 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3217147 INFO  (jetty-launcher-10041-thread-1) 
[n:127.0.0.1:53329_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 3217147 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3217148 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3217149 INFO  (zkCallback-10055-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@13e61b92 
name:ZooKeeperConnection Watcher:127.0.0.1:53322 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3217149 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3217149 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3217151 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3217152 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3217153 INFO  (zkCallback-10058-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@67008062 
name:ZooKeeperConnection Watcher:127.0.0.1:53322/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3217154 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3217154 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3217154 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3217154 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 3217155 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3217158 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 3217160 INFO  
(SUITE-TestManagedSchemaAPI-seed#[E6B3825899C3C8AB]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3217180 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[E6B3825899C3C8AB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3217199 INFO  (qtp1275607672-46970) [n:127.0.0.1:53329_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3217201 INFO  
(OverseerCollectionConfigSetProcessor-96525980224192517-127.0.0.1:53329_solr-n_0000000000)
 [n:127.0.0.1:53329_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3217202 INFO  
(OverseerThreadFactory-12840-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3217202 INFO  
(OverseerThreadFactory-12840-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testschemaapi
   [junit4]   2> 3217202 INFO  
(OverseerThreadFactory-12840-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/testschemaapi 
   [junit4]   2> 3217203 INFO  
(OverseerThreadFactory-12840-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/testschemaapi
   [junit4]   2> 3217204 INFO  
(zkCallback-10051-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 3217204 INFO  (zkCallback-10058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3217204 INFO  
(zkCallback-10052-thread-1-processing-n:127.0.0.1:53326_solr) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 3217207 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3217207 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testschemaapi
   [junit4]   2> 3217209 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testschemaapi/state.json
   [junit4]   2> 3217307 INFO  
(OverseerThreadFactory-12840-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.CreateCollectionCmd Creating SolrCores for 
new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 3217308 INFO  
(OverseerThreadFactory-12840-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
testschemaapi_shard1_replica1 as part of shard shard1 of collection 
testschemaapi on 127.0.0.1:53326_solr
   [junit4]   2> 3217308 INFO  
(OverseerThreadFactory-12840-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
testschemaapi_shard1_replica2 as part of shard shard1 of collection 
testschemaapi on 127.0.0.1:53329_solr
   [junit4]   2> 3217318 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 3217320 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testschemaapi_shard1_replica2, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, 
dataDir=data\, shard=shard1}
   [junit4]   2> 3217320 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 3217321 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Registering watch for collection testschemaapi
   [junit4]   2> 3217322 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 3217322 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 3217323 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:53329/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:53329_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3217323 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:53329/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:53329_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3217335 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 3217336 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testschemaapi_shard1_replica1, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, 
dataDir=data\, shard=shard1}
   [junit4]   2> 3217337 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 3217338 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Registering watch for collection testschemaapi
   [junit4]   2> 3217338 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 3217338 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 3217338 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:53326/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:53326_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3217339 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:53326/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:53326_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3217441 INFO  
(OverseerStateUpdate-96525980224192517-127.0.0.1:53329_solr-n_0000000000) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testschemaapi/state.json version: 0
   [junit4]   2> 3217442 INFO  
(zkCallback-10051-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testschemaapi/state.json] for collection [testschemaapi] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3217442 INFO  
(zkCallback-10052-thread-1-processing-n:127.0.0.1:53326_solr) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testschemaapi/state.json] for collection [testschemaapi] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3217442 INFO  
(zkCallback-10051-thread-1-processing-n:127.0.0.1:53329_solr) 
[n:127.0.0.1:53329_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testschemaapi] from [0] to [1]
   [junit4]   2> 3217442 INFO  
(zkCallback-10052-thread-1-processing-n:127.0.0.1:53326_solr) 
[n:127.0.0.1:53326_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testschemaapi] from [0] to [1]
   [junit4]   2> 3218322 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for testschemaapi_shard1_replica2
   [junit4]   2> 3218322 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Check for collection zkNode:testschemaapi
   [junit4]   2> 3218322 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 3218322 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 3218323 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 3218323 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\testschemaapi_shard1_replica2'
   [junit4]   2> 3218324 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3218324 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 3218327 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 3218332 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 3218333 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3218339 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for testschemaapi_shard1_replica1
   [junit4]   2> 3218339 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Check for collection zkNode:testschemaapi
   [junit4]   2> 3218339 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3218339 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 3218339 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/testschemaapi]
   [junit4]   2> 3218340 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 3218340 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\testschemaapi_shard1_replica1'
   [junit4]   2> 3218340 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3218340 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 3218343 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 3218343 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 3218346 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 3218348 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3218349 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 3218353 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3218353 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3218354 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica2' using 
configuration from collection testschemaapi
   [junit4]   2> 3218354 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3218354 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\testschemaapi_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.\testschemaapi_shard1_replica2\data\]
   [junit4]   2> 3218354 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
testschemaapi_shard1_replica2
   [junit4]   2> 3218355 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.\testschemaapi_shard1_replica2\data\snapshot_metadata
   [junit4]   2> 3218355 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 3218355 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 3218356 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.\testschemaapi_shard1_replica2\data\index/
   [junit4]   2> 3218356 WARN  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.\testschemaapi_shard1_replica2\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 3218356 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.\testschemaapi_shard1_replica2\data\index
   [junit4]   2> 3218356 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1b067df7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@447e5c16),segFN=segments_1,generation=1}
   [junit4]   2> 3218357 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3218357 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
[testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 3218358 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 3218359 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 3218360 INFO  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:53329_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core testschemaapi_shard1_replica2 in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.\testschemaapi_shard1_replica2\data\
   [junit4]   2> 3218361 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3218361 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica1' using 
configuration from collection testschemaapi
   [junit4]   2> 3218361 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3218361 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\testschemaapi_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\]
   [junit4]   2> 3218361 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
testschemaapi_shard1_replica1
   [junit4]   2> 3218361 WARN  
(OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) 
[n:127.0.0.1:53329_solr c:testschemaapi s:shard1 r:core_node1 
x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node1\.\testschemaapi_shard1_replica2\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 3218362 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\snapshot_metadata
   [junit4]   2> 3218362 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 3218362 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\
   [junit4]   2> 3218362 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\index/
   [junit4]   2> 3218362 WARN  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 3218363 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestManagedSchemaAPI_E6B3825899C3C8AB-001\tempDir-001\node2\.\testschemaapi_shard1_replica1\data\index
   [junit4]   2> 3218363 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@33ae4728 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e6ac3ea),segFN=segments_1,generation=1}
   [junit4]   2> 3218363 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3218365 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3218365 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 3218366 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3218366 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3218367 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3218367 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3218368 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3218368 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3218369 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 3218369 INFO  (qtp1275607672-46986) [n:127.0.0.1:53329_solr 
c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3218369 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3218370 INFO  (qtp1463685334-46982) [n:127.0.0.1:53326_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_s

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

ttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
   [junit4]    >        ... 50 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_E6B3825899C3C8AB-001
   [junit4]   2> Sep 03, 2016 2:26:59 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=BlockTreeOrds(blocksize=128), 
_version_=PostingsFormat(name=MockRandom), multiDefault=FST50, 
intDefault=PostingsFormat(name=MockRandom), id=BlockTreeOrds(blocksize=128), 
range_facet_i_dv=FST50, range_facet_l=FST50, timestamp=FST50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Lucene54), 
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1051, 
maxMBSortInHeap=5.266268690365794, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-LY, timezone=America/Argentina/Ushuaia
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=219422712,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestDefaultSearchFieldResource, DirectoryFactoryTest, RequestLoggingTest, 
RecoveryAfterSoftCommitTest, VMParamsZkACLAndCredentialsProvidersTest, 
SolrXmlInZkTest, HdfsRecoveryZkTest, LeaderInitiatedRecoveryOnCommitTest, 
OverseerCollectionConfigSetProcessorTest, SolrCLIZkUtilsTest, 
TestHashQParserPlugin, TestStandardQParsers, TestJmxMonitoredMap, 
SimplePostToolTest, SimpleFacetsTest, TestRestoreCore, TestLockTree, 
PolyFieldTest, SmileWriterTest, RegexBoostProcessorTest, TestFieldResource, 
TestImplicitCoreProperties, TestCloudPivotFacet, EnumFieldTest, 
TestLeaderInitiatedRecoveryThread, CdcrVersionReplicationTest, 
PreAnalyzedUpdateProcessorTest, TestSolr4Spatial2, SampleTest, 
TestSha256AuthenticationProvider, ReplaceNodeTest, RuleEngineTest, 
TestArbitraryIndexDir, TestNumericTerms32, TestXIncludeConfig, ExplicitHLLTest, 
TestScoreJoinQPNoScore, ZkStateWriterTest, TestFieldCacheSanityChecker, 
PeerSyncTest, TestChildDocTransformer, QueryEqualityTest, 
CoreAdminCreateDiscoverTest, DistributedDebugComponentTest, CursorMarkTest, 
DistributedQueryElevationComponentTest, IndexSchemaTest, TestPhraseSuggestions, 
TestFreeTextSuggestions, TestLuceneMatchVersion, 
DistributedFacetPivotSmallAdvancedTest, FacetPivotSmallTest, TestCodecSupport, 
AnalysisErrorHandlingTest, TestMergePolicyConfig, TestBlendedInfixSuggestions, 
TestHdfsCloudBackupRestore, DirectSolrSpellCheckerTest, TestLRUStatsCache, 
SoftAutoCommitTest, MigrateRouteKeyTest, TestRandomDVFaceting, 
TestReplicationHandler, DocValuesMultiTest, TestLRUCache, CleanupOldIndexTest, 
CreateCollectionCleanupTest, TestMinMaxOnMultiValuedField, BlockCacheTest, 
SparseHLLTest, SuggesterFSTTest, JSONWriterTest, CollectionReloadTest, 
TestDFRSimilarityFactory, TestFieldCacheSortRandom, IndexBasedSpellCheckerTest, 
TestLMDirichletSimilarityFactory, TestPivotHelperCode, ScriptEngineTest, 
BlobRepositoryCloudTest, TolerantUpdateProcessorTest, DeleteNodeTest, 
MBeansHandlerTest, TestMissingGroups, AssignTest, HdfsSyncSliceTest, 
JsonLoaderTest, TestUseDocValuesAsStored, BlockJoinFacetDistribTest, 
TestSchemaResource, SecurityConfHandlerTest, TestDynamicFieldResource, 
TestRemoteStreaming, StandardRequestHandlerTest, ZkControllerTest, 
HdfsLockFactoryTest, AnalysisAfterCoreReloadTest, 
TestSolrQueryParserDefaultOperatorResource, TestMiniSolrCloudClusterBase, 
TestCoreContainer, HardAutoCommitTest, SolrRequestParserTest, 
TestSizeLimitedDistributedMap, TestSchemaVersionResource, TestCryptoKeys, 
TestSolrCloudWithKerberosAlt, DateRangeFieldTest, TestBulkSchemaConcurrent, 
TestConfigReload, TestRawResponseWriter, TestReRankQParserPlugin, 
DistributedFacetPivotLargeTest, TestRandomFlRTGCloud, 
CoreMergeIndexesAdminHandlerTest, TestManagedResource, 
RestartWhileUpdatingTest, TestCollectionAPI, 
SuggestComponentContextFilterQueryTest, TestSort, SolrTestCaseJ4Test, 
ShardRoutingTest, SolrIndexConfigTest, TestJmxIntegration, 
AnalyticsMergeStrategyTest, HdfsNNFailoverTest, TestDocSet, TimeZoneUtilsTest, 
TestMiniSolrCloudClusterSSL, TestPKIAuthenticationPlugin, 
TestGeoJSONResponseWriter, CdcrReplicationHandlerTest, TestLFUCache, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
TestJsonRequest, CloneFieldUpdateProcessorFactoryTest, 
TestEmbeddedSolrServerConstructors, HdfsTlogReplayBufferedWhileIndexingTest, 
QueryElevationComponentTest, TestExactSharedStatsCache, 
PathHierarchyTokenizerFactoryTest, TlogReplayBufferedWhileIndexingTest, 
TestLegacyNumericRangeQueryBuilder, CheckHdfsIndexTest, ShardSplitTest, 
SchemaVersionSpecificBehaviorTest, RankQueryTest, ExternalFileFieldSortTest, 
TestCSVLoader, DOMUtilTest, TestSolrConfigHandler, TestRebalanceLeaders, 
DeleteInactiveReplicaTest, RecoveryZkTest, SyncSliceTest, 
TestSimpleQParserPlugin, TestGroupingSearch, BadIndexSchemaTest, 
ConvertedLegacyTest, TestFunctionQuery, DirectUpdateHandlerTest, 
TestIndexSearcher, CurrencyFieldXmlFileTest, TestCoreDiscovery, 
TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
SortByFunctionTest, DistanceFunctionTest, TestSolrDeletionPolicy1, 
SolrInfoMBeanTest, CacheHeaderTest, DisMaxRequestHandlerTest, 
TestReversedWildcardFilterFactory, TestQueryTypes, FileBasedSpellCheckerTest, 
XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestIndexingPerformance, 
RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, 
TestCollationField, TestCSVResponseWriter, TestAnalyzedSuggestions, 
PingRequestHandlerTest, TestSweetSpotSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, 
TestFastWriter, URLClassifyProcessorTest, DateMathParserTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, 
TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest, 
ClusterStateTest, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, 
SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, 
CursorPagingTest, DistributedIntervalFacetingTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestTolerantSearch, ActionThrottleTest, 
AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, 
CdcrRequestHandlerTest, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, CollectionTooManyReplicasTest, 
CollectionsAPISolrJTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, 
DistributedVersionInfoTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
OverseerTaskQueueTest, ReplicationFactorTest, SSLMigrationTest, 
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, 
TestCloudDeleteByQuery, TestCloudInspectUtil, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestDownShardTolerantSearch, 
TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, 
TestRequestForwarding, TestSSLRandomization, TestShortCircuitedRequests, 
TestTolerantUpdateProcessorCloud, HdfsBasicDistributedZk2Test, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest, 
HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateReaderTest, 
CachingDirectoryFactoryTest, CoreSorterTest, HdfsDirectoryFactoryTest, 
QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigOverlay, 
TestConfigSetImmutable, TestNRTOpen, TestSolrXml, TestSolrCoreSnapshots, 
TestSQLHandler, TestSolrConfigHandlerConcurrent, 
DistributedFacetPivotLongTailTest, DistributedQueryComponentOptimizationTest, 
TestDistributedStatsComponentCardinality, TestManagedSynonymFilterFactory, 
TestCollationFieldDocValues, TestManagedSchema, AnalyticsQueryTest, 
MergeStrategyTest, TestAddFieldRealTimeGet, TestCollapseQParserPlugin, 
TestCustomSort, TestFilteredDocIdSet, TestGraphTermsQParserPlugin, 
TestMaxScoreQueryParser, TestRandomCollapseQParserPlugin, 
BasicAuthIntegrationTest]
   [junit4] Completed [603/632 (3!)] on J0 in 9.26s, 1 test, 1 error <<< 
FAILURES!

[...truncated 60255 lines...]

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

Reply via email to