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/31 11:58:27 UTC

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+147) - Build # 2555 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2555/
Java: 64bit/jdk-9-ea+147 -XX:+UseCompressedOops -XX:+UseG1GC

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([4920FFC17413E5E8:219FCAEBA489F704]: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:141)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:295)
	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 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.metrics.reporters.SolrGangliaReporterTest.testReporter

Error Message:


Stack Trace:
java.util.ConcurrentModificationException
	at __randomizedtesting.SeedInfo.seed([4920FFC17413E5E8:16C4D2F61F1F76AD]:0)
	at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:938)
	at java.base/java.util.ArrayList$Itr.next(ArrayList.java:888)
	at org.apache.solr.metrics.reporters.SolrGangliaReporterTest.testReporter(SolrGangliaReporterTest.java:76)
	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 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 11265 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_4920FFC17413E5E8-001/init-core-data-001
   [junit4]   2> 231990 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 231991 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_4920FFC17413E5E8-001/tempDir-001
   [junit4]   2> 231991 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 231992 INFO  (Thread-593) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 231992 INFO  (Thread-593) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 232092 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33666
   [junit4]   2> 232096 INFO  (jetty-launcher-350-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 232097 INFO  (jetty-launcher-350-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 232097 INFO  (jetty-launcher-350-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@476157b{/solr,null,AVAILABLE}
   [junit4]   2> 232098 INFO  (jetty-launcher-350-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@326c3096{/solr,null,AVAILABLE}
   [junit4]   2> 232099 INFO  (jetty-launcher-350-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@765db2fe{HTTP/1.1,[http/1.1]}{127.0.0.1:37026}
   [junit4]   2> 232099 INFO  (jetty-launcher-350-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3d1765eb{HTTP/1.1,[http/1.1]}{127.0.0.1:34267}
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-1) [    ] o.e.j.s.Server Started @234605ms
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-2) [    ] o.e.j.s.Server Started @234605ms
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37026}
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34267}
   [junit4]   2> 232100 ERROR (jetty-launcher-350-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 232100 ERROR (jetty-launcher-350-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-31T11:19:37.589599Z
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 232100 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-31T11:19:37.589675Z
   [junit4]   2> 232105 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 232106 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 232110 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 0x159549b3f0a0001, 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> 232112 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 232113 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 232114 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33666/solr
   [junit4]   2> 232116 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33666/solr
   [junit4]   2> 232130 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34267_solr
   [junit4]   2> 232130 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37026_solr
   [junit4]   2> 232131 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97201892719460358-127.0.0.1:34267_solr-n_0000000000) starting
   [junit4]   2> 232131 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 232131 INFO  (zkCallback-360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 232135 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34267_solr
   [junit4]   2> 232136 INFO  (zkCallback-360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 232136 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 232144 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 232154 INFO  (jetty-launcher-350-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> 232177 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 232177 INFO  (jetty-launcher-350-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> 232196 INFO  (jetty-launcher-350-thread-2) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 232196 INFO  (jetty-launcher-350-thread-1) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 232205 INFO  (jetty-launcher-350-thread-2-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 232205 INFO  (jetty-launcher-350-thread-1-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 232290 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.HttpParamDelegationTokenPlugin$2@30d999a
   [junit4]   2> 232290 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.HttpParamDelegationTokenPlugin$2@62dbdaa0
   [junit4]   2> 232290 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.HttpParamDelegationTokenPlugin$2@30d999a
   [junit4]   2> 232290 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.HttpParamDelegationTokenPlugin$2@62dbdaa0
   [junit4]   2> 232291 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_4920FFC17413E5E8-001/tempDir-001/node1/.
   [junit4]   2> 232291 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_4920FFC17413E5E8-001/tempDir-001/node2/.
   [junit4]   2> 232496 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 232719 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 232720 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 232730 INFO  (qtp1087297997-2367) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0FBigFZeKfFQQEDFDZpS3R3u0haLpzquJwk7JFWItYyB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 232731 INFO  (qtp1087297997-2367) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0FBigFZeKfFQQEDFDZpS3R3u0haLpzquJwk7JFWItYyB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 232735 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 232736 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 232745 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232749 INFO  (qtp1087297997-2361) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0FBigFZeKfFQQEDFDZpS3R3u0haLpzquJwk7JFWItYyB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 232750 INFO  (qtp1087297997-2361) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0FBigFZeKfFQQEDFDZpS3R3u0haLpzquJwk7JFWItYyB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 232754 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 232754 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 232757 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232758 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 232777 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 232811 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=4920FFC17413E5E8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=dua -Dtests.timezone=Pacific/Funafuti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J1 | TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4920FFC17413E5E8:219FCAEBA489F704]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:141)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:295)
   [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> 232837 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 232850 WARN  (qtp1856116529-2366) [    ] 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> 232851 WARN  (qtp1856116529-2366) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 232851 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232854 WARN  (qtp1087297997-2363) [    ] 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> 232854 WARN  (qtp1087297997-2363) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 232854 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232865 WARN  (qtp1856116529-2355) [    ] 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> 232866 WARN  (qtp1856116529-2355) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 232866 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232868 WARN  (qtp1087297997-2363) [    ] 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> 232869 WARN  (qtp1087297997-2363) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 232869 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232869 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 232879 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 232904 ERROR (qtp1856116529-2355) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_5]
   [junit4]   2> 232921 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 232922 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 232924 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232929 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232945 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 232945 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 232949 ERROR (qtp1087297997-2356) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_6]
   [junit4]   2> 232955 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232958 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 232958 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 232968 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 232971 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 232971 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 232975 INFO  (qtp1087297997-2356) [    ] 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> 232975 INFO  (qtp1087297997-2356) [    ] 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> 232975 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1483219178463&s=NAWBkuMInf65xFuh2UcmlIaMQQk="; Path=/; Domain=127.0.0.1; Expires=esa, 31-elá-2016 21:19:38 GMT; HttpOnly". Invalid 'expires' attribute: esa, 31-elá-2016 21:19:38 GMT
   [junit4]   2> 232976 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 232992 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 233000 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233004 INFO  (qtp1856116529-2366) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0LzigFZeKfG8wcDFFc3tWsPo0NUV5zwfxjO6COvreVfB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233004 INFO  (qtp1856116529-2366) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0LzigFZeKfG8wcDFFc3tWsPo0NUV5zwfxjO6COvreVfB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233005 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 233017 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 233036 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 233050 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 233085 INFO  (qtp1856116529-2364) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0MtigFZeKfHLQkDFCOOLc2uslgXmz3v-KXwxXdZUuOcB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233085 INFO  (qtp1856116529-2364) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0MtigFZeKfHLQkDFCOOLc2uslgXmz3v-KXwxXdZUuOcB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233090 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233091 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 233095 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233101 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233101 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 233105 INFO  (qtp1087297997-2356) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0MtigFZeKfHLQkDFCOOLc2uslgXmz3v-KXwxXdZUuOcB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233105 INFO  (qtp1087297997-2356) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0MtigFZeKfHLQkDFCOOLc2uslgXmz3v-KXwxXdZUuOcB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233109 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233110 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 233114 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233131 INFO  (qtp1856116529-2366) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0NxigFZeKfHcQoDFNmz7SfDxFxrqGFap61WfukeM4YLB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233131 INFO  (qtp1856116529-2366) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0NxigFZeKfHcQoDFNmz7SfDxFxrqGFap61WfukeM4YLB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233134 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233135 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 233138 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233144 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233145 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 233148 INFO  (qtp1087297997-2363) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0NxigFZeKfHcQoDFNmz7SfDxFxrqGFap61WfukeM4YLB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233148 INFO  (qtp1087297997-2363) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0NxigFZeKfHcQoDFNmz7SfDxFxrqGFap61WfukeM4YLB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233152 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233166 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233167 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 233171 INFO  (qtp1087297997-2367) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0OTigFZeKfHkwsDFFoBpuOEwp99ttB4584LNhpU8M7-B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233171 INFO  (qtp1087297997-2367) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0OTigFZeKfHkwsDFFoBpuOEwp99ttB4584LNhpU8M7-B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233176 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233179 INFO  (qtp1087297997-2370) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0OTigFZeKfHkwsDFFoBpuOEwp99ttB4584LNhpU8M7-B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233180 INFO  (qtp1087297997-2370) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0OTigFZeKfHkwsDFFoBpuOEwp99ttB4584LNhpU8M7-B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233186 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233203 INFO  (qtp1856116529-2357) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0O2igFZeKfHtgwDFEzo3rPsvplcadX3eD4eInK9daPUB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233203 INFO  (qtp1856116529-2357) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0O2igFZeKfHtgwDFEzo3rPsvplcadX3eD4eInK9daPUB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233208 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233208 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 233213 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233220 INFO  (qtp1087297997-2370) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0O2igFZeKfHtgwDFEzo3rPsvplcadX3eD4eInK9daPUB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 233220 INFO  (qtp1087297997-2370) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVlUm0O2igFZeKfHtgwDFEzo3rPsvplcadX3eD4eInK9daPUB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 233225 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233225 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33666/solr ready
   [junit4]   2> 233228 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= gi, 01-di-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gi, 01-di-1970 00:00:00 GMT
   [junit4]   2> 233234 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 233236 INFO  (jetty-launcher-350-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@765db2fe{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 233236 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1988502869
   [junit4]   2> 233236 INFO  (jetty-launcher-350-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d1765eb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 233237 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1740931272
   [junit4]   2> 233240 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97201892719460358-127.0.0.1:34267_solr-n_0000000000) closing
   [junit4]   2> 233240 INFO  (OverseerStateUpdate-97201892719460358-127.0.0.1:34267_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34267_solr
   [junit4]   2> 233241 WARN  (zkCallback-360-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> 233242 INFO  (zkCallback-360-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 233242 INFO  (jetty-launcher-350-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 233242 ERROR (Thread[Thread-611,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 233247 INFO  (jetty-launcher-350-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@326c3096{/solr,null,UNAVAILABLE}
   [junit4]   2> 234741 WARN  (zkCallback-361-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> 234741 INFO  (jetty-launcher-350-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 234741 ERROR (Thread[Thread-612,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 234743 INFO  (jetty-launcher-350-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@476157b{/solr,null,UNAVAILABLE}
   [junit4]   2> 234744 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33666 33666
   [junit4]   2> 234763 INFO  (Thread-593) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33666 33666
   [junit4]   2> 234764 WARN  (Thread-593) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/aliases.json
   [junit4]   2> 	16	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/live_nodes
   [junit4]   2> 	16	/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> 234764 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_4920FFC17413E5E8-001
   [junit4]   2> Dec 31, 2016 11:19:40 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=879, maxMBSortInHeap=5.795255558705505, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=dua, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=384596376,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheReopen, TestStressUserVersions, TestPKIAuthenticationPlugin, TestCSVResponseWriter, BasicAuthIntegrationTest, CustomCollectionTest, TestPivotHelperCode, DistributedSuggestComponentTest, ZkSolrClientTest, DocValuesMissingTest, TestMacroExpander, SliceStateTest, TestCollapseQParserPlugin, SolrInfoMBeanTest, ShardRoutingTest, TestQueryTypes, BJQParserTest, TestDefaultSearchFieldResource, TestLockTree, TestSQLHandlerNonCloud, TestCoreContainer, UpdateRequestProcessorFactoryTest, SchemaVersionSpecificBehaviorTest, StressHdfsTest, SolrIndexSplitterTest, TestLegacyFieldCache, TestInfoStreamLogging, RulesTest, SuggestComponentTest, TestBM25SimilarityFactory, BlockDirectoryTest, SolrCmdDistributorTest, BasicFunctionalityTest, ConfigSetsAPITest, TestManagedResource, DistributedMLTComponentTest, DistributedFacetPivotLongTailTest, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [105/675 (1!)] on J1 in 3.55s, 8 tests, 1 failure <<< FAILURES!

[...truncated 1476 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrGangliaReporterTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrGangliaReporterTest_4920FFC17413E5E8-001/init-core-data-001
   [junit4]   2> 1814621 INFO  (SUITE-SolrGangliaReporterTest-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1814624 INFO  (TEST-SolrGangliaReporterTest.testReporter-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 1814795 INFO  (TEST-SolrGangliaReporterTest.testReporter-seed#[4920FFC17413E5E8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1814801 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1814853 WARN  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1814854 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1814873 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1814929 WARN  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1814935 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1814949 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1814949 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrGangliaReporterTest_4920FFC17413E5E8-001/init-core-data-001/]
   [junit4]   2> 1814949 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dc99888
   [junit4]   2> 1814950 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=59.6025390625, floorSegmentMB=1.3017578125, forceMergeDeletesPctAllowed=27.824901668778715, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1814960 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1814960 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1814961 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1814961 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1814961 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.35546875, noCFSRatio=0.35261835138348496]
   [junit4]   2> 1814962 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b461684[collection1] main]
   [junit4]   2> 1814962 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1815005 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1815154 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1815155 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1815156 INFO  (coreLoadExecutor-6088-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555231943049609216
   [junit4]   2> 1815156 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1815156 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1815156 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1815157 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1815159 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1815159 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1815160 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1815162 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1815162 INFO  (searcherExecutor-6089-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b461684[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1820162 INFO  (TEST-SolrGangliaReporterTest.testReporter-seed#[4920FFC17413E5E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrGangliaReporterTest -Dtests.method=testReporter -Dtests.seed=4920FFC17413E5E8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-BE -Dtests.timezone=Africa/Banjul -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   5.54s J0 | SolrGangliaReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.util.ConcurrentModificationException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4920FFC17413E5E8:16C4D2F61F1F76AD]:0)
   [junit4]    > 	at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:938)
   [junit4]    > 	at java.base/java.util.ArrayList$Itr.next(ArrayList.java:888)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrGangliaReporterTest.testReporter(SolrGangliaReporterTest.java:76)
   [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> 1820164 INFO  (SUITE-SolrGangliaReporterTest-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1820164 INFO  (SUITE-SolrGangliaReporterTest-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1195934964
   [junit4]   2> 1820164 INFO  (coreCloseExecutor-6094-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d35b014
   [junit4]   2> 1820172 INFO  (coreCloseExecutor-6094-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1820173 INFO  (SUITE-SolrGangliaReporterTest-seed#[4920FFC17413E5E8]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrGangliaReporterTest_4920FFC17413E5E8-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=en-BE, timezone=Africa/Banjul
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=220013936,total=416284672
   [junit4]   2> NOTE: All tests run in this JVM: [TestPerFieldSimilarity, HighlighterConfigTest, DefaultValueUpdateProcessorTest, TestCSVLoader, HdfsThreadLeakTest, BasicDistributedZkTest, CurrencyFieldOpenExchangeTest, TestRandomDVFaceting, SolrCoreTest, TestFileDictionaryLookup, TestNRTOpen, TestSubQueryTransformerDistrib, SolrSlf4jReporterTest, TestRawResponseWriter, HdfsDirectoryTest, TestRemoteStreaming, TemplateUpdateProcessorTest, ZkStateReaderTest, TestUniqueKeyFieldResource, JSONWriterTest, LeaderElectionIntegrationTest, UniqFieldsUpdateProcessorFactoryTest, AlternateDirectoryTest, HdfsCollectionsAPIDistributedZkTest, TestExpandComponent, AnalyticsQueryTest, AnalysisAfterCoreReloadTest, TestHdfsUpdateLog, TestDFISimilarityFactory, ScriptEngineTest, DistribDocExpirationUpdateProcessorTest, QueryElevationComponentTest, TestConfigSetsAPI, TestRTimerTree, QueryEqualityTest, TestChildDocTransformer, TestPHPSerializedResponseWriter, DeleteShardTest, DeleteLastCustomShardedReplicaTest, TestCustomSort, TestSlowCompositeReaderWrapper, SimpleCollectionCreateDeleteTest, HdfsBasicDistributedZkTest, PeerSyncTest, TestCopyFieldCollectionResource, TestSolrCloudWithSecureImpersonation, DocumentAnalysisRequestHandlerTest, MetricUtilsTest, TestSolrConfigHandler, TestSchemaResource, RequiredFieldsTest, TestGraphTermsQParserPlugin, TestSerializedLuceneMatchVersion, TestSQLHandler, TestGraphMLResponseWriter, TestSolrCloudSnapshots, SyncSliceTest, CoreMergeIndexesAdminHandlerTest, SuggestComponentContextFilterQueryTest, TestFunctionQuery, NumericFieldsTest, DistributedFacetPivotSmallTest, CursorPagingTest, AsyncCallRequestStatusResponseTest, SolrRequestParserTest, TestFieldCacheSort, CreateCollectionCleanupTest, TestFastWriter, TestSolrCloudWithHadoopAuthPlugin, TestSizeLimitedDistributedMap, TestQuerySenderNoQuery, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ClusterStateTest, TestCorePropertiesReload, SecurityConfHandlerTest, StandardRequestHandlerTest, CloudMLTQParserTest, MigrateRouteKeyTest, ReturnFieldsTest, DisMaxRequestHandlerTest, TestSolrCoreProperties, TestRestManager, ZkNodePropsTest, QueryResultKeyTest, BadCopyFieldTest, TestSolrDeletionPolicy2, TestCloudRecovery, TestAuthorizationFramework, ResourceLoaderTest, TestDistributedSearch, ManagedSchemaRoundRobinCloudTest, BasicZkTest, TestFoldingMultitermQuery, TestEmbeddedSolrServerConstructors, TestManagedSchemaAPI, DistributedFacetPivotLargeTest, AtomicUpdatesTest, TestJmxIntegration, TestComponentsName, SolrXmlInZkTest, TestImplicitCoreProperties, TestFieldCacheWithThreads, PeerSyncWithIndexFingerprintCachingTest, NotRequiredUniqueKeyTest, TestBadConfig, TestReplicaProperties, HdfsRecoveryZkTest, TestFieldTypeCollectionResource, SynonymTokenizerTest, ShardRoutingCustomTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, DistributedTermsComponentTest, TestFiltering, TestStressLucene, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestSolrDeletionPolicy1, CacheHeaderTest, TestWriterPerf, TermsComponentTest, TestValueSourceCache, MoreLikeThisHandlerTest, RegexBoostProcessorTest, JsonLoaderTest, CSVRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, BadComponentTest, TestStressRecovery, TestConfig, TestCharFilters, TestDFRSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, PluginInfoTest, PreAnalyzedFieldTest, DateFieldTest, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest, TestRTGBase, SolrTestCaseJ4Test, TestCrossCoreJoin, TestHighlightDedupGrouping, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AliasIntegrationTest, CdcrBootstrapTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, ReplaceNodeTest, ReplicationFactorTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestClusterProperties, TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica, TestLocalFSCloudBackupRestore, TestRandomFlRTGCloud, TestRebalanceLeaders, TestStressCloudBlindAtomicUpdates, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSetImmutable, TestBlobHandler, TestRestoreCore, CoreAdminCreateDiscoverTest, SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, JavabinLoaderTest, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, JvmMetricsTest, SolrMetricManagerTest, SolrGangliaReporterTest]
   [junit4] Completed [571/675 (2!)] on J0 in 5.58s, 1 test, 1 error <<< FAILURES!

[...truncated 51859 lines...]