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/23 14:44:50 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+147) - Build # 18598 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18598/
Java: 32bit/jdk-9-ea+147 -server -XX:+UseSerialGC

2 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([2D1E191A38A4381B:45A12C30E83E2AF7]: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:304)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:538)
	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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail

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

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
	at __randomizedtesting.SeedInfo.seed([2D1E191A38A4381B:45A12C30E83E2AF7]: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.security.hadoop.TestDelegationWithHadoopAuth.cancelDelegationToken(TestDelegationWithHadoopAuth.java:128)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail(TestDelegationWithHadoopAuth.java:290)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:538)
	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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 10858 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001/init-core-data-001
   [junit4]   2> 6462 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 6463 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001/tempDir-001
   [junit4]   2> 6463 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6463 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6463 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6563 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41660
   [junit4]   2> 6573 INFO  (jetty-launcher-56-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 6575 INFO  (jetty-launcher-56-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 6576 INFO  (jetty-launcher-56-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77cb76{/solr,null,AVAILABLE}
   [junit4]   2> 6576 INFO  (jetty-launcher-56-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11b38c9{/solr,null,AVAILABLE}
   [junit4]   2> 6580 INFO  (jetty-launcher-56-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@17efb45{HTTP/1.1,[http/1.1]}{127.0.0.1:42634}
   [junit4]   2> 6580 INFO  (jetty-launcher-56-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@104fe56{HTTP/1.1,[http/1.1]}{127.0.0.1:44761}
   [junit4]   2> 6581 INFO  (jetty-launcher-56-thread-1) [    ] o.e.j.s.Server Started @8329ms
   [junit4]   2> 6581 INFO  (jetty-launcher-56-thread-2) [    ] o.e.j.s.Server Started @8329ms
   [junit4]   2> 6581 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42634}
   [junit4]   2> 6581 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44761}
   [junit4]   2> 6581 ERROR (jetty-launcher-56-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6582 ERROR (jetty-launcher-56-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6582 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 6583 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6583 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6583 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-23T14:02:37.101413Z
   [junit4]   2> 6582 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 6586 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6586 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6586 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-23T14:02:37.104375Z
   [junit4]   2> 6587 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6589 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6613 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41660/solr
   [junit4]   2> 6619 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41660/solr
   [junit4]   2> 6655 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42634_solr
   [junit4]   2> 6658 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44761_solr
   [junit4]   2> 6660 INFO  (zkCallback-67-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6662 INFO  (zkCallback-65-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6665 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97157235145965572-127.0.0.1:42634_solr-n_0000000000) starting
   [junit4]   2> 6674 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42634_solr
   [junit4]   2> 6676 INFO  (zkCallback-67-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6677 INFO  (zkCallback-65-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6773 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 6784 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper}
   [junit4]   2> 6841 INFO  (jetty-launcher-56-thread-2) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 6850 INFO  (jetty-launcher-56-thread-2-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 7014 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 7018 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001/tempDir-001/node2/.
   [junit4]   2> 7044 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 7044 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper}
   [junit4]   2> 7045 INFO  (jetty-launcher-56-thread-1) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 7049 INFO  (jetty-launcher-56-thread-1-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 7086 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 7090 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001/tempDir-001/node1/.
   [junit4]   2> 7165 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 7717 INFO  (qtp18552962-204) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_ZviigFZUAof4gECFEqk6xBo8CLLbQQ3HnC53GlYGJJTB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7717 INFO  (qtp18552962-204) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_ZviigFZUAof4gECFEqk6xBo8CLLbQQ3HnC53GlYGJJTB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 7726 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7727 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7744 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7752 INFO  (qtp22821629-216) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_ZviigFZUAof4gECFEqk6xBo8CLLbQQ3HnC53GlYGJJTB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7752 INFO  (qtp22821629-216) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_ZviigFZUAof4gECFEqk6xBo8CLLbQQ3HnC53GlYGJJTB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7757 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7759 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7762 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7790 INFO  (qtp18552962-213) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z1MigFZUAohTAICFPhmj7LWvjwZtHarv2NtDmmd52lSB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7790 INFO  (qtp18552962-213) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z1MigFZUAohTAICFPhmj7LWvjwZtHarv2NtDmmd52lSB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7798 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7808 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7809 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7815 INFO  (qtp18552962-207) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z1MigFZUAohTAICFPhmj7LWvjwZtHarv2NtDmmd52lSB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7815 INFO  (qtp18552962-207) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z1MigFZUAohTAICFPhmj7LWvjwZtHarv2NtDmmd52lSB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7828 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7850 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7851 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7855 INFO  (qtp18552962-217) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z2NigFZUAohjQMCFDVcd2DRs_iq0HIBU7R_xByDjiEuB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7855 INFO  (qtp18552962-217) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z2NigFZUAohjQMCFDVcd2DRs_iq0HIBU7R_xByDjiEuB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7861 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7862 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7865 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7872 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7874 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7876 INFO  (qtp18552962-204) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z2NigFZUAohjQMCFDVcd2DRs_iq0HIBU7R_xByDjiEuB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7877 INFO  (qtp18552962-204) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z2NigFZUAohjQMCFDVcd2DRs_iq0HIBU7R_xByDjiEuB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7886 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7888 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7892 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7917 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7918 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7920 INFO  (qtp18552962-207) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z3OigFZUAohzgQCFCyIQaxT8e8yXZ7VPdsZr64PkeVoB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7920 INFO  (qtp18552962-207) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z3OigFZUAohzgQCFCyIQaxT8e8yXZ7VPdsZr64PkeVoB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7926 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7927 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7929 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7934 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7935 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7937 INFO  (qtp18552962-209) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z3OigFZUAohzgQCFCyIQaxT8e8yXZ7VPdsZr64PkeVoB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7937 INFO  (qtp18552962-209) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z3OigFZUAohzgQCFCyIQaxT8e8yXZ7VPdsZr64PkeVoB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7980 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7980 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 7982 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7983 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 7996 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 8013 INFO  (qtp18552962-209) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z4zigFZUAoiMwUCFO_1zCQXsPrI8EqQXzyuSnZq4jryB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 8013 INFO  (qtp18552962-209) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z4zigFZUAoiMwUCFO_1zCQXsPrI8EqQXzyuSnZq4jryB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 8019 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 8020 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 8023 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8030 INFO  (qtp22821629-208) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z4zigFZUAoiMwUCFO_1zCQXsPrI8EqQXzyuSnZq4jryB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 8030 INFO  (qtp22821629-208) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z4zigFZUAoiMwUCFO_1zCQXsPrI8EqQXzyuSnZq4jryB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 8036 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8037 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 8057 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 8082 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 8092 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 8110 ERROR (qtp22821629-219) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 8113 ERROR (qtp18552962-215) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 8126 ERROR (qtp22821629-218) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 8129 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDelegationWithHadoopAuth -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=2D1E191A38A4381B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ewo -Dtests.timezone=Asia/Gaza -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.05s J1 | TestDelegationWithHadoopAuth.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2D1E191A38A4381B:45A12C30E83E2AF7]:0)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.cancelDelegationToken(TestDelegationWithHadoopAuth.java:128)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail(TestDelegationWithHadoopAuth.java:290)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:538)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 8149 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 8159 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8162 INFO  (qtp18552962-209) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z7MigFZUAoizAkCFLLqDEKWqndJJuFezDugR1WIbKZcB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 8162 INFO  (qtp18552962-209) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z7MigFZUAoizAkCFLLqDEKWqndJJuFezDugR1WIbKZcB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 8163 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 8176 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 8183 WARN  (qtp18552962-209) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token with renewer foo
   [junit4]   2> 8183 WARN  (qtp18552962-209) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 8184 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8185 WARN  (qtp22821629-208) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token with renewer foo
   [junit4]   2> 8186 WARN  (qtp22821629-208) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 8186 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8192 WARN  (qtp18552962-217) [    ] 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> 8193 WARN  (qtp18552962-217) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 8193 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8194 WARN  (qtp22821629-219) [    ] 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> 8195 WARN  (qtp22821629-219) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 8195 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8195 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 8207 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 8211 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 8212 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 8215 INFO  (qtp18552962-209) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 8215 INFO  (qtp18552962-209) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 8216 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=foo&p=foo&t=simple-dt&e=1482537758732&s=+tXMKja2i8ecNeruwZD9ttYONPY="; Domain=127.0.0.1; Expires=sér, 24-ngab-2016 00:02:38 GMT; HttpOnly". Invalid 'expires' attribute: sér, 24-ngab-2016 00:02:38 GMT
   [junit4]   2> 8218 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 8230 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 8241 ERROR (qtp18552962-215) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_12]
   [junit4]   2> 8259 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 8260 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 8262 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8266 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8276 ERROR (qtp22821629-208) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_13]
   [junit4]   2> 8284 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8290 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 8292 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41660/solr ready
   [junit4]   2> 8294 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8295 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 8296 INFO  (jetty-launcher-56-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@17efb45{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 8296 INFO  (jetty-launcher-56-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@104fe56{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 8297 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21407971
   [junit4]   2> 8297 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31482363
   [junit4]   2> 8304 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97157235145965572-127.0.0.1:42634_solr-n_0000000000) closing
   [junit4]   2> 8305 INFO  (OverseerStateUpdate-97157235145965572-127.0.0.1:42634_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42634_solr
   [junit4]   2> 8306 INFO  (jetty-launcher-56-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 8306 WARN  (zkCallback-65-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 8307 ERROR (Thread[Thread-31,5,TGRP-TestDelegationWithHadoopAuth]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 8307 INFO  (jetty-launcher-56-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 8307 ERROR (Thread[Thread-34,5,TGRP-TestDelegationWithHadoopAuth]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 8313 INFO  (jetty-launcher-56-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@11b38c9{/solr,null,UNAVAILABLE}
   [junit4]   2> 8313 INFO  (jetty-launcher-56-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77cb76{/solr,null,UNAVAILABLE}
   [junit4]   2> 8314 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41660 41660
   [junit4]   2> 8361 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41660 41660
   [junit4]   2> 8362 WARN  (Thread-13) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/aliases.json
   [junit4]   2> 	17	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/clusterstate.json
   [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/ZKDTSMKeyIdRoot
   [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_13
   [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> 	17	/solr/live_nodes
   [junit4]   2> 	17	/solr/collections
   [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> 8363 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001
   [junit4]   2> Dec 23, 2016 2:02:38 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1936, maxMBSortInHeap=7.005116009661842, sim=RandomSimilarity(queryNorm=true): {}, locale=ewo, timezone=Asia/Gaza
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=15349104,total=64946176
   [junit4]   2> NOTE: All tests run in this JVM: [BadComponentTest, SolrCLIZkUtilsTest, TestUpdate, TestDelegationWithHadoopAuth]
   [junit4] Completed [7/670 (1!)] on J1 in 2.17s, 8 tests, 1 failure <<< FAILURES!

[...truncated 1659 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001/init-core-data-001
   [junit4]   2> 1700795 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1700799 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001/tempDir-001
   [junit4]   2> 1700799 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1700799 INFO  (Thread-2592) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1700799 INFO  (Thread-2592) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1700899 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40736
   [junit4]   2> 1700905 INFO  (jetty-launcher-19677-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1700906 INFO  (jetty-launcher-19677-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1700906 INFO  (jetty-launcher-19677-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b2bb0e{/solr,null,AVAILABLE}
   [junit4]   2> 1700907 INFO  (jetty-launcher-19677-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a08d90{/solr,null,AVAILABLE}
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bd1ef{SSL,[ssl, http/1.1]}{127.0.0.1:32780}
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d9acd2{SSL,[ssl, http/1.1]}{127.0.0.1:44449}
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] o.e.j.s.Server Started @1702603ms
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] o.e.j.s.Server Started @1702603ms
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32780}
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44449}
   [junit4]   2> 1700908 ERROR (jetty-launcher-19677-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1700908 ERROR (jetty-launcher-19677-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1700909 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1700909 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1700909 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-23T14:30:51.373102Z
   [junit4]   2> 1700909 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-23T14:30:51.373151Z
   [junit4]   2> 1700910 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1700910 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1700919 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40736/solr
   [junit4]   2> 1700921 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40736/solr
   [junit4]   2> 1700930 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32780_solr
   [junit4]   2> 1700930 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44449_solr
   [junit4]   2> 1700931 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97157346182037508-127.0.0.1:32780_solr-n_0000000000) starting
   [junit4]   2> 1700931 INFO  (zkCallback-19688-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1700931 INFO  (zkCallback-19686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1700934 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32780_solr
   [junit4]   2> 1700935 INFO  (zkCallback-19688-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1700935 INFO  (zkCallback-19686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1701002 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1701005 INFO  (jetty-launcher-19677-thread-1) [    ] 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> 1701007 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1701018 INFO  (jetty-launcher-19677-thread-1-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1701256 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1701257 INFO  (jetty-launcher-19677-thread-2) [    ] 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> 1701257 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1701259 INFO  (jetty-launcher-19677-thread-2-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1701269 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001/tempDir-001/node2/.
   [junit4]   2> 1702028 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001/tempDir-001/node1/.
   [junit4]   2> 1702394 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 1702482 INFO  (qtp3064194-75924) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3jvigFZUCP87wECFOcf0IwblaxupMedPyAX06v_QawbB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702482 INFO  (qtp3064194-75924) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3jvigFZUCP87wECFOcf0IwblaxupMedPyAX06v_QawbB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702486 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702486 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702533 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702539 INFO  (qtp17937454-75934) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3jvigFZUCP87wECFOcf0IwblaxupMedPyAX06v_QawbB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702539 INFO  (qtp17937454-75934) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3jvigFZUCP87wECFOcf0IwblaxupMedPyAX06v_QawbB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702542 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702543 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702545 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702561 INFO  (qtp3064194-75919) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3lSigFZUCP9UgICFLjmIWh2Phl8uL4JuusEB_VRXfXaB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702561 INFO  (qtp3064194-75919) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3lSigFZUCP9UgICFLjmIWh2Phl8uL4JuusEB_VRXfXaB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702566 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702570 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702570 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702574 INFO  (qtp17937454-75935) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3lSigFZUCP9UgICFLjmIWh2Phl8uL4JuusEB_VRXfXaB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702574 INFO  (qtp17937454-75935) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3lSigFZUCP9UgICFLjmIWh2Phl8uL4JuusEB_VRXfXaB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702579 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702589 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702590 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702592 INFO  (qtp17937454-75935) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3l0igFZUCP9dAMCFAp8y8fevhlZyIyPP1NCKZVpdkCDB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702592 INFO  (qtp17937454-75935) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3l0igFZUCP9dAMCFAp8y8fevhlZyIyPP1NCKZVpdkCDB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702598 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702598 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702601 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702606 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702606 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702610 INFO  (qtp17937454-75929) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3l0igFZUCP9dAMCFAp8y8fevhlZyIyPP1NCKZVpdkCDB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702610 INFO  (qtp17937454-75929) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3l0igFZUCP9dAMCFAp8y8fevhlZyIyPP1NCKZVpdkCDB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702613 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702614 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702616 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702626 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702626 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702629 INFO  (qtp17937454-75931) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3mYigFZUCP9mAQCFJ9ltHljQJ-oOF_h-ZebN-HIV30RB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702629 INFO  (qtp17937454-75931) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3mYigFZUCP9mAQCFJ9ltHljQJ-oOF_h-ZebN-HIV30RB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702634 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702634 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702637 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702641 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702641 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702643 INFO  (qtp17937454-75933) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3mYigFZUCP9mAQCFJ9ltHljQJ-oOF_h-ZebN-HIV30RB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702643 INFO  (qtp17937454-75933) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3mYigFZUCP9mAQCFJ9ltHljQJ-oOF_h-ZebN-HIV30RB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702648 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702649 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702651 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702652 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 1702669 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 1702678 INFO  (qtp3064194-75919) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3nOigFZUCP9zgUCFB4fWkOFVKhPZ1WJL-Dz3h1NvbBsB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702678 INFO  (qtp3064194-75919) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3nOigFZUCP9zgUCFB4fWkOFVKhPZ1WJL-Dz3h1NvbBsB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702683 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702684 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702686 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702692 INFO  (qtp17937454-75930) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3nOigFZUCP9zgUCFB4fWkOFVKhPZ1WJL-Dz3h1NvbBsB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702693 INFO  (qtp17937454-75930) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3nOigFZUCP9zgUCFB4fWkOFVKhPZ1WJL-Dz3h1NvbBsB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1702698 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702698 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 1702715 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 1702721 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 1702734 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 1702746 ERROR (qtp17937454-75928) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 1702748 ERROR (qtp3064194-75924) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 1702756 ERROR (qtp17937454-75929) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 1702758 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=2D1E191A38A4381B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lkt -Dtests.timezone=America/Argentina/Tucuman -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.04s J2 | TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2D1E191A38A4381B:45A12C30E83E2AF7]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:304)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:538)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1702777 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 1702792 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702798 INFO  (qtp3064194-75919) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3o6igFZUCP-OgkCFNILJNytLxDsUMsFQC6q6aTHZThBB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1702798 INFO  (qtp3064194-75919) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3o6igFZUCP-OgkCFNILJNytLxDsUMsFQC6q6aTHZThBB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702799 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 1702817 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 1702822 WARN  (qtp3064194-75919) [    ] 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> 1702822 WARN  (qtp3064194-75919) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1702822 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702823 WARN  (qtp17937454-75930) [    ] 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> 1702825 WARN  (qtp17937454-75930) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1702825 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702829 WARN  (qtp3064194-75926) [    ] 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> 1702830 WARN  (qtp3064194-75926) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1702830 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702831 WARN  (qtp17937454-75928) [    ] 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> 1702831 WARN  (qtp17937454-75928) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1702831 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702831 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 1702850 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 1702855 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702855 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702859 INFO  (qtp17937454-75931) [    ] 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> 1702859 INFO  (qtp17937454-75931) [    ] 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> 1702859 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1482539453322&s=VatZUPIWu6TprHsfJC5cSeS1ghg="; Path=/; Domain=127.0.0.1; Expires=Owá gyu a api, 24-T ahékap u  Wí-2016 00:30:53 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Owá gyu a api, 24-T ahékap u Wí-2016 00:30:53 GMT
   [junit4]   2> 1702861 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 1702879 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 1702892 ERROR (qtp3064194-75924) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_12]
   [junit4]   2> 1702900 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702901 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702904 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702911 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702923 ERROR (qtp17937454-75935) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_13]
   [junit4]   2> 1702929 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702935 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702936 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40736/solr ready
   [junit4]   2> 1702938 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702939 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 1702940 INFO  (jetty-launcher-19677-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d9acd2{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1702940 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=560926
   [junit4]   2> 1702940 INFO  (jetty-launcher-19677-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6bd1ef{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1702941 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=33331655
   [junit4]   2> 1702942 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97157346182037508-127.0.0.1:32780_solr-n_0000000000) closing
   [junit4]   2> 1702942 INFO  (OverseerStateUpdate-97157346182037508-127.0.0.1:32780_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32780_solr
   [junit4]   2> 1702942 WARN  (zkCallback-19688-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1702942 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 0x1592c1772800004, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1702942 INFO  (jetty-launcher-19677-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1702943 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 0x1592c1772800006, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1702943 ERROR (Thread[Thread-2612,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1702943 WARN  (zkCallback-19686-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1702943 INFO  (jetty-launcher-19677-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1702943 ERROR (Thread[Thread-2609,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1702945 INFO  (jetty-launcher-19677-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b2bb0e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1702945 INFO  (jetty-launcher-19677-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a08d90{/solr,null,UNAVAILABLE}
   [junit4]   2> 1702946 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 0x1592c1772800007, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1702946 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40736 40736
   [junit4]   2> 1703039 INFO  (Thread-2592) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40736 40736
   [junit4]   2> 1703040 WARN  (Thread-2592) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/clusterprops.json
   [junit4]   2> 	17	/solr/clusterstate.json
   [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/ZKDTSMKeyIdRoot
   [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_13
   [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> 	17	/solr/live_nodes
   [junit4]   2> 	17	/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> 1703041 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001
   [junit4]   2> Dec 23, 2016 2:30:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=lkt, timezone=America/Argentina/Tucuman
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=156117360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DebugComponentTest, TestConfigSetsAPIZkFailure, AddSchemaFieldsUpdateProcessorFactoryTest, TestImpersonationWithHadoopAuth, FieldAnalysisRequestHandlerTest, PKIAuthenticationIntegrationTest, SolrIndexConfigTest, RequestLoggingTest, XmlUpdateRequestHandlerTest, SolrMetricsIntegrationTest, HdfsRecoverLeaseTest, TestDistributedStatsComponentCardinality, URLClassifyProcessorTest, RecoveryZkTest, TestClassicSimilarityFactory, HdfsSyncSliceTest, LukeRequestHandlerTest, TestUnifiedSolrHighlighter, RestartWhileUpdatingTest, TestHighFrequencyDictionaryFactory, LeaderElectionTest, TestSolrCloudWithKerberosAlt, TestIBSimilarityFactory, TestTrackingShardHandlerFactory, SparseHLLTest, TestReversedWildcardFilterFactory, TestConfig, HardAutoCommitTest, AnalyticsQueryTest, TestBulkSchemaConcurrent, SimpleFacetsTest, SolrTestCaseJ4Test, TestCustomDocTransformer, TestIntervalFaceting, CleanupOldIndexTest, CoreAdminHandlerTest, TestDynamicFieldResource, TestUniqueKeyFieldResource, TestDistributedMissingSort, TestLMDirichletSimilarityFactory, ShowFileRequestHandlerTest, LeaderFailoverAfterPartitionTest, StatsReloadRaceTest, HdfsUnloadDistributedZkTest, DistributedFacetExistsSmallTest, MetricsHandlerTest, TolerantUpdateProcessorTest, ConnectionManagerTest, TestStressLiveNodes, TestJsonFacetRefinement, OverseerModifyCollectionTest, TestRandomCollapseQParserPlugin, TestPerFieldSimilarityWithDefaultOverride, TestCopyFieldCollectionResource, TestTestInjection, TestUtils, SolrCoreCheckLockOnStartupTest, TestConfigOverlay, UpdateParamsTest, SliceStateTest, TestSimpleQParserPlugin, ResourceLoaderTest, StatsComponentTest, TestMiniSolrCloudCluster, CoreSorterTest, SaslZkACLProviderTest, RankQueryTest, TestUseDocValuesAsStored, SuggesterTest, JSONWriterTest, DocExpirationUpdateProcessorFactoryTest, PrimitiveFieldTypeTest, ForceLeaderTest, TestSerializedLuceneMatchVersion, DistribCursorPagingTest, SynonymTokenizerTest, TestCloudDeleteByQuery, CdcrBootstrapTest, BadIndexSchemaTest, AutoCommitTest, TestFieldCacheSanityChecker, FullHLLTest, OverseerTaskQueueTest, BasicDistributedZk2Test, TestFieldTypeCollectionResource, TestExceedMaxTermLength, ExternalFileFieldSortTest, MBeansHandlerTest, TestDocTermOrds, UnloadDistributedZkTest, BigEndianAscendingWordSerializerTest, TestPhraseSuggestions, TestQuerySenderNoQuery, TestCloudSchemaless, TestSolrXml, TestRecoveryHdfs, TestCoreDiscovery, TestInitParams, TestDynamicLoading, TestNoOpRegenerator, TestShardHandlerFactory, TestPHPSerializedResponseWriter, BadCopyFieldTest, ConnectionReuseTest, TestSolrDeletionPolicy1, ResponseHeaderTest, CollectionStateFormat2Test, DirectUpdateHandlerTest, TestRequestStatusCollectionAPI, TestWriterPerf, TestNumericTerms32, DeleteLastCustomShardedReplicaTest, DeleteStatusTest, DistributedQueueTest, LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, RemoteQueryErrorTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestAuthenticationFramework, TestCloudPseudoReturnFields, TestClusterProperties, TestCollectionAPI, TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess, TestLeaderInitiatedRecoveryThread, TestRandomRequestDistribution, TestReplicaProperties, TestSSLRandomization, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [515/670 (2!)] on J2 in 2.76s, 8 tests, 1 failure <<< FAILURES!

[...truncated 51963 lines...]


[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+147) - Build # 18599 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18599/
Java: 64bit/jdk-9-ea+147 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 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([9D89BA70282186EE:F5368F5AF8BB9402]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:538)
	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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1821 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20161223_163124_998.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20161223_163124_998.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20161223_163124_999.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 279 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20161223_163915_526.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20161223_163915_526.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20161223_163915_526.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1018 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20161223_164245_915.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20161223_164245_914.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20161223_164245_914.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 209 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20161223_164436_227.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20161223_164436_227.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20161223_164436_228.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20161223_164447_801.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20161223_164447_800.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20161223_164447_801.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 146 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20161223_164517_182.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20161223_164517_181.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20161223_164517_181.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20161223_164522_006.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20161223_164522_006.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20161223_164522_006.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20161223_164534_275.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20161223_164534_276.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 146 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20161223_164544_185.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20161223_164544_185.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20161223_164544_184.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20161223_164547_640.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20161223_164557_304.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 20 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20161223_164557_303.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20161223_164557_303.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1293 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20161223_164851_790.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20161223_164851_788.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20161223_164851_787.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20161223_164901_713.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20161223_164901_712.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20161223_164901_713.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 246 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20161223_164909_801.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20161223_164909_801.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20161223_164909_800.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20161223_165356_968.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20161223_165356_967.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20161223_165356_968.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20161223_165400_245.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20161223_165400_245.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20161223_165400_245.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 203 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20161223_165408_053.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20161223_165408_052.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20161223_165408_052.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 156 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20161223_165449_334.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20161223_165449_334.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20161223_165449_333.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 241 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20161223_165502_733.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20161223_165502_733.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20161223_165502_733.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 156 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20161223_165536_193.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20161223_165536_192.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20161223_165536_193.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 143 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20161223_165553_713.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20161223_165553_713.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20161223_165605_925.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20161223_165605_927.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20161223_165605_926.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 213 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20161223_165614_720.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20161223_165614_719.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20161223_165614_720.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 222 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20161223_165624_107.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20161223_165624_107.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20161223_165624_107.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 199 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20161223_165632_017.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20161223_165632_017.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20161223_165632_017.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 202 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20161223_165643_556.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20161223_165643_555.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20161223_165643_556.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 213 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20161223_165725_509.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20161223_165725_509.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20161223_165725_509.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 144 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J1-20161223_165739_161.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J2-20161223_165739_161.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20161223_165739_160.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20161223_165813_157.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20161223_165813_157.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20161223_165813_157.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 305 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20161223_165931_344.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20161223_165931_347.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20161223_165931_344.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 2893 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_9D89BA70282186EE-001/init-core-data-001
   [junit4]   2> 1606535 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[9D89BA70282186EE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1606551 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[9D89BA70282186EE]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_9D89BA70282186EE-001/tempDir-001
   [junit4]   2> 1606552 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[9D89BA70282186EE]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1606552 INFO  (Thread-3302) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1606552 INFO  (Thread-3302) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1606652 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[9D89BA70282186EE]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42250
   [junit4]   2> 1606659 INFO  (jetty-launcher-2283-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1606660 INFO  (jetty-launcher-2283-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1606661 INFO  (jetty-launcher-2283-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20aff146{/solr,null,AVAILABLE}
   [junit4]   2> 1606661 INFO  (jetty-launcher-2283-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ac8df93{/solr,null,AVAILABLE}
   [junit4]   2> 1606662 INFO  (jetty-launcher-2283-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@66358424{SSL,[ssl, http/1.1]}{127.0.0.1:٣٧٧٥١}
   [junit4]   2> 1606662 INFO  (jetty-launcher-2283-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1857fbcc{SSL,[ssl, http/1.1]}{127.0.0.1:٣٦٨٣٨}
   [junit4]   2> 1606663 INFO  (jetty-launcher-2283-thread-2) [    ] o.e.j.s.Server Started @١٦٠٨٩٠٠ms
   [junit4]   2> 1606663 INFO  (jetty-launcher-2283-thread-1) [    ] o.e.j.s.Server Started @١٦٠٨٩٠٠ms
   [junit4]   2> 1606663 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37751}
   [junit4]   2> 1606663 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36838}
   [junit4]   2> 1606663 ERROR (jetty-launcher-2283-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1606663 ERROR (jetty-launcher-2283-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1606663 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1606664 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1606664 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1606664 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1606664 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1606664 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1606664 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-23T17:28:14.407249Z
   [junit4]   2> 1606664 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-23T17:28:14.407309Z
   [junit4]   2> 1606666 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1606666 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1606670 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 0x1592cb9d8da0002, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1606673 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42250/solr
   [junit4]   2> 1606673 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42250/solr
   [junit4]   2> 1606674 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 0x1592cb9d8da0004, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1606684 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37751_solr
   [junit4]   2> 1606685 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36838_solr
   [junit4]   2> 1606685 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97158043683913733-127.0.0.1:37751_solr-n_0000000000) starting
   [junit4]   2> 1606687 INFO  (zkCallback-2293-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1606688 INFO  (zkCallback-2294-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1606704 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1606707 INFO  (jetty-launcher-2283-thread-1) [    ] 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> 1606709 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1606711 INFO  (jetty-launcher-2283-thread-1-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1606712 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37751_solr
   [junit4]   2> 1606713 INFO  (zkCallback-2293-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1606713 INFO  (zkCallback-2294-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1606734 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_9D89BA70282186EE-001/tempDir-001/node1/.
   [junit4]   2> 1606757 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1606758 INFO  (jetty-launcher-2283-thread-2) [    ] 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> 1606758 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1606760 INFO  (jetty-launcher-2283-thread-2-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1606815 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_9D89BA70282186EE-001/tempDir-001/node2/.
   [junit4]   2> 1607853 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 1607890 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1607895 INFO  (qtp941249104-13996) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud4BigFZUMZiAQECFMbVQMcV08YsTYuNEVv4kF0gDkf3B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1607895 INFO  (qtp941249104-13996) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud4BigFZUMZiAQECFMbVQMcV08YsTYuNEVv4kF0gDkf3B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1607895 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 1607910 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 1607914 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1607914 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1607917 INFO  (qtp941249104-13985) [    ] 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> 1607917 INFO  (qtp941249104-13985) [    ] 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> 1607917 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1482550095660&s=pgDDbRQXlFmjEmgQjKJEPA9QXBU="; Path=/; Domain=127.0.0.1; Expires=     ,   -      -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1607918 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 1607929 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 1607933 WARN  (qtp941249104-13985) [    ] 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> 1607933 WARN  (qtp941249104-13985) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1607933 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1607951 WARN  (qtp776673783-13987) [    ] 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> 1607952 WARN  (qtp776673783-13987) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1607952 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1607958 WARN  (qtp941249104-13996) [    ] 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> 1607958 WARN  (qtp941249104-13996) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1607958 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1607959 WARN  (qtp776673783-13997) [    ] 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> 1607960 WARN  (qtp776673783-13997) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1607960 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1607960 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 1607970 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 1608004 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608004 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608006 INFO  (qtp941249104-13994) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud5iigFZUMZiYgQCFB9TuJoFk-UMlV4UbMBwX1y4oqVzB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608006 INFO  (qtp941249104-13994) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud5iigFZUMZiYgQCFB9TuJoFk-UMlV4UbMBwX1y4oqVzB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608010 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608010 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608012 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608015 INFO  (qtp776673783-13997) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud5iigFZUMZiYgQCFB9TuJoFk-UMlV4UbMBwX1y4oqVzB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608015 INFO  (qtp776673783-13997) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud5iigFZUMZiYgQCFB9TuJoFk-UMlV4UbMBwX1y4oqVzB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608018 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608033 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608033 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608035 INFO  (qtp941249104-13988) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud6SigFZUMZikgUCFKqyw7BI6RiqifYczHd1paNQGrg7B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608035 INFO  (qtp941249104-13988) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud6SigFZUMZikgUCFKqyw7BI6RiqifYczHd1paNQGrg7B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608039 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608039 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608041 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608071 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608071 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608073 INFO  (qtp941249104-13988) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud6SigFZUMZikgUCFKqyw7BI6RiqifYczHd1paNQGrg7B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608073 INFO  (qtp941249104-13988) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud6SigFZUMZikgUCFKqyw7BI6RiqifYczHd1paNQGrg7B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608075 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608076 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608078 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608105 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608106 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608108 INFO  (qtp941249104-13994) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud7OigFZUMZizgYCFDN_V74-Jwxv-hpuji5z4A9SW1TPB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608108 INFO  (qtp941249104-13994) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud7OigFZUMZizgYCFDN_V74-Jwxv-hpuji5z4A9SW1TPB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608111 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608111 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608113 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608117 INFO  (qtp776673783-13999) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud7OigFZUMZizgYCFDN_V74-Jwxv-hpuji5z4A9SW1TPB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608117 INFO  (qtp776673783-13999) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud7OigFZUMZizgYCFDN_V74-Jwxv-hpuji5z4A9SW1TPB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1608120 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608120 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608122 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608138 INFO  (qtp941249104-13988) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud8BigFZUMZjAQcCFD7ScdrNo-K9FAkUuC2pxQoKi_AwB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608138 INFO  (qtp941249104-13988) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud8BigFZUMZjAQcCFD7ScdrNo-K9FAkUuC2pxQoKi_AwB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608142 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608145 INFO  (qtp776673783-13987) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud8BigFZUMZjAQcCFD7ScdrNo-K9FAkUuC2pxQoKi_AwB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608145 INFO  (qtp776673783-13987) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud8BigFZUMZjAQcCFD7ScdrNo-K9FAkUuC2pxQoKi_AwB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608159 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608159 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608161 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608162 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 1608246 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 1608254 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608254 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608257 ERROR (qtp941249104-13988) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 1608262 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608263 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608265 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608268 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608274 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608275 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608277 ERROR (qtp941249104-13990) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_9]
   [junit4]   2> 1608280 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608281 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608283 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608286 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608286 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608288 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608289 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 1608302 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 1608309 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=9D89BA70282186EE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-001 -Dtests.timezone=Pacific/Palau -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s J1 | TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D89BA70282186EE:F5368F5AF8BB9402]: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.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:538)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1608324 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 1608329 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[9D89BA70282186EE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1608329 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[9D89BA70282186EE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42250/solr ready
   [junit4]   2> 1608331 INFO  (qtp941249104-13988) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud_EigFZUMZjxAsCFE1iiu9BZjuqoVX0kIhdQ7l7OAw_B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608331 INFO  (qtp941249104-13988) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud_EigFZUMZjxAsCFE1iiu9BZjuqoVX0kIhdQ7l7OAw_B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608335 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608338 INFO  (qtp776673783-13999) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVksud_EigFZUMZjxAsCFE1iiu9BZjuqoVX0kIhdQ7l7OAw_B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1608338 INFO  (qtp776673783-13999) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksud_EigFZUMZjxAsCFE1iiu9BZjuqoVX0kIhdQ7l7OAw_B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1608342 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[9D89BA70282186EE]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=      ,   -     -       :  :   GMT; Secure; HttpOnly". Invalid 'expires' attribute: , - - : : GMT
   [junit4]   2> 1608342 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 1608358 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 1608362 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[9D89BA70282186EE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 1608364 INFO  (jetty-launcher-2283-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1857fbcc{SSL,[ssl, http/1.1]}{127.0.0.1:٠}
   [junit4]   2> 1608364 INFO  (jetty-launcher-2283-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@66358424{SSL,[ssl, http/1.1]}{127.0.0.1:٠}
   [junit4]   2> 1608364 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1621334471
   [junit4]   2> 1608364 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=694671467
   [junit4]   2> 1608365 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97158043683913733-127.0.0.1:37751_solr-n_0000000000) closing
   [junit4]   2> 1608365 INFO  (OverseerStateUpdate-97158043683913733-127.0.0.1:37751_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37751_solr
   [junit4]   2> 1608366 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 0x1592cb9d8da0005, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1608366 WARN  (zkCallback-2293-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1608366 INFO  (jetty-launcher-2283-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1608366 ERROR (Thread[Thread-3322,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1608368 INFO  (jetty-launcher-2283-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@20aff146{/solr,null,UNAVAILABLE}
   [junit4]   2> 1609866 WARN  (zkCallback-2294-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1609866 INFO  (jetty-launcher-2283-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1609866 ERROR (Thread[Thread-3319,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1609867 INFO  (jetty-launcher-2283-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ac8df93{/solr,null,UNAVAILABLE}
   [junit4]   2> 1609868 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[9D89BA70282186EE]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42250 42250
   [junit4]   2> 1610009 INFO  (Thread-3302) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42250 42250
   [junit4]   2> 1610010 WARN  (Thread-3302) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/clusterprops.json
   [junit4]   2> 	19	/solr/clusterstate.json
   [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/ZKDTSMKeyIdRoot
   [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> 	19	/solr/live_nodes
   [junit4]   2> 	19	/solr/collections
   [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> 1610010 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[9D89BA70282186EE]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_9D89BA70282186EE-001
   [junit4]   2> Dec 23, 2016 5:28:17 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=767, maxMBSortInHeap=7.62239206939816, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-001, timezone=Pacific/Palau
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=230862568,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexSplitterTest, TestCoreContainer, MultiThreadedOCPTest, IndexSchemaTest, TermVectorComponentTest, TestAnalyzeInfixSuggestions, ZkCLITest, SchemaVersionSpecificBehaviorTest, HdfsChaosMonkeyNothingIsSafeTest, TestSolrQueryParserResource, IndexBasedSpellCheckerTest, TestDistributedGrouping, HttpSolrCallGetCoreTest, HdfsLockFactoryTest, SpellCheckComponentTest, SoftAutoCommitTest, TestSchemaManager, TestJettySolrRunner, CollectionsAPIDistributedZkTest, SuggesterFSTTest, FileUtilsTest, TestSolr4Spatial2, TestCustomStream, TestMacros, CSVRequestHandlerTest, TestBinaryResponseWriter, TestAuthenticationFramework, TestQueryUtils, TestFieldCacheSortRandom, SSLMigrationTest, TestReqParamsAPI, TestSubQueryTransformerCrossCore, HdfsTlogReplayBufferedWhileIndexingTest, VersionInfoTest, TestStressCloudBlindAtomicUpdates, TestUninvertingReader, TermsComponentTest, TestLeaderElectionZkExpiry, TestReloadAndDeleteDocs, TestStressRecovery, TestDynamicFieldCollectionResource, SimplePostToolTest, TestFieldResource, HdfsNNFailoverTest, DeleteNodeTest, TestInfoStreamLogging, DistributedFacetPivotWhiteBoxTest, TestReRankQParserPlugin, TestSchemaNameResource, TestDelegationWithHadoopAuth, TestFilteredDocIdSet, DOMUtilTest, TestManagedResourceStorage, CachingDirectoryFactoryTest, SpatialRPTFieldTypeTest, TestSolrQueryResponse, LeaderElectionContextKeyTest, InfoHandlerTest, ConvertedLegacyTest, TimeZoneUtilsTest, TestFieldCacheReopen, SampleTest, MoreLikeThisHandlerTest, SolrCLIZkUtilsTest, TestTrie, TestPostingsSolrHighlighter, TestComplexPhraseQParserPlugin, DistributedIntervalFacetingTest, EnumFieldTest, JvmMetricsTest, DocumentBuilderTest, AlternateDirectoryTest, BigEndianAscendingWordDeserializerTest, TestXmlQParserPlugin, DistributedExpandComponentTest, SOLR749Test, TestConfigReload, TestRequestForwarding, HighlighterMaxOffsetTest, SpellCheckCollatorTest, TestSearcherReuse, OpenCloseCoreStressTest, DistanceFunctionTest, DistribJoinFromCollectionTest, TestFiltering, ReplicationFactorTest, TestRandomRequestDistribution, LeaderInitiatedRecoveryOnCommitTest, TestScoreJoinQPScore, TestBackupRepositoryFactory, DistributedMLTComponentTest, BasicFunctionalityTest, ZkSolrClientTest, SegmentsInfoRequestHandlerTest, SolrCmdDistributorTest, CoreAdminCreateDiscoverTest, HLLUtilTest, TestQueryWrapperFilter, ExitableDirectoryReaderTest, RulesTest, OverseerStatusTest, TestExclusionRuleCollectionAccess, TestNonDefinedSimilarityFactory, ClassificationUpdateProcessorFactoryTest, TestQueryTypes, ChangedSchemaMergeTest, DirectSolrSpellCheckerTest, DocValuesTest, TestExactStatsCache, UnloadDistributedZkTest, ShardRoutingTest, LeaderElectionTest, TestDistributedSearch, TermVectorComponentDistributedTest, TestStressReorder, TestStressVersions, DistributedTermsComponentTest, StatsComponentTest, BadIndexSchemaTest, TestBadConfig, HighlighterTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, TestFoldingMultitermQuery, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TestSolrQueryParser, LoggingHandlerTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, QueryParsingTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestComponentsName, UpdateParamsTest, TestSolrIndexConfig, BadComponentTest, TestMergePolicyConfig, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, CustomCollectionTest, DistribCursorPagingTest, LeaderFailo

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

Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20161223_173701_682.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 587 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20161223_173710_729.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20161223_173710_727.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20161223_173710_728.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 503 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20161223_173730_945.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20161223_173730_946.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20161223_173730_944.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 507 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20161223_173742_207.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20161223_173742_208.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20161223_173749_272.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20161223_173749_272.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20161223_173749_272.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 2200 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/temp/junit4-J0-20161223_173825_999.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/temp/junit4-J1-20161223_173825_999.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/temp/junit4-J2-20161223_173825_999.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1429 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-morphlines-cell/test/temp/junit4-J0-20161223_173836_351.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 666 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-morphlines-core/test/temp/junit4-J0-20161223_173841_365.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-morphlines-core/test/temp/junit4-J2-20161223_173841_366.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-morphlines-core/test/temp/junit4-J1-20161223_173841_366.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 537 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20161223_173858_186.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20161223_173858_186.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 494 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20161223_173909_901.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 39820 lines...]