You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/12/20 23:43:00 UTC

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_112) - Build # 6299 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6299/
Java: 32bit/jdk1.8.0_112 -server -XX:+UseSerialGC

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

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

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

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


FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

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

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
	at __randomizedtesting.SeedInfo.seed([C45BDE1A6C7F7AEB:ACE4EB30BCE56807]: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:140)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 418 lines...]
   [junit4] Suite: org.apache.lucene.store.TestSimpleFSDirectory
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5, maxDocsPerChunk=936, blockSize=465), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5, blockSize=465)), sim=RandomSimilarity(queryNorm=true): {}, locale=es-NI, timezone=Europe/Tallinn
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_112 (32-bit)/cpus=3,threads=1,free=27669128,total=64946176
   [junit4]   2> NOTE: All tests run in this JVM: [TestSnapshotDeletionPolicy, TestSingleInstanceLockFactory, TestFilterIterator, TestDocValuesRewriteMethod, TestIndexWriterThreadsToSegments, TestSameScoresWithThreads, TestTermVectors, TestIndexWriterNRTIsCurrent, TestQueryRescorer, TestBooleanQuery, TestPrefixQuery, TestSimilarity, TestNot, TestTragicIndexWriterDeadlock, TestDoc, TestIntArrayDocIdSet, TestIntroSorter, TestRecyclingByteBlockAllocator, TestBinaryDocument, TestRegExp, TestFixedBitDocIdSet, TestIntsRef, TestSPIClassIterator, TestNotDocIdSet, TestLucene60FieldInfoFormat, Test2BBinaryDocValues, TestNRTReaderWithThreads, TestOmitTf, TestUnicodeUtil, TestTermdocPerf, TestCustomNorms, TestNeedsScores, TestIndexWriterExceptions, TestNamedSPILoader, TestSimpleFSDirectory]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimpleFSDirectory -Dtests.seed=B719BBD5FD1C59DA -Dtests.slow=true -Dtests.locale=es-NI -Dtests.timezone=Europe/Tallinn -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSimpleFSDirectory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_B719BBD5FD1C59DA-001\testThreadSafety-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_B719BBD5FD1C59DA-001\testThreadSafety-001
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_B719BBD5FD1C59DA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_B719BBD5FD1C59DA-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B719BBD5FD1C59DA]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [66/438 (1!)] on J1 in 2.14s, 42 tests, 1 error <<< FAILURES!

[...truncated 10583 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_C45BDE1A6C7F7AEB-001\init-core-data-001
   [junit4]   2> 517238 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[C45BDE1A6C7F7AEB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 517247 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[C45BDE1A6C7F7AEB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C45BDE1A6C7F7AEB-001\tempDir-001
   [junit4]   2> 517247 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[C45BDE1A6C7F7AEB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 517249 INFO  (Thread-456) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 517249 INFO  (Thread-456) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 517348 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[C45BDE1A6C7F7AEB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:50187
   [junit4]   2> 517614 INFO  (jetty-launcher-312-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 517616 INFO  (jetty-launcher-312-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15a385a{/solr,null,AVAILABLE}
   [junit4]   2> 517618 INFO  (jetty-launcher-312-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b317f{HTTP/1.1,[http/1.1]}{127.0.0.1:50191}
   [junit4]   2> 517618 INFO  (jetty-launcher-312-thread-2) [    ] o.e.j.s.Server Started @522757ms
   [junit4]   2> 517618 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50191}
   [junit4]   2> 517618 ERROR (jetty-launcher-312-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 517618 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 517618 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 517618 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 517618 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-20T22:39:35.316Z
   [junit4]   2> 517619 INFO  (jetty-launcher-312-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 517621 INFO  (jetty-launcher-312-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13feef7{/solr,null,AVAILABLE}
   [junit4]   2> 517621 INFO  (jetty-launcher-312-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@8a6f5a{HTTP/1.1,[http/1.1]}{127.0.0.1:50196}
   [junit4]   2> 517621 INFO  (jetty-launcher-312-thread-1) [    ] o.e.j.s.Server Started @522760ms
   [junit4]   2> 517622 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50196}
   [junit4]   2> 517622 ERROR (jetty-launcher-312-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 517622 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 517622 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 517622 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 517622 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-20T22:39:35.320Z
   [junit4]   2> 517632 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 517632 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 517656 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50187/solr
   [junit4]   2> 517656 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50187/solr
   [junit4]   2> 517667 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 0x1591e63d0270003, 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> 517668 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 0x1591e63d0270004, 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> 517707 INFO  (jetty-launcher-312-thread-1) [n:127.0.0.1:50196_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50196_solr
   [junit4]   2> 517708 INFO  (jetty-launcher-312-thread-1) [n:127.0.0.1:50196_solr    ] o.a.s.c.Overseer Overseer (id=97142281007988742-127.0.0.1:50196_solr-n_0000000000) starting
   [junit4]   2> 517708 INFO  (jetty-launcher-312-thread-2) [n:127.0.0.1:50191_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50191_solr
   [junit4]   2> 517711 INFO  (zkCallback-322-thread-1-processing-n:127.0.0.1:50196_solr) [n:127.0.0.1:50196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 517711 INFO  (zkCallback-323-thread-1-processing-n:127.0.0.1:50191_solr) [n:127.0.0.1:50191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 517727 INFO  (jetty-launcher-312-thread-1) [n:127.0.0.1:50196_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50196_solr
   [junit4]   2> 517731 INFO  (zkCallback-323-thread-1-processing-n:127.0.0.1:50191_solr) [n:127.0.0.1:50191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 517731 INFO  (zkCallback-322-thread-1-processing-n:127.0.0.1:50196_solr) [n:127.0.0.1:50196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 517761 INFO  (jetty-launcher-312-thread-2) [n:127.0.0.1:50191_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 517773 INFO  (jetty-launcher-312-thread-1) [n:127.0.0.1:50196_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 517824 INFO  (jetty-launcher-312-thread-2) [n:127.0.0.1:50191_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> 517824 INFO  (jetty-launcher-312-thread-1) [n:127.0.0.1:50196_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> 518154 INFO  (jetty-launcher-312-thread-2) [n:127.0.0.1:50191_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 518154 INFO  (jetty-launcher-312-thread-1) [n:127.0.0.1:50196_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 518211 INFO  (jetty-launcher-312-thread-1-EventThread) [n:127.0.0.1:50196_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 518211 INFO  (jetty-launcher-312-thread-2-EventThread) [n:127.0.0.1:50191_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 518441 ERROR (jetty-launcher-312-thread-2) [n:127.0.0.1:50191_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:142)
   [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:71)
   [junit4]   2> 	at org.apache.solr.security.HttpParamDelegationTokenPlugin.init(HttpParamDelegationTokenPlugin.java:134)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.initializeAuthenticationPlugin(CoreContainer.java:329)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reloadSecurityProperties(CoreContainer.java:607)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:482)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:235)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:167)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1565)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1599)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1285)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1130)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:260)
   [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:348)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:376)
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:239)
   [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> 518703 INFO  (jetty-launcher-312-thread-1) [n:127.0.0.1:50196_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C45BDE1A6C7F7AEB-001\tempDir-001\node2\.
   [junit4]   2> 518703 INFO  (jetty-launcher-312-thread-2) [n:127.0.0.1:50191_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C45BDE1A6C7F7AEB-001\tempDir-001\node1\.
   [junit4]   2> 518873 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 0x1591e63d0270009, 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> 518902 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 520753 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 520754 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 520790 INFO  (qtp10923202-2562) [n:127.0.0.1:50196_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY9lnigFZQnBdZwEDFFoAoAXMwRJcAmL-O4RoEbPcwNU0B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 520790 INFO  (qtp10923202-2562) [n:127.0.0.1:50196_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY9lnigFZQnBdZwEDFFoAoAXMwRJcAmL-O4RoEbPcwNU0B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 520792 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 0x1591e63d027000a, 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> 520812 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 520819 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 520850 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 520851 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 0x1591e63d027000b, 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> 520857 INFO  (qtp4527292-2551) [n:127.0.0.1:50191_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY9lnigFZQnBdZwEDFFoAoAXMwRJcAmL-O4RoEbPcwNU0B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 520857 INFO  (qtp4527292-2551) [n:127.0.0.1:50191_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY9lnigFZQnBdZwEDFFoAoAXMwRJcAmL-O4RoEbPcwNU0B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 520870 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 520934 INFO  (qtp10923202-2577) [n:127.0.0.1:50196_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY95MigFZQnBiTAIDFIsDIxtapLzp0mwauZiSfqosJQogB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 520934 INFO  (qtp10923202-2577) [n:127.0.0.1:50196_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY95MigFZQnBiTAIDFIsDIxtapLzp0mwauZiSfqosJQogB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 520943 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 520946 INFO  (qtp4527292-2552) [n:127.0.0.1:50191_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY95MigFZQnBiTAIDFIsDIxtapLzp0mwauZiSfqosJQogB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 520946 INFO  (qtp4527292-2552) [n:127.0.0.1:50191_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY95MigFZQnBiTAIDFIsDIxtapLzp0mwauZiSfqosJQogB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 520963 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 520964 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 520967 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 520968 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 0x1591e63d027000c, 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> 520993 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 520994 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 520996 INFO  (qtp10923202-2562) [n:127.0.0.1:50196_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY96rigFZQnBiqwMDFAYIBq3rAUNQQqlb2aibcTrL8gkSB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 520996 INFO  (qtp10923202-2562) [n:127.0.0.1:50196_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY96rigFZQnBiqwMDFAYIBq3rAUNQQqlb2aibcTrL8gkSB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 520997 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 0x1591e63d027000d, 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> 521004 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521008 INFO  (qtp4527292-2552) [n:127.0.0.1:50191_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY96rigFZQnBiqwMDFAYIBq3rAUNQQqlb2aibcTrL8gkSB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 521008 INFO  (qtp4527292-2552) [n:127.0.0.1:50191_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY96rigFZQnBiqwMDFAYIBq3rAUNQQqlb2aibcTrL8gkSB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 521015 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 521016 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 521019 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521019 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 0x1591e63d027000e, 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> 521044 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 521045 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 521046 INFO  (qtp10923202-2566) [n:127.0.0.1:50196_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY97gigFZQnBi4AQDFEB494-wkCa-40YXNnahdOW5xqdhB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 521046 INFO  (qtp10923202-2566) [n:127.0.0.1:50196_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY97gigFZQnBi4AQDFEB494-wkCa-40YXNnahdOW5xqdhB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 521047 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 0x1591e63d027000f, 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> 521054 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 521055 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 521056 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521058 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 0x1591e63d0270010, 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> 521061 INFO  (qtp4527292-2555) [n:127.0.0.1:50191_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY97gigFZQnBi4AQDFEB494-wkCa-40YXNnahdOW5xqdhB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 521061 INFO  (qtp4527292-2555) [n:127.0.0.1:50191_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY97gigFZQnBi4AQDFEB494-wkCa-40YXNnahdOW5xqdhB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 521071 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 521071 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 521076 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521077 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 0x1591e63d0270011, 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> 521077 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 521103 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 521147 ERROR (qtp10923202-2576) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_5]
   [junit4]   2> 521184 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521190 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521212 ERROR (qtp4527292-2558) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_6]
   [junit4]   2> 521217 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521225 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521225 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 521244 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 521263 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 521264 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 521266 INFO  (qtp10923202-2577) [n:127.0.0.1:50196_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY9-_igFZQnBjvwcDFEl3eI0OAiABfZqnZAlb7n4vW5YyB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 521266 INFO  (qtp10923202-2577) [n:127.0.0.1:50196_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY9-_igFZQnBjvwcDFEl3eI0OAiABfZqnZAlb7n4vW5YyB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 521267 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 0x1591e63d0270012, 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> 521281 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 521283 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 521286 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521294 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 0x1591e63d0270013, 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> 521297 INFO  (qtp4527292-2573) [n:127.0.0.1:50191_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY9-_igFZQnBjvwcDFEl3eI0OAiABfZqnZAlb7n4vW5YyB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 521297 INFO  (qtp4527292-2573) [n:127.0.0.1:50191_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY9-_igFZQnBjvwcDFEl3eI0OAiABfZqnZAlb7n4vW5YyB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 521301 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521301 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 521321 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 521340 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=C45BDE1A6C7F7AEB -Dtests.slow=true -Dtests.locale=lv-LV -Dtests.timezone=Brazil/DeNoronha -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.04s J1 | TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C45BDE1A6C7F7AEB:ACE4EB30BCE56807]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 521373 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 521396 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 521407 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50187/solr ready
   [junit4]   2> 521416 INFO  (qtp10923202-2562) [n:127.0.0.1:50196_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> 521417 INFO  (qtp10923202-2562) [n:127.0.0.1:50196_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 521418 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1482309579111&s=rhoM8rkTirr/S9WkyB4E5uPNOeo="; Path=/; Domain=127.0.0.1; Expires=T, 21-dec.-2016 08:39:39 GMT; HttpOnly". Invalid 'expires' attribute: T, 21-dec.-2016 08:39:39 GMT
   [junit4]   2> 521421 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 0x1591e63d0270014, 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> 521422 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 521439 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 521483 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 0x1591e63d0270015, 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> 521484 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 521504 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 521510 WARN  (qtp10923202-2576) [    ] 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> 521510 WARN  (qtp10923202-2576) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 521510 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521510 WARN  (qtp4527292-2556) [    ] 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> 521510 WARN  (qtp4527292-2556) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 521510 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521528 WARN  (qtp10923202-2563) [    ] 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> 521529 WARN  (qtp10923202-2563) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 521529 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521530 WARN  (qtp4527292-2556) [    ] 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> 521532 WARN  (qtp4527292-2556) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 521533 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521533 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 521579 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 521601 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=C, 01-janv.-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: C, 01-janv.-1970 00:00:00 GMT
   [junit4]   2> 521608 INFO  (qtp10923202-2566) [n:127.0.0.1:50196_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY-EOigFZQnBlDgwDFChCrIupQs_nnkCMntKmju1pQMOjB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 521608 INFO  (qtp10923202-2566) [n:127.0.0.1:50196_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkeY-EOigFZQnBlDgwDFChCrIupQs_nnkCMntKmju1pQMOjB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 521608 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[C45BDE1A6C7F7AEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 521628 INFO  (jetty-launcher-312-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@8a6f5a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 521631 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=28663489
   [junit4]   2> 521632 INFO  (jetty-launcher-312-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5b317f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 521633 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=8064423
   [junit4]   2> 521655 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97142281007988742-127.0.0.1:50196_solr-n_0000000000) closing
   [junit4]   2> 521656 INFO  (OverseerStateUpdate-97142281007988742-127.0.0.1:50196_solr-n_0000000000) [n:127.0.0.1:50196_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50196_solr
   [junit4]   2> 521658 WARN  (zkCallback-322-thread-1-processing-n:127.0.0.1:50196_solr) [n:127.0.0.1:50196_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 521658 INFO  (jetty-launcher-312-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 521659 ERROR (Thread[Thread-479,5,TGRP-TestSolrCloudWithDelegationTokens]) [n:127.0.0.1:50196_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 521659 WARN  (zkCallback-323-thread-2-processing-n:127.0.0.1:50191_solr) [n:127.0.0.1:50191_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 521689 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 0x1591e63d0270008, 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> 521691 INFO  (jetty-launcher-312-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13feef7{/solr,null,UNAVAILABLE}
   [junit4]   2> 523158 INFO  (jetty-launcher-312-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 523158 ERROR (Thread[Thread-480,5,TGRP-TestSolrCloudWithDelegationTokens]) [n:127.0.0.1:50191_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 523160 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 0x1591e63d0270007, 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> 523161 INFO  (jetty-launcher-312-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@15a385a{/solr,null,UNAVAILABLE}
   [junit4]   2> 523163 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[C45BDE1A6C7F7AEB]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50187 50187
   [junit4]   2> 523164 INFO  (Thread-456) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50187 50187
   [junit4]   2> 523166 WARN  (Thread-456) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/clusterstate.json
   [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/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> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [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> 523166 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[C45BDE1A6C7F7AEB]-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_C45BDE1A6C7F7AEB-001
   [junit4]   2> Dec 20, 2016 10:39:40 PM 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(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=lv-LV, timezone=Brazil/DeNoronha
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_112 (32-bit)/cpus=3,threads=1,free=91924192,total=250314752
   [junit4]   2> NOTE: All tests run in this JVM: [TestLMDirichletSimilarityFactory, TestCrossCoreJoin, JavabinLoaderTest, TestFieldResource, TestCloudPseudoReturnFields, TestChildDocTransformer, TestAnalyzeInfixSuggestions, DistributedVersionInfoTest, ExitableDirectoryReaderTest, CdcrUpdateLogTest, StatsReloadRaceTest, SharedFSAutoReplicaFailoverTest, TestLegacyFieldCache, TestHighFrequencyDictionaryFactory, TermVectorComponentTest, SparseHLLTest, TestRestoreCore, HdfsBasicDistributedZk2Test, LeaderElectionContextKeyTest, TestDeleteCollectionOnDownNodes, ResponseHeaderTest, TestSearcherReuse, ResourceLoaderTest, TestBinaryResponseWriter, RegexBoostProcessorTest, ZkSolrClientTest, AutoCommitTest, TestObjectReleaseTracker, SpellCheckComponentTest, TriLevelCompositeIdRoutingTest, DefaultValueUpdateProcessorTest, HdfsRestartWhileUpdatingTest, TestUseDocValuesAsStored2, CollectionsAPIDistributedZkTest, TestRealTimeGet, AtomicUpdatesTest, MultiThreadedOCPTest, TestFastWriter, DebugComponentTest, TestRandomFaceting, FacetPivotSmallTest, TestManagedResource, TestCodecSupport, LukeRequestHandlerTest, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [109/669 (1!)] on J1 in 6.21s, 8 tests, 1 failure <<< FAILURES!

[...truncated 56379 lines...]