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/10/27 14:38:50 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18153 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18153/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthStandaloneTest.testBasicAuth

Error Message:
Invalid json <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 401 </title> </head> <body> <h2>HTTP ERROR: 401</h2> <p>Problem accessing /solr/admin/authentication. Reason: <pre>    Bad credentials</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.8.v20160314</a><hr/> </body> </html> 

Stack Trace:
java.lang.AssertionError: Invalid json <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 </title>
</head>
<body>
<h2>HTTP ERROR: 401</h2>
<p>Problem accessing /solr/admin/authentication. Reason:
<pre>    Bad credentials</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.8.v20160314</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([1B990E24BA0998AD:A7F778361E5A1BD7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.security.BasicAuthIntegrationTest.verifySecurityStatus(BasicAuthIntegrationTest.java:256)
	at org.apache.solr.security.BasicAuthIntegrationTest.verifySecurityStatus(BasicAuthIntegrationTest.java:237)
	at org.apache.solr.security.BasicAuthStandaloneTest.testBasicAuth(BasicAuthStandaloneTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12541 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthStandaloneTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/init-core-data-001
   [junit4]   2> 1922124 INFO  (SUITE-BasicAuthStandaloneTest-seed#[1B990E24BA0998AD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1922126 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 1922129 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1922130 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d9fbfbb{/solr,null,AVAILABLE}
   [junit4]   2> 1922134 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1e097398{SSL,[ssl, http/1.1]}{127.0.0.1:40968}
   [junit4]   2> 1922134 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.e.j.s.Server Started @1923736ms
   [junit4]   2> 1922134 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/collection1/data, hostContext=/solr, hostPort=40968}
   [junit4]   2> 1922135 ERROR (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1922135 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1922135 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1922135 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1922135 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-27T14:25:21.210Z
   [junit4]   2> 1922135 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/solr.xml
   [junit4]   2> 1922142 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/.
   [junit4]   2> 1922142 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1922147 INFO  (coreLoadExecutor-7028-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1922154 INFO  (coreLoadExecutor-7028-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=minimal
   [junit4]   2> 1922157 INFO  (coreLoadExecutor-7028-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1922159 INFO  (coreLoadExecutor-7028-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/./collection1
   [junit4]   2> 1922159 INFO  (coreLoadExecutor-7028-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/./collection1/data/]
   [junit4]   2> 1922173 INFO  (coreLoadExecutor-7028-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1922173 INFO  (coreLoadExecutor-7028-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1922173 INFO  (coreLoadExecutor-7028-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e89b9f7[collection1] main]
   [junit4]   2> 1922173 INFO  (coreLoadExecutor-7028-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/collection1/conf
   [junit4]   2> 1922174 INFO  (coreLoadExecutor-7028-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1922174 INFO  (searcherExecutor-7029-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4e89b9f7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1922643 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1922649 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1922656 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 1922666 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1922675 INFO  (coreLoadExecutor-7038-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1922682 INFO  (coreLoadExecutor-7038-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=minimal
   [junit4]   2> 1922684 INFO  (coreLoadExecutor-7038-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1922685 INFO  (coreLoadExecutor-7038-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/collection1
   [junit4]   2> 1922685 INFO  (coreLoadExecutor-7038-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/init-core-data-001/]
   [junit4]   2> 1922692 INFO  (coreLoadExecutor-7038-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1922692 INFO  (coreLoadExecutor-7038-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1922692 INFO  (coreLoadExecutor-7038-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@47a6170c[collection1] main]
   [junit4]   2> 1922693 INFO  (coreLoadExecutor-7038-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001/inst-001/collection1/conf
   [junit4]   2> 1922693 INFO  (coreLoadExecutor-7038-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1922693 INFO  (searcherExecutor-7039-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@47a6170c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1922694 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1922743 INFO  (qtp957721177-13399) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 1922744 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 1922745 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 1922745 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 1922754 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1e097398{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1922754 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1532984597
   [junit4]   2> 1922754 INFO  (coreCloseExecutor-7043-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@131b4e84
   [junit4]   2> 1922755 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d9fbfbb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1922756 INFO  (TEST-BasicAuthStandaloneTest.testBasicAuth-seed#[1B990E24BA0998AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthStandaloneTest -Dtests.method=testBasicAuth -Dtests.seed=1B990E24BA0998AD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ga-IE -Dtests.timezone=Europe/Jersey -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.64s J0 | BasicAuthStandaloneTest.testBasicAuth <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Invalid json <html>
   [junit4]    > <head>
   [junit4]    > <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]    > <title>Error 401 </title>
   [junit4]    > </head>
   [junit4]    > <body>
   [junit4]    > <h2>HTTP ERROR: 401</h2>
   [junit4]    > <p>Problem accessing /solr/admin/authentication. Reason:
   [junit4]    > <pre>    Bad credentials</pre></p>
   [junit4]    > <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.8.v20160314</a><hr/>
   [junit4]    > </body>
   [junit4]    > </html>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1B990E24BA0998AD:A7F778361E5A1BD7]:0)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.verifySecurityStatus(BasicAuthIntegrationTest.java:256)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.verifySecurityStatus(BasicAuthIntegrationTest.java:237)
   [junit4]    > 	at org.apache.solr.security.BasicAuthStandaloneTest.testBasicAuth(BasicAuthStandaloneTest.java:103)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1922759 INFO  (SUITE-BasicAuthStandaloneTest-seed#[1B990E24BA0998AD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1922759 INFO  (SUITE-BasicAuthStandaloneTest-seed#[1B990E24BA0998AD]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1657752499
   [junit4]   2> 1922759 INFO  (coreCloseExecutor-7045-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@77b82fb9
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthStandaloneTest_1B990E24BA0998AD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=705, maxMBSortInHeap=5.771934327284326, sim=ClassicSimilarity, locale=ga-IE, timezone=Europe/Jersey
   [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=221726216,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestJmxMonitoredMap, TestRangeQuery, TestReloadDeadlock, DistributedFacetExistsSmallTest, TestDynamicFieldCollectionResource, TestReplicaProperties, UtilsToolTest, HdfsRestartWhileUpdatingTest, DistributedQueryElevationComponentTest, DateMathParserTest, StressHdfsTest, DisMaxRequestHandlerTest, TestBackupRepositoryFactory, CdcrVersionReplicationTest, TestSolrQueryParserResource, TestOverriddenPrefixQueryForCustomFieldType, TestUseDocValuesAsStored2, PolyFieldTest, TestConfigReload, TestManagedResourceStorage, TestRawResponseWriter, JSONWriterTest, SystemInfoHandlerTest, TestStressCloudBlindAtomicUpdates, StatsReloadRaceTest, QueryEqualityTest, SpellPossibilityIteratorTest, UUIDUpdateProcessorFallbackTest, TestSQLHandlerNonCloud, TestFaceting, TestUninvertingReader, HdfsLockFactoryTest, TestXmlQParser, TestLeaderElectionWithEmptyReplica, TestSortingResponseWriter, EnumFieldTest, DistribDocExpirationUpdateProcessorTest, TestSolrCoreProperties, TestFreeTextSuggestions, TestManagedSchemaThreadSafety, CursorMarkTest, SuggestComponentTest, TestStandardQParsers, TestLegacyFieldCache, MinimalSchemaTest, VMParamsZkACLAndCredentialsProvidersTest, TestManagedSynonymFilterFactory, DistributedFacetPivotSmallAdvancedTest, TestLazyCores, ClassificationUpdateProcessorFactoryTest, TestOmitPositions, SolrRequestParserTest, TestSchemaNameResource, TestQuerySenderListener, CollectionTooManyReplicasTest, RulesTest, TestSolrDynamicMBean, FastVectorHighlighterTest, UniqFieldsUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, SolrCLIZkUtilsTest, TestSolrCoreSnapshots, TestCustomStream, BasicAuthIntegrationTest, CurrencyFieldOpenExchangeTest, TestAuthenticationFramework, HdfsTlogReplayBufferedWhileIndexingTest, DistributedQueryComponentCustomSortTest, TestReplicationHandler, ResponseLogComponentTest, TestPivotHelperCode, FileBasedSpellCheckerTest, FacetPivotSmallTest, RecoveryAfterSoftCommitTest, ActionThrottleTest, ReplicationFactorTest, ExitableDirectoryReaderTest, TestValueSourceCache, TestSuggestSpellingConverter, MultiThreadedOCPTest, TestLocalFSCloudBackupRestore, UUIDFieldTest, TestDistributedSearch, TestSha256AuthenticationProvider, NotRequiredUniqueKeyTest, HdfsChaosMonkeyNothingIsSafeTest, AnalysisAfterCoreReloadTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DeleteLastCustomShardedReplicaTest, RequiredFieldsTest, CloudExitableDirectoryReaderTest, TestStressLucene, SignatureUpdateProcessorFactoryTest, TestDFRSimilarityFactory, CreateCollectionCleanupTest, TestDocBasedVersionConstraints, DistributedVersionInfoTest, TestFieldCacheSortRandom, BlockJoinFacetRandomTest, TestScoreJoinQPNoScore, TestLMJelinekMercerSimilarityFactory, RegexBoostProcessorTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, BasicZkTest, TestRandomFaceting, TestRandomDVFaceting, TestDistributedGrouping, DistributedSpellCheckComponentTest, ZkControllerTest, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, PeerSyncTest, TestFiltering, TestWordDelimiterFilterFactory, TestRemoteStreaming, SolrInfoMBeanTest, DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, XmlUpdateRequestHandlerTest, TermVectorComponentTest, MoreLikeThisHandlerTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, OutputWriterTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, AssignTest, AsyncCallRequestStatusResponseTest, CdcrBootstrapTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, TestTrieFacet, TestJsonFacets, BasicAuthStandaloneTest]
   [junit4] Completed [614/645 (1!)] on J0 in 0.65s, 1 test, 1 failure <<< FAILURES!

[...truncated 60487 lines...]