Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6076/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseG1GC
3 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasics Error Message: IOException occured when talking to server at: http://127.0.0.1:57978/solr/testSolrCloudCollection_shard1_replica1 Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:57978/solr/testSolrCloudCollection_shard1_replica1 at __randomizedtesting.SeedInfo.seed([3DEA98CEFD6B2603:3236E2C5857873]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193) at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196) at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:57978/solr/testSolrCloudCollection_shard1_replica1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:365) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ... 1 more Caused by: java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513) ... 10 more FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation Error Message: java.lang.NullPointerException Stack Trace: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException at __randomizedtesting.SeedInfo.seed([3DEA98CEFD6B2603]:0) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263) at com.google.common.cache.LocalCache.get(LocalCache.java:4000) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874) at org.apache.hadoop.security.Groups.getGroups(Groups.java:182) at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64) at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86) at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012) at org.apache.hadoop.util.Shell.runCommand(Shell.java:483) at org.apache.hadoop.util.Shell.run(Shell.java:456) at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722) at org.apache.hadoop.util.Shell.execCommand(Shell.java:815) at org.apache.hadoop.util.Shell.execCommand(Shell.java:798) at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84) at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52) at org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51) at org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239) at org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220) at org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257) ... 31 more FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation Error Message: Stack Trace: java.lang.NullPointerException at __randomizedtesting.SeedInfo.seed([3DEA98CEFD6B2603]:0) at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 11289 lines...] [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation [junit4] 2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithSecureImpersonation_3DEA98CEFD6B2603-001\init-core-data-001 [junit4] 2> 1234764 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[3DEA98CEFD6B2603]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) [junit4] 2> 1235021 WARN (SUITE-TestSolrCloudWithSecureImpersonation-seed#[3DEA98CEFD6B2603]-worker) [ ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [junit4] 2> 1235061 ERROR (SUITE-TestSolrCloudWithSecureImpersonation-seed#[3DEA98CEFD6B2603]-worker) [ ] o.a.h.u.Shell Failed to locate the winutils binary in the hadoop binary path [junit4] 2> java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. [junit4] 2> at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356) [junit4] 2> at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371) [junit4] 2> at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364) [junit4] 2> at org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:80) [junit4] 2> at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:130) [junit4] 2> at org.apache.hadoop.security.Groups.<init>(Groups.java:94) [junit4] 2> at org.apache.hadoop.security.Groups.<init>(Groups.java:74) [junit4] 2> at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:60) [junit4] 2> at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86) [junit4] 2> at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] 2> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 1235082 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[3DEA98CEFD6B2603]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=838, maxMBSortInHeap=5.1150952942306045, sim=ClassicSimilarity, locale=es-BO, timezone=America/Cayman [junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_102 (32-bit)/cpus=3,threads=1,free=157519640,total=520093696 [junit4] 2> NOTE: All tests run in this JVM: [TestDynamicLoading, TestCloudInspectUtil, BlockJoinFacetRandomTest, TestSchemaManager, TestQuerySenderListener, TestShardHandlerFactory, WrapperMergePolicyFactoryTest, TestGraphMLResponseWriter, TestFileDictionaryLookup, OverseerModifyCollectionTest, ConnectionReuseTest, FieldAnalysisRequestHandlerTest, RulesTest, DeleteStatusTest, UniqFieldsUpdateProcessorFactoryTest, CollectionStateFormat2Test, LeaderElectionIntegrationTest, CacheHeaderTest, TestValueSourceCache, TestClassicSimilarityFactory, AsyncCallRequestStatusResponseTest, DistributedTermsComponentTest, BigEndianAscendingWordDeserializerTest, TestTolerantUpdateProcessorRandomCloud, GraphQueryTest, TestHdfsUpdateLog, DeleteReplicaTest, TestNamedUpdateProcessors, TestAtomicUpdateErrorCases, TestSolrDeletionPolicy2, TestNoOpRegenerator, TestJettySolrRunner, TestCloudPseudoReturnFields, SignatureUpdateProcessorFactoryTest, TestStressLiveNodes, TestConfigSetsAPI, TestManagedResourceStorage, TestFieldCacheSort, CloudMLTQParserTest, TestFieldCacheVsDocValues, TestTrie, DocValuesMissingTest, SaslZkACLProviderTest, TestLocalFSCloudBackupRestore, AnalyticsQueryTest, TestCrossCoreJoin, TestFieldCacheReopen, TestRecoveryHdfs, TestSimpleTrackingShardHandler, TestDistributedMissingSort, CdcrReplicationDistributedZkTest, BaseCdcrDistributedZkTest, SimpleCollectionCreateDeleteTest, TestInfoStreamLogging, HdfsBasicDistributedZk2Test, TestJoin, TestDistribIDF, TestDistribDocBasedVersion, SharedFSAutoReplicaFailoverTest, TermVectorComponentTest, TestCoreDiscovery, TestCloudSchemaless, TestScoreJoinQPScore, BlockDirectoryTest, MultiThreadedOCPTest, TestShortCircuitedRequests, TestBadConfig, TestSolrConfigHandlerConcurrent, SegmentsInfoRequestHandlerTest, TestExclusionRuleCollectionAccess, NotRequiredUniqueKeyTest, TestLMJelinekMercerSimilarityFactory, TestMiniSolrCloudCluster, TestUtils, CdcrRequestHandlerTest, TestBlobHandler, OverseerStatusTest, AliasIntegrationTest, MultiTermTest, TestSchemaNameResource, TestRTGBase, RequestHandlersTest, DeleteLastCustomShardedReplicaTest, TestTrackingShardHandlerFactory, TestReplicaProperties, BJQParserTest, TestRawTransformer, TestOnReconnectListenerSupport, SpatialRPTFieldTypeTest, AddBlockUpdateTest, DateFieldTest, SolrCmdDistributorTest, TestSerializedLuceneMatchVersion, TestReversedWildcardFilterFactory, TestSolrIndexConfig, TestHighFrequencyDictionaryFactory, SolrCloudExampleTest, TestCSVResponseWriter, TestMaxScoreQueryParser, TestRecovery, CdcrUpdateLogTest, DistributedQueryComponentCustomSortTest, TestQueryTypes, TestSolrCloudWithSecureImpersonation] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=3DEA98CEFD6B2603 -Dtests.slow=true -Dtests.locale=es-BO -Dtests.timezone=America/Cayman -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<< [junit4] > Throwable #1: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException [junit4] > at __randomizedtesting.SeedInfo.seed([3DEA98CEFD6B2603]:0) [junit4] > at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263) [junit4] > at com.google.common.cache.LocalCache.get(LocalCache.java:4000) [junit4] > at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004) [junit4] > at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874) [junit4] > at org.apache.hadoop.security.Groups.getGroups(Groups.java:182) [junit4] > at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64) [junit4] > at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86) [junit4] > at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: java.lang.NullPointerException [junit4] > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012) [junit4] > at org.apache.hadoop.util.Shell.runCommand(Shell.java:483) [junit4] > at org.apache.hadoop.util.Shell.run(Shell.java:456) [junit4] > at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722) [junit4] > at org.apache.hadoop.util.Shell.execCommand(Shell.java:815) [junit4] > at org.apache.hadoop.util.Shell.execCommand(Shell.java:798) [junit4] > at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84) [junit4] > at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52) [junit4] > at org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51) [junit4] > at org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239) [junit4] > at org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220) [junit4] > at org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208) [junit4] > at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599) [junit4] > at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379) [junit4] > at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342) [junit4] > at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257) [junit4] > ... 31 moreThrowable #2: java.lang.NullPointerException [junit4] > at __randomizedtesting.SeedInfo.seed([3DEA98CEFD6B2603]:0) [junit4] > at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] Completed [219/632 (1!)] on J1 in 0.37s, 0 tests, 2 errors <<< FAILURES! [...truncated 1207 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> 3057538 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[3DEA98CEFD6B2603]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 3057539 INFO (Thread-6012) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 3057539 INFO (Thread-6012) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 3057638 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[3DEA98CEFD6B2603]) [ ] o.a.s.c.ZkTestServer start zk server on port:57956 [junit4] 2> 3057638 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[3DEA98CEFD6B2603]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057639 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[3DEA98CEFD6B2603]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057653 INFO (zkCallback-10863-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bd2cd4 name:ZooKeeperConnection Watcher:127.0.0.1:57956 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057653 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[3DEA98CEFD6B2603]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057654 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[3DEA98CEFD6B2603]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057654 INFO (TEST-BasicAuthIntegrationTest.testBasics-seed#[3DEA98CEFD6B2603]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 3057674 INFO (jetty-launcher-10862-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 3057675 INFO (jetty-launcher-10862-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16a2212{/solr,null,AVAILABLE} [junit4] 2> 3057677 INFO (jetty-launcher-10862-thread-4) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 3057677 INFO (jetty-launcher-10862-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@884bd7{HTTP/1.1,[http/1.1]}{127.0.0.1:57960} [junit4] 2> 3057677 INFO (jetty-launcher-10862-thread-1) [ ] o.e.j.s.Server Started @3061934ms [junit4] 2> 3057677 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57960} [junit4] 2> 3057677 INFO (jetty-launcher-10862-thread-5) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 3057678 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 3057678 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node1' [junit4] 2> 3057678 INFO (jetty-launcher-10862-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@599764{/solr,null,AVAILABLE} [junit4] 2> 3057678 INFO (jetty-launcher-10862-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c37ec4{/solr,null,AVAILABLE} [junit4] 2> 3057679 INFO (jetty-launcher-10862-thread-5) [ ] o.e.j.s.ServerConnector Started ServerConnector@108766{HTTP/1.1,[http/1.1]}{127.0.0.1:57964} [junit4] 2> 3057679 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3057679 INFO (jetty-launcher-10862-thread-5) [ ] o.e.j.s.Server Started @3061936ms [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57964} [junit4] 2> 3057679 INFO (jetty-launcher-10862-thread-4) [ ] o.e.j.s.ServerConnector Started ServerConnector@9ac946{HTTP/1.1,[http/1.1]}{127.0.0.1:57963} [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-4) [ ] o.e.j.s.Server Started @3061936ms [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57963} [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node3' [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node4' [junit4] 2> 3057680 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3057683 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 3057683 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3057683 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 3057683 INFO (jetty-launcher-10862-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 3057683 INFO (jetty-launcher-10862-thread-3) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 3057684 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057684 INFO (jetty-launcher-10862-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17ded3d{/solr,null,AVAILABLE} [junit4] 2> 3057684 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057685 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057685 INFO (jetty-launcher-10862-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@16c60cc{HTTP/1.1,[http/1.1]}{127.0.0.1:57970} [junit4] 2> 3057685 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057685 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057685 INFO (jetty-launcher-10862-thread-2) [ ] o.e.j.s.Server Started @3061942ms [junit4] 2> 3057686 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57970} [junit4] 2> 3057686 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 3057686 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node2' [junit4] 2> 3057686 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3057686 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057686 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 3057686 INFO (jetty-launcher-10862-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f68ff3{/solr,null,AVAILABLE} [junit4] 2> 3057687 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057688 INFO (jetty-launcher-10862-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@1220e86{HTTP/1.1,[http/1.1]}{127.0.0.1:57978} [junit4] 2> 3057688 INFO (jetty-launcher-10862-thread-3) [ ] o.e.j.s.Server Started @3061944ms [junit4] 2> 3057688 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057688 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57978} [junit4] 2> 3057688 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 3057689 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node5' [junit4] 2> 3057689 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3057689 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 3057690 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057732 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057740 INFO (zkCallback-10864-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51e2ed name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057740 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057741 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057743 INFO (zkCallback-10867-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@812b3f name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057744 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057744 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057746 INFO (zkCallback-10865-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18775a0 name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057746 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057746 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057747 INFO (zkCallback-10866-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f9e131 name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057747 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057747 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057752 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3057752 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3057755 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3057756 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3057791 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node3\. [junit4] 2> 3057791 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.CoreContainer New CoreContainer 15638886 [junit4] 2> 3057791 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node3] [junit4] 2> 3057791 WARN (jetty-launcher-10862-thread-5) [ ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node3\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node3\lib [junit4] 2> 3057792 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 3057804 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 3057804 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3057804 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3057804 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57956/solr [junit4] 2> 3057804 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 3057804 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057806 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057807 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node1\. [junit4] 2> 3057807 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 901569 [junit4] 2> 3057808 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node1] [junit4] 2> 3057808 WARN (jetty-launcher-10862-thread-1) [ ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node1\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node1\lib [junit4] 2> 3057808 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 3057811 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 3057812 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3057812 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3057812 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57956/solr [junit4] 2> 3057812 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 3057812 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057814 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057831 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node2\. [junit4] 2> 3057831 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 30988106 [junit4] 2> 3057831 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node2] [junit4] 2> 3057831 WARN (jetty-launcher-10862-thread-2) [ ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node2\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node2\lib [junit4] 2> 3057832 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 3057835 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 3057835 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3057835 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3057836 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57956/solr [junit4] 2> 3057836 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 3057836 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057839 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057842 INFO (zkCallback-10868-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8d936c name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057842 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057842 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057846 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 3057846 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node4\. [junit4] 2> 3057847 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.CoreContainer New CoreContainer 13178752 [junit4] 2> 3057847 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node4] [junit4] 2> 3057847 WARN (jetty-launcher-10862-thread-4) [ ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node4\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node4\lib [junit4] 2> 3057847 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 3057854 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 3057854 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3057854 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3057854 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57956/solr [junit4] 2> 3057854 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 3057854 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057856 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057866 INFO (zkCallback-10871-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@191c824 name:ZooKeeperConnection Watcher:127.0.0.1:57956 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057866 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057867 INFO (jetty-launcher-10862-thread-5) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057869 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node5\. [junit4] 2> 3057869 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 5448782 [junit4] 2> 3057869 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node5] [junit4] 2> 3057869 WARN (jetty-launcher-10862-thread-3) [ ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node5\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node5\lib [junit4] 2> 3057869 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 3057873 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 3057873 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3057873 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3057873 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57956/solr [junit4] 2> 3057873 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 3057873 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 3057873 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057878 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1506788@1579678 [junit4] 2> 3057880 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057882 INFO (zkCallback-10874-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a5047 name:ZooKeeperConnection Watcher:127.0.0.1:57956 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057882 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057882 INFO (jetty-launcher-10862-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057884 INFO (zkCallback-10877-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b41b2a name:ZooKeeperConnection Watcher:127.0.0.1:57956 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057884 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057884 INFO (zkCallback-10880-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e4e6f6 name:ZooKeeperConnection Watcher:127.0.0.1:57956 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057884 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057885 INFO (jetty-launcher-10862-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057885 INFO (jetty-launcher-10862-thread-4) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057896 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1506788@c7afa8 [junit4] 2> 3057904 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057907 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x156c284ec110008, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 3057908 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x156c284ec110009, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 3057908 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1506788@1533c0c [junit4] 2> 3057908 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1506788@16fc985 [junit4] 2> 3057911 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057911 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057916 INFO (zkCallback-10884-thread-1-processing-n:127.0.0.1:57964_solr) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11ff651 name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057916 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057916 INFO (zkCallback-10883-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e61ebe name:ZooKeeperConnection Watcher:127.0.0.1:57956 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057916 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057917 INFO (jetty-launcher-10862-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 3057922 INFO (zkCallback-10885-thread-1-processing-n:127.0.0.1:57960_solr) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@198e1eb name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057923 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057924 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 3057925 INFO (zkCallback-10886-thread-1-processing-n:127.0.0.1:57970_solr) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ed0205 name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057925 INFO (zkCallback-10887-thread-1-processing-n:127.0.0.1:57963_solr) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e0051f name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057925 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057927 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1506788@51a30f [junit4] 2> 3057928 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 3057930 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057931 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 3057934 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 3057939 INFO (zkCallback-10888-thread-1-processing-n:127.0.0.1:57978_solr) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c8319f name:ZooKeeperConnection Watcher:127.0.0.1:57956/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3057939 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 3057941 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 3057942 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 3057943 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 3057963 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 3057965 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 3057965 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 3057966 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 3057967 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 3057978 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 3057983 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 3057983 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 3057985 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 3057987 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 3057995 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 3057996 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 3057999 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 3058001 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 3058002 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 3058003 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 3058003 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 3058007 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 3058011 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 3058011 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 3058012 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 3058013 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 3058014 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 3058022 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 3058023 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 3058024 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 3058025 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 3058025 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 3058031 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 3058031 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 3058032 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 3058032 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 3058033 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 3058037 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 3058038 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 3058038 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 3058038 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 3058038 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 3058042 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 3058042 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 3058043 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 3058043 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 3058044 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 3058046 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 3058046 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 3058046 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 3058047 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 3058047 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties [junit4] 2> 3058049 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 3058049 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 3058049 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 3058049 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 3058050 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 3058060 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 3058062 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 3058063 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 3058063 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 3058063 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 3058066 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 3058067 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 3058067 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 3058068 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 3058069 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 3058072 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 3058075 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 3058075 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 3058077 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96478318187053070-127.0.0.1:57963_solr-n_0000000000 [junit4] 2> 3058077 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 3058078 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 3058079 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96478318187053069-127.0.0.1:57970_solr-n_0000000001 [junit4] 2> 3058079 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96478318187053068-127.0.0.1:57960_solr-n_0000000002 [junit4] 2> 3058081 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57963_solr [junit4] 2> 3058081 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 3058082 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96478318187053071-127.0.0.1:57978_solr-n_0000000003 [junit4] 2> 3058082 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96478318187053066-127.0.0.1:57964_solr-n_0000000004 [junit4] 2> 3058085 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96478318187053069-127.0.0.1:57970_solr-n_0000000001 to know if I could be the leader [junit4] 2> 3058085 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96478318187053070-127.0.0.1:57963_solr-n_0000000000 to know if I could be the leader [junit4] 2> 3058086 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96478318187053068-127.0.0.1:57960_solr-n_0000000002 to know if I could be the leader [junit4] 2> 3058086 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96478318187053071-127.0.0.1:57978_solr-n_0000000003 to know if I could be the leader [junit4] 2> 3058086 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57960_solr [junit4] 2> 3058087 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57960_solr [junit4] 2> 3058088 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57970_solr [junit4] 2> 3058088 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57970_solr [junit4] 2> 3058088 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.Overseer Overseer (id=96478318187053070-127.0.0.1:57963_solr-n_0000000000) starting [junit4] 2> 3058088 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57978_solr [junit4] 2> 3058088 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57964_solr [junit4] 2> 3058090 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57964_solr [junit4] 2> 3058089 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57978_solr [junit4] 2> 3058093 INFO (zkCallback-10886-thread-1-processing-n:127.0.0.1:57970_solr) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 3058094 INFO (zkCallback-10888-thread-1-processing-n:127.0.0.1:57978_solr) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 3058094 INFO (zkCallback-10885-thread-1-processing-n:127.0.0.1:57960_solr) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 3058094 INFO (zkCallback-10884-thread-1-processing-n:127.0.0.1:57964_solr) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 3058094 INFO (zkCallback-10887-thread-1-processing-n:127.0.0.1:57963_solr) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 3058097 INFO (zkCallback-10886-thread-1-processing-n:127.0.0.1:57970_solr) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 3058102 INFO (zkCallback-10888-thread-1-processing-n:127.0.0.1:57978_solr) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 3058102 INFO (zkCallback-10885-thread-1-processing-n:127.0.0.1:57960_solr) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 3058103 INFO (zkCallback-10884-thread-1-processing-n:127.0.0.1:57964_solr) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 3058103 INFO (zkCallback-10887-thread-1-processing-n:127.0.0.1:57963_solr) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 3058103 INFO (zkCallback-10886-thread-1-processing-n:127.0.0.1:57970_solr) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1]) [junit4] 2> 3058107 INFO (zkCallback-10888-thread-1-processing-n:127.0.0.1:57978_solr) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2]) [junit4] 2> 3058107 INFO (zkCallback-10887-thread-1-processing-n:127.0.0.1:57963_solr) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2]) [junit4] 2> 3058108 INFO (zkCallback-10885-thread-1-processing-n:127.0.0.1:57960_solr) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2]) [junit4] 2> 3058108 INFO (zkCallback-10884-thread-1-processing-n:127.0.0.1:57964_solr) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2]) [junit4] 2> 3058124 INFO (zkCallback-10886-thread-1-processing-n:127.0.0.1:57970_solr) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4) [junit4] 2> 3058126 INFO (zkCallback-10888-thread-1-processing-n:127.0.0.1:57978_solr) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 3058127 INFO (zkCallback-10887-thread-1-processing-n:127.0.0.1:57963_solr) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 3058127 INFO (zkCallback-10885-thread-1-processing-n:127.0.0.1:57960_solr) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 3058127 INFO (zkCallback-10884-thread-1-processing-n:127.0.0.1:57964_solr) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 3058127 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 3058171 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 3058172 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 3058173 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node3\. [junit4] 2> 3058174 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 3058240 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 3058240 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 3058241 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node5\. [junit4] 2> 3058241 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 3058246 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1 [junit4] 2> 3058247 INFO (jetty-launcher-10862-thread-5) [n:127.0.0.1:57964_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 3058247 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1 [junit4] 2> 3058247 INFO (jetty-launcher-10862-thread-3) [n:127.0.0.1:57978_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 3058254 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 3058254 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 3058255 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node2\. [junit4] 2> 3058256 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 3058258 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1 [junit4] 2> 3058258 INFO (jetty-launcher-10862-thread-2) [n:127.0.0.1:57970_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 3058269 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 3058271 INFO (OverseerCollectionConfigSetProcessor-96478318187053070-127.0.0.1:57963_solr-n_0000000000) [n:127.0.0.1:57963_solr ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 3058272 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:57963_solr as DOWN [junit4] 2> 3058273 INFO (OverseerStateUpdate-96478318187053070-127.0.0.1:57963_solr-n_0000000000) [n:127.0.0.1:57963_solr ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 3058275 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 3058275 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 3058276 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001\tempDir-001\node1\. [junit4] 2> 3058277 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 3058278 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57963_solr [junit4] 2> 3058278 INFO (jetty-launcher-10862-thread-4) [n:127.0.0.1:57963_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57963_solr [junit4] 2> 3058278 INFO (OverseerStateUpdate-96478318187053070-127.0.0.1:57963_solr-n_0000000000) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4) [junit4] 2> 3058279 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1 [junit4] 2> 3058279 INFO (jetty-launcher-10862-thread-1) [n:127.0.0.1:57960_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 3058280 INFO (zkCallback-10886-thread-1-processing-n:127.0.0.1:57970_solr) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 3058280 INFO (zkCallback-10888-thread-1-processing-n:127.0.0.1:57978_solr) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 3058281 INFO (zkCallback-10887-thread-1-processing-n:127.0.0.1:57963_solr) [n:127.0.0.1:57963_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 3058281 INFO (zkCallback-10885-thread-1-processing-n:127.0.0.1:57960_solr) [n:127.0.0.1:57960_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 3058282 INFO (zkCallback-10884-thread-1-processing-n:127.0.0.1:57964_solr) [n:127.0.0.1:57964_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4]) [junit4] 2> 3058282 INFO (zkCallback-10886-thread-1-processing-n:127.0.0.1:57970_solr) [n:127.0.0.1:57970_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 3058282 INFO (zkCallback-10888-thread-1-processing-n:127.0.0.1:57978_solr) [n:127.0.0.1:57978_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 305 [...truncated too long message...] nection.java:165) [junit4] > at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513) [junit4] > ... 10 more [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3DEA98CEFD6B2603-001 [junit4] 2> Aug 25, 2016 4:25:23 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(Lucene62): {range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=PostingsFormat(name=Direct), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=PostingsFormat(name=LuceneFixedGap), range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1965, maxMBSortInHeap=7.06305281178137, sim=ClassicSimilarity, locale=ar-SY, timezone=Asia/Choibalsan [junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_102 (32-bit)/cpus=3,threads=1,free=131984800,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [TestDynamicLoading, TestCloudInspectUtil, BlockJoinFacetRandomTest, TestSchemaManager, TestQuerySenderListener, TestShardHandlerFactory, WrapperMergePolicyFactoryTest, TestGraphMLResponseWriter, TestFileDictionaryLookup, OverseerModifyCollectionTest, ConnectionReuseTest, FieldAnalysisRequestHandlerTest, RulesTest, DeleteStatusTest, UniqFieldsUpdateProcessorFactoryTest, CollectionStateFormat2Test, LeaderElectionIntegrationTest, CacheHeaderTest, TestValueSourceCache, TestClassicSimilarityFactory, AsyncCallRequestStatusResponseTest, DistributedTermsComponentTest, BigEndianAscendingWordDeserializerTest, TestTolerantUpdateProcessorRandomCloud, GraphQueryTest, TestHdfsUpdateLog, DeleteReplicaTest, TestNamedUpdateProcessors, TestAtomicUpdateErrorCases, TestSolrDeletionPolicy2, TestNoOpRegenerator, TestJettySolrRunner, TestCloudPseudoReturnFields, SignatureUpdateProcessorFactoryTest, TestStressLiveNodes, TestConfigSetsAPI, TestManagedResourceStorage, TestFieldCacheSort, CloudMLTQParserTest, TestFieldCacheVsDocValues, TestTrie, DocValuesMissingTest, SaslZkACLProviderTest, TestLocalFSCloudBackupRestore, AnalyticsQueryTest, TestCrossCoreJoin, TestFieldCacheReopen, TestRecoveryHdfs, TestSimpleTrackingShardHandler, TestDistributedMissingSort, CdcrReplicationDistributedZkTest, BaseCdcrDistributedZkTest, SimpleCollectionCreateDeleteTest, TestInfoStreamLogging, HdfsBasicDistributedZk2Test, TestJoin, TestDistribIDF, TestDistribDocBasedVersion, SharedFSAutoReplicaFailoverTest, TermVectorComponentTest, TestCoreDiscovery, TestCloudSchemaless, TestScoreJoinQPScore, BlockDirectoryTest, MultiThreadedOCPTest, TestShortCircuitedRequests, TestBadConfig, TestSolrConfigHandlerConcurrent, SegmentsInfoRequestHandlerTest, TestExclusionRuleCollectionAccess, NotRequiredUniqueKeyTest, TestLMJelinekMercerSimilarityFactory, TestMiniSolrCloudCluster, TestUtils, CdcrRequestHandlerTest, TestBlobHandler, OverseerStatusTest, AliasIntegrationTest, MultiTermTest, TestSchemaNameResource, TestRTGBase, RequestHandlersTest, DeleteLastCustomShardedReplicaTest, TestTrackingShardHandlerFactory, TestReplicaProperties, BJQParserTest, TestRawTransformer, TestOnReconnectListenerSupport, SpatialRPTFieldTypeTest, AddBlockUpdateTest, DateFieldTest, SolrCmdDistributorTest, TestSerializedLuceneMatchVersion, TestReversedWildcardFilterFactory, TestSolrIndexConfig, TestHighFrequencyDictionaryFactory, SolrCloudExampleTest, TestCSVResponseWriter, TestMaxScoreQueryParser, TestRecovery, CdcrUpdateLogTest, DistributedQueryComponentCustomSortTest, TestQueryTypes, TestSolrCloudWithSecureImpersonation, SuggesterTest, DirectUpdateHandlerOptimizeTest, DistributedQueueTest, TestBinaryField, TestRuleBasedAuthorizationPlugin, HdfsChaosMonkeyNothingIsSafeTest, SortSpecParsingTest, CurrencyFieldOpenExchangeTest, TestSmileRequest, FieldMutatingUpdateProcessorTest, HdfsUnloadDistributedZkTest, TestNonDefinedSimilarityFactory, EchoParamsTest, CoreAdminHandlerTest, DefaultValueUpdateProcessorTest, TestPHPSerializedResponseWriter, TestBulkSchemaAPI, ZkNodePropsTest, TestIndexSearcher, SuggesterWFSTTest, TestCopyFieldCollectionResource, CoreAdminRequestStatusTest, TestSolrCoreProperties, TestLeaderElectionZkExpiry, TestReqParamsAPI, TestComplexPhraseQParserPlugin, TestSolr4Spatial, TestStressUserVersions, LeaderFailoverAfterPartitionTest, TestLegacyFieldCache, TestOmitPositions, TestSolrCLIRunExample, TestOrdValues, SynonymTokenizerTest, ResponseLogComponentTest, SearchHandlerTest, NoCacheHeaderTest, HLLUtilTest, TestRandomFaceting, TestFoldingMultitermQuery, BitVectorTest, TestObjectReleaseTracker, StressHdfsTest, SolrInfoMBeanTest, ConcurrentDeleteAndCreateCollectionTest, TestJsonFacets, TestSolrQueryParser, TestExactStatsCache, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, TestReplicationHandler, ShardRoutingCustomTest, TestDistributedGrouping, TestRealTimeGet, TestReload, TestStressVersions, StatsComponentTest, TestGroupingSearch, PeerSyncTest, TestFiltering, BasicFunctionalityTest, DistributedQueryElevationComponentTest, SolrRequestParserTest, TestStressLucene, TestCSVLoader, SolrCoreCheckLockOnStartupTest, QueryEqualityTest, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, DebugComponentTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, TermsComponentTest, XmlUpdateRequestHandlerTest, TestArbitraryIndexDir, LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, CSVRequestHandlerTest, HighlighterConfigTest, UpdateParamsTest, CopyFieldTest, TestStressRecovery, TestMergePolicyConfig, NumericFieldsTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestCharFilters, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestEmbeddedSolrServerConstructors, CdcrVersionReplicationTest, CollectionTooManyReplicasTest, ConfigSetsAPITest, ConnectionManagerTest, CustomCollectionTest, HttpPartitionTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, PeerSyncReplicationTest, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestLockTree, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, RuleEngineTest, BlobRepositoryCloudTest, TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSetProperties, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestHdfsBackupRestoreCore, TestRestoreCore, TestSQLHandler, CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, SecurityConfHandlerTest, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, DistributedSuggestComponentTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, TestExpandComponent, TestPivotHelperCode, HighlighterMaxOffsetTest, CheckHdfsIndexTest, TestIntervalFaceting, TestMacroExpander, TestCustomDocTransformer, TestSolrQueryResponse, TestSortingResponseWriter, TestChildDocTransformer, TestSubQueryTransformer, TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest, TestCloudManagedSchema, TestCollationFieldDocValues, TestManagedSchema, TestManagedSchemaAPI, TestInitQParser, TestLegacyNumericRangeQueryBuilder, TestMissingGroups, TestReRankQParserPlugin, TestSearcherReuse, TestSolrFieldCacheMBean, TestXmlQParser, TestSortByMinMaxFunction, TestJsonRequest, SimpleMLTQParserTest, TestDefaultStatsCache, BasicAuthIntegrationTest] [junit4] Completed [603/632 (2!)] on J1 in 17.83s, 1 test, 1 error <<< FAILURES! [...truncated 52536 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
