Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/445/
2 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth Error Message: IOException occured when talking to server at: https://127.0.0.1:48476/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:48476/solr at __randomizedtesting.SeedInfo.seed([8F9C61151B87A389:33F21707BFD420F3]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606) 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.SolrClient.request(SolrClient.java:1219) at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:157) 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: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177) at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497) ... 43 more Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) at sun.security.validator.Validator.validate(Validator.java:260) at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491) ... 61 more Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141) at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126) at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ... 67 more FAILED: org.apache.solr.store.hdfs.HdfsDirectoryTest.testEOF Error Message: Stack Trace: java.lang.NullPointerException at __randomizedtesting.SeedInfo.seed([8F9C61151B87A389:1EF7231D59A305F5]:0) at org.apache.lucene.store.RAMInputStream.readByte(RAMInputStream.java:69) at org.apache.solr.store.hdfs.HdfsDirectoryTest.testEof(HdfsDirectoryTest.java:158) at org.apache.solr.store.hdfs.HdfsDirectoryTest.testEOF(HdfsDirectoryTest.java:150) 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) Build Log: [...truncated 10836 lines...] [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/init-core-data-001 [junit4] 2> 181469 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 181470 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 181482 INFO (Thread-212) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 181482 INFO (Thread-212) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 181586 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:35977 [junit4] 2> 181586 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 181634 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 181670 INFO (zkCallback-224-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c99a986 name:ZooKeeperConnection Watcher:127.0.0.1:35977 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 181670 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 181670 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 181671 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 181680 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json [junit4] 2> 181709 INFO (jetty-launcher-223-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 181712 INFO (jetty-launcher-223-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 182476 INFO (jetty-launcher-223-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@792a6646{/solr,null,AVAILABLE} [junit4] 2> 182479 INFO (jetty-launcher-223-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@31fe4dd{SSL,[ssl, http/1.1]}{127.0.0.1:45731} [junit4] 2> 182480 INFO (jetty-launcher-223-thread-2) [ ] o.e.j.s.Server Started @190217ms [junit4] 2> 182480 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45731} [junit4] 2> 182480 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 182480 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node2' [junit4] 2> 182480 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 182480 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 182480 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 182483 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182484 INFO (zkCallback-225-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b2aa793 name:ZooKeeperConnection Watcher:127.0.0.1:35977/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182484 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182484 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 182486 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 182514 INFO (jetty-launcher-223-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c6ab9d6{/solr,null,AVAILABLE} [junit4] 2> 182516 INFO (jetty-launcher-223-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@3a17414b{SSL,[ssl, http/1.1]}{127.0.0.1:48476} [junit4] 2> 182516 INFO (jetty-launcher-223-thread-1) [ ] o.e.j.s.Server Started @190253ms [junit4] 2> 182516 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48476} [junit4] 2> 182517 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 182517 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node1' [junit4] 2> 182517 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 182517 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 182517 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 182519 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182602 INFO (jetty-launcher-223-thread-3) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 182637 INFO (jetty-launcher-223-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1cbd2964{/solr,null,AVAILABLE} [junit4] 2> 182639 INFO (jetty-launcher-223-thread-3) [ ] o.e.j.s.ServerConnector Started ServerConnector@1945b631{SSL,[ssl, http/1.1]}{127.0.0.1:53012} [junit4] 2> 182640 INFO (zkCallback-226-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5b83d5f3 name:ZooKeeperConnection Watcher:127.0.0.1:35977/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182640 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182640 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 182640 INFO (jetty-launcher-223-thread-3) [ ] o.e.j.s.Server Started @190376ms [junit4] 2> 182640 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53012} [junit4] 2> 182641 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 182641 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3' [junit4] 2> 182641 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 182641 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 182641 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 182644 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 182682 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182692 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node1/. [junit4] 2> 182692 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 1706734863 [junit4] 2> 182692 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node1] [junit4] 2> 182692 WARN (jetty-launcher-223-thread-1) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node1/lib [junit4] 2> 182692 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000, [junit4] 2> 182694 INFO (zkCallback-227-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1150472b name:ZooKeeperConnection Watcher:127.0.0.1:35977/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182694 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182694 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 182694 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 182702 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 182703 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 182703 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 182703 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35977/solr [junit4] 2> 182704 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 182704 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 182705 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182705 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node2/. [junit4] 2> 182715 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 428137310 [junit4] 2> 182715 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node2] [junit4] 2> 182716 WARN (jetty-launcher-223-thread-2) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node2/lib [junit4] 2> 182716 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000, [junit4] 2> 182717 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 182717 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 182717 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 182717 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35977/solr [junit4] 2> 182717 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 182717 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 182719 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182720 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/. [junit4] 2> 182744 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.CoreContainer New CoreContainer 2105480590 [junit4] 2> 182744 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3] [junit4] 2> 182744 WARN (jetty-launcher-223-thread-3) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/lib [junit4] 2> 182790 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000, [junit4] 2> 182786 INFO (zkCallback-233-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@306d732c name:ZooKeeperConnection Watcher:127.0.0.1:35977 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182791 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182791 INFO (jetty-launcher-223-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 182794 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 182795 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 182795 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 182795 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35977/solr [junit4] 2> 182795 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 182795 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 182797 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182797 INFO (zkCallback-230-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6562ece6 name:ZooKeeperConnection Watcher:127.0.0.1:35977 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182806 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182806 INFO (jetty-launcher-223-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 182807 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/1172906640@b794185 [junit4] 2> 182807 INFO (zkCallback-236-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70776519 name:ZooKeeperConnection Watcher:127.0.0.1:35977 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182807 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182807 INFO (jetty-launcher-223-thread-3) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 182808 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182816 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 0x1570da38ed10004, 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> 182823 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 0x1570da38ed10006, 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> 182822 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/1172906640@25daf326 [junit4] 2> 182826 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/1172906640@4490b3c8 [junit4] 2> 182828 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182828 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@794b7e63 name:ZooKeeperConnection Watcher:127.0.0.1:35977/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182828 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182829 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 182831 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 182839 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 182840 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 182842 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 182851 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 182853 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 182854 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 182883 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 182884 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 182885 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 182885 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 182886 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 182888 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 182896 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 182898 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 182898 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 182898 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31938298 name:ZooKeeperConnection Watcher:127.0.0.1:35977/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182898 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96560913138647047-127.0.0.1:45731_solr-n_0000000000 [junit4] 2> 182899 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182899 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@34b08736 name:ZooKeeperConnection Watcher:127.0.0.1:35977/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 182899 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 182911 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 182919 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 182919 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 182922 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 182922 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96560913138647048-127.0.0.1:48476_solr-n_0000000001 [junit4] 2> 182923 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96560913138647047-127.0.0.1:45731_solr-n_0000000000 to know if I could be the leader [junit4] 2> 182923 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48476_solr [junit4] 2> 182923 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:48476_solr [junit4] 2> 182926 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_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> 182952 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 182982 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45731_solr [junit4] 2> 182982 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 182983 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_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> 183005 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 183006 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 183007 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 183007 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 183010 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 183010 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96560913138647049-127.0.0.1:53012_solr-n_0000000002 [junit4] 2> 183011 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96560913138647048-127.0.0.1:48476_solr-n_0000000001 to know if I could be the leader [junit4] 2> 183012 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:53012_solr as DOWN [junit4] 2> 183013 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53012_solr [junit4] 2> 183013 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53012_solr [junit4] 2> 183018 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_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> 183018 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_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> 183031 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer Overseer (id=96560913138647047-127.0.0.1:45731_solr-n_0000000000) starting [junit4] 2> 183033 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 183034 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 183074 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_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> 183050 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 183082 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 183102 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 183139 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 183140 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2) [junit4] 2> 183142 INFO (OverseerCollectionConfigSetProcessor-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 183150 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:45731_solr as DOWN [junit4] 2> 183155 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:53012_solr"} current state version: 0 [junit4] 2> 183155 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:53012_solr [junit4] 2> 183174 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45731_solr [junit4] 2> 183174 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45731_solr [junit4] 2> 183186 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:45731_solr"} current state version: 0 [junit4] 2> 183186 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45731_solr [junit4] 2> 183202 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_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> 183202 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_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> 183202 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_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> 183207 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 183207 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 183208 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 183208 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 183208 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/. [junit4] 2> 183208 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 183209 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 183209 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 183210 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 183234 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node1/. [junit4] 2> 183235 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 183243 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 183243 INFO (jetty-launcher-223-thread-3) [n:127.0.0.1:53012_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 183262 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 183418 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 183418 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node2/. [junit4] 2> 183419 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 183633 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 183634 INFO (jetty-launcher-223-thread-2) [n:127.0.0.1:45731_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 183634 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 183634 INFO (jetty-launcher-223-thread-1) [n:127.0.0.1:48476_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 183634 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 183662 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 183667 INFO (zkCallback-243-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b54cffc name:ZooKeeperConnection Watcher:127.0.0.1:35977 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 183667 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 183668 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 183670 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 183674 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 183702 INFO (zkCallback-246-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15935892 name:ZooKeeperConnection Watcher:127.0.0.1:35977/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 183702 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 183703 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 183703 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 183704 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 183704 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 183706 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf/schema.xml [junit4] 2> 183708 INFO (SUITE-BasicAuthIntegrationTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf/solrconfig.xml [junit4] 2> 183822 INFO (qtp1599779944-1156) [n:127.0.0.1:53012_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 183827 INFO (OverseerCollectionConfigSetProcessor-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{ [junit4] 2> "name":"authCollection", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"conf", [junit4] 2> "numShards":"3", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 183841 INFO (OverseerThreadFactory-1025-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"authCollection", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"conf", [junit4] 2> "numShards":"3", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 183841 INFO (OverseerThreadFactory-1025-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.CreateCollectionCmd Create collection authCollection [junit4] 2> 183842 INFO (OverseerThreadFactory-1025-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/authCollection [junit4] 2> 183843 INFO (OverseerThreadFactory-1025-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/authCollection [junit4] 2> 183844 INFO (zkCallback-246-thread-1) [ ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 183845 INFO (zkCallback-237-thread-2-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 183858 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 183858 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 183894 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "name":"authCollection", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"conf", [junit4] 2> "numShards":"3", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 183894 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: authCollection [junit4] 2> 183902 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/authCollection/state.json [junit4] 2> 183981 INFO (OverseerThreadFactory-1025-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection authCollection, shardNames [shard1, shard2, shard3] , replicationFactor : 1 [junit4] 2> 183981 INFO (OverseerThreadFactory-1025-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.CreateCollectionCmd Creating core authCollection_shard2_replica1 as part of shard shard2 of collection authCollection on 127.0.0.1:48476_solr [junit4] 2> 183985 INFO (OverseerThreadFactory-1025-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.CreateCollectionCmd Creating core authCollection_shard3_replica1 as part of shard shard3 of collection authCollection on 127.0.0.1:45731_solr [junit4] 2> 183986 INFO (OverseerThreadFactory-1025-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.CreateCollectionCmd Creating core authCollection_shard1_replica1 as part of shard shard1 of collection authCollection on 127.0.0.1:53012_solr [junit4] 2> 184080 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2 [junit4] 2> 184080 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=authCollection_shard1_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=authCollection, numShards=3, dataDir=data/, shard=shard1} [junit4] 2> 184081 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController publishing state=down [junit4] 2> 184087 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController Registering watch for collection authCollection [junit4] 2> 184088 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0] [junit4] 2> 184094 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController look for our core node name [junit4] 2> 184098 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"authCollection_shard1_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:53012/solr", [junit4] 2> "node_name":"127.0.0.1:53012_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 184098 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={ [junit4] 2> "core":"authCollection_shard1_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:53012/solr", [junit4] 2> "node_name":"127.0.0.1:53012_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} [junit4] 2> 184380 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/authCollection/state.json version: 0 [junit4] 2> 184381 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 184381 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [0] to [1] [junit4] 2> 184432 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2 [junit4] 2> 184433 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=authCollection_shard2_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=authCollection, numShards=3, dataDir=data/, shard=shard2} [junit4] 2> 184437 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController publishing state=down [junit4] 2> 184438 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController Registering watch for collection authCollection [junit4] 2> 184439 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"authCollection_shard2_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:48476/solr", [junit4] 2> "node_name":"127.0.0.1:48476_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 184439 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [1] [junit4] 2> 184439 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={ [junit4] 2> "core":"authCollection_shard2_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:48476/solr", [junit4] 2> "node_name":"127.0.0.1:48476_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} [junit4] 2> 184442 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController look for our core node name [junit4] 2> 184446 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2 [junit4] 2> 184448 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=authCollection_shard3_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=authCollection, numShards=3, dataDir=data/, shard=shard3} [junit4] 2> 184448 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController publishing state=down [junit4] 2> 184455 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"authCollection_shard3_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:45731/solr", [junit4] 2> "node_name":"127.0.0.1:45731_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 184456 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={ [junit4] 2> "core":"authCollection_shard3_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:45731/solr", [junit4] 2> "node_name":"127.0.0.1:45731_solr", [junit4] 2> "numShards":"3", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"authCollection", [junit4] 2> "operation":"state"} [junit4] 2> 184456 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController Registering watch for collection authCollection [junit4] 2> 184459 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [1] [junit4] 2> 184460 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController look for our core node name [junit4] 2> 184606 INFO (OverseerStateUpdate-96560913138647047-127.0.0.1:45731_solr-n_0000000000) [n:127.0.0.1:45731_solr ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/authCollection/state.json version: 1 [junit4] 2> 184607 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 184607 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 184607 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3]) [junit4] 2> 184608 INFO (zkCallback-238-thread-1-processing-n:127.0.0.1:48476_solr) [n:127.0.0.1:48476_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [1] to [2] [junit4] 2> 184609 INFO (zkCallback-237-thread-1-processing-n:127.0.0.1:45731_solr) [n:127.0.0.1:45731_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [1] to [2] [junit4] 2> 184609 INFO (zkCallback-239-thread-1-processing-n:127.0.0.1:53012_solr) [n:127.0.0.1:53012_solr ] o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [1] to [2] [junit4] 2> 185094 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for authCollection_shard1_replica1 [junit4] 2> 185095 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:authCollection [junit4] 2> 185095 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 185095 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/authCollection] [junit4] 2> 185096 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] specified config exists in ZooKeeper [junit4] 2> 185096 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/authCollection_shard1_replica1' [junit4] 2> 185096 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 185096 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 185100 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 185128 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 185295 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 185309 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 185393 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal [junit4] 2> 185396 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 185397 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2 [junit4] 2> 185397 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 x:authCollection_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using configuration from collection authCollection [junit4] 2> 185397 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 185398 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/authCollection_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/./authCollection_shard1_replica1/data/] [junit4] 2> 185398 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: authCollection_shard1_replica1 [junit4] 2> 185398 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/./authCollection_shard1_replica1/data/snapshot_metadata [junit4] 2> 185398 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file... [junit4] 2> 185411 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/./authCollection_shard1_replica1/data [junit4] 2> 185411 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/./authCollection_shard1_replica1/data/index/ [junit4] 2> 185411 WARN (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrCore [authCollection_shard1_replica1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/./authCollection_shard1_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 185413 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/./authCollection_shard1_replica1/data/index [junit4] 2> 185414 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2d3385aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32edff41),segFN=segments_1,generation=1} [junit4] 2> 185414 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 185424 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 185426 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 185427 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 185428 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 185428 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 185430 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms [junit4] 2> 185430 INFO (OldIndexDirectoryCleanupThreadForCore-authCollection_shard1_replica1) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core authCollection_shard1_replica1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/./authCollection_shard1_replica1/data/ [junit4] 2> 185430 WARN (OldIndexDirectoryCleanupThreadForCore-authCollection_shard1_replica1) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node3/./authCollection_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 185431 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 185442 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for authCollection_shard2_replica1 [junit4] 2> 185442 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:authCollection [junit4] 2> 185443 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 185443 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/authCollection] [junit4] 2> 185443 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] specified config exists in ZooKeeper [junit4] 2> 185443 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node1/authCollection_shard2_replica1' [junit4] 2> 185444 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 185444 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 185445 INFO (qtp988654920-1145) [n:127.0.0.1:48476_solr c:authCollection s:shard2 x:authCollection_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 185467 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for authCollection_shard3_replica1 [junit4] 2> 185467 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController Check for collection zkNode:authCollection [junit4] 2> 185467 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 185468 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 185469 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 185469 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/authCollection] [junit4] 2> 185469 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] specified config exists in ZooKeeper [junit4] 2> 185469 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8F9C61151B87A389-001/tempDir-001/node2/authCollection_shard3_replica1' [junit4] 2> 185470 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 185470 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 185471 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 185471 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 185471 INFO (qtp213672984-1130) [n:127.0.0.1:45731_solr c:authCollection s:shard3 x:authCollection_shard3_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 185474 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2d3385aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32edff41),segFN=segments_1,generation=1} [junit4] 2> 185474 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 185474 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d22ed7b[authCollection_shard1_replica1] main] [junit4] 2> 185474 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/authCollection] [junit4] 2> 185476 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf] specified config exists in ZooKeeper [junit4] 2> 185476 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf [junit4] 2> 185477 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 185477 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {} [junit4] 2> 185477 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 185477 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf/_rest_managed.json [junit4] 2> 185477 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 185477 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 185477 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 185478 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 185478 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 185478 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 185478 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1544974614400073728 [junit4] 2> 185480 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1544974614400073728 [junit4] 2> 185480 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf [junit4] 2> 185480 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.CoreContainer registering core: authCollection_shard1_replica1 [junit4] 2> 185481 INFO (qtp1599779944-1159) [n:127.0.0.1:53012_solr c:authCollection s:shard1 r:core_node1 x:authCollection_shard1_replica1] o.a.s.c.ZkController Register replica - core:authCollection_shard1_replica1 address:https: [...truncated too long message...] org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72) [junit4] 2> at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872) [junit4] 2> at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726) [junit4] 2> at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705) [junit4] 2> at org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198) [junit4] 2> at org.apache.solr.store.hdfs.HdfsDirectoryTest.afterClass(HdfsDirectoryTest.java:65) [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$7.evaluate(RandomizedRunner.java:834) [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> Caused by: java.lang.NullPointerException [junit4] 2> at org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203) [junit4] 2> at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370) [junit4] 2> at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729) [junit4] 2> ... 54 more [junit4] 2> 3759184 INFO (SUITE-HdfsDirectoryTest-seed#[8F9C61151B87A389]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.store.hdfs.HdfsDirectoryTest_8F9C61151B87A389-001 [junit4] 2> Sep 09, 2016 7:29:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 34 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=596, maxMBSortInHeap=7.923376336866813, sim=ClassicSimilarity, locale=el-GR, timezone=PST8PDT [junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=2,free=228200056,total=524812288 [junit4] 2> NOTE: All tests run in this JVM: [ConfigSetsAPITest, TestManagedSchema, CoreAdminHandlerTest, SpellPossibilityIteratorTest, SolrPluginUtilsTest, BadCopyFieldTest, TestCoreDiscovery, TestMacroExpander, ExplicitHLLTest, TestExpandComponent, PingRequestHandlerTest, TestExactSharedStatsCache, TestDocTermOrds, XmlUpdateRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, JavabinLoaderTest, TestStandardQParsers, SuggesterTest, BaseCdcrDistributedZkTest, SSLMigrationTest, BufferStoreTest, TestXIncludeConfig, AutoCommitTest, TestReload, SolrCLIZkUtilsTest, BasicAuthIntegrationTest, OverseerCollectionConfigSetProcessorTest, CurrencyFieldXmlFileTest, TestDistributedMissingSort, DistributedExpandComponentTest, SimpleMLTQParserTest, TermVectorComponentDistributedTest, BadIndexSchemaTest, LukeRequestHandlerTest, ZkStateWriterTest, TestOnReconnectListenerSupport, SolrTestCaseJ4Test, OpenExchangeRatesOrgProviderTest, TestSizeLimitedDistributedMap, ResponseLogComponentTest, TestCryptoKeys, DOMUtilTest, TestConfigSetsAPI, FieldMutatingUpdateProcessorTest, TestHighFrequencyDictionaryFactory, TestUtils, BigEndianAscendingWordDeserializerTest, TestReqParamsAPI, AtomicUpdatesTest, TestUseDocValuesAsStored, TestScoreJoinQPScore, LeaderInitiatedRecoveryOnCommitTest, DirectUpdateHandlerOptimizeTest, TestRTimerTree, TestConfigReload, SharedFSAutoReplicaFailoverTest, TestStressReorder, ExitableDirectoryReaderTest, TestCollationField, TestSolrConfigHandlerCloud, TestDFRSimilarityFactory, QueryParsingTest, DeleteStatusTest, NoCacheHeaderTest, TestConfigSetProperties, TestReloadDeadlock, TestRawTransformer, TestTolerantSearch, TestXmlQParser, TestFieldCacheVsDocValues, TestBlendedInfixSuggestions, RankQueryTest, TestZkChroot, TestFieldTypeCollectionResource, PreAnalyzedFieldTest, SuggesterWFSTTest, MultiThreadedOCPTest, TestNRTOpen, TestGeoJSONResponseWriter, TestSolrDeletionPolicy1, TestMiniSolrCloudCluster, RequestHandlersTest, BJQParserTest, RecoveryAfterSoftCommitTest, HdfsTlogReplayBufferedWhileIndexingTest, CustomCollectionTest, DistribJoinFromCollectionTest, TestConfig, HardAutoCommitTest, TestSubQueryTransformerDistrib, DataDrivenBlockJoinTest, OverseerStatusTest, WrapperMergePolicyFactoryTest, TestRecovery, TestCloudPivotFacet, OverseerTest, TestSolrConfigHandler, PrimitiveFieldTypeTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestRandomDVFaceting, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TestRealTimeGet, TestStressVersions, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, TestGroupingSearch, TestSort, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, SuggesterTSTTest, TestTrie, SpatialFilterTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, SortByFunctionTest, SolrInfoMBeanTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestJmxIntegration, TestCSVResponseWriter, TestAnalyzedSuggestions, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, TestMergePolicyConfig, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AssignTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, LeaderFailoverAfterPartitionTest, ReplaceNodeTest, ReplicationFactorTest, RollingRestartTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest, TestCloudInspectUtil, TestCloudPseudoReturnFields, TestDistribDocBasedVersion, TestHdfsCloudBackupRestore, TestRandomFlRTGCloud, TestSSLRandomization, TestStressCloudBlindAtomicUpdates, HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, RulesTest, FacetPivotSmallTest, SuggestComponentContextFilterQueryTest, TestPivotHelperCode, TestTrackingShardHandlerFactory, TestBulkSchemaAPI, TestManagedStopFilterFactory, EnumFieldTest, TestUseDocValuesAsStored2, CursorMarkTest, TestGraphTermsQParserPlugin, TestInitQParser, TestOverriddenPrefixQueryForCustomFieldType, TestRecoveryHdfs, TestPKIAuthenticationPlugin, TestRuleBasedAuthorizationPlugin, TestSha256AuthenticationProvider, ResponseHeaderTest, ConjunctionSolrSpellCheckerTest, BlockCacheTest, HdfsDirectoryTest] [junit4] Completed [630/630 (2!)] on J2 in 86.65s, 4 tests, 1 error <<< FAILURES! [...truncated 60217 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
