You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/08/20 19:57:05 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 58 - Still Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/58/

1 tests failed.
FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([2B1E44672A13AD0C:793289423E5B8780]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12244 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 392056 INFO  (SUITE-TestConfigOverlay-seed#[2B1E44672A13AD0C]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=2B1E44672A13AD0C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mua-CM -Dtests.timezone=Europe/Luxembourg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J2 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2B1E44672A13AD0C:793289423E5B8780]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=925, maxMBSortInHeap=5.35964034998969, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mua-CM, timezone=Europe/Luxembourg
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=99971400,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistribPackageStore, DocValuesNotIndexedTest, TestSubQueryTransformerDistrib, CoreMergeIndexesAdminHandlerTest, TestSolrConfigHandler, V2ApiIntegrationTest, TestCaffeineCache, TestLockTree, SolrCmdDistributorTest, HdfsChaosMonkeyNothingIsSafeTest, CrossCollectionJoinQueryTest, DocExpirationUpdateProcessorFactoryTest, AtomicUpdatesTest, NoCacheHeaderTest, SuggesterTSTTest, RouteFieldTest, TestExportTool, SolrJmxReporterCloudTest, ZkShardTermsTest, TestAuthorizationFramework, TestReplicationHandlerDiskOverFlow, HdfsRecoverLeaseTest, HLLUtilTest, TestFieldResource, TestAnalyzeInfixSuggestions, JWTAuthPluginTest, TestDocBasedVersionConstraints, TestFunctionQuery, TestCorePropertiesReload, RangeFacetCloudTest, TestUseDocValuesAsStored, SegmentsInfoRequestHandlerTest, MoveReplicaHDFSFailoverTest, SolrCloudReportersTest, TestSSLRandomization, TestUninvertingReader, TestConfigOverlay]
   [junit4] Completed [114/866 (1!)] on J2 in 0.11s, 2 tests, 1 failure <<< FAILURES!

[...truncated 54604 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 68 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/68/

1 tests failed.
FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A7D552FAB7A88C69:F5F99FDFA3E0A6E5]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13774 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 1833754 INFO  (SUITE-TestConfigOverlay-seed#[A7D552FAB7A88C69]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=A7D552FAB7A88C69 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ff-GN -Dtests.timezone=Australia/Adelaide -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J1 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A7D552FAB7A88C69:F5F99FDFA3E0A6E5]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ff-GN, timezone=Australia/Adelaide
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 11.0.6 (64-bit)/cpus=4,threads=1,free=127901056,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicationHandlerBackup, TestChildDocTransformerHierarchy, DistributedUpdateProcessorTest, HealthCheckHandlerTest, TestExtendedDismaxParser, TestPushWriter, TestRequestForwarding, SolrInfoBeanTest, TestCoreBackup, TestInPlaceUpdatesDistrib, TestDynamicFieldNamesIndexCorrectly, SolrIndexSearcherTest, TestManagedResourceStorage, BooleanFieldTest, RuleEngineTest, DOMUtilTest, TestCoreDiscovery, StressHdfsTest, DeleteShardTest, MoreLikeThisComponentTest, AddReplicaTest, TestPullReplicaErrorHandling, PeerSyncTest, TemplateUpdateProcessorTest, TestComplexPhraseLeadingWildcard, TestEmbeddedSolrServerAdminHandler, TestRTGBase, TestIndexingPerformance, RankQueryTest, JvmMetricsTest, CloneFieldUpdateProcessorFactoryTest, TestAddFieldRealTimeGet, SolrRrdBackendFactoryTest, TestBackupRepositoryFactory, AnalysisErrorHandlingTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TimeRoutedAliasUpdateProcessorTest, ShardsWhitelistTest, TestShortCircuitedRequests, TestWordDelimiterFilterFactory, SchemaApiFailureTest, TestSmileRequest, MinimalSchemaTest, TestOrdValues, TestImpersonationWithHadoopAuth, TestSubQueryTransformerCrossCore, TestDirectoryFactory, SecurityConfHandlerTest, RollingRestartTest, TestDistributedSearch, TestInitParams, TestRecoveryHdfs, LoggingHandlerTest, DistribDocExpirationUpdateProcessorTest, UUIDFieldTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDeprecatedFilters, SolrRequestParserTest, TestOverriddenPrefixQueryForCustomFieldType, TestSolrDeletionPolicy2, TestLegacyField, TestNumericTerms64, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSurroundQueryParser, DistributedMLTComponentTest, TestSchemaManager, TestCollationField, ClusterStateMockUtilTest, TestOmitPositions, TestFieldCollectionResource, DistributedFacetPivotSmallAdvancedTest, TestFuzzyAnalyzedSuggestions, ZookeeperReadAPITest, TestSystemIdResolver, TestSolrCachePerf, AuditLoggerIntegrationTest, ByteBuffersDirectoryFactoryTest, TestReplicaProperties, BasicDistributedZk2Test, SparseHLLTest, TestTlogReplayVsRecovery, TestBooleanSimilarityFactory, TestFieldTypeResource, BasicAuthOnSingleNodeTest, HttpSolrCallGetCoreTest, TestCopyFieldCollectionResource, XMLAtomicUpdateMultivalueTest, TestRestoreCore, TestCloudInspectUtil, TestExactSharedStatsCache, DistributedTermsComponentTest, TestRandomFlRTGCloud, CurrencyRangeFacetCloudTest, TestFacetMethods, TestManagedSchema, XmlUpdateRequestHandlerTest, PackageManagerCLITest, RankFieldTest, BasicFunctionalityTest, TestSafeXMLParsing, NestedShardedAtomicUpdateTest, TestZkAclsWithHadoopAuth, DocValuesMissingTest, LargeFieldTest, TestDocTermOrdsUninvertLimit, TestCustomSort, BJQParserTest, TestMissingGroups, RecoveryZkTest, CdcrBidirectionalTest, SystemInfoHandlerTest, TriLevelCompositeIdRoutingTest, TestSolrCoreSnapshots, HdfsNNFailoverTest, EmbeddedSolrNoSerializeTest, DistributedFacetSimpleRefinementLongTailTest, TestCloudJSONFacetJoinDomain, HdfsBasicDistributedZkTest, AsyncCallRequestStatusResponseTest, SolrLogAuditLoggerPluginTest, CloudMLTQParserTest, SolrMetricManagerTest, SolrSlf4jReporterTest, TestLazySolrCluster, TestJsonFacetsStatsParsing, VersionInfoTest, SpatialRPTFieldTypeTest, HdfsDirectoryTest, TestSolrJ, SuggestComponentContextFilterQueryTest, TestExceedMaxTermLength, JSONWriterTest, TestCSVResponseWriter, TestConfig, OverseerRolesTest, SaslZkACLProviderTest, TestSystemCollAutoCreate, HdfsRestartWhileUpdatingTest, TestLegacyNumericRangeQueryBuilder, TestJsonFacetErrors, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, OutputWriterTest, SolrTestCaseJ4Test, TestDocumentBuilder, TestJoin, TestRandomDVFaceting, TestRandomFaceting, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, TestLuceneMatchVersion, TokenizerChainTest, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, ChaosMonkeySafeLeaderTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, DocValuesNotIndexedTest, HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderElectionTest, LeaderFailureAfterFreshStartTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, MoveReplicaTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, SplitShardTest, TestCloudConsistency, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestQueryingOnDownCollection, TestRandomRequestDistribution, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, TestTolerantUpdateProcessorRandomCloud, VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsRecoverLeaseTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, ZkCollectionPropsCachingTest, CoreSorterTest, ExitableDirectoryReaderTest, RAMDirectoryFactoryTest, ResourceLoaderTest, SOLR749Test, TestConfigOverlay]
   [junit4] Completed [577/866 (1!)] on J1 in 0.03s, 2 tests, 1 failure <<< FAILURES!

[...truncated 53018 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 67 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/67/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([59997EF895EF9419:BB5B3DD81A7BE95]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12860 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 831503 INFO  (SUITE-TestConfigOverlay-seed#[59997EF895EF9419]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=59997EF895EF9419 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-BF -Dtests.timezone=GMT0 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59997EF895EF9419:BB5B3DD81A7BE95]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1267, maxMBSortInHeap=7.62093794381257, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fr-BF, timezone=GMT0
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 11.0.6 (64-bit)/cpus=4,threads=1,free=195740440,total=463470592
   [junit4]   2> NOTE: All tests run in this JVM: [DefaultValueUpdateProcessorTest, TestRandomCollapseQParserPlugin, TestMacroExpander, TestNestedUpdateProcessor, TestJsonFacetsWithNestedObjects, DistributedFacetPivotLargeTest, FileUtilsTest, SynonymTokenizerTest, CollectionStateZnodeTest, CreateRoutedAliasTest, PeerSyncWithBufferUpdatesTest, UniqFieldsUpdateProcessorFactoryTest, UnloadDistributedZkTest, TestDistributedGrouping, TestExportWriter, TestSortByMinMaxFunction, SolrCoreCheckLockOnStartupTest, TestRequestStatusCollectionAPI, SpellCheckComponentTest, BlobRepositoryCloudTest, TestFieldCacheSortRandom, TestInPlaceUpdatesRequiredField, TestRestManager, MetricUtilsTest, SolrLogPostToolTest, AnalyticsMergeStrategyTest, TestLockTree, CoreAdminHandlerTest, CollectionsAPIDistributedZkTest, TestLuceneMatchVersion, TestLegacyFieldCache, MoveReplicaHDFSFailoverTest, TestObjectReleaseTracker, TestCloudManagedSchema, LukeRequestHandlerTest, AtomicUpdatesTest, TestDocBasedVersionConstraints, HLLUtilTest, TestNestedDocsSort, HdfsChaosMonkeyNothingIsSafeTest, HighlighterConfigTest, OverseerTaskQueueTest, SliceStateTest, TestCloudJSONFacetSKG, TestConfigSetsAPIZkFailure, TestMultiValuedNumericRangeQuery, MetricsHistoryWithAuthIntegrationTest, PreAnalyzedFieldTest, HighlighterWithoutStoredIdTest, AddSchemaFieldsUpdateProcessorFactoryTest, ManagedSchemaRoundRobinCloudTest, RouteFieldTest, ConfigSetsAPITest, UpdateLogTest, SolrCloudReportersTest, TestSchemalessBufferedUpdates, TestAnalyzeInfixSuggestions, NoCacheHeaderTest, TestRealTimeGet, DirectoryFactoryTest, ReplicationFactorTest, DistributedDebugComponentTest, ParsingFieldUpdateProcessorsTest, TestSolrIndexConfig, TestStressUserVersions, TestStressLucene, TermsComponentTest, TestWaitForStateWithJettyShutdowns, HdfsCollectionsAPIDistributedZkTest, RulesTest, TestSolrCLIRunExample, TestHdfsUpdateLog, SolrTestCaseJ4Test, BlockDirectoryTest, DeleteNodeTest, TokenizerChainTest, TestTermsQParserPlugin, TestNRTOpen, V2ApiIntegrationTest, TestDocSet, TestJmxIntegration, PrimUtilsTest, TestManagedStopFilterFactory, TestCloudPhrasesIdentificationComponent, SplitHandlerTest, TestEmbeddedSolrServerConstructors, DocValuesMultiTest, SearchHandlerTest, TestFileDictionaryLookup, SuggestComponentTest, IndexSizeEstimatorTest, TestRawResponseWriter, TestRandomRequestDistribution, TestSchemaNameResource, ZkControllerTest, ShardRoutingCustomTest, CursorMarkTest, TestUseDocValuesAsStored, TestRequestRateLimiter, OverseerCollectionConfigSetProcessorTest, IgnoreLargeDocumentProcessorFactoryTest, TestConfigReload, TestMultiWordSynonyms, TestConfigOverlay]
   [junit4] Completed [308/866 (1!)] on J2 in 0.06s, 2 tests, 1 failure <<< FAILURES!

[...truncated 2742 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.LBSolrClientTest
   [junit4] FAILURE 0.30s J1 | LBSolrClientTest.testServerIteratorTimeAllowed <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
   [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:566)
   [junit4] Completed [110/204 (1!)] on J1 in 0.31s, 4 tests, 1 failure <<< FAILURES!

[...truncated 51209 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 66 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/66/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([27ABB40D174B48D3:758779280303625F]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13785 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 1853317 INFO  (SUITE-TestConfigOverlay-seed#[27ABB40D174B48D3]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=27ABB40D174B48D3 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-BJ -Dtests.timezone=EAT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([27ABB40D174B48D3:758779280303625F]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1943, maxMBSortInHeap=6.2179955883666285, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fr-BJ, timezone=EAT
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 11.0.6 (64-bit)/cpus=4,threads=1,free=314127648,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSQLHandler, TestIBSimilarityFactory, ResponseLogComponentTest, TestTermsQParserPlugin, QueryParsingTest, TestStreamBody, HdfsLockFactoryTest, TestSubQueryTransformerDistrib, ZkControllerTest, TestFaceting, DistributedIntervalFacetingTest, CreateRoutedAliasTest, TestSolrConfigHandlerConcurrent, DistributedSpellCheckComponentTest, TestTolerantSearch, TestConfigSetsAPIZkFailure, ZkShardTermsTest, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, AuthToolTest, MetricsConfigTest, DistribJoinFromCollectionTest, TestTlogReplica, TestSolrQueryResponse, CdcrRequestHandlerTest, TestDefaultStatsCache, TestSolrCloudWithKerberosAlt, HdfsChaosMonkeyNothingIsSafeTest, TestDocSet, TestLockTree, TestUninvertingReader, TestXmlQParser, CursorMarkTest, SimpleFacetsTest, TestWaitForStateWithJettyShutdowns, TestComplexPhraseQParserPlugin, UnloadDistributedZkTest, RouteFieldTest, DocValuesNotIndexedTest, ConnectionReuseTest, TestReplicationHandlerDiskOverFlow, OverseerCollectionConfigSetProcessorTest, LeaderElectionTest, SolrCmdDistributorTest, MoreLikeThisHandlerTest, TestHdfsCloudBackupRestore, TestSchemaNameResource, TestRuleBasedAuthorizationWithKerberos, TestExplainDocTransformer, DistributedFacetPivotSmallTest, BadCopyFieldTest, LukeRequestHandlerTest, CollectionStateZnodeTest, TestHttpShardHandlerFactory, ClassificationUpdateProcessorIntegrationTest, OpenExchangeRatesOrgProviderTest, TestExactStatsCache, TokenizerChainTest, TestCloudJSONFacetSKG, TestAnalyzeInfixSuggestions, TestFieldResource, TestHdfsUpdateLog, TestCloudRecovery, AddSchemaFieldsUpdateProcessorFactoryTest, TestMaxScoreQueryParser, HLLUtilTest, CacheHeaderTest, ProtectedTermFilterFactoryTest, TestNumericTokenStream, CachingDirectoryFactoryTest, RulesTest, NodeMutatorTest, SliceStateTest, TestPayloadCheckQParserPlugin, TestLegacyFieldCache, PreAnalyzedFieldTest, SuggestComponentTest, TestUseDocValuesAsStored, OutputWriterTest, TestHighFrequencyDictionaryFactory, TestBadConfig, HdfsSyncSliceTest, UpdateLogTest, PrimUtilsTest, TestDistributedMap, ParsingFieldUpdateProcessorsTest, BasicAuthStandaloneTest, TestFieldSortValues, TestManagedStopFilterFactory, TestSolrCLIRunExample, TestLegacyBM25SimilarityFactory, MetricsHistoryHandlerTest, TestManagedSchemaAPI, TestSolrCoreParser, SystemCollectionCompatTest, ChangedSchemaMergeTest, BlobRepositoryCloudTest, LeaderTragicEventTest, TestDocumentBuilder, DocExpirationUpdateProcessorFactoryTest, TestPointFields, TestCustomDocTransformer, RangeFacetCloudTest, TestMacroExpander, TestFileDictionaryLookup, IndexSizeEstimatorTest, TestReload, V2ApiIntegrationTest, TestRealTimeGet, TestConfigReload, TestHashPartitioner, ClusterStateTest, CustomHighlightComponentTest, ConfigSetsAPITest, HdfsRecoverLeaseTest, FileUtilsTest, TestJsonFacetRefinement, PeerSyncWithLeaderTest, RandomizedTaggerTest, TestSortByMinMaxFunction, TestHdfsBackupRestoreCore, CollectionsAPIDistributedZkTest, CrossCollectionJoinQueryTest, AtomicUpdatesTest, ConvertedLegacyTest, PhrasesIdentificationComponentTest, TestStressLucene, AliasIntegrationTest, TestConfigSets, TestIndexSearcher, TestNestedDocsSort, PeerSyncWithBufferUpdatesTest, SuggesterTSTTest, SplitByPrefixTest, TestSolrQueryParser, DistributedDebugComponentTest, MultiSolrCloudTestCaseTest, TestUnifiedSolrHighlighterWithoutStoredId, TestObjectReleaseTracker, TestNestedUpdateProcessor, TestEmbeddedSolrServerAdminHandler, BasicDistributedZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateMockUtilTest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionWithTlogReplicasTest, LeaderFailureAfterFreshStartTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest, PeerSyncReplicationTest, RestartWhileUpdatingTest, RollingRestartTest, ShardRoutingCustomTest, SolrCloudExampleTest, SyncSliceTest, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestDynamicFieldNamesIndexCorrectly, TestLeaderElectionWithEmptyReplica, TestRandomRequestDistribution, TestSegmentSorting, ZkNodePropsTest, CollectionReloadTest, ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, TestRequestStatusCollectionAPI, CdcrWithNodesRestartsTest, HDFSCollectionsAPITest, ZkStateReaderTest, ZkStateWriterTest, ExitableDirectoryReaderTest, PluginInfoTest, QueryResultKeyTest, TestBackupRepositoryFactory, TestConfig, TestConfigOverlay]
   [junit4] Completed [577/866 (1!)] on J2 in 0.03s, 2 tests, 1 failure <<< FAILURES!

[...truncated 1886 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.LBSolrClientTest
   [junit4] FAILURE 0.30s J1 | LBSolrClientTest.testServerIteratorTimeAllowed <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
   [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:566)
   [junit4] Completed [130/204 (1!)] on J1 in 0.31s, 4 tests, 1 failure <<< FAILURES!

[...truncated 51139 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 65 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/65/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([184837DC91F2C0B1:4A64FAF985BAEA3D]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13755 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 1824867 INFO  (SUITE-TestConfigOverlay-seed#[184837DC91F2C0B1]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=184837DC91F2C0B1 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-PF -Dtests.timezone=America/Argentina/La_Rioja -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J0 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([184837DC91F2C0B1:4A64FAF985BAEA3D]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Lucene86, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fr-PF, timezone=America/Argentina/La_Rioja
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=388103872,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteInactiveReplicaTest, TestCharFilters, TestDistribIDF, TestEmbeddedSolrServerSchemaAPI, TestSkipOverseerOperations, SignificantTermsQParserPluginTest, TestShardHandlerFactory, RemoteQueryErrorTest, ZkSolrClientTest, TestPostingsSolrHighlighter, CustomTermsComponentTest, MigrateRouteKeyTest, BinaryUpdateRequestHandlerTest, DirectSolrConnectionTest, DocValuesTest, SubstringBytesRefFilterTest, LeaderFailoverAfterPartitionTest, TestPivotHelperCode, InfoHandlerTest, TestQuerySenderListener, DimensionalRoutedAliasUpdateProcessorTest, ResponseHeaderTest, TestCodecSupport, CursorPagingTest, InfixSuggestersTest, TestMacros, TestSolrCloudWithSecureImpersonation, TestLazyCores, MaxSizeAutoCommitTest, TestExternalRoleRuleBasedAuthorizationPlugin, TestSolrCloudSnapshots, PolyFieldTest, Tagger2Test, DistributedFacetPivotWhiteBoxTest, FieldAnalysisRequestHandlerTest, AnalysisAfterCoreReloadTest, TestCollectionAPI, TestNumericTerms32, TestJsonRangeFacets, TestLMDirichletSimilarityFactory, TestPartialUpdateDeduplication, BadComponentTest, TestDownShardTolerantSearch, TestSolrJacksonAnnotation, DeleteReplicaTest, TestUseDocValuesAsStored2, HdfsThreadLeakTest, TestConfigSetImmutable, MoveReplicaHDFSTest, VMParamsZkACLAndCredentialsProvidersTest, TestBinaryResponseWriter, TestFieldCacheVsDocValues, ConjunctionSolrSpellCheckerTest, BigEndianAscendingWordSerializerTest, BaseCdcrDistributedZkTest, TestSortableTextField, LeaderVoteWaitTimeoutTest, IndexBasedSpellCheckerTest, HdfsChaosMonkeySafeLeaderTest, SpellPossibilityIteratorTest, CertAuthPluginTest, FieldMutatingUpdateProcessorTest, PrimitiveFieldTypeTest, TestInfoStreamLogging, ExitableDirectoryReaderTest, CloudExitableDirectoryReaderTest, TestSlowCompositeReaderWrapper, TestCustomStream, TestSolrCoreProperties, ForceLeaderTest, TestDynamicFieldResource, TestExactStatsCacheCloud, RestartWhileUpdatingTest, TestFieldCacheReopen, TestAuthenticationFramework, URLClassifyProcessorTest, TestBulkSchemaAPI, TestDistributedStatsComponentCardinality, TestPullReplica, TestIntervalFaceting, HighlighterMaxOffsetTest, PeerSyncWithIndexFingerprintCachingTest, ShardSplitTest, DistributedSuggestComponentTest, TestNoOpRegenerator, TestDFISimilarityFactory, TestLRUStatsCacheCloud, TestLocalFSCloudBackupRestore, TestRawTransformer, JavaBinAtomicUpdateMultivalueTest, ZkFailoverTest, TestTrieFacet, SpatialHeatmapFacetsTest, TestTrie, TestGraphTermsQParserPlugin, TestStressVersions, TestFieldTypeCollectionResource, TestRTimerTree, TestFastOutputStream, CdcrVersionReplicationTest, TestReplicationHandler, TestElisionMultitermQuery, SolrCoreMetricManagerTest, TestSchemaResource, TestUtils, TestCoreContainer, MultiThreadedOCPTest, TestGroupingSearch, TestJsonRequest, TlogReplayBufferedWhileIndexingTest, TestLRUStatsCache, TestLuceneIndexBackCompat, TestUnInvertedFieldException, CollectionsAPISolrJTest, TestSegmentSorting, PKIAuthenticationIntegrationTest, TestRangeQuery, TestDeleteCollectionOnDownNodes, AnalyticsQueryTest, HdfsRecoveryZkTest, DataDrivenBlockJoinTest, TestSolrDeletionPolicy1, TermVectorComponentDistributedTest, TestReversedWildcardFilterFactory, OverseerTest, SuggesterTest, TestPHPSerializedResponseWriter, SolrIndexConfigTest, TestSQLHandlerNonCloud, TestGeoJSONResponseWriter, AssignBackwardCompatibilityTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSerializedLuceneMatchVersion, TestSchemaField, DistanceUnitsTest, TestComponentsName, PropertiesRequestHandlerTest, CoreAdminOperationTest, CheckHdfsIndexTest, FullHLLTest, TestRequestForwarding, TestSSLRandomization, TestSolrCloudWithKerberosAlt, TestStressLiveNodes, SolrCoreCheckLockOnStartupTest, TestConfigOverlay]
   [junit4] Completed [564/866 (1!)] on J0 in 0.04s, 2 tests, 1 failure <<< FAILURES!

[...truncated 1525 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.LBSolrClientTest
   [junit4] FAILURE 0.30s J0 | LBSolrClientTest.testServerIteratorTimeAllowed <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
   [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:566)
   [junit4] Completed [6/204 (1!)] on J0 in 0.32s, 4 tests, 1 failure <<< FAILURES!

[...truncated 51549 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 64 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/64/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9291F6172C2FA21E:C0BD3B3238678892]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12681 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 611324 INFO  (SUITE-TestConfigOverlay-seed#[9291F6172C2FA21E]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=9291F6172C2FA21E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pl -Dtests.timezone=Greenwich -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9291F6172C2FA21E:C0BD3B3238678892]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=462, maxMBSortInHeap=6.616174120990036, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=pl, timezone=Greenwich
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 11.0.6 (64-bit)/cpus=4,threads=1,free=162228800,total=482344960
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaHDFSFailoverTest, TestSimpleTrackingShardHandler, TestNestedDocsSort, LeaderElectionTest, WrapperMergePolicyFactoryTest, ReturnFieldsTest, TestMacroExpander, TestDefaultStatsCache, ReplicationFactorTest, TermsComponentTest, TaggingAttributeTest, SolrMetricReporterTest, SplitHandlerTest, TestLeaderElectionWithEmptyReplica, TestFieldSortValues, RouteFieldTest, TestLockTree, TestLegacyBM25SimilarityFactory, ClassificationUpdateProcessorIntegrationTest, TestSchemaVersionResource, ZkStateWriterTest, CursorMarkTest, BlobRepositoryCloudTest, AuditLoggerPluginTest, DocExpirationUpdateProcessorFactoryTest, DistribJoinFromCollectionTest, ConnectionReuseTest, RequestHandlersTest, SimpleFacetsTest, TestSortByMinMaxFunction, HdfsLockFactoryTest, MetricsHistoryWithAuthIntegrationTest, SolrCloudReportersTest, TestFunctionQuery, RulesTest, TestSolrQueryParser, TestNestedUpdateProcessor, DistributedSpellCheckComponentTest, DistributedFacetPivotSmallTest, UnloadDistributedZkTest, AnalyticsMergeStrategyTest, DistributedQueryComponentCustomSortTest, TestSchemalessBufferedUpdates, CustomHighlightComponentTest, TestFileDictionaryLookup, TestDocumentBuilder, AuthToolTest, SolrIndexSplitterTest, TestPrepRecovery, TestReload, TestHdfsCloudBackupRestore, TestReplicationHandlerDiskOverFlow, HdfsUnloadDistributedZkTest, PhrasesIdentificationComponentTest, TestCoreAdminApis, TestPayloadCheckQParserPlugin, TestExactStatsCache, TestWaitForStateWithJettyShutdowns, ReindexCollectionTest, SuggestComponentTest, TestIndexSearcher, TestExportWriter, ClusterStateTest, TestRequestRateLimiter, SortSpecParsingTest, TestStressUserVersions, TestRequestStatusCollectionAPI, CrossCollectionJoinQueryTest, HttpPartitionWithTlogReplicasTest, TestRawResponseWriter, TestCloudPhrasesIdentificationComponent, TestConfigOverlay]
   [junit4] Completed [259/866 (1!)] on J2 in 0.03s, 2 tests, 1 failure <<< FAILURES!

[...truncated 2859 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.LBSolrClientTest
   [junit4] FAILURE 0.30s J0 | LBSolrClientTest.testServerIteratorTimeAllowed <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
   [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:566)
   [junit4] Completed [90/204 (1!)] on J0 in 0.31s, 4 tests, 1 failure <<< FAILURES!

[...truncated 51271 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 63 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/63/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([187AFAE15620A6E4:4A5637C442688C68]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 11863 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 30215 INFO  (SUITE-TestConfigOverlay-seed#[187AFAE15620A6E4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=187AFAE15620A6E4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=guz -Dtests.timezone=Pacific/Kosrae -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J2 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([187AFAE15620A6E4:4A5637C442688C68]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=guz, timezone=Pacific/Kosrae
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=185121032,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParser, TestDocBasedVersionConstraints, TestMaxScoreQueryParser, TestCloudPhrasesIdentificationComponent, DirectoryFactoryTest, TestIndexSearcher, TestSubQueryTransformerDistrib, TestDocSet, TestConfigOverlay]
   [junit4] Completed [12/866 (1!)] on J2 in 0.04s, 2 tests, 1 failure <<< FAILURES!

[...truncated 3718 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.LBSolrClientTest
   [junit4] FAILURE 0.30s J0 | LBSolrClientTest.testServerIteratorTimeAllowed <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
   [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:566)
   [junit4] Completed [103/204 (1!)] on J0 in 0.31s, 4 tests, 1 failure <<< FAILURES!

[...truncated 51234 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 62 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/62/

3 tests failed.
FAILED:  org.apache.solr.handler.TestContainerPlugin.testApiFromPackage

Error Message:
Error from server at http://127.0.0.1:38115/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:38115/solr: Error executing command
	at __randomizedtesting.SeedInfo.seed([274D2ADD82C9AD20:CA13D2ACB0837AA9]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:664)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:269)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1170)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:931)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:865)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:229)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:246)
	at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:265)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([274D2ADD82C9AD20:7561E7F8968187AC]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 11970 lines...]
   [junit4] Suite: org.apache.solr.handler.TestContainerPlugin
   [junit4]   2> 196257 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 196257 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 196257 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/data-dir-11-001
   [junit4]   2> 196258 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 196259 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 196263 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
   [junit4]   2> 196281 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001
   [junit4]   2> 196282 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 196282 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 196282 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 196284 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 196382 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer start zk server on port: 36031
   [junit4]   2> 196382 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36031
   [junit4]   2> 196382 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36031
   [junit4]   2> 196382 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36031
   [junit4]   2> 196385 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196387 INFO  (zkConnectionManagerCallback-917-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196388 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196390 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196392 INFO  (zkConnectionManagerCallback-919-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196392 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196393 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196405 INFO  (zkConnectionManagerCallback-921-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196405 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 196514 INFO  (jetty-launcher-922-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 196546 INFO  (jetty-launcher-922-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 196546 INFO  (jetty-launcher-922-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 196546 INFO  (jetty-launcher-922-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 196546 INFO  (jetty-launcher-922-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 196546 INFO  (jetty-launcher-922-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 196546 INFO  (jetty-launcher-922-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 196546 INFO  (jetty-launcher-922-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@619f7317{/solr,null,AVAILABLE}
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19c10eef{/solr,null,AVAILABLE}
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6051093c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35615}
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-2) [     ] o.e.j.s.Server Started @196616ms
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35615}
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1819f614{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34157}
   [junit4]   2> 196547 ERROR (jetty-launcher-922-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-4) [     ] o.e.j.s.Server Started @196616ms
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 196548 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 196547 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34157}
   [junit4]   2> 196548 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr
   [junit4]   2> 196548 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-21T18:24:25.335080Z
   [junit4]   2> 196548 ERROR (jetty-launcher-922-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 196548 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 196548 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 196548 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 196548 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr
   [junit4]   2> 196548 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-21T18:24:25.335460Z
   [junit4]   2> 196552 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196552 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196553 INFO  (jetty-launcher-922-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 196553 INFO  (jetty-launcher-922-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 196553 INFO  (jetty-launcher-922-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 196557 INFO  (jetty-launcher-922-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 196557 INFO  (jetty-launcher-922-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 196557 INFO  (jetty-launcher-922-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 196564 INFO  (zkConnectionManagerCallback-926-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196564 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196573 INFO  (zkConnectionManagerCallback-924-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196573 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196574 INFO  (jetty-launcher-922-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@730752c5{/solr,null,AVAILABLE}
   [junit4]   2> 196574 INFO  (jetty-launcher-922-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3663fefc{/solr,null,AVAILABLE}
   [junit4]   2> 196574 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 196574 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@77686d2d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38115}
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-1) [     ] o.e.j.s.Server Started @196643ms
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@44452ecc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46685}
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-3) [     ] o.e.j.s.Server Started @196644ms
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38115}
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46685}
   [junit4]   2> 196575 ERROR (jetty-launcher-922-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 196575 ERROR (jetty-launcher-922-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-21T18:24:25.362696Z
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr
   [junit4]   2> 196575 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-21T18:24:25.362760Z
   [junit4]   2> 196576 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196589 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196622 INFO  (zkConnectionManagerCallback-928-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196622 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196622 INFO  (zkConnectionManagerCallback-930-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196622 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196623 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 196623 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 196698 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 196707 WARN  (jetty-launcher-922-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1eca12fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196707 WARN  (jetty-launcher-922-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1eca12fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196710 WARN  (jetty-launcher-922-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6272bf37[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196710 WARN  (jetty-launcher-922-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6272bf37[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196712 INFO  (jetty-launcher-922-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36031/solr
   [junit4]   2> 196713 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196714 INFO  (zkConnectionManagerCallback-940-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196714 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196810 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 196811 WARN  (jetty-launcher-922-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29e4b601[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196811 WARN  (jetty-launcher-922-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29e4b601[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196839 WARN  (jetty-launcher-922-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f190dd5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196839 WARN  (jetty-launcher-922-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f190dd5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196841 INFO  (jetty-launcher-922-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36031/solr
   [junit4]   2> 196854 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196855 INFO  (zkConnectionManagerCallback-952-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196855 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196883 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46685_solr
   [junit4]   2> 196884 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.c.Overseer Overseer (id=72139037762125832-127.0.0.1:46685_solr-n_0000000000) starting
   [junit4]   2> 196896 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 196897 WARN  (jetty-launcher-922-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d411851[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196897 WARN  (jetty-launcher-922-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d411851[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196900 WARN  (jetty-launcher-922-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6770f999[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196900 WARN  (jetty-launcher-922-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6770f999[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 196902 INFO  (jetty-launcher-922-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36031/solr
   [junit4]   2> 196918 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196920 INFO  (zkConnectionManagerCallback-964-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196920 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196933 INFO  (OverseerStateUpdate-72139037762125832-127.0.0.1:46685_solr-n_0000000000) [n:127.0.0.1:46685_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46685_solr
   [junit4]   2> 196933 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46685_solr
   [junit4]   2> 196934 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 196935 INFO  (OverseerStateUpdate-72139037762125832-127.0.0.1:46685_solr-n_0000000000) [n:127.0.0.1:46685_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 196937 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 196937 WARN  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 196970 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38115_solr as DOWN
   [junit4]   2> 196972 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 196972 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38115_solr
   [junit4]   2> 196973 INFO  (zkCallback-951-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 196973 INFO  (zkCallback-963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 196975 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 196975 WARN  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 197045 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 197046 WARN  (jetty-launcher-922-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ac5a900[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 197047 WARN  (jetty-launcher-922-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ac5a900[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 197062 WARN  (jetty-launcher-922-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c14cbc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 197062 WARN  (jetty-launcher-922-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c14cbc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 197063 INFO  (jetty-launcher-922-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36031/solr
   [junit4]   2> 197064 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 197096 INFO  (zkConnectionManagerCallback-980-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197096 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 197096 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 197129 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 197134 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 197150 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35615_solr as DOWN
   [junit4]   2> 197151 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 197152 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 197152 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35615_solr
   [junit4]   2> 197153 INFO  (zkCallback-951-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 197153 INFO  (zkCallback-979-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 197166 INFO  (zkCallback-963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 197167 INFO  (zkCallback-939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 197167 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 197168 WARN  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 197169 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34157_solr as DOWN
   [junit4]   2> 197196 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 197196 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34157_solr
   [junit4]   2> 197197 INFO  (zkCallback-963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197197 INFO  (zkCallback-951-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197197 INFO  (zkCallback-939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197212 INFO  (zkCallback-979-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197212 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 197213 WARN  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 197279 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38115.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197300 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 197304 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46685.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197328 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 197335 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38115.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197335 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38115.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197348 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46685.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197353 INFO  (jetty-launcher-922-thread-1) [n:127.0.0.1:38115_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node1
   [junit4]   2> 197365 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46685.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197367 INFO  (jetty-launcher-922-thread-3) [n:127.0.0.1:46685_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node3
   [junit4]   2> 197438 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35615.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197440 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34157.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197468 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35615.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197468 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35615.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197482 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34157.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197500 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34157.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dfb27eb
   [junit4]   2> 197500 INFO  (jetty-launcher-922-thread-2) [n:127.0.0.1:35615_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node2
   [junit4]   2> 197502 INFO  (jetty-launcher-922-thread-4) [n:127.0.0.1:34157_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node4
   [junit4]   2> 197626 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 197637 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 197639 INFO  (zkConnectionManagerCallback-1009-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197639 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 197640 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 197641 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36031/solr ready
   [junit4]   2> 197714 INFO  (qtp383650495-3620) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35615_solr} status=0 QTime=0
   [junit4]   2> 197714 INFO  (updateExecutor-936-thread-1-processing-n:127.0.0.1:34157_solr) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35615_solr 
   [junit4]   2> 197717 INFO  (qtp1855384222-3617) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 197732 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35615_solr} status=0 QTime=0
   [junit4]   2> 197732 INFO  (updateExecutor-960-thread-1-processing-n:127.0.0.1:38115_solr) [n:127.0.0.1:38115_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35615_solr 
   [junit4]   2> 197732 INFO  (qtp1855384222-3624) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 197734 INFO  (qtp1250085356-3634) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35615_solr} status=0 QTime=0
   [junit4]   2> 197734 INFO  (qtp1855384222-3617) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 197736 INFO  (qtp1855384222-3622) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=41
   [junit4]   1> sync resp: http://127.0.0.1:35615/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 197751 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35615_solr 
   [junit4]   2> 197764 INFO  (qtp1855384222-3622) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 197764 INFO  (qtp1855384222-3624) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 197764 INFO  (qtp2041547880-3619) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 197766 INFO  (qtp1855384222-3617) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 197775 INFO  (updateExecutor-936-thread-1-processing-n:127.0.0.1:34157_solr) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 197775 INFO  (updateExecutor-936-thread-1-processing-n:127.0.0.1:34157_solr) [n:127.0.0.1:34157_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 197795 INFO  (updateExecutor-960-thread-1-processing-n:127.0.0.1:38115_solr) [n:127.0.0.1:38115_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 197795 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 197795 INFO  (updateExecutor-960-thread-1-processing-n:127.0.0.1:38115_solr) [n:127.0.0.1:38115_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 197795 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 197869 INFO  (qtp2041547880-3633) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=2
   [junit4]   2> 197874 INFO  (qtp1250085356-3628) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 197878 INFO  (qtp383650495-3618) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 197882 INFO  (qtp1855384222-3624) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 197923 INFO  (qtp383650495-3621) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 197926 INFO  (qtp383650495-3621) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar
   [junit4]   2> 197927 INFO  (qtp1855384222-3624) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 197929 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 197930 INFO  (qtp2041547880-3619) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 197931 INFO  (qtp383650495-3621) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar
   [junit4]   2> 197958 INFO  (qtp383650495-3621) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 197961 INFO  (qtp1855384222-3622) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:34157_solr} status=0 QTime=0
   [junit4]   2> 197961 INFO  (updateExecutor-976-thread-2-processing-n:127.0.0.1:35615_solr) [n:127.0.0.1:35615_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:34157_solr 
   [junit4]   2> 197962 INFO  (qtp1250085356-3634) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:34157_solr} status=0 QTime=0
   [junit4]   2> 197962 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:34157_solr 
   [junit4]   2> 197962 INFO  (qtp383650495-3620) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 197963 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:34157_solr} status=0 QTime=0
   [junit4]   2> 197963 INFO  (updateExecutor-960-thread-1-processing-n:127.0.0.1:38115_solr) [n:127.0.0.1:38115_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:34157_solr 
   [junit4]   2> 197963 INFO  (qtp383650495-3620) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 197965 INFO  (qtp383650495-3620) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 197965 INFO  (qtp383650495-3618) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 197965 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 197966 INFO  (qtp383650495-3618) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 197974 INFO  (qtp383650495-3621) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v1.jar params={sig=pmrmWCDafdNpYle2rueAGnU2J6NYlcAey9mkZYbqh%2B5RdYo2Ln%2BllLF9voyRj%2BDDivK9GV1XdtKvD9rgCxlD7Q%3D%3D&wt=javabin&version=2} status=0 QTime=64
   [junit4]   2> 197977 INFO  (qtp2041547880-3619) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198002 INFO  (updateExecutor-960-thread-1-processing-n:127.0.0.1:38115_solr) [n:127.0.0.1:38115_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 198002 INFO  (updateExecutor-960-thread-1-processing-n:127.0.0.1:38115_solr) [n:127.0.0.1:38115_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 198023 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 198023 INFO  (updateExecutor-976-thread-2-processing-n:127.0.0.1:35615_solr) [n:127.0.0.1:35615_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 198023 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 198023 INFO  (updateExecutor-976-thread-2-processing-n:127.0.0.1:35615_solr) [n:127.0.0.1:35615_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 198098 INFO  (qtp2041547880-3633) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 198102 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 198107 INFO  (qtp383650495-3618) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 198111 INFO  (qtp1855384222-3624) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 198116 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198118 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar
   [junit4]   2> 198119 INFO  (qtp1250085356-3628) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198151 INFO  (qtp383650495-3620) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198152 INFO  (qtp1855384222-3617) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198152 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar
   [junit4]   2> 198185 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 198189 INFO  (qtp1855384222-3622) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:38115_solr} status=0 QTime=0
   [junit4]   2> 198189 INFO  (updateExecutor-976-thread-2-processing-n:127.0.0.1:35615_solr) [n:127.0.0.1:35615_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:38115_solr 
   [junit4]   2> 198190 INFO  (qtp383650495-3618) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:38115_solr} status=0 QTime=0
   [junit4]   2> 198190 INFO  (qtp2041547880-3619) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 198190 INFO  (updateExecutor-936-thread-2-processing-n:127.0.0.1:34157_solr) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:38115_solr 
   [junit4]   2> 198191 INFO  (qtp1250085356-3634) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:38115_solr} status=0 QTime=0
   [junit4]   2> 198191 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:38115_solr 
   [junit4]   2> 198191 INFO  (qtp2041547880-3633) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 198191 INFO  (qtp2041547880-3619) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 198192 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v2.jar params={sig=StR3DmqaUSL7qjDOeVEiCqE%2BouiZAkW99fsL48F9oWG047o7NGgwwZ36iGgzDC3S2tPaFjRAd9Zg4UK7OZLQzg%3D%3D&wt=javabin&version=2} status=0 QTime=78
   [junit4]   2> 198192 INFO  (qtp2041547880-3633) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 198192 INFO  (qtp2041547880-3722) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 198194 INFO  (qtp2041547880-3619) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 198196 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 198215 INFO  (qtp1250085356-3628) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198237 INFO  (updateExecutor-976-thread-2-processing-n:127.0.0.1:35615_solr) [n:127.0.0.1:35615_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 198238 INFO  (updateExecutor-936-thread-2-processing-n:127.0.0.1:34157_solr) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 198238 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 198238 INFO  (updateExecutor-936-thread-2-processing-n:127.0.0.1:34157_solr) [n:127.0.0.1:34157_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 198238 INFO  (updateExecutor-976-thread-2-processing-n:127.0.0.1:35615_solr) [n:127.0.0.1:35615_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 198238 INFO  (updateExecutor-948-thread-1-processing-n:127.0.0.1:46685_solr) [n:127.0.0.1:46685_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 198319 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 198323 INFO  (qtp383650495-3621) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 198327 INFO  (qtp1855384222-3617) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 198375 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198377 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198391 INFO  (qtp2041547880-3626) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198400 INFO  (qtp1855384222-3617) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198425 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198425 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 198425 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 198426 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 198446 INFO  (zkCallback-951-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 198446 INFO  (zkCallback-963-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 198446 INFO  (zkCallback-951-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 198446 INFO  (zkCallback-963-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 198446 INFO  (zkCallback-951-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 198446 INFO  (zkCallback-963-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 198447 INFO  (zkCallback-939-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 198447 INFO  (zkCallback-939-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 198448 INFO  (zkCallback-979-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 198448 INFO  (zkCallback-979-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 198448 INFO  (zkCallback-979-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 198449 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198449 INFO  (zkCallback-963-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198466 INFO  (zkCallback-951-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198467 INFO  (zkCallback-979-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198467 INFO  (zkCallback-963-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198467 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198468 INFO  (zkCallback-951-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198468 INFO  (zkCallback-979-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198469 INFO  (zkCallback-963-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 198469 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 198470 INFO  (zkCallback-963-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 198470 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 198470 INFO  (qtp383650495-3715) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=139
   [junit4]   2> 198470 INFO  (zkCallback-979-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 198470 INFO  (zkCallback-979-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 198472 INFO  (qtp2041547880-3633) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 198490 INFO  (zkCallback-951-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 198491 INFO  (zkCallback-951-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 198507 INFO  (qtp1250085356-3634) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 198510 INFO  (qtp383650495-3618) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 198512 INFO  (qtp1855384222-3622) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 198540 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 198543 INFO  (qtp1250085356-3628) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 198544 INFO  (qtp1250085356-3634) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 198560 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198562 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198582 INFO  (qtp2041547880-3619) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198582 INFO  (zkCallback-939-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 198582 INFO  (zkCallback-939-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 198582 INFO  (zkCallback-979-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 198582 INFO  (zkCallback-963-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 198582 INFO  (zkCallback-979-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 198582 INFO  (zkCallback-939-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 198582 INFO  (zkCallback-963-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 198582 INFO  (zkCallback-951-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 198582 INFO  (zkCallback-963-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 198582 INFO  (zkCallback-979-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 198583 INFO  (zkCallback-951-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 198583 INFO  (zkCallback-951-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 198584 INFO  (zkCallback-939-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198584 INFO  (zkCallback-951-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198585 INFO  (zkCallback-979-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198586 INFO  (zkCallback-939-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198586 INFO  (zkCallback-951-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198586 INFO  (zkCallback-979-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198588 INFO  (zkCallback-951-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 198588 INFO  (zkCallback-951-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 198588 INFO  (zkCallback-979-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 198588 INFO  (zkCallback-979-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 198592 INFO  (qtp1855384222-3622) [n:127.0.0.1:35615_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198593 INFO  (zkCallback-963-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198593 INFO  (qtp383650495-3621) [n:127.0.0.1:34157_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 198593 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 198593 INFO  (qtp1250085356-3636) [n:127.0.0.1:46685_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=47
   [junit4]   2> 198596 ERROR (qtp2041547880-3633) [n:127.0.0.1:38115_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{update=org.apache.solr.client.solrj.request.beans.PluginMeta@5f226d1d, errorMessages=[No such package version:mypkg:2.0 . available versions :[1.0]]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 198597 INFO  (qtp2041547880-3633) [n:127.0.0.1:38115_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 198613 INFO  (zkCallback-963-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 198614 INFO  (zkCallback-963-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 198614 INFO  (zkCallback-963-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 198616 INFO  (zkCallback-939-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 198616 INFO  (zkCallback-939-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 198714 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=893211882
   [junit4]   2> 198714 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38115_solr
   [junit4]   2> 198714 INFO  (jetty-closer-1010-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2117914333
   [junit4]   2> 198714 INFO  (jetty-closer-1010-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46685_solr
   [junit4]   2> 198714 INFO  (jetty-closer-1010-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1860751344
   [junit4]   2> 198714 INFO  (jetty-closer-1010-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34157_solr
   [junit4]   2> 198715 INFO  (jetty-closer-1010-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 198715 INFO  (jetty-closer-1010-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34157_solr as DOWN
   [junit4]   2> 198715 INFO  (jetty-closer-1010-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 198715 INFO  (jetty-closer-1010-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46685_solr as DOWN
   [junit4]   2> 198715 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 198715 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38115_solr as DOWN
   [junit4]   2> 198715 INFO  (zkCallback-963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 198715 INFO  (zkCallback-979-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 198715 INFO  (zkCallback-939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 198716 INFO  (zkCallback-951-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 198720 INFO  (jetty-closer-1010-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=421760397
   [junit4]   2> 198720 INFO  (jetty-closer-1010-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35615_solr
   [junit4]   2> 198721 INFO  (jetty-closer-1010-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 198721 INFO  (jetty-closer-1010-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35615_solr as DOWN
   [junit4]   2> 198721 INFO  (zkCallback-979-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 198721 INFO  (zkCallback-951-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 198722 INFO  (zkCallback-939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 198742 INFO  (zkCallback-963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 198742 INFO  (jetty-closer-1010-thread-2) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 198743 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 198743 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@39eb4210: rootName = solr_38115, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@201ed716
   [junit4]   2> 198744 INFO  (jetty-closer-1010-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 198744 INFO  (jetty-closer-1010-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@129b0f12: rootName = solr_46685, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@7266a9e7
   [junit4]   2> 198754 INFO  (jetty-closer-1010-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 198754 INFO  (jetty-closer-1010-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f259bb8: rootName = solr_35615, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2313881d
   [junit4]   2> 198770 INFO  (jetty-closer-1010-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 198770 INFO  (jetty-closer-1010-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1992bdfd: rootName = solr_34157, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1431c8ed
   [junit4]   2> 198803 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 198803 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@322904ad: rootName = solr_38115, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@77702d01
   [junit4]   2> 198888 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 198888 INFO  (jetty-closer-1010-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b9aab6d: rootName = solr_38115, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@3bfb74f0
   [junit4]   2> 198888 I

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

ing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 210311 INFO  (jetty-closer-1125-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 210311 INFO  (jetty-closer-1125-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@70c4b6cf: rootName = solr_43873, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@3bfb74f0
   [junit4]   2> 210311 INFO  (jetty-closer-1125-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 210327 INFO  (closeThreadPool-1143-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72139038558846984-127.0.0.1:42609_solr-n_0000000000) closing
   [junit4]   2> 210327 INFO  (OverseerStateUpdate-72139038558846984-127.0.0.1:42609_solr-n_0000000000) [n:127.0.0.1:42609_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42609_solr
   [junit4]   2> 210347 INFO  (closeThreadPool-1143-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72139038558846984-127.0.0.1:42609_solr-n_0000000000) closing
   [junit4]   2> 210428 INFO  (jetty-closer-1125-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b5c7b22{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 210429 INFO  (jetty-closer-1125-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c77674c{/solr,null,UNAVAILABLE}
   [junit4]   2> 210429 INFO  (jetty-closer-1125-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 210529 INFO  (jetty-closer-1125-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@21ba0487{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 210529 INFO  (jetty-closer-1125-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54b064c3{/solr,null,UNAVAILABLE}
   [junit4]   2> 210529 INFO  (jetty-closer-1125-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 210629 INFO  (jetty-closer-1125-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@68af63b9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 210629 INFO  (jetty-closer-1125-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b76e06c{/solr,null,UNAVAILABLE}
   [junit4]   2> 210629 INFO  (jetty-closer-1125-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 210728 INFO  (jetty-closer-1125-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72139038558846984-127.0.0.1:42609_solr-n_0000000000) closing
   [junit4]   2> 210729 INFO  (jetty-closer-1125-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@375cfd1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 210729 INFO  (jetty-closer-1125-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5422620{/solr,null,UNAVAILABLE}
   [junit4]   2> 210729 INFO  (jetty-closer-1125-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 210730 INFO  (TEST-TestContainerPlugin.testApi-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 210933 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72139038558846985-127.0.0.1:43873_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/live_nodes
   [junit4]   2> 	10	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 210948 INFO  (TEST-TestContainerPlugin.testApi-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37679
   [junit4]   2> 210948 INFO  (TEST-TestContainerPlugin.testApi-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37679
   [junit4]   2> 210948 INFO  (TEST-TestContainerPlugin.testApi-seed#[274D2ADD82C9AD20]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37679
   [junit4]   2> 210950 INFO  (TEST-TestContainerPlugin.testApi-seed#[274D2ADD82C9AD20]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApi
   [junit4]   2> 210950 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 210950 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37679
   [junit4]   2> 210950 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37679
   [junit4]   2> 210950 INFO  (SUITE-TestContainerPlugin-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37679
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestContainerPlugin_274D2ADD82C9AD20-001
   [junit4]   2> Aug 21, 2020 6:24:39 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1916, maxMBSortInHeap=5.935627940398614, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=naq, timezone=Atlantic/St_Helena
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=209783432,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [InfixSuggestersTest, PeerSyncWithIndexFingerprintCachingTest, TestComponentsName, TestBinaryResponseWriter, CheckHdfsIndexTest, TestUtils, TestSort, TestDocTermOrds, GraphQueryTest, TestCustomStream, ZkDynamicConfigTest, TestContainerPlugin]
   [junit4] Completed [42/866 (1!)] on J0 in 15.70s, 2 tests, 1 error <<< FAILURES!

[...truncated 151 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 304077 INFO  (SUITE-TestConfigOverlay-seed#[274D2ADD82C9AD20]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=274D2ADD82C9AD20 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=de-AT -Dtests.timezone=America/Cayman -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J2 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([274D2ADD82C9AD20:7561E7F8968187AC]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=837, maxMBSortInHeap=7.981619187103604, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=de-AT, timezone=America/Cayman
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=194226592,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonFacetRefinement, TestIBSimilarityFactory, IgnoreLargeDocumentProcessorFactoryTest, TestRandomCollapseQParserPlugin, TestEmbeddedSolrServerConstructors, TestHdfsCloudBackupRestore, TestAuthorizationFramework, FullSolrCloudDistribCmdsTest, CoreMergeIndexesAdminHandlerTest, TestClusterProperties, FileBasedSpellCheckerTest, HighlighterConfigTest, TestConfigOverlay]
   [junit4] Completed [69/866 (2!)] on J2 in 0.08s, 2 tests, 1 failure <<< FAILURES!

[...truncated 3268 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.LBSolrClientTest
   [junit4] FAILURE 0.30s J0 | LBSolrClientTest.testServerIteratorTimeAllowed <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
   [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:566)
   [junit4] Completed [26/204 (1!)] on J0 in 0.35s, 4 tests, 1 failure <<< FAILURES!

[...truncated 51478 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 61 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/61/

3 tests failed.
FAILED:  org.apache.solr.schema.TestPointFields.testDoublePointStats

Error Message:
XPath is invalid

Stack Trace:
java.lang.RuntimeException: XPath is invalid
	at __randomizedtesting.SeedInfo.seed([EF2FDF827C07DFAD:C03511D488AAC309]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:960)
	at org.apache.solr.schema.TestPointFields.doTestPointStats(TestPointFields.java:2637)
	at org.apache.solr.schema.TestPointFields.testDoublePointStats(TestPointFields.java:719)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: 9.084999002055789E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:145)
	at org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:92)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:985)
	... 42 more
Caused by: javax.xml.transform.TransformerException: 9.084999002055789E-4 could not be formatted to a number!
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.error(XPathParser.java:609)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Number(XPathParser.java:2032)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PrimaryExpr(XPathParser.java:1391)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.FilterExpr(XPathParser.java:1299)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1232)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1190)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1096)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1017)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:959)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:884)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:925)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:824)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:788)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:761)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:744)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PredicateExpr(XPathParser.java:1908)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Predicate(XPathParser.java:1890)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Step(XPathParser.java:1680)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelativeLocationPath(XPathParser.java:1589)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.LocationPath(XPathParser.java:1551)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.PathExpr(XPathParser.java:1271)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnionExpr(XPathParser.java:1190)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.UnaryExpr(XPathParser.java:1096)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.MultiplicativeExpr(XPathParser.java:1017)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AdditiveExpr(XPathParser.java:959)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.RelationalExpr(XPathParser.java:884)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.EqualityExpr(XPathParser.java:824)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.AndExpr(XPathParser.java:788)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.OrExpr(XPathParser.java:761)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.Expr(XPathParser.java:744)
	at java.xml/com.sun.org.apache.xpath.internal.compiler.XPathParser.initXPath(XPathParser.java:128)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:178)
	at java.xml/com.sun.org.apache.xpath.internal.XPath.<init>(XPath.java:266)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.eval(XPathImpl.java:116)
	at java.xml/com.sun.org.apache.xpath.internal.jaxp.XPathImpl.evaluate(XPathImpl.java:131)
	... 44 more


FAILED:  org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EF2FDF827C07DFAD:BD0312A7684FF521]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12372 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> 499603 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 499603 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 499616 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.schema.TestPointFields_EF2FDF827C07DFAD-001/data-dir-47-001
   [junit4]   2> 499616 WARN  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 499616 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 499617 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 499617 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 499624 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 499658 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 499663 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 500921 WARN  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:824) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:377) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:689) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:796) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:742) ~[?:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:364) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:325) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:808) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:798) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:659) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:648) [java/:?]
   [junit4]   2> 	at org.apache.solr.schema.TestPointFields.beforeClass(TestPointFields.java:92) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 500923 WARN  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:664) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:808) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:798) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:659) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:648) [java/:?]
   [junit4]   2> 	at org.apache.solr.schema.TestPointFields.beforeClass(TestPointFields.java:92) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 500925 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 500926 WARN  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1735ad4d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 500926 WARN  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1735ad4d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 500929 WARN  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79132ce8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 500929 WARN  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79132ce8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 500931 WARN  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 501003 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51075d31
   [junit4]   2> 501021 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51075d31
   [junit4]   2> 501021 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51075d31
   [junit4]   2> 501022 INFO  (coreLoadExecutor-2993-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 501046 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 501275 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=schema-point
   [junit4]   2> 501280 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 501281 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 501281 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51075d31
   [junit4]   2> 501281 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.schema.TestPointFields_EF2FDF827C07DFAD-001/data-dir-47-001/]
   [junit4]   2> 501291 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=74.2216796875, floorSegmentMB=2.0126953125, forceMergeDeletesPctAllowed=21.2003903098309, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=23.325623490259296
   [junit4]   2> 501442 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 501442 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 501444 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 501444 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 501445 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6902256780876552]
   [junit4]   2> 501446 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 501456 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 501500 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 501500 INFO  (coreLoadExecutor-2993-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1675625274858799104
   [junit4]   2> 501502 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 501502 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 501502 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 501502 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 501503 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 501503 INFO  (SUITE-TestPointFields-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 501503 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 501504 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 501504 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 501504 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 501506 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501508 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFloatPointMultiValuedFunctionQuery
   [junit4]   2> 501509 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1675625274867187712)]} 0 1
   [junit4]   2> 501519 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1675625274878722048)]} 0 0
   [junit4]   2> 501519 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1675625274878722049)]} 0 0
   [junit4]   2> 501519 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1675625274878722050)]} 0 0
   [junit4]   2> 501520 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1675625274879770624)]} 0 0
   [junit4]   2> 501520 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1675625274879770625)]} 0 0
   [junit4]   2> 501520 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1675625274879770626)]} 0 0
   [junit4]   2> 501521 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1675625274880819200)]} 0 0
   [junit4]   2> 501521 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1675625274880819201)]} 0 0
   [junit4]   2> 501521 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1675625274880819202)]} 0 0
   [junit4]   2> 501537 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501542 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 20
   [junit4]   2> 501549 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_f_mv_dv&sort=field(number_p_f_mv_dv,+min)+desc&wt=xml} hits=10 status=0 QTime=6
   [junit4]   2> 501564 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 501564 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&sort=field(number_p_f_mv,min)+desc&wt=xml} status=400 QTime=0
   [junit4]   2> 501564 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 501564 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_f_mv,min)&wt=xml} status=400 QTime=0
   [junit4]   2> 501565 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 501565 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_f_mv_dv,foo)&wt=xml} status=400 QTime=0
   [junit4]   2> 501568 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1675625274929053696)]} 0 1
   [junit4]   2> 501569 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1675625274931150848)]} 0 0
   [junit4]   2> 501569 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1675625274931150849)]} 0 0
   [junit4]   2> 501569 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1675625274931150850)]} 0 0
   [junit4]   2> 501570 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1675625274932199424)]} 0 0
   [junit4]   2> 501570 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1675625274932199425)]} 0 0
   [junit4]   2> 501570 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1675625274932199426)]} 0 0
   [junit4]   2> 501583 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1675625274945830912)]} 0 12
   [junit4]   2> 501583 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1675625274945830913)]} 0 0
   [junit4]   2> 501584 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1675625274946879488)]} 0 0
   [junit4]   2> 501591 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501592 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 501592 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+number_p_f_mv_dv&sort=field(number_p_f_mv_dv,+min)+desc&wt=xml} hits=10 status=0 QTime=0
   [junit4]   2> 501594 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 501594 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id&sort=field(number_p_f_mv,min)+desc&wt=xml} status=400 QTime=0
   [junit4]   2> 501595 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 501595 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_f_mv,min)&wt=xml} status=400 QTime=0
   [junit4]   2> 501595 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 501595 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,+field(number_p_f_mv_dv,foo)&wt=xml} status=400 QTime=0
   [junit4]   2> 501595 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 501596 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 501608 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501608 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 501609 INFO  (TEST-TestPointFields.testFloatPointMultiValuedFunctionQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFloatPointMultiValuedFunctionQuery
   [junit4]   2> 501614 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntPointFieldNonSearchableRangeQuery
   [junit4]   2> 501615 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1675625274978336768)]} 0 0
   [junit4]   2> 501616 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1675625274980433920)]} 0 0
   [junit4]   2> 501616 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1675625274980433921)]} 0 0
   [junit4]   2> 501616 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1675625274980433922)]} 0 0
   [junit4]   2> 501617 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1675625274981482496)]} 0 0
   [junit4]   2> 501617 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1675625274981482497)]} 0 0
   [junit4]   2> 501617 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1675625274981482498)]} 0 0
   [junit4]   2> 501618 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1675625274981482499)]} 0 0
   [junit4]   2> 501618 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1675625274982531072)]} 0 0
   [junit4]   2> 501618 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1675625274982531073)]} 0 0
   [junit4]   2> 501645 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501645 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 27
   [junit4]   2> 501646 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni:[*+TO+*]&fl=id,+number_p_i_ni&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 501647 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1675625275011891200)]} 0 0
   [junit4]   2> 501648 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1675625275013988352)]} 0 0
   [junit4]   2> 501648 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1675625275013988353)]} 0 0
   [junit4]   2> 501648 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1675625275013988354)]} 0 0
   [junit4]   2> 501649 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1675625275015036928)]} 0 0
   [junit4]   2> 501649 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1675625275015036929)]} 0 0
   [junit4]   2> 501649 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1675625275015036930)]} 0 0
   [junit4]   2> 501649 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1675625275015036931)]} 0 0
   [junit4]   2> 501650 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1675625275016085504)]} 0 0
   [junit4]   2> 501650 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1675625275016085505)]} 0 0
   [junit4]   2> 501656 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501657 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 501657 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_ns:[*+TO+*]&fl=id,+number_p_i_ni_ns&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 501658 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1675625275024474112)]} 0 0
   [junit4]   2> 501659 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1675625275025522688)]} 0 0
   [junit4]   2> 501659 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1675625275025522689)]} 0 0
   [junit4]   2> 501659 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1675625275025522690)]} 0 0
   [junit4]   2> 501660 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1675625275026571264)]} 0 0
   [junit4]   2> 501660 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1675625275026571265)]} 0 0
   [junit4]   2> 501660 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1675625275026571266)]} 0 0
   [junit4]   2> 501661 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1675625275027619840)]} 0 0
   [junit4]   2> 501661 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1675625275027619841)]} 0 0
   [junit4]   2> 501661 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1675625275027619842)]} 0 0
   [junit4]   2> 501668 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501668 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 501669 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_i_ni_ns_mv:[*+TO+*]&fl=id,+number_p_i_ni_ns_mv&sort=id+asc&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 501669 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 501669 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 501673 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501674 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 501674 INFO  (TEST-TestPointFields.testIntPointFieldNonSearchableRangeQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntPointFieldNonSearchableRangeQuery
   [junit4]   2> 501686 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDoublePointFieldExactQuery
   [junit4]   2> 501688 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1675625275054882816)]} 0 1
   [junit4]   2> 501688 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1675625275055931392)]} 0 0
   [junit4]   2> 501689 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1675625275056979968)]} 0 0
   [junit4]   2> 501689 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1675625275056979969)]} 0 0
   [junit4]   2> 501690 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1675625275058028544)]} 0 0
   [junit4]   2> 501690 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1675625275058028545)]} 0 0
   [junit4]   2> 501690 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1675625275058028546)]} 0 0
   [junit4]   2> 501691 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1675625275059077120)]} 0 0
   [junit4]   2> 501691 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1675625275059077121)]} 0 0
   [junit4]   2> 501691 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1675625275059077122)]} 0 0
   [junit4]   2> 501692 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1675625275060125696)]} 0 0
   [junit4]   2> 501692 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1675625275060125697)]} 0 0
   [junit4]   2> 501692 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1675625275060125698)]} 0 0
   [junit4]   2> 501705 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1675625275061174272)]} 0 12
   [junit4]   2> 501705 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1675625275073757184)]} 0 0
   [junit4]   2> 501706 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1675625275074805760)]} 0 0
   [junit4]   2> 501706 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1675625275074805761)]} 0 0
   [junit4]   2> 501706 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1675625275074805762)]} 0 0
   [junit4]   2> 501707 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1675625275075854336)]} 0 0
   [junit4]   2> 501707 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1675625275075854337)]} 0 0
   [junit4]   2> 501714 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501714 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 501715 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:1.44426891278175168E17&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501716 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:1.9043977231426827E-73&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501716 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-1.0786310669098187E-9&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501717 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:5.5742600063697606E72&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501717 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-2.726563751588323E-129&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501718 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:2.453477599100054E-20&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501718 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:1.2563252130678628E143&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501719 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-3.524819856045666E56&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501719 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:7.803052789143557E97&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501720 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:3.143537718001611E296&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501720 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-6.222491934182055E29&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501720 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:3.1129131065579457E-12&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501721 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:4.757210019085734E53&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501734 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-1.6935272993226767E203&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501734 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-1.7832502589278801E254&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501735 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-1.7535519573087755E-99&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501735 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-3.908283198625292E236&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501736 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:1.6485456127842813E-136&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501736 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-9.262123239309391E207&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501737 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:\-7.414401799794269E260&fl=id,number_p_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501757 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d:(\-7.414401799794269E260+OR+3.1129131065579457E-12+OR+2.453477599100054E-20+OR+5.5742600063697606E72+OR+1.6485456127842813E-136+OR+\-1.7832502589278801E254+OR+\-6.222491934182055E29+OR+\-2.726563751588323E-129+OR+\-3.908283198625292E236+OR+\-1.6935272993226767E203+OR+1.2563252130678628E143+OR+4.757210019085734E53+OR+\-1.0786310669098187E-9+OR+\-9.262123239309391E207+OR+\-1.7535519573087755E-99+OR+3.143537718001611E296+OR+7.803052789143557E97+OR+1.44426891278175168E17+OR+\-3.524819856045666E56+OR+1.9043977231426827E-73)&debug=true&wt=xml} hits=20 status=0 QTime=19
   [junit4]   2> 501758 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 501758 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 501763 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501763 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 501764 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1675625275134574592)]} 0 0
   [junit4]   2> 501765 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1675625275136671744)]} 0 0
   [junit4]   2> 501765 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1675625275136671745)]} 0 0
   [junit4]   2> 501765 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1675625275136671746)]} 0 0
   [junit4]   2> 501766 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1675625275137720320)]} 0 0
   [junit4]   2> 501766 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1675625275137720321)]} 0 0
   [junit4]   2> 501766 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1675625275137720322)]} 0 0
   [junit4]   2> 501767 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1675625275138768896)]} 0 0
   [junit4]   2> 501767 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1675625275138768897)]} 0 0
   [junit4]   2> 501767 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1675625275138768898)]} 0 0
   [junit4]   2> 501768 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1675625275139817472)]} 0 0
   [junit4]   2> 501768 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1675625275139817473)]} 0 0
   [junit4]   2> 501768 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1675625275139817474)]} 0 0
   [junit4]   2> 501769 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1675625275140866048)]} 0 0
   [junit4]   2> 501769 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1675625275140866049)]} 0 0
   [junit4]   2> 501769 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1675625275140866050)]} 0 0
   [junit4]   2> 501770 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1675625275141914624)]} 0 0
   [junit4]   2> 501770 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1675625275141914625)]} 0 0
   [junit4]   2> 501770 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1675625275141914626)]} 0 0
   [junit4]   2> 501771 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1675625275142963200)]} 0 0
   [junit4]   2> 501777 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501777 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 501778 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:4.3385011367114807E114&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501778 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-8.85254641639365E-236&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501779 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:2.3541476738122E-106&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501779 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-3.1857143293122794E220&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501780 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-1.0936683334157115E192&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501780 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:4.573117931420792E33&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501781 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-4.429596852357658E-96&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501781 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-3.1067969810617595E90&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501782 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-6.46183570991495E-200&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501782 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:9.729330283426468E-111&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501782 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:1.2952380415469124E132&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501783 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:3.6937534030638736E-100&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501783 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-2.168849350521069E-155&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501784 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-4.308881966215691E77&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501784 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:7.514455212149725E151&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501785 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:7.164547139695666E45&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501785 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-1.4317462171812705E63&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501786 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:\-1.6131354497732158E288&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501786 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:8.819918578504755E-128&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501787 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:4.519724271678799E-76&fl=id,number_p_d_mv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501797 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_mv:(7.514455212149725E151+OR+2.3541476738122E-106+OR+\-4.308881966215691E77+OR+9.729330283426468E-111+OR+4.3385011367114807E114+OR+\-4.429596852357658E-96+OR+\-2.168849350521069E-155+OR+\-6.46183570991495E-200+OR+\-8.85254641639365E-236+OR+7.164547139695666E45+OR+1.2952380415469124E132+OR+\-1.4317462171812705E63+OR+\-3.1067969810617595E90+OR+\-1.0936683334157115E192+OR+\-3.1857143293122794E220+OR+4.573117931420792E33+OR+3.6937534030638736E-100+OR+8.819918578504755E-128+OR+\-1.6131354497732158E288+OR+4.519724271678799E-76)&debug=true&wt=xml} hits=20 status=0 QTime=9
   [junit4]   2> 501798 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 501807 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 8
   [junit4]   2> 501811 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501811 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 501813 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1675625275185954816)]} 0 0
   [junit4]   2> 501813 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1675625275187003392)]} 0 0
   [junit4]   2> 501813 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1675625275187003393)]} 0 0
   [junit4]   2> 501814 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1675625275188051968)]} 0 0
   [junit4]   2> 501814 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1675625275188051969)]} 0 0
   [junit4]   2> 501814 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1675625275188051970)]} 0 0
   [junit4]   2> 501815 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1675625275189100544)]} 0 0
   [junit4]   2> 501815 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1675625275189100545)]} 0 0
   [junit4]   2> 501815 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1675625275189100546)]} 0 0
   [junit4]   2> 501816 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1675625275190149120)]} 0 0
   [junit4]   2> 501816 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1675625275190149121)]} 0 0
   [junit4]   2> 501817 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1675625275190149122)]} 0 0
   [junit4]   2> 501817 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1675625275191197696)]} 0 0
   [junit4]   2> 501817 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1675625275191197697)]} 0 0
   [junit4]   2> 501817 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1675625275191197698)]} 0 0
   [junit4]   2> 501818 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1675625275192246272)]} 0 0
   [junit4]   2> 501818 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1675625275192246273)]} 0 0
   [junit4]   2> 501818 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1675625275192246274)]} 0 0
   [junit4]   2> 501819 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1675625275193294848)]} 0 0
   [junit4]   2> 501819 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1675625275193294849)]} 0 0
   [junit4]   2> 501826 INFO  (searcherExecutor-2995-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 501826 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 501827 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_dv:\-1.9595294275289684E305&fl=id,number_p_d_dv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501827 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=number_p_d_dv:\-1.950433453528023E-214&fl=id,number_p_d_dv&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 501828 INFO  (TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[EF2FDF827C07DFAD]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=

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

v_sml=DocValuesFormat(name=Lucene80), number_p_l_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_d_mv_dv=DocValuesFormat(name=Asserting), number_p_i_dv=DocValuesFormat(name=Lucene80), number_p_f_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_i_mv_dv_sml=DocValuesFormat(name=Asserting), number_p_f_ni_dv_smf=DocValuesFormat(name=Lucene80), number_p_dt_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_f_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_i_ni_dv=DocValuesFormat(name=Lucene80), number_p_f_dv_ns=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=454, maxMBSortInHeap=6.4801977245338245, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fr-WF, timezone=Europe/Riga
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=78753312,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestFaceting, MultiSolrCloudTestCaseTest, ExternalFileFieldSortTest, HDFSCollectionsAPITest, TestRequestRateLimiter, FileBasedSpellCheckerTest, TestAnalyzeInfixSuggestions, TestLegacyFieldCache, TestStressInPlaceUpdates, TestAuthorizationFramework, TestTermsQParserPlugin, ExplicitHLLTest, TermsComponentTest, TestClusterStateMutator, TestPrepRecovery, BlobRepositoryCloudTest, DistributedSpellCheckComponentTest, TestCollationFieldDocValues, TestMaxScoreQueryParser, AtomicUpdatesTest, TestLuceneMatchVersion, TestNRTOpen, CdcrUpdateLogTest, SortSpecParsingTest, PreAnalyzedFieldTest, ResponseLogComponentTest, TestComplexPhraseQParserPlugin, TestPayloadCheckQParserPlugin, BigEndianAscendingWordDeserializerTest, ParsingFieldUpdateProcessorsTest, TestCorePropertiesReload, SplitHandlerTest, TestCustomDocTransformer, TestSolrConfigHandlerConcurrent, TestRandomRequestDistribution, CachingDirectoryFactoryTest, DateFieldTest, DocValuesMultiTest, TestDynamicFieldCollectionResource, AnalyticsMergeStrategyTest, SearchHandlerTest, BlockDirectoryTest, CoreAdminHandlerTest, RangeFacetCloudTest, TestReload, FileUtilsTest, SolrMetricReporterTest, TestClusterProperties, TestRequestStatusCollectionAPI, TestJoin, TestSolrCloudWithKerberosAlt, TestPointFields]
   [junit4] Completed [137/866 (1!)] on J2 in 61.77s, 104 tests, 1 error <<< FAILURES!

[...truncated 1461 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 2883050 INFO  (SUITE-TestConfigOverlay-seed#[EF2FDF827C07DFAD]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=EF2FDF827C07DFAD -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=Asia/Aden -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J1 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EF2FDF827C07DFAD:BD0312A7684FF521]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ms, timezone=Asia/Aden
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=111077432,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedMLTComponentTest, DistributedQueryElevationComponentTest, TestOrdValues, TestCoreDiscovery, MetricsHandlerTest, DirectSolrSpellCheckerTest, TestSolrConfigHandlerCloud, TestFuzzyAnalyzedSuggestions, TestGraphMLResponseWriter, SolrRrdBackendFactoryTest, SolrCloudExampleTest, SortByFunctionTest, TestCSVLoader, AtomicUpdateRemovalJavabinTest, CdcrBidirectionalTest, CSVRequestHandlerTest, AsyncCallRequestStatusResponseTest, TestXIncludeConfig, CurrencyFieldTypeTest, TestBlendedInfixSuggestions, CdcrWithNodesRestartsTest, TestBooleanSimilarityFactory, NestedAtomicUpdateTest, TestExpandComponent, TransactionLogTest, TestHttpServletCarrier, TestValueSourceCache, HdfsNNFailoverTest, DeleteShardTest, HealthCheckHandlerTest, SharedFSAutoReplicaFailoverTest, CustomCollectionTest, SaslZkACLProviderTest, TestLazySolrCluster, TestRestoreCore, DistribDocExpirationUpdateProcessorTest, TestReplicaProperties, TestTlogReplayVsRecovery, AlternateDirectoryTest, TestSolrCloudWithDelegationTokens, TestRequestForwarding, TestCloudSearcherWarming, TestPseudoReturnFields, TestPKIAuthenticationPlugin, ZkNodePropsTest, TestCoreBackup, TestUnifiedSolrHighlighter, CoreAdminCreateDiscoverTest, TestImpersonationWithHadoopAuth, TestUniqueKeyFieldResource, FastVectorHighlighterTest, TestDocTermOrdsUninvertLimit, TestPushWriter, TestManagedSynonymGraphFilterFactory, TestManagedResourceStorage, TestExactSharedStatsCache, DistributedUpdateProcessorTest, TestDistribDocBasedVersion, HdfsDirectoryFactoryTest, TestSolrCachePerf, TestSmileRequest, CloneFieldUpdateProcessorFactoryTest, TestRetrieveFieldsOptimizer, TestEmbeddedSolrServerAdminHandler, HdfsBasicDistributedZkTest, TestFieldCollectionResource, SolrInfoBeanTest, DOMUtilTest, ZkStateReaderTest, SolrIndexSearcherTest, RollingRestartTest, DistributedTermsComponentTest, TestChildDocTransformerHierarchy, BlockCacheTest, TriLevelCompositeIdRoutingTest, TestMergePolicyConfig, HighlighterTest, SpellCheckCollatorTest, SolrSlf4jReporterTest, TestSolrTestCaseJ4, RankQueryTest, TestBulkSchemaConcurrent, TestMissingGroups, HdfsDirectoryTest, TestLegacyField, TestCollectionsAPIViaSolrCloudCluster, BasicFunctionalityTest, TestConfigSetProperties, BasicDistributedZk2Test, AuditLoggerIntegrationTest, RecoveryZkTest, UninvertDocValuesMergePolicyTest, ForceLeaderWithTlogReplicasTest, TestHighlightDedupGrouping, TestDistributedSearch, ClusterStateMockUtilTest, AnalysisErrorHandlingTest, LeaderFailureAfterFreshStartTest, TestNumericRangeQuery64, TestRecoveryHdfs, TestJettySolrRunner, TestSimpleTextCodec, SparseHLLTest, DistributedFacetSimpleRefinementLongTailTest, TestCopyFieldCollectionResource, SolrMetricManagerTest, MoveReplicaTest, HttpPartitionTest, TestSearchPerf, TestSolrJ, RequestLoggingTest, TestPullReplicaErrorHandling, BJQParserTest, TestZkAclsWithHadoopAuth, TestRandomFaceting, TestSafeXMLParsing, TestStressReorder, CollectionsAPIAsyncDistributedZkTest, TestCustomSort, TestSolrDeletionPolicy2, SuggesterFSTTest, CollectionPropsTest, StressHdfsTest, TestInPlaceUpdatesDistrib, TestSolrCoreSnapshots, TestOnReconnectListenerSupport, TestConfigSetsAPIExclusivity, TestScoreJoinQPScore, SignatureUpdateProcessorFactoryTest, TestCloudJSONFacetJoinDomain, IndexSchemaTest, NestedShardedAtomicUpdateTest, BasicAuthOnSingleNodeTest, TestDeprecatedFilters, RankFieldTest, QueryEqualityTest, TestExclusionRuleCollectionAccess, BooleanFieldTest, TestNumericTerms64, TestReplicationHandlerBackup, ConnectionManagerTest, DeleteInactiveReplicaTest, DistributedVersionInfoTest, LeaderElectionTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest, OverseerTaskQueueTest, PackageManagerCLITest, ReindexCollectionTest, ReplicationFactorTest, SystemCollectionCompatTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestDistributedMap, TestDownShardTolerantSearch, TestHashPartitioner, TestLeaderElectionZkExpiry, TestLocalStatsCacheCloud, TestSSLRandomization, TestSegmentSorting, TestTolerantUpdateProcessorCloud, TestWaitForStateWithJettyShutdowns, UnloadDistributedZkTest, SimpleCollectionCreateDeleteTest, TestHdfsCloudBackupRestore, HdfsTlogReplayBufferedWhileIndexingTest, ZkStateWriterTest, ByteBuffersDirectoryFactoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, PluginInfoTest, QueryResultKeyTest, ResourceLoaderTest, SOLR749Test, TestBackupRepositoryFactory, TestCodecSupport, TestConfig, TestConfigOverlay]
   [junit4] Completed [562/866 (2!)] on J1 in 0.04s, 2 tests, 1 failure <<< FAILURES!

[...truncated 1864 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.LBSolrClientTest
   [junit4] FAILURE 0.30s J1 | LBSolrClientTest.testServerIteratorTimeAllowed <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected exception SolrServerException but no exception was thrown
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
   [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:566)
   [junit4] Completed [125/204 (1!)] on J1 in 0.31s, 4 tests, 1 failure <<< FAILURES!

[...truncated 51156 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 60 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/60/

1 tests failed.
FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9AA45562E0446DE9:C8889847F40C4765]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13799 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 2682714 INFO  (SUITE-TestConfigOverlay-seed#[9AA45562E0446DE9]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=9AA45562E0446DE9 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=da-GL -Dtests.timezone=Pacific/Kwajalein -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9AA45562E0446DE9:C8889847F40C4765]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=21222, maxDocsPerChunk=223, blockShift=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=21222, blockSize=6)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=da-GL, timezone=Pacific/Kwajalein
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=314097192,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateRequestProcessorFactoryTest, SolrJmxReporterTest, TestStressThreadBackup, TestInfoStreamLogging, DataDrivenBlockJoinTest, TestSolrFieldCacheBean, DistributedFacetPivotLongTailTest, HdfsWriteToMultipleCollectionsTest, TestUnInvertedFieldException, ClusterStateUpdateTest, TestSolrDeletionPolicy1, TestLocalFSCloudBackupRestore, ActionThrottleTest, PropertiesRequestHandlerTest, TestSolrJacksonAnnotation, PreAnalyzedUpdateProcessorTest, ResourceLoaderTest, TestScoreJoinQPNoScore, TestPullReplica, CircularListTest, TestElisionMultitermQuery, DirectSolrConnectionTest, GraphQueryTest, TestCloudRecovery2, TestRSAKeyPair, TestReversedWildcardFilterFactory, OverseerSolrResponseUnsafeSerializationTest, TestMiniSolrCloudClusterSSL, DistributedQueueTest, PingRequestHandlerTest, BigEndianAscendingWordSerializerTest, TestCloudDeleteByQuery, TestSlowCompositeReaderWrapper, LeaderVoteWaitTimeoutTest, FullHLLTest, TestFieldTypeCollectionResource, ConjunctionSolrSpellCheckerTest, TestEmbeddedSolrServerSchemaAPI, TestManagedResource, DateRangeFieldTest, TestSchemaField, TestConfigSetImmutable, TestSortableTextField, ClassificationUpdateProcessorTest, AssignBackwardCompatibilityTest, TestStressLiveNodes, TestCustomStream, CopyFieldTest, TestConfigSetsAPI, PKIAuthenticationIntegrationTest, TestManagedSynonymFilterFactory, ResponseHeaderTest, ExitableDirectoryReaderTest, CursorPagingTest, SpatialHeatmapFacetsTest, TestMacros, QueryResultKeyTest, TestLazyCores, RemoteQueryErrorTest, StatelessScriptUpdateProcessorFactoryTest, TestComponentsName, CdcrOpsAndBoundariesTest, TestSolrXml, TlogReplayBufferedWhileIndexingTest, CloudExitableDirectoryReaderTest, RestartWhileUpdatingTest, MigrateRouteKeyTest, TestQueryUtils, TestSolrCloudSnapshots, ImplicitSnitchTest, TestDocTermOrds, ThreadDumpHandlerTest, TestDistribIDF, TestSchemaResource, TestInPlaceUpdatesStandalone, TestCollectionAPIs, LeaderElectionContextKeyTest, TestDownShardTolerantSearch, TestDynamicFieldResource, MultiThreadedOCPTest, TestRecovery, TestSubQueryTransformer, UpdateParamsTest, TestRebalanceLeaders, TestPostingsSolrHighlighter, PrimitiveFieldTypeTest, TestExactStatsCacheCloud, ChaosMonkeySafeLeaderWithPullReplicasTest, TestDFISimilarityFactory, TestUseDocValuesAsStored2, CategoryRoutedAliasUpdateProcessorTest, TestLeaderElectionZkExpiry, MoveReplicaHDFSTest, ShowFileRequestHandlerTest, TestBinaryField, CertAuthPluginTest, TestPackages, TestRandomDVFaceting, HighlighterMaxOffsetTest, XmlInterpolationTest, StatsReloadRaceTest, DistributedExpandComponentTest, AnalyticsQueryTest, ResolveAnalyzerByNameTest, TestLegacyNumericUtils, TestSort, TestRangeQuery, DistributedQueryComponentOptimizationTest, SolrPluginUtilsTest, TestReplicationHandler, TestMinMaxOnMultiValuedField, InfoHandlerTest, TestGeoJSONResponseWriter, TestBlobHandler, TestPayloadScoreQParserPlugin, TestStressVersions, CollectionTooManyReplicasTest, TestCloudSchemaless, RankQParserPluginTest, TestBinaryResponseWriter, DeleteReplicaTest, HdfsRecoveryZkTest, TestCrossCoreJoin, IndexBasedSpellCheckerTest, AdminHandlersProxyTest, TestNumericRangeQuery32, V2StandaloneTest, ShardSplitTest, AddBlockUpdateTest, BasicAuthIntegrationTest, TestLRUStatsCache, TestQuerySenderListener, SolrMetricsIntegrationTest, TestChildDocTransformer, BaseCdcrDistributedZkTest, SampleTest, JavaBinAtomicUpdateMultivalueTest, TestSweetSpotSimilarityFactory, ConcurrentDeleteAndCreateCollectionTest, OverseerTest, MergeStrategyTest, SolrShardReporterTest, TestDistribDocBasedVersion, TestLockTree, TestSSLRandomization, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorRandomCloud, UnloadDistributedZkTest, AsyncCallRequestStatusResponseTest, TestCollectionAPI, TestRequestStatusCollectionAPI, CdcrWithNodesRestartsTest, HDFSCollectionsAPITest, HdfsRecoverLeaseTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, RulesTest, TestCodecSupport, TestConfigOverlay]
   [junit4] Completed [561/866 (1!)] on J0 in 0.05s, 2 tests, 1 failure <<< FAILURES!

[...truncated 53011 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-master - Build # 59 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/59/

1 tests failed.
FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([52AAA85BD407A21A:86657EC04F8896]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13854 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 2783598 INFO  (SUITE-TestConfigOverlay-seed#[52AAA85BD407A21A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay -Dtests.method=testPaths -Dtests.seed=52AAA85BD407A21A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=dav -Dtests.timezone=Europe/Ljubljana -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.04s J2 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([52AAA85BD407A21A:86657EC04F8896]:0)
   [junit4]    > 	at org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1737, maxMBSortInHeap=5.976977434377297, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=dav, timezone=Europe/Ljubljana
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=387787904,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestJoin, DateMathParserTest, TestSolrConfigHandler, TestHashPartitioner, TestSchemaVersionResource, LukeRequestHandlerTest, TermsComponentTest, CursorMarkTest, PhrasesIdentificationComponentTest, CoreMergeIndexesAdminHandlerTest, TestDistributedGrouping, TestMaxScoreQueryParser, TestSolr4Spatial, TestFieldCache, TestSchemalessBufferedUpdates, TestHdfsBackupRestoreCore, RequestHandlersTest, TestNestedUpdateProcessor, HDFSCollectionsAPITest, CreateRoutedAliasTest, TestDefaultStatsCache, TestFaceting, TestSolrCoreParser, TestMultiWordSynonyms, ReindexCollectionTest, TestManagedSchemaAPI, TestConfigSetsAPIZkFailure, SearchHandlerTest, TestRequestRateLimiter, TestCorePropertiesReload, TestTlogReplica, ClassificationUpdateProcessorIntegrationTest, TestSortByMinMaxFunction, SliceStateTest, IgnoreLargeDocumentProcessorFactoryTest, TestFunctionQuery, RangeFacetCloudTest, TestSQLHandler, TestFieldCacheSortRandom, FileUtilsTest, TestInPlaceUpdatesRequiredField, DocumentAnalysisRequestHandlerTest, TaggingAttributeTest, OverseerTaskQueueTest, ParsingFieldUpdateProcessorsTest, SolrMetricReporterTest, CollectionReloadTest, TestHttpShardHandlerFactory, TestUnifiedSolrHighlighterWithoutStoredId, TestStreamBody, TestSolrConfigHandlerConcurrent, TestCaffeineCache, CdcrUpdateLogTest, TestSimpleTrackingShardHandler, DeleteNodeTest, TestCloudConsistency, TestQueryTypes, ZkControllerTest, SolrXmlInZkTest, DocValuesMultiTest, TestLockTree, TestHighFrequencyDictionaryFactory, TestDocSet, ClusterStateTest, TestCollationFieldDocValues, BJQFilterAccessibleTest, ExternalFileFieldSortTest, QueryParsingTest, TestJavabinTupleStreamParser, CoreAdminHandlerTest, HdfsUnloadDistributedZkTest, BlobRepositoryCloudTest, TestStressUserVersions, TestUseDocValuesAsStored, DistributedQueryComponentCustomSortTest, FileBasedSpellCheckerTest, TestConfigSets, SmileWriterTest, TestNRTOpen, HLLUtilTest, TestClusterProperties, CrossCollectionJoinQueryTest, MultiDestinationAuditLoggerTest, TestSizeLimitedDistributedMap, UtilsToolTest, TestFieldResource, ManagedSchemaRoundRobinCloudTest, TolerantUpdateProcessorTest, TestSolrCLIRunExample, CollectionsAPIDistributedZkTest, TestSolrCloudWithKerberosAlt, CacheHeaderTest, TestComplexPhraseQParserPlugin, TestCoreAdminApis, TestTermsQParserPlugin, TestExactStatsCache, DefaultValueUpdateProcessorTest, TestLeaderElectionWithEmptyReplica, TestLegacyFieldReuse, UpdateLogTest, ReturnFieldsTest, HdfsRecoverLeaseTest, TestSuggestSpellingConverter, MetricsHistoryHandlerTest, TestQueryingOnDownCollection, BasicDistributedZkTest, TestFieldSortValues, TestRestManager, AuthToolTest, TestStressLucene, ReplicationFactorTest, SolrCloudReportersTest, TestWaitForStateWithJettyShutdowns, HighlighterWithoutStoredIdTest, FullSolrCloudDistribCmdsTest, ProtectedTermFilterFactoryTest, TestSha256AuthenticationProvider, TestAuthorizationFramework, TestConfigReload, TestRandomCollapseQParserPlugin, TokenizerChainTest, HttpPartitionWithTlogReplicasTest, MoveReplicaHDFSFailoverTest, FacetPivotSmallTest, CachingDirectoryFactoryTest, TestManagedStopFilterFactory, TestClassicSimilarityFactory, SolrJmxReporterCloudTest, SchemaVersionSpecificBehaviorTest, TestEmbeddedSolrServerConstructors, TestApiFramework, NoCacheHeaderTest, TestLegacyFieldCache, OverseerCollectionConfigSetProcessorTest, TestBadConfig, CustomHighlightComponentTest, PeerSyncReplicationTest, PreAnalyzedFieldTest, TestHdfsCloudBackupRestore, SimpleFacetsTest, TestPayloadCheckQParserPlugin, TestDistribPackageStore, DistribDocExpirationUpdateProcessorTest, LeaderTragicEventTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSTest, MoveReplicaTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerSolrResponseTest, OverseerTest, RemoteQueryErrorTest, ReplaceNodeTest, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestCloudSearcherWarming, TestRSAKeyPair, TestRandomFlRTGCloud, TestRequestForwarding, TestSegmentSorting, TestTlogReplayVsRecovery, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, AsyncCallRequestStatusResponseTest, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, TestCollectionAPI, TestLocalFSCloudBackupRestore, TestReplicaProperties, CdcrBootstrapTest, ImplicitSnitchTest, RuleEngineTest, RulesTest, TestConfigOverlay]
   [junit4] Completed [577/866 (1!)] on J2 in 0.15s, 2 tests, 1 failure <<< FAILURES!

[...truncated 53002 lines...]