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 2017/03/03 18:14:46 UTC

[JENKINS-EA] Lucene-Solr-6.4-Linux (32bit/jdk-9-ea+158) - Build # 127 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.4-Linux/127/
Java: 32bit/jdk-9-ea+158 -server -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics

Error Message:
expected:<88> but was:<89>

Stack Trace:
java.lang.AssertionError: expected:<88> but was:<89>
	at __randomizedtesting.SeedInfo.seed([5E4DC1CB554046AD:1AEF46742D27BD5D]: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.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:141)
	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:547)
	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.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([5E4DC1CB554046AD:36F2F4E185DA5441]: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:547)
	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 12646 lines...]
   [junit4] Suite: org.apache.solr.metrics.SolrMetricManagerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.SolrMetricManagerTest_5E4DC1CB554046AD-001/init-core-data-001
   [junit4]   2> 1961968 INFO  (SUITE-SolrMetricManagerTest-seed#[5E4DC1CB554046AD]-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> 1961969 INFO  (TEST-SolrMetricManagerTest.testReporters-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporters
   [junit4]   2> 1961973 INFO  (TEST-SolrMetricManagerTest.testReporters-seed#[5E4DC1CB554046AD]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1961973 INFO  (TEST-SolrMetricManagerTest.testReporters-seed#[5E4DC1CB554046AD]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1961974 INFO  (TEST-SolrMetricManagerTest.testReporters-seed#[5E4DC1CB554046AD]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1961974 INFO  (TEST-SolrMetricManagerTest.testReporters-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporters
   [junit4]   2> 1961975 INFO  (TEST-SolrMetricManagerTest.testSimpleMetrics-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleMetrics
   [junit4]   2> 1961975 INFO  (TEST-SolrMetricManagerTest.testSimpleMetrics-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleMetrics
   [junit4]   2> 1961977 INFO  (TEST-SolrMetricManagerTest.testOverridableRegistryName-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOverridableRegistryName
   [junit4]   2> 1961977 INFO  (TEST-SolrMetricManagerTest.testOverridableRegistryName-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testOverridableRegistryName
   [junit4]   2> 1961978 INFO  (TEST-SolrMetricManagerTest.testClearMetrics-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testClearMetrics
   [junit4]   2> 1961989 INFO  (TEST-SolrMetricManagerTest.testClearMetrics-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testClearMetrics
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrMetricManagerTest -Dtests.method=testClearMetrics -Dtests.seed=5E4DC1CB554046AD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-MA -Dtests.timezone=PST8PDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | SolrMetricManagerTest.testClearMetrics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<88> but was:<89>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5E4DC1CB554046AD:1AEF46742D27BD5D]:0)
   [junit4]    > 	at org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:141)
   [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:547)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1961991 INFO  (TEST-SolrMetricManagerTest.testRegisterAll-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRegisterAll
   [junit4]   2> 1961991 INFO  (TEST-SolrMetricManagerTest.testRegisterAll-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRegisterAll
   [junit4]   2> 1961992 INFO  (TEST-SolrMetricManagerTest.testSwapRegistries-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSwapRegistries
   [junit4]   2> 1961994 INFO  (TEST-SolrMetricManagerTest.testSwapRegistries-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSwapRegistries
   [junit4]   2> 1961995 INFO  (TEST-SolrMetricManagerTest.testRegistryName-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRegistryName
   [junit4]   2> 1961995 INFO  (TEST-SolrMetricManagerTest.testRegistryName-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRegistryName
   [junit4]   2> 1961995 INFO  (SUITE-SolrMetricManagerTest-seed#[5E4DC1CB554046AD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.SolrMetricManagerTest_5E4DC1CB554046AD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=136, maxMBSortInHeap=6.422318540018317, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=fr-MA, timezone=PST8PDT
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=129315424,total=463159296
   [junit4]   2> NOTE: All tests run in this JVM: [DistribJoinFromCollectionTest, ShardRoutingCustomTest, TestDeleteCollectionOnDownNodes, TestFilteredDocIdSet, TestManagedStopFilterFactory, TestRandomCollapseQParserPlugin, BasicAuthIntegrationTest, LoggingHandlerTest, OverseerCollectionConfigSetProcessorTest, TestInfoStreamLogging, TestCloudManagedSchema, TestAuthenticationFramework, TestSweetSpotSimilarityFactory, SpellCheckComponentTest, DocValuesTest, TestHdfsUpdateLog, SoftAutoCommitTest, DistributedFacetPivotWhiteBoxTest, TestRecoveryHdfs, SolrMetricReporterTest, TestSuggestSpellingConverter, RankQueryTest, TestElisionMultitermQuery, TestSearchPerf, MultiTermTest, CoreAdminCreateDiscoverTest, TestBM25SimilarityFactory, SolrInfoMBeanTest, SolrCLIZkUtilsTest, TestBulkSchemaAPI, TestSolrCoreSnapshots, TestTestInjection, FullHLLTest, SSLMigrationTest, SampleTest, TermsComponentTest, TestQueryTypes, TestInitQParser, TestConfigReload, TestStressCloudBlindAtomicUpdates, TestFiltering, OpenCloseCoreStressTest, CopyFieldTest, TestCloudPivotFacet, RulesTest, TestLMDirichletSimilarityFactory, ClassificationUpdateProcessorTest, CustomCollectionTest, TestLRUCache, TestDefaultSearchFieldResource, DocValuesNotIndexedTest, AnalyticsQueryTest, DistributedTermsComponentTest, DistributedFacetPivotLongTailTest, IndexSchemaRuntimeFieldTest, SparseHLLTest, TestExclusionRuleCollectionAccess, SolrCmdDistributorTest, OverseerStatusTest, TestSimpleTrackingShardHandler, CachingDirectoryFactoryTest, TestMiniSolrCloudClusterSSL, TestExactSharedStatsCache, HdfsRestartWhileUpdatingTest, DistributedMLTComponentTest, RAMDirectoryFactoryTest, SimpleMLTQParserTest, JsonLoaderTest, TestJavabinTupleStreamParser, SearchHandlerTest, HttpSolrCallGetCoreTest, TestRawTransformer, TestManagedSchemaThreadSafety, CSVRequestHandlerTest, DistributedIntervalFacetingTest, DocumentBuilderTest, DeleteNodeTest, StressHdfsTest, TestDistributedGrouping, ZkCLITest, JvmMetricsTest, ZkControllerTest, TestAnalyzeInfixSuggestions, TestRandomRequestDistribution, RecoveryAfterSoftCommitTest, TestUninvertingReader, ExitableDirectoryReaderTest, ConfigSetsAPITest, SpatialFilterTest, AtomicUpdatesTest, TestPKIAuthenticationPlugin, ConvertedLegacyTest, TestSubQueryTransformer, FileUtilsTest, ClusterStateUpdateTest, TestStressVersions, DirectSolrSpellCheckerTest, DocValuesMissingTest, SchemaVersionSpecificBehaviorTest, TestReqParamsAPI, TestRequestForwarding, TestFastOutputStream, TestBackupRepositoryFactory, TestFieldCacheSortRandom, ShardRoutingTest, TestSimpleQParserPlugin, WordBreakSolrSpellCheckerTest, TestQueryUtils, IndexBasedSpellCheckerTest, TestSurroundQueryParser, SolrIndexMetricsTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, RecoveryZkTest, TestReplicationHandler, AutoCommitTest, TestFaceting, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressReorder, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, QueryElevationComponentTest, PeerSyncTest, TestFunctionQuery, TestLazyCores, DistributedQueryElevationComponentTest, SuggesterFSTTest, SolrRequestParserTest, SuggesterTest, TestTrie, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, TestRemoteStreaming, TestSolrDeletionPolicy1, DebugComponentTest, DisMaxRequestHandlerTest, TestReversedWildcardFilterFactory, TestValueSourceCache, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestComponentsName, TestLFUCache, TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AssignTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, TestClusterProperties, TestCollectionAPI, TestRebalanceLeaders, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, RuleEngineTest, BlobRepositoryCloudTest, TestInitParams, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrDynamicMBean, RequestLoggingTest, TestReplicationHandlerBackup, TestSQLHandler, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, SuggestComponentTest, TestPivotHelperCode, TestTrackingShardHandlerFactory, HighlighterMaxOffsetTest, TestSlowCompositeReaderWrapper, WrapperMergePolicyFactoryTest, SolrCoreMetricManagerTest, SolrMetricManagerTest]
   [junit4] Completed [578/680 (1!)] on J1 in 0.04s, 7 tests, 1 failure <<< FAILURES!

[...truncated 218 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_5E4DC1CB554046AD-001/init-core-data-001
   [junit4]   2> 2051742 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[5E4DC1CB554046AD]-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> 2051745 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[5E4DC1CB554046AD]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_5E4DC1CB554046AD-001/tempDir-001
   [junit4]   2> 2051745 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[5E4DC1CB554046AD]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2051745 INFO  (Thread-3041) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2051746 INFO  (Thread-3041) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2051846 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[5E4DC1CB554046AD]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41363
   [junit4]   2> 2051852 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2051852 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2051853 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b81e27{/solr,null,AVAILABLE}
   [junit4]   2> 2051853 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a35c9c{/solr,null,AVAILABLE}
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@60143e{SSL,[ssl, http/1.1]}{127.0.0.1:41176}
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@fef39d{SSL,[ssl, http/1.1]}{127.0.0.1:37127}
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.Server Started @2053665ms
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.Server Started @2053665ms
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41176}
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37127}
   [junit4]   2> 2051856 ERROR (jetty-launcher-1949-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2051856 ERROR (jetty-launcher-1949-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.2
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.2
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-03T18:05:15.404852Z
   [junit4]   2> 2051856 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-03T18:05:15.404893Z
   [junit4]   2> 2051858 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2051860 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2051865 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2051866 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2051867 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41363/solr
   [junit4]   2> 2051868 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41363/solr
   [junit4]   2> 2051878 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41176_solr
   [junit4]   2> 2051878 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37127_solr
   [junit4]   2> 2051878 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97554550967304198-127.0.0.1:41176_solr-n_0000000000) starting
   [junit4]   2> 2051879 INFO  (zkCallback-1959-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2051879 INFO  (zkCallback-1960-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2051883 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41176_solr
   [junit4]   2> 2051884 INFO  (zkCallback-1959-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2051900 INFO  (zkCallback-1960-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2051973 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.CoreContainer Authentication plugin class obtained from ZK: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 2051975 INFO  (jetty-launcher-1949-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> 2051977 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 2051978 INFO  (jetty-launcher-1949-thread-2-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 2051987 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.CoreContainer Authentication plugin class obtained from ZK: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 2051987 INFO  (jetty-launcher-1949-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> 2051988 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 2051989 INFO  (jetty-launcher-1949-thread-1-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 2052010 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 2052010 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@1a98273
   [junit4]   2> 2052010 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@1a98273
   [junit4]   2> 2052013 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_5E4DC1CB554046AD-001/tempDir-001/node2/.
   [junit4]   2> 2052985 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 2052985 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@9125ac
   [junit4]   2> 2052985 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@9125ac
   [junit4]   2> 2052988 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_5E4DC1CB554046AD-001/tempDir-001/node1/.
   [junit4]   2> 2053323 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 2053425 INFO  (qtp19418012-12265) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOsOigFauWVvDgECFAAQE1prCN_jCgm_OSfHSaFI85PQB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053425 INFO  (qtp19418012-12265) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOsOigFauWVvDgECFAAQE1prCN_jCgm_OSfHSaFI85PQB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053430 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053498 INFO  (qtp22148766-12254) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOsOigFauWVvDgECFAAQE1prCN_jCgm_OSfHSaFI85PQB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053498 INFO  (qtp22148766-12254) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOsOigFauWVvDgECFAAQE1prCN_jCgm_OSfHSaFI85PQB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053500 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053501 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053505 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053521 INFO  (qtp19418012-12269) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOt_igFauWVvfwICFGbytnvfIfEXd9QLiswI5iPo1dZ-B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053521 INFO  (qtp19418012-12269) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOt_igFauWVvfwICFGbytnvfIfEXd9QLiswI5iPo1dZ-B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053528 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053533 INFO  (qtp22148766-12268) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOt_igFauWVvfwICFGbytnvfIfEXd9QLiswI5iPo1dZ-B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053533 INFO  (qtp22148766-12268) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOt_igFauWVvfwICFGbytnvfIfEXd9QLiswI5iPo1dZ-B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053535 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053536 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053540 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053559 INFO  (qtp19418012-12255) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOujigFauWVvowMCFME0bWbh3_pXrNh3ccWCAy2i5kFSB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053559 INFO  (qtp19418012-12255) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOujigFauWVvowMCFME0bWbh3_pXrNh3ccWCAy2i5kFSB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053569 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053573 INFO  (qtp22148766-12254) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOujigFauWVvowMCFME0bWbh3_pXrNh3ccWCAy2i5kFSB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053573 INFO  (qtp22148766-12254) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOujigFauWVvowMCFME0bWbh3_pXrNh3ccWCAy2i5kFSB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053576 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053576 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053581 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053593 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053595 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053599 INFO  (qtp19418012-12267) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOvLigFauWVvywQCFHoFGLtjUaAZPB0FI79jMwIQXY1iB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053599 INFO  (qtp19418012-12267) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOvLigFauWVvywQCFHoFGLtjUaAZPB0FI79jMwIQXY1iB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053602 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053603 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053609 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053612 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053613 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053618 INFO  (qtp19418012-12259) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOvLigFauWVvywQCFHoFGLtjUaAZPB0FI79jMwIQXY1iB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053618 INFO  (qtp19418012-12259) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOvLigFauWVvywQCFHoFGLtjUaAZPB0FI79jMwIQXY1iB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053625 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053625 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 2053644 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 2053649 INFO  (qtp19418012-12259) [    ] 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> 2053649 INFO  (qtp19418012-12259) [    ] 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> 2053650 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=foo&p=foo&t=simple-dt&e=1488600317197&s=mO5M1iQJmwsjQjlZuIWMQKMwT2g="; Domain=127.0.0.1; Expires=Aneg 7, 04-imeg mb  chubi-2017 04:05:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 7, 04-imeg mb chubi-2017 04:05:17 GMT
   [junit4]   2> 2053650 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 2053674 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 2053685 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 2053718 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 2053733 ERROR (qtp22148766-12264) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_6]
   [junit4]   2> 2053736 ERROR (qtp19418012-12255) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_6]
   [junit4]   2> 2053745 ERROR (qtp22148766-12266) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 2053749 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDelegationWithHadoopAuth -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=5E4DC1CB554046AD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mgo-CM -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J0 | TestDelegationWithHadoopAuth.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5E4DC1CB554046AD:36F2F4E185DA5441]: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:547)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2053764 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 2053770 WARN  (qtp19418012-12255) [    ] 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> 2053770 WARN  (qtp19418012-12255) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 2053770 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053773 WARN  (qtp22148766-12268) [    ] 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> 2053773 WARN  (qtp22148766-12268) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 2053773 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053780 WARN  (qtp19418012-12265) [    ] 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> 2053780 WARN  (qtp19418012-12265) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 2053781 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053783 WARN  (qtp22148766-12264) [    ] 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> 2053783 WARN  (qtp22148766-12264) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 2053784 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053784 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 2053802 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 2053812 INFO  (qtp19418012-12265) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOyoigFauWVwqAoCFL_iZYZ7bCj-aS822Me_llMlA3UWB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053812 INFO  (qtp19418012-12265) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOyoigFauWVwqAoCFL_iZYZ7bCj-aS822Me_llMlA3UWB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053816 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053818 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053819 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053824 INFO  (qtp19418012-12261) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOyoigFauWVwqAoCFL_iZYZ7bCj-aS822Me_llMlA3UWB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053824 INFO  (qtp19418012-12261) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWOyoigFauWVwqAoCFL_iZYZ7bCj-aS822Me_llMlA3UWB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053828 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053828 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 2053845 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 2053855 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053859 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053865 ERROR (qtp19418012-12257) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_11]
   [junit4]   2> 2053873 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053875 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053876 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053882 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053893 ERROR (qtp22148766-12258) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_12]
   [junit4]   2> 2053909 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2053910 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41363/solr ready
   [junit4]   2> 2053916 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053923 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053923 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 2053940 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 2053950 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[5E4DC1CB554046AD]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=Aneg 5, 01-mbegtug-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Aneg 5, 01-mbegtug-1970 00:00:00 GMT
   [junit4]   2> 2053957 INFO  (qtp19418012-12261) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWO0yigFauWVxMg0CFJU5qiAH2JQFDsVq9crCpMT42w_XB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2053957 INFO  (qtp19418012-12261) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVqVWO0yigFauWVxMg0CFJU5qiAH2JQFDsVq9crCpMT42w_XB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2053957 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[5E4DC1CB554046AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 2053959 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@fef39d{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2053959 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=7996399
   [junit4]   2> 2053960 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@60143e{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2053960 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=8852847
   [junit4]   2> 2053965 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97554550967304198-127.0.0.1:41176_solr-n_0000000000) closing
   [junit4]   2> 2053965 INFO  (OverseerStateUpdate-97554550967304198-127.0.0.1:41176_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41176_solr
   [junit4]   2> 2053965 INFO  (zkCallback-1960-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2055462 WARN  (zkCallback-1959-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> 2055462 INFO  (jetty-launcher-1949-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2055462 ERROR (Thread[Thread-3058,5,TGRP-TestDelegationWithHadoopAuth]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 2055463 INFO  (jetty-launcher-1949-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a35c9c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2055465 WARN  (zkCallback-1960-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> 2055465 INFO  (jetty-launcher-1949-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2055466 ERROR (Thread[Thread-3061,5,TGRP-TestDelegationWithHadoopAuth]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 2055466 INFO  (jetty-launcher-1949-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b81e27{/solr,null,UNAVAILABLE}
   [junit4]   2> 2055467 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[5E4DC1CB554046AD]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41363 41363
   [junit4]   2> 2055486 INFO  (Thread-3041) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41363 41363
   [junit4]   2> 2055486 WARN  (Thread-3041) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/clusterprops.json
   [junit4]   2> 	12	/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> 	12	/solr/live_nodes
   [junit4]   2> 	12	/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> 2055487 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[5E4DC1CB554046AD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_5E4DC1CB554046AD-001
   [junit4]   2> Mar 03, 2017 6:05:19 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=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=mgo-CM, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=193769592,total=412696576
   [junit4]   2> NOTE: All tests run in this JVM: [TestSubQueryTransformerDistrib, TestXmlQParser, TestCustomDocTransformer, TestBadConfig, UUIDFieldTest, TestUniqueKeyFieldResource, DocumentAnalysisRequestHandlerTest, TestCloudSchemaless, TestManagedSchemaAPI, ConcurrentDeleteAndCreateCollectionTest, TestSSLRandomization, TestNRTOpen, SimpleCollectionCreateDeleteTest, ExplicitHLLTest, TestStressLucene, TestFieldCacheWithThreads, TestDynamicFieldResource, FileBasedSpellCheckerTest, TestFieldCache, TestComplexPhraseLeadingWildcard, HttpPartitionTest, SuggestComponentContextFilterQueryTest, TestCSVLoader, TestCorePropertiesReload, HdfsThreadLeakTest, TestIBSimilarityFactory, HdfsDirectoryTest, CdcrReplicationDistributedZkTest, TestGraphMLResponseWriter, DateRangeFieldTest, CacheHeaderTest, NumericFieldsTest, DeleteShardTest, TestReplicaProperties, StandardRequestHandlerTest, TestCloudRecovery, ShardSplitTest, CloudExitableDirectoryReaderTest, TestSha256AuthenticationProvider, TestExpandComponent, FastVectorHighlighterTest, TestImplicitCoreProperties, DirectoryFactoryTest, ConjunctionSolrSpellCheckerTest, TestStressRecovery, TestRandomFaceting, TestFieldSortValues, JavabinLoaderTest, ChaosMonkeyNothingIsSafeTest, TestDFISimilarityFactory, TestSerializedLuceneMatchVersion, TestLeaderElectionWithEmptyReplica, TestJmxIntegration, BasicZkTest, TestConfigSetsAPI, MigrateRouteKeyTest, TestBlobHandler, TestRestManager, TestFieldCacheSort, DocExpirationUpdateProcessorFactoryTest, TestSizeLimitedDistributedMap, TestSolrConfigHandler, TestBulkSchemaConcurrent, MergeStrategyTest, DateFieldTest, HighlighterConfigTest, DistributedVersionInfoTest, TestSolrCloudSnapshots, ManagedSchemaRoundRobinCloudTest, TestAuthorizationFramework, TestFoldingMultitermQuery, OutputWriterTest, TestSearcherReuse, RollingRestartTest, TestLRUStatsCache, CdcrVersionReplicationTest, PathHierarchyTokenizerFactoryTest, TestSolrConfigHandlerConcurrent, AsyncCallRequestStatusResponseTest, PreAnalyzedUpdateProcessorTest, JSONWriterTest, DefaultValueUpdateProcessorTest, TestDocumentBuilder, ReplicaListTransformerTest, TestBinaryResponseWriter, TestRandomFlRTGCloud, SolrCoreTest, CloudMLTQParserTest, PeerSyncWithIndexFingerprintCachingTest, TestChildDocTransformer, HdfsWriteToMultipleCollectionsTest, ReturnFieldsTest, TriLevelCompositeIdRoutingTest, TestSchemalessBufferedUpdates, TestSchemaResource, TestDownShardTolerantSearch, TestCryptoKeys, TestSortByMinMaxFunction, HdfsBasicDistributedZkTest, TestExceedMaxTermLength, TestJoin, BigEndianAscendingWordDeserializerTest, RequiredFieldsTest, SecurityConfHandlerTest, HLLUtilTest, CreateCollectionCleanupTest, SolrXmlInZkTest, TestSolrDeletionPolicy2, TestFastWriter, TestFieldTypeCollectionResource, TestJsonFacets, LeaderFailureAfterFreshStartTest, PeerSyncReplicationTest, TestLocalFSCloudBackupRestore, TestSegmentSorting, TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorRandomCloud, TestConfigSetProperties, TestConfigSets, TestCustomStream, TestSQLHandlerNonCloud, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, MetricsHandlerTest, SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedSuggestComponentTest, TestDistributedStatsComponentCardinality, TestComplexPhraseQParserPlugin, TestGraphTermsQParserPlugin, TestMissingGroups, TestReloadDeadlock, TestSolr4Spatial2, TestSolrCoreParser, TestTrieFacet, TestMinMaxOnMultiValuedField, BlockJoinFacetRandomTest, GraphQueryTest, TestJsonRequest, PKIAuthenticationIntegrationTest, TestDelegationWithHadoopAuth]
   [junit4] Completed [651/680 (2!)] on J0 in 4.76s, 8 tests, 1 failure <<< FAILURES!

[...truncated 51659 lines...]