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

4 tests failed.
FAILED:  
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([72C86C57F1809503:1A77597D211A87EF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:137)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:282)
        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)


FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
expected:<true> but was:<false>

Stack Trace:
java.lang.AssertionError: expected:<true> but was:<false>
        at 
__randomizedtesting.SeedInfo.seed([72C86C57F1809503:FA9C538D5F7CF8FB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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)


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([72C86C57F1809503]: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([72C86C57F1809503]: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 11293 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\init-core-data-001
   [junit4]   2> 972606 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-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> 972617 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 972617 INFO  (Thread-1777) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 972617 INFO  (Thread-1777) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 972718 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60615
   [junit4]   2> 972718 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 972719 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 972724 INFO  (zkCallback-1627-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4c6b7936 
name:ZooKeeperConnection Watcher:127.0.0.1:60615 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972724 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 972724 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 972724 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 972733 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 972733 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 972735 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7822b5b1{/solr,null,AVAILABLE}
   [junit4]   2> 972735 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9c77cf7{/solr,null,AVAILABLE}
   [junit4]   2> 972737 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@acd0ded{HTTP/1.1,[http/1.1]}{127.0.0.1:60621}
   [junit4]   2> 972738 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@56d8ca45{HTTP/1.1,[http/1.1]}{127.0.0.1:60622}
   [junit4]   2> 972738 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.e.j.s.Server Started @983187ms
   [junit4]   2> 972738 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.e.j.s.Server Started @983187ms
   [junit4]   2> 972738 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60621}
   [junit4]   2> 972739 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60622}
   [junit4]   2> 972740 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 972740 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 972740 INFO  (jetty-launcher-1626-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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node2'
   [junit4]   2> 972740 INFO  (jetty-launcher-1626-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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node1'
   [junit4]   2> 972740 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 972740 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 972740 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 972741 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 972744 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 972744 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 972745 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 972745 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 972747 INFO  (zkCallback-1628-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2b8c4511 
name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972747 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 972747 INFO  (zkCallback-1629-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@573cf3c8 
name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972748 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 972748 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 972748 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 972748 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 972748 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 972771 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b71a126e0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 972771 INFO  (jetty-launcher-1626-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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node2\.
   [junit4]   2> 972773 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 64228712
   [junit4]   2> 972773 INFO  (jetty-launcher-1626-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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node2]
   [junit4]   2> 972773 WARN  (jetty-launcher-1626-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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node2\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node2\lib
   [junit4]   2> 972773 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 972777 INFO  (jetty-launcher-1626-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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node1\.
   [junit4]   2> 972777 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 174948120
   [junit4]   2> 972777 INFO  (jetty-launcher-1626-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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node1]
   [junit4]   2> 972777 WARN  (jetty-launcher-1626-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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node1\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node1\lib
   [junit4]   2> 972777 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 972780 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 972780 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 972780 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 972781 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 972781 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 972781 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 972781 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60615/solr
   [junit4]   2> 972781 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 972781 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60615/solr
   [junit4]   2> 972781 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 972781 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 972782 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 972783 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 972783 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 972788 INFO  (zkCallback-1634-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2ad35691 
name:ZooKeeperConnection Watcher:127.0.0.1:60615 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972788 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 972789 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 972790 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b71a126e0003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 972792 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$30/312021984@69890ab2
   [junit4]   2> 972793 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 972794 INFO  (zkCallback-1635-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@467a0a76 
name:ZooKeeperConnection Watcher:127.0.0.1:60615 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972794 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 972794 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 972796 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$30/312021984@5a42c6cc
   [junit4]   2> 972798 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 972804 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:60621_solr) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@35125fa5 
name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972804 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 972806 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 972810 INFO  
(zkCallback-1637-thread-1-processing-n:127.0.0.1:60622_solr) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@65da2862 
name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972810 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 972810 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 972815 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 972817 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 972818 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 972821 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 972821 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 972822 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 972823 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 972824 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 972824 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 972825 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 972826 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 972827 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 972827 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 972829 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 972829 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 972830 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 972830 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 972831 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 972831 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 972832 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 972832 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 972836 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 972837 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 972838 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 972839 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 972839 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 972840 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96465764641275909-127.0.0.1:60621_solr-n_0000000000
   [junit4]   2> 972840 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96465764641275910-127.0.0.1:60622_solr-n_0000000001
   [junit4]   2> 972840 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60621_solr
   [junit4]   2> 972840 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 972841 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96465764641275909-127.0.0.1:60621_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 972842 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.Overseer Overseer 
(id=96465764641275909-127.0.0.1:60621_solr-n_0000000000) starting
   [junit4]   2> 972842 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60622_solr
   [junit4]   2> 972842 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:60622_solr
   [junit4]   2> 972845 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:60621_solr) 
[n:127.0.0.1:60621_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> 972845 INFO  
(zkCallback-1637-thread-1-processing-n:127.0.0.1:60622_solr) 
[n:127.0.0.1:60622_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> 972846 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 972848 INFO  
(zkCallback-1637-thread-1-processing-n:127.0.0.1:60622_solr) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 972848 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:60621_solr) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 972860 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 972860 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 972863 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 972864 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:60621_solr as DOWN
   [junit4]   2> 972866 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60621_solr
   [junit4]   2> 972866 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:60621_solr
   [junit4]   2> 972868 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:60621_solr) 
[n:127.0.0.1:60621_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> 972868 INFO  
(zkCallback-1637-thread-1-processing-n:127.0.0.1:60622_solr) 
[n:127.0.0.1:60622_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> 972884 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:60621_solr) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 972886 INFO  
(zkCallback-1637-thread-1-processing-n:127.0.0.1:60622_solr) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 972913 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 972914 INFO  
(OverseerCollectionConfigSetProcessor-96465764641275909-127.0.0.1:60621_solr-n_0000000000)
 [n:127.0.0.1:60621_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 972914 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 972916 INFO  
(OverseerStateUpdate-96465764641275909-127.0.0.1:60621_solr-n_0000000000) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 972919 INFO  
(OverseerStateUpdate-96465764641275909-127.0.0.1:60621_solr-n_0000000000) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (2)
   [junit4]   2> 972922 INFO  
(OverseerStateUpdate-96465764641275909-127.0.0.1:60621_solr-n_0000000000) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:60621_solr"} current state version: 0
   [junit4]   2> 972922 INFO  
(OverseerStateUpdate-96465764641275909-127.0.0.1:60621_solr-n_0000000000) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:60621_solr
   [junit4]   2> 972992 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, 
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
token.validity=36000, signer.secret.provider.zookeeper.path=/token, 
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, 
signer.secret.provider=zookeeper}
   [junit4]   2> 972992 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, 
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
token.validity=36000, signer.secret.provider.zookeeper.path=/token, 
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, 
signer.secret.provider=zookeeper}
   [junit4]   2> 973569 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 973571 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 973677 INFO  (jetty-launcher-1626-thread-2-EventThread) 
[n:127.0.0.1:60621_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 973677 INFO  (jetty-launcher-1626-thread-1-EventThread) 
[n:127.0.0.1:60622_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 973996 ERROR (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] 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.conf.Configuration.getBoolean(Configuration.java:1437)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenManager.<init>(DelegationTokenManager.java:115)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.initTokenManager(DelegationTokenAuthenticationHandler.java:148)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.init(DelegationTokenAuthenticationHandler.java:118)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler.init(HttpParamDelegationTokenPlugin.java:178)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.initializeAuthHandler(AuthenticationFilter.java:238)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.initializeAuthHandler(DelegationTokenAuthenticationFilter.java:209)
   [junit4]   2>        at 
org.apache.solr.security.DelegationTokenKerberosFilter.initializeAuthHandler(DelegationTokenKerberosFilter.java:137)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:227)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.init(DelegationTokenAuthenticationFilter.java:175)
   [junit4]   2>        at 
org.apache.solr.security.DelegationTokenKerberosFilter.init(DelegationTokenKerberosFilter.java:66)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin.init(HttpParamDelegationTokenPlugin.java:134)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.initializeAuthenticationPlugin(CoreContainer.java:320)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:464)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:158)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:856)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1542)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1576)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1268)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1113)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:258)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:326)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:344)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:211)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 974370 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.CoreContainer Reconfiguring HttpClient 
settings.
   [junit4]   2> 974370 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.CoreContainer Reconfiguring HttpClient 
settings.
   [junit4]   2> 974371 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node2\.
   [junit4]   2> 974371 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_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.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001\tempDir-001\node1\.
   [junit4]   2> 974372 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 974372 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 974373 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 974373 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 974373 INFO  (jetty-launcher-1626-thread-1) 
[n:127.0.0.1:60622_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 974373 INFO  (jetty-launcher-1626-thread-2) 
[n:127.0.0.1:60621_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 974373 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 974374 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 974377 INFO  (zkCallback-1640-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@182b6cdc 
name:ZooKeeperConnection Watcher:127.0.0.1:60615 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 974377 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 974377 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 974379 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b71a126e0009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 974413 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 976796 WARN  (qtp1307841386-9024) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: foo tries to renew a token 
with renewer bar
   [junit4]   2> 976798 WARN  (qtp1307841386-9024) [    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 976811 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 976815 WARN  (qtp521851859-9026) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: foo tries to renew a token 
with renewer bar
   [junit4]   2> 976817 WARN  (qtp521851859-9026) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 976817 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 976832 WARN  (qtp1307841386-9020) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew 
a token with renewer renewUser
   [junit4]   2> 976832 WARN  (qtp1307841386-9020) [    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 976833 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 976834 WARN  (qtp521851859-9032) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew 
a token with renewer renewUser
   [junit4]   2> 976834 WARN  (qtp521851859-9032) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 976835 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 976835 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 976911 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 976960 INFO  (qtp1307841386-9018) [n:127.0.0.1:60622_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiMsigFW2yanLAMEFC1cZBBWHWcCQwH9xJ_yDXP-sSa2B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 976961 INFO  (qtp1307841386-9018) [n:127.0.0.1:60622_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiMsigFW2yanLAMEFC1cZBBWHWcCQwH9xJ_yDXP-sSa2B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 976968 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977003 INFO  (qtp521851859-9032) [n:127.0.0.1:60621_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiMsigFW2yanLAMEFC1cZBBWHWcCQwH9xJ_yDXP-sSa2B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977003 INFO  (qtp521851859-9032) [n:127.0.0.1:60621_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiMsigFW2yanLAMEFC1cZBBWHWcCQwH9xJ_yDXP-sSa2B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977009 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977010 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 977098 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 977149 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithDelegationTokens 
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=72C86C57F1809503 
-Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=Asia/Ashkhabad 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.14s J1 | 
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<404>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([72C86C57F1809503:1A77597D211A87EF]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:137)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:282)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 977226 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 977279 INFO  (qtp1307841386-9022) [n:127.0.0.1:60622_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiRpigFW2yaoaQUEFPeO_28sYegPqoB0k69N41KQoR3AB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977279 INFO  (qtp1307841386-9022) [n:127.0.0.1:60622_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiRpigFW2yaoaQUEFPeO_28sYegPqoB0k69N41KQoR3AB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977284 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977290 INFO  (qtp521851859-9031) [n:127.0.0.1:60621_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiRpigFW2yaoaQUEFPeO_28sYegPqoB0k69N41KQoR3AB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977290 INFO  (qtp521851859-9031) [n:127.0.0.1:60621_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiRpigFW2yaoaQUEFPeO_28sYegPqoB0k69N41KQoR3AB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977295 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977321 INFO  (qtp1307841386-9018) [n:127.0.0.1:60622_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiStigFW2yaorQYEFFuSpwt39QqyuzZuUwWQPqV3JYsaB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977321 INFO  (qtp1307841386-9018) [n:127.0.0.1:60622_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiStigFW2yaorQYEFFuSpwt39QqyuzZuUwWQPqV3JYsaB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977326 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977329 INFO  (qtp521851859-9026) [n:127.0.0.1:60621_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiStigFW2yaorQYEFFuSpwt39QqyuzZuUwWQPqV3JYsaB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977329 INFO  (qtp521851859-9026) [n:127.0.0.1:60621_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiStigFW2yaorQYEFFuSpwt39QqyuzZuUwWQPqV3JYsaB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977333 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977358 INFO  (qtp1307841386-9030) [n:127.0.0.1:60622_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiTTigFW2yao0wcEFCF9nQPhr7zhnZampQ-8dYkfeW27B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977358 INFO  (qtp1307841386-9030) [n:127.0.0.1:60622_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiTTigFW2yao0wcEFCF9nQPhr7zhnZampQ-8dYkfeW27B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977363 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977371 INFO  (qtp521851859-9026) [n:127.0.0.1:60621_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiTTigFW2yao0wcEFCF9nQPhr7zhnZampQ-8dYkfeW27B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977371 INFO  (qtp521851859-9026) [n:127.0.0.1:60621_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiTTigFW2yao0wcEFCF9nQPhr7zhnZampQ-8dYkfeW27B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977374 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977399 INFO  (qtp1307841386-9022) [n:127.0.0.1:60622_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiT8igFW2yao_AgEFIv3GVEuUFB6Vo4qWFtVRn3upUvzB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977399 INFO  (qtp1307841386-9022) [n:127.0.0.1:60622_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiT8igFW2yao_AgEFIv3GVEuUFB6Vo4qWFtVRn3upUvzB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977404 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977407 INFO  (qtp521851859-9021) [n:127.0.0.1:60621_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiT8igFW2yao_AgEFIv3GVEuUFB6Vo4qWFtVRn3upUvzB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977408 INFO  (qtp521851859-9021) [n:127.0.0.1:60621_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiT8igFW2yao_AgEFIv3GVEuUFB6Vo4qWFtVRn3upUvzB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977412 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977414 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 977461 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 977472 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977475 INFO  (qtp1307841386-9025) [n:127.0.0.1:60622_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiVSigFW2yapUgkEFNlSL_ZHFCJfCcav0nWbKo5eC2dCB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 977475 INFO  (qtp1307841386-9025) [n:127.0.0.1:60622_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVa3GiVSigFW2yapUgkEFNlSL_ZHFCJfCcav0nWbKo5eC2dCB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 977476 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 977557 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 977561 INFO  (qtp1307841386-9018) [n:127.0.0.1:60622_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 977561 INFO  (qtp1307841386-9018) [n:127.0.0.1:60622_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 977563 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=test&e=1471986759349&s=ZWVVR2ibcTL7E2iou9l5UkbUUbk=";
 Path=/; Domain=127.0.0.1; Expires=Ut, 23-aug-2016 21:12:39 GMT; HttpOnly". 
Invalid 'expires' attribute: Ut, 23-aug-2016 21:12:39 GMT
   [junit4]   2> 977563 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 977600 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 977618 ERROR (qtp1307841386-9025) [n:127.0.0.1:60622_solr    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_10]
   [junit4]   2> 977670 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977674 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977688 ERROR (qtp521851859-9026) [n:127.0.0.1:60621_solr    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_11]
   [junit4]   2> 977696 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977701 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72C86C57F1809503])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= t, 01-jan-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: t, 01-jan-1970 00:00:00 GMT
   [junit4]   2> 977702 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72C86C57F1809503])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 977763 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[72C86C57F1809503]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 977770 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[72C86C57F1809503]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 977771 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[72C86C57F1809503]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 977776 INFO  (zkCallback-1642-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@69a8db17 
name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 977776 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[72C86C57F1809503]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 977776 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[72C86C57F1809503]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 977778 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b71a126e000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 977780 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[72C86C57F1809503]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 977782 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@acd0ded{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 977782 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=64228712
   [junit4]   2> 977785 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:60621_solr as DOWN
   [junit4]   2> 977785 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@56d8ca45{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 977787 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=174948120
   [junit4]   2> 977790 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:60622_solr as DOWN
   [junit4]   2> 977797 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=96465764641275909-127.0.0.1:60621_solr-n_0000000000) closing
   [junit4]   2> 977799 INFO  
(OverseerStateUpdate-96465764641275909-127.0.0.1:60621_solr-n_0000000000) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:60621_solr
   [junit4]   2> 977802 INFO  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:60621_solr) 
[n:127.0.0.1:60621_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: [2])
   [junit4]   2> 977802 WARN  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:60621_solr) 
[n:127.0.0.1:60621_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 977806 INFO  
(zkCallback-1637-thread-1-processing-n:127.0.0.1:60622_solr) 
[n:127.0.0.1:60622_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: [2])
   [junit4]   2> 977807 ERROR 
(Thread[Thread-1796,5,TGRP-TestSolrCloudWithDelegationTokens]) 
[n:127.0.0.1:60621_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 977819 WARN  
(zkCallback-1637-thread-2-processing-n:127.0.0.1:60622_solr) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 977840 INFO  (jetty-launcher-1626-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7822b5b1{/solr,null,UNAVAILABLE}
   [junit4]   2> 977841 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b71a126e0008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 979306 WARN  
(zkCallback-1637-thread-1-processing-n:127.0.0.1:60622_solr) 
[n:127.0.0.1:60622_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 979307 ERROR 
(Thread[Thread-1794,5,TGRP-TestSolrCloudWithDelegationTokens]) 
[n:127.0.0.1:60622_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 979315 INFO  (jetty-launcher-1626-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9c77cf7{/solr,null,UNAVAILABLE}
   [junit4]   2> 979323 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:60615 60615
   [junit4]   2> 979332 INFO  (Thread-1777) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60615 60615
   [junit4]   2> 979333 WARN  (Thread-1777) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 979334 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72C86C57F1809503]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_72C86C57F1809503-001
   [junit4]   2> Aug 23, 2016 11:12:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1997, maxMBSortInHeap=6.27629721878453, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sk, timezone=Asia/Ashkhabad
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=179812024,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheVsDocValues, 
BasicZkTest, TestSolrQueryParser, BigEndianAscendingWordDeserializerTest, 
CSVRequestHandlerTest, CdcrUpdateLogTest, IndexSchemaRuntimeFieldTest, 
TestReversedWildcardFilterFactory, OverriddenZkACLAndCredentialsProvidersTest, 
TestLMJelinekMercerSimilarityFactory, TestManagedSchema, 
TestFileDictionaryLookup, MultiTermTest, TestCoreDiscovery, TestSearcherReuse, 
CollectionsAPIDistributedZkTest, CopyFieldTest, TestConfigSetsAPIZkFailure, 
InfoHandlerTest, RemoteQueryErrorTest, DeleteLastCustomShardedReplicaTest, 
OverseerStatusTest, TestGraphTermsQParserPlugin, HdfsRestartWhileUpdatingTest, 
DateFieldTest, TestExclusionRuleCollectionAccess, TestScoreJoinQPScore, 
ForceLeaderTest, TestFieldTypeCollectionResource, TestJoin, OutputWriterTest, 
TestRecoveryHdfs, ClassificationUpdateProcessorFactoryTest, SortByFunctionTest, 
ZkNodePropsTest, TestStressRecovery, TestRecovery, TestTrie, 
TestSolrIndexConfig, CoreSorterTest, ShardRoutingCustomTest, TestOmitPositions, 
SpellPossibilityIteratorTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
QueryParsingTest, TestDynamicFieldCollectionResource, BJQParserTest, 
LukeRequestHandlerTest, CollectionStateFormat2Test, NotRequiredUniqueKeyTest, 
TestCollationField, FullHLLTest, DeleteStatusTest, HdfsThreadLeakTest, 
ZkStateReaderTest, SuggestComponentTest, SpellCheckCollatorTest, 
BlockJoinFacetRandomTest, TestSolrCLIRunExample, TestSuggestSpellingConverter, 
ResponseLogComponentTest, TestMiniSolrCloudCluster, HdfsDirectoryTest, 
TestDynamicLoading, DirectSolrConnectionTest, DistributedMLTComponentTest, 
TestRawTransformer, GraphQueryTest, TestOnReconnectListenerSupport, 
UpdateRequestProcessorFactoryTest, TestSmileRequest, DocValuesMissingTest, 
SearchHandlerTest, CdcrReplicationDistributedZkTest, TestSQLHandler, 
SuggesterTest, TestSchemaManager, SaslZkACLProviderTest, 
TestCopyFieldCollectionResource, OpenCloseCoreStressTest, NoCacheHeaderTest, 
HdfsCollectionsAPIDistributedZkTest, FileUtilsTest, TestDistributedMissingSort, 
TestSortingResponseWriter, AnalyticsQueryTest, FieldAnalysisRequestHandlerTest, 
BadIndexSchemaTest, AliasIntegrationTest, RAMDirectoryFactoryTest, 
DistributedExpandComponentTest, TestRealTimeGet, StatsComponentTest, 
TestBM25SimilarityFactory, ZkSolrClientTest, TestClassicSimilarityFactory, 
TestSolrJ, TestNRTOpen, ConcurrentDeleteAndCreateCollectionTest, 
SignatureUpdateProcessorFactoryTest, TestRangeQuery, TestInfoStreamLogging, 
TestHighFrequencyDictionaryFactory, TestAtomicUpdateErrorCases, 
ParsingFieldUpdateProcessorsTest, TestLegacyFieldCache, 
ExitableDirectoryReaderTest, TestNamedUpdateProcessors, RequestHandlersTest, 
TestCSVResponseWriter, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [219/632 (1!)] on J1 in 7.78s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 175 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_72C86C57F1809503-001\init-core-data-001
   [junit4]   2> 1219592 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[72C86C57F1809503]-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> 1219766 WARN  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[72C86C57F1809503]-worker) [   
 ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   2> 1219789 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[72C86C57F1809503]-worker) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1556, maxMBSortInHeap=7.408469994760658, 
sim=ClassicSimilarity, locale=es-ES, timezone=Brazil/East
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=213507184,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheVsDocValues, 
BasicZkTest, TestSolrQueryParser, BigEndianAscendingWordDeserializerTest, 
CSVRequestHandlerTest, CdcrUpdateLogTest, IndexSchemaRuntimeFieldTest, 
TestReversedWildcardFilterFactory, OverriddenZkACLAndCredentialsProvidersTest, 
TestLMJelinekMercerSimilarityFactory, TestManagedSchema, 
TestFileDictionaryLookup, MultiTermTest, TestCoreDiscovery, TestSearcherReuse, 
CollectionsAPIDistributedZkTest, CopyFieldTest, TestConfigSetsAPIZkFailure, 
InfoHandlerTest, RemoteQueryErrorTest, DeleteLastCustomShardedReplicaTest, 
OverseerStatusTest, TestGraphTermsQParserPlugin, HdfsRestartWhileUpdatingTest, 
DateFieldTest, TestExclusionRuleCollectionAccess, TestScoreJoinQPScore, 
ForceLeaderTest, TestFieldTypeCollectionResource, TestJoin, OutputWriterTest, 
TestRecoveryHdfs, ClassificationUpdateProcessorFactoryTest, SortByFunctionTest, 
ZkNodePropsTest, TestStressRecovery, TestRecovery, TestTrie, 
TestSolrIndexConfig, CoreSorterTest, ShardRoutingCustomTest, TestOmitPositions, 
SpellPossibilityIteratorTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
QueryParsingTest, TestDynamicFieldCollectionResource, BJQParserTest, 
LukeRequestHandlerTest, CollectionStateFormat2Test, NotRequiredUniqueKeyTest, 
TestCollationField, FullHLLTest, DeleteStatusTest, HdfsThreadLeakTest, 
ZkStateReaderTest, SuggestComponentTest, SpellCheckCollatorTest, 
BlockJoinFacetRandomTest, TestSolrCLIRunExample, TestSuggestSpellingConverter, 
ResponseLogComponentTest, TestMiniSolrCloudCluster, HdfsDirectoryTest, 
TestDynamicLoading, DirectSolrConnectionTest, DistributedMLTComponentTest, 
TestRawTransformer, GraphQueryTest, TestOnReconnectListenerSupport, 
UpdateRequestProcessorFactoryTest, TestSmileRequest, DocValuesMissingTest, 
SearchHandlerTest, CdcrReplicationDistributedZkTest, TestSQLHandler, 
SuggesterTest, TestSchemaManager, SaslZkACLProviderTest, 
TestCopyFieldCollectionResource, OpenCloseCoreStressTest, NoCacheHeaderTest, 
HdfsCollectionsAPIDistributedZkTest, FileUtilsTest, TestDistributedMissingSort, 
TestSortingResponseWriter, AnalyticsQueryTest, FieldAnalysisRequestHandlerTest, 
BadIndexSchemaTest, AliasIntegrationTest, RAMDirectoryFactoryTest, 
DistributedExpandComponentTest, TestRealTimeGet, StatsComponentTest, 
TestBM25SimilarityFactory, ZkSolrClientTest, TestClassicSimilarityFactory, 
TestSolrJ, TestNRTOpen, ConcurrentDeleteAndCreateCollectionTest, 
SignatureUpdateProcessorFactoryTest, TestRangeQuery, TestInfoStreamLogging, 
TestHighFrequencyDictionaryFactory, TestAtomicUpdateErrorCases, 
ParsingFieldUpdateProcessorsTest, TestLegacyFieldCache, 
ExitableDirectoryReaderTest, TestNamedUpdateProcessors, RequestHandlersTest, 
TestCSVResponseWriter, TestSolrCloudWithDelegationTokens, TestJettySolrRunner, 
StressHdfsTest, EchoP

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

 [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\index
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\index;done=false>>]
   [junit4]   2> 1675174 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1675174 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\index
   [junit4]   2> 1675174 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\;done=false>>]
   [junit4]   2> 1675174 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1675174 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\
   [junit4]   2> 1675174 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\snapshot_metadata
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\snapshot_metadata;done=false>>]
   [junit4]   2> 1675174 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1675174 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001\tempDir-001\shard2\cores\collection1\data\snapshot_metadata
   [junit4]   2> 1675175 INFO  (TEST-PeerSyncTest.test-seed#[72C86C57F1809503]) 
[    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3e8c2496{/kdec,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PeerSyncTest 
-Dtests.method=test -Dtests.seed=72C86C57F1809503 -Dtests.slow=true 
-Dtests.locale=fr-BE -Dtests.timezone=Europe/Volgograd -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 4.83s J1 | PeerSyncTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<true> but 
was:<false>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([72C86C57F1809503:FA9C538D5F7CF8FB]:0)
   [junit4]    >        at 
org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
   [junit4]    >        at 
org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1675178 INFO  
(SUITE-PeerSyncTest-seed#[72C86C57F1809503]-worker) [    ] o.a.s.SolrTestCaseJ4 
###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.PeerSyncTest_72C86C57F1809503-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
n_l1=PostingsFormat(name=Asserting), 
multiDefault=PostingsFormat(name=Asserting), 
intDefault=PostingsFormat(name=Direct), n_dt1=PostingsFormat(name=Direct), 
n_td1=PostingsFormat(name=Direct), n_d1=PostingsFormat(name=Asserting), 
range_facet_l=PostingsFormat(name=Asserting), n_f1=PostingsFormat(name=Direct), 
n_ti1=PostingsFormat(name=LuceneVarGapFixedInterval), 
n_tl1=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Direct), 
n_tf1=PostingsFormat(name=Asserting), n_tdt1=PostingsFormat(name=Direct), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
range_facet_i_dv=PostingsFormat(name=Asserting), 
timestamp=PostingsFormat(name=Asserting)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1077, 
maxMBSortInHeap=5.231651790618997, sim=RandomSimilarity(queryNorm=true): {}, 
locale=fr-BE, timezone=Europe/Volgograd
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=177895104,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheVsDocValues, 
BasicZkTest, TestSolrQueryParser, BigEndianAscendingWordDeserializerTest, 
CSVRequestHandlerTest, CdcrUpdateLogTest, IndexSchemaRuntimeFieldTest, 
TestReversedWildcardFilterFactory, OverriddenZkACLAndCredentialsProvidersTest, 
TestLMJelinekMercerSimilarityFactory, TestManagedSchema, 
TestFileDictionaryLookup, MultiTermTest, TestCoreDiscovery, TestSearcherReuse, 
CollectionsAPIDistributedZkTest, CopyFieldTest, TestConfigSetsAPIZkFailure, 
InfoHandlerTest, RemoteQueryErrorTest, DeleteLastCustomShardedReplicaTest, 
OverseerStatusTest, TestGraphTermsQParserPlugin, HdfsRestartWhileUpdatingTest, 
DateFieldTest, TestExclusionRuleCollectionAccess, TestScoreJoinQPScore, 
ForceLeaderTest, TestFieldTypeCollectionResource, TestJoin, OutputWriterTest, 
TestRecoveryHdfs, ClassificationUpdateProcessorFactoryTest, SortByFunctionTest, 
ZkNodePropsTest, TestStressRecovery, TestRecovery, TestTrie, 
TestSolrIndexConfig, CoreSorterTest, ShardRoutingCustomTest, TestOmitPositions, 
SpellPossibilityIteratorTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
QueryParsingTest, TestDynamicFieldCollectionResource, BJQParserTest, 
LukeRequestHandlerTest, CollectionStateFormat2Test, NotRequiredUniqueKeyTest, 
TestCollationField, FullHLLTest, DeleteStatusTest, HdfsThreadLeakTest, 
ZkStateReaderTest, SuggestComponentTest, SpellCheckCollatorTest, 
BlockJoinFacetRandomTest, TestSolrCLIRunExample, TestSuggestSpellingConverter, 
ResponseLogComponentTest, TestMiniSolrCloudCluster, HdfsDirectoryTest, 
TestDynamicLoading, DirectSolrConnectionTest, DistributedMLTComponentTest, 
TestRawTransformer, GraphQueryTest, TestOnReconnectListenerSupport, 
UpdateRequestProcessorFactoryTest, TestSmileRequest, DocValuesMissingTest, 
SearchHandlerTest, CdcrReplicationDistributedZkTest, TestSQLHandler, 
SuggesterTest, TestSchemaManager, SaslZkACLProviderTest, 
TestCopyFieldCollectionResource, OpenCloseCoreStressTest, NoCacheHeaderTest, 
HdfsCollectionsAPIDistributedZkTest, FileUtilsTest, TestDistributedMissingSort, 
TestSortingResponseWriter, AnalyticsQueryTest, FieldAnalysisRequestHandlerTest, 
BadIndexSchemaTest, AliasIntegrationTest, RAMDirectoryFactoryTest, 
DistributedExpandComponentTest, TestRealTimeGet, StatsComponentTest, 
TestBM25SimilarityFactory, ZkSolrClientTest, TestClassicSimilarityFactory, 
TestSolrJ, TestNRTOpen, ConcurrentDeleteAndCreateCollectionTest, 
SignatureUpdateProcessorFactoryTest, TestRangeQuery, TestInfoStreamLogging, 
TestHighFrequencyDictionaryFactory, TestAtomicUpdateErrorCases, 
ParsingFieldUpdateProcessorsTest, TestLegacyFieldCache, 
ExitableDirectoryReaderTest, TestNamedUpdateProcessors, RequestHandlersTest, 
TestCSVResponseWriter, TestSolrCloudWithDelegationTokens, TestJettySolrRunner, 
StressHdfsTest, EchoParamsTest, DistributedQueueTest, TestZkChroot, 
DistanceFunctionTest, SpatialRPTFieldTypeTest, TestSolrDeletionPolicy2, 
TestBinaryResponseWriter, DateMathParserTest, 
TestTolerantUpdateProcessorRandomCloud, TestValueSourceCache, 
LeaderInitiatedRecoveryOnShardRestartTest, ConnectionReuseTest, 
SolrCoreCheckLockOnStartupTest, LeaderFailoverAfterPartitionTest, 
BasicFunctionalityTest, TestSolrConfigHandlerConcurrent, SuggesterWFSTTest, 
TestXmlQParser, CollectionsAPIAsyncDistributedZkTest, TestQueryWrapperFilter, 
TestExactStatsCache, BitVectorTest, SuggesterTSTTest, 
HdfsBasicDistributedZk2Test, DefaultValueUpdateProcessorTest, 
WrapperMergePolicyFactoryTest, TestRTGBase, 
TestSolrCloudWithSecureImpersonation, UUIDUpdateProcessorFallbackTest, 
TestConfigSetsAPI, TestAuthenticationFramework, ChaosMonkeySafeLeaderTest, 
FileBasedSpellCheckerTest, SpellCheckComponentTest, CacheHeaderTest, 
TestManagedResourceStorage, ShowFileRequestHandlerTest, 
TestRandomRequestDistribution, SimpleCollectionCreateDeleteTest, 
BasicDistributedZk2Test, LeaderElectionIntegrationTest, ShardRoutingTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestDistributedSearch, 
TestHashPartitioner, ZkControllerTest, TestStressReorder, TestReload, 
HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, 
QueryElevationComponentTest, PeerSyncTest]
   [junit4] Completed [339/632 (3!)] on J1 in 4.86s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 61076 lines...]

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

Reply via email to