Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/421/
2 tests failed.
FAILED: org.apache.solr.handler.TestContainerReqHandler.testPluginGlobalLoader
Error Message:
attempt: 0 Mismatch for value : 'Version' in response {
"get":"org.apache.solr.core.RuntimeLibSearchComponent",
"loader":"org.apache.solr.core.MemClassLoader", "Version":"1", "doc":null}
Stack Trace:
java.lang.AssertionError: attempt: 0 Mismatch for value : 'Version' in response
{
"get":"org.apache.solr.core.RuntimeLibSearchComponent",
"loader":"org.apache.solr.core.MemClassLoader",
"Version":"1",
"doc":null}
at
__randomizedtesting.SeedInfo.seed([932C010166B4B87B:D4DA680999DA3E0C]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.handler.TestContainerReqHandler.assertResponseValues(TestContainerReqHandler.java:99)
at
org.apache.solr.handler.TestContainerReqHandler.testPluginGlobalLoader(TestContainerReqHandler.java:544)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth
Error Message:
expected:<401> but was:<400>
Stack Trace:
java.lang.AssertionError: expected:<401> but was:<400>
at
__randomizedtesting.SeedInfo.seed([932C010166B4B87B:2F427713C2E73B01]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:151)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
Build Log:
[...truncated 12971 lines...]
[junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/init-core-data-001
[junit4] 2> 286406 INFO
(SUITE-BasicAuthIntegrationTest-seed#[932C010166B4B87B]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 286555 WARN
(SUITE-BasicAuthIntegrationTest-seed#[932C010166B4B87B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 286567 INFO
(SUITE-BasicAuthIntegrationTest-seed#[932C010166B4B87B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 286568 INFO
(SUITE-BasicAuthIntegrationTest-seed#[932C010166B4B87B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 286698 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
[junit4] 2> 286699 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001
[junit4] 2> 286699 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 286733 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 286733 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 286838 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:43200
[junit4] 2> 286839 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43200
[junit4] 2> 286839 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43200
[junit4] 2> 286875 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 287300 INFO (zkConnectionManagerCallback-596-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287300 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 287394 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 287467 INFO (zkConnectionManagerCallback-598-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287467 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 287487 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 287548 INFO (zkConnectionManagerCallback-600-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287548 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 287750 WARN (jetty-launcher-601-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 287767 WARN (jetty-launcher-601-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 287767 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 287767 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 287767 INFO (jetty-launcher-601-thread-2) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
[junit4] 2> 287783 WARN (jetty-launcher-601-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 287784 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 287784 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 287785 INFO (jetty-launcher-601-thread-3) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
[junit4] 2> 287785 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 287785 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 287785 INFO (jetty-launcher-601-thread-1) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
[junit4] 2> 287804 INFO (jetty-launcher-601-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 287804 INFO (jetty-launcher-601-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 287804 INFO (jetty-launcher-601-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 287805 INFO (jetty-launcher-601-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2d857907{/solr,null,AVAILABLE}
[junit4] 2> 287912 INFO (jetty-launcher-601-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 287912 INFO (jetty-launcher-601-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 288050 INFO (jetty-launcher-601-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 288050 INFO (jetty-launcher-601-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 288050 INFO (jetty-launcher-601-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 288070 INFO (jetty-launcher-601-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7f92a577{/solr,null,AVAILABLE}
[junit4] 2> 288083 INFO (jetty-launcher-601-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@14d4d4fa{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:43317}
[junit4] 2> 288083 INFO (jetty-launcher-601-thread-2) [ ]
o.e.j.s.Server Started @288434ms
[junit4] 2> 288083 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43317}
[junit4] 2> 288083 ERROR (jetty-launcher-601-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 288083 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 288083 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 288083 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 288083 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 288083 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-22T00:33:44.956933Z
[junit4] 2> 288091 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 288091 INFO (jetty-launcher-601-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 288107 INFO (jetty-launcher-601-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@681da9ed{/solr,null,AVAILABLE}
[junit4] 2> 288127 INFO (jetty-launcher-601-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6988e127{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:37836}
[junit4] 2> 288127 INFO (jetty-launcher-601-thread-1) [ ]
o.e.j.s.Server Started @288478ms
[junit4] 2> 288127 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37836}
[junit4] 2> 288128 ERROR (jetty-launcher-601-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 288128 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 288128 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 288128 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 288128 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 288128 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-22T00:33:45.001227Z
[junit4] 2> 288143 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 288153 INFO (jetty-launcher-601-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7c125c8{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:38112}
[junit4] 2> 288153 INFO (jetty-launcher-601-thread-3) [ ]
o.e.j.s.Server Started @288504ms
[junit4] 2> 288153 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38112}
[junit4] 2> 288154 ERROR (jetty-launcher-601-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 288154 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 288154 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 288154 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 288154 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 288154 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-22T00:33:45.027166Z
[junit4] 2> 288179 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 288180 INFO (zkConnectionManagerCallback-605-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 288180 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 288182 INFO (zkConnectionManagerCallback-603-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 288182 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 288216 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 288224 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 288297 INFO (zkConnectionManagerCallback-607-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 288297 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 288415 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 289897 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 289942 WARN (jetty-launcher-601-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@44a79eb7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 289942 WARN (jetty-launcher-601-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@44a79eb7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 290011 WARN (jetty-launcher-601-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4e26d07f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 290011 WARN (jetty-launcher-601-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4e26d07f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 290012 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43200/solr
[junit4] 2> 290048 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 290068 INFO (zkConnectionManagerCallback-616-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 290068 INFO (jetty-launcher-601-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 290267 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 290327 INFO (zkConnectionManagerCallback-618-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 290347 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 291118 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43317_solr
[junit4] 2> 291119 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.Overseer Overseer
(id=75078346496212999-127.0.0.1:43317_solr-n_0000000000) starting
[junit4] 2> 291267 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 291267 INFO (zkConnectionManagerCallback-625-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291267 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 291270 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43200/solr ready
[junit4] 2> 291305 INFO
(OverseerStateUpdate-75078346496212999-127.0.0.1:43317_solr-n_0000000000)
[n:127.0.0.1:43317_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:43317_solr
[junit4] 2> 291320 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43317_solr
[junit4] 2> 291340 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 291379 INFO (zkCallback-624-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 291413 INFO (zkCallback-617-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 291538 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 291759 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 291761 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43317.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 291779 WARN (jetty-launcher-601-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2eea9cea[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 291779 WARN (jetty-launcher-601-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2eea9cea[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 291952 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43317.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 291952 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43317.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 291953 INFO (jetty-launcher-601-thread-2)
[n:127.0.0.1:43317_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node2/.
[junit4] 2> 291969 WARN (jetty-launcher-601-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6943d507[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 291969 WARN (jetty-launcher-601-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6943d507[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 291970 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43200/solr
[junit4] 2> 292007 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 292049 INFO (zkConnectionManagerCallback-632-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292049 INFO (jetty-launcher-601-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 292122 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 292167 WARN (jetty-launcher-601-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7a45bfa3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 292167 WARN (jetty-launcher-601-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7a45bfa3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 292171 WARN (jetty-launcher-601-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@23b09b7a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 292171 WARN (jetty-launcher-601-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@23b09b7a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 292172 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43200/solr
[junit4] 2> 292173 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 292207 INFO (zkConnectionManagerCallback-638-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292207 INFO (jetty-launcher-601-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 292220 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 292228 INFO (zkConnectionManagerCallback-640-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292228 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 292353 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 292356 INFO (zkConnectionManagerCallback-642-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292357 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 292370 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 292388 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:38112_solr as DOWN
[junit4] 2> 292389 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 292389 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38112_solr
[junit4] 2> 292430 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 292431 INFO (zkCallback-617-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 292431 INFO (zkCallback-624-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 292431 INFO (zkCallback-639-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 292446 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 292452 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:37836_solr as DOWN
[junit4] 2> 292453 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 292453 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37836_solr
[junit4] 2> 292500 INFO (zkConnectionManagerCallback-651-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292501 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 292530 INFO (zkCallback-641-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292532 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 292533 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43200/solr ready
[junit4] 2> 292534 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 292534 INFO (zkCallback-624-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292538 INFO (zkCallback-639-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292539 INFO (zkCallback-617-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 292550 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 292568 INFO (zkConnectionManagerCallback-656-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 292568 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 292584 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 292586 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43200/solr ready
[junit4] 2> 292586 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 292665 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 292665 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 292879 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37836.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 292906 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38112.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 292944 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38112.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 292944 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38112.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 292961 INFO (jetty-launcher-601-thread-3)
[n:127.0.0.1:38112_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node3/.
[junit4] 2> 292980 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37836.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 292997 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37836.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 292998 INFO (jetty-launcher-601-thread-1)
[n:127.0.0.1:37836_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node1/.
[junit4] 2> 293609 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 293646 INFO (zkConnectionManagerCallback-663-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 293646 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 293763 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 293872 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43200/solr ready
[junit4] 2> 294109 INFO (qtp1733235646-1935) [n:127.0.0.1:37836_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 294322 INFO
(OverseerThreadFactory-602-thread-1-processing-n:127.0.0.1:43317_solr)
[n:127.0.0.1:43317_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
authCollection
[junit4] 2> 294515 INFO
(OverseerStateUpdate-75078346496212999-127.0.0.1:43317_solr-n_0000000000)
[n:127.0.0.1:43317_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"authCollection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37836/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 294550 INFO
(OverseerStateUpdate-75078346496212999-127.0.0.1:43317_solr-n_0000000000)
[n:127.0.0.1:43317_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"authCollection_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:43317/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 294642 INFO
(OverseerStateUpdate-75078346496212999-127.0.0.1:43317_solr-n_0000000000)
[n:127.0.0.1:43317_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"authCollection_shard3_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38112/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 294956 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
x:authCollection_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n3&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 294956 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
x:authCollection_shard2_replica_n3 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 294957 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
x:authCollection_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 294988 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
x:authCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 296408 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 296445 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 296772 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.s.IndexSchema [authCollection_shard2_replica_n3] Schema name=minimal
[junit4] 2> 296774 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 296774 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 296775 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n3'
using configuration from collection authCollection, trusted=true
[junit4] 2> 296775 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 296776 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43317.solr.core.authCollection.shard2.replica_n3' (registry
'solr.core.authCollection.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 296776 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.SolrCore [[authCollection_shard2_replica_n3] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node2/authCollection_shard2_replica_n3],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node2/./authCollection_shard2_replica_n3/data/]
[junit4] 2> 296790 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 296790 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1'
using configuration from collection authCollection, trusted=true
[junit4] 2> 296790 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37836.solr.core.authCollection.shard1.replica_n1' (registry
'solr.core.authCollection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 296790 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node1/authCollection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node1/./authCollection_shard1_replica_n1/data/]
[junit4] 2> 296828 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
[junit4] 2> 296865 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 296865 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4'
using configuration from collection authCollection, trusted=true
[junit4] 2> 296865 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38112.solr.core.authCollection.shard3.replica_n4' (registry
'solr.core.authCollection.shard3.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 296883 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node3/authCollection_shard3_replica_n4],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_932C010166B4B87B-001/tempDir-001/node3/./authCollection_shard3_replica_n4/data/]
[junit4] 2> 297242 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 297242 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 297244 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 297244 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 297263 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5f41e747[authCollection_shard2_replica_n3] main]
[junit4] 2> 297264 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 297265 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 297265 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 297265 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1639716627821887488
[junit4] 2> 297317 INFO
(searcherExecutor-621-thread-1-processing-n:127.0.0.1:43317_solr
x:authCollection_shard2_replica_n3 c:authCollection s:shard2 r:core_node5)
[n:127.0.0.1:43317_solr c:authCollection s:shard2 r:core_node5
x:authCollection_shard2_replica_n3 ] o.a.s.c.SolrCore
[authCollection_shard2_replica_n3] Registered new searcher
Searcher@5f41e747[authCollection_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 297646 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/authCollection/terms/shard2 to Terms{values={core_node5=0},
version=0}
[junit4] 2> 297646 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/authCollection/leaders/shard2
[junit4] 2> 297666 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 297666 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 297666 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43317/solr/authCollection_shard2_replica_n3/
[junit4] 2> 297666 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 297666 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:43317/solr/authCollection_shard2_replica_n3/ has no replicas
[junit4] 2> 297666 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/authCollection/leaders/shard2/leader after winning as
/collections/authCollection/leader_elect/shard2/election/75078346496212999-core_node5-n_0000000000
[junit4] 2> 297701 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43317/solr/authCollection_shard2_replica_n3/ shard2
[junit4] 2> 297720 INFO (zkCallback-617-thread-1) [ ]
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> 297741 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 297778 INFO (qtp437467592-1919) [n:127.0.0.1:43317_solr
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n3&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2822
[junit4] 2> 297784 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 297784 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 297810 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 297810 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 297811 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 297811 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 297813 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@74b949e3[authCollection_shard1_replica_n1] main]
[junit4] 2> 297817 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 297818 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 297819 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4f2d804c[authCollection_shard3_replica_n4] main]
[junit4] 2> 297863 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 297863 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 297864 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 297864 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 297864 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1639716628449984512
[junit4] 2> 297878 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 297879 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 297879 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1639716628465713152
[junit4] 2> 297897 INFO
(searcherExecutor-623-thread-1-processing-n:127.0.0.1:38112_solr
x:authCollection_shard3_replica_n4 c:authCollection s:shard3 r:core_node6)
[n:127.0.0.1:38112_solr c:authCollection s:shard3 r:core_node6
x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrCore
[authCollection_shard3_replica_n4] Registered new searcher
Searcher@4f2d804c[authCollection_shard3_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 297917 INFO
(searcherExecutor-622-thread-1-processing-n:127.0.0.1:37836_solr
x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node2)
[n:127.0.0.1:37836_solr c:authCollection s:shard1 r:core_node2
x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore
[authCollection_shard1_replica_n1] Registered new searcher
Searcher@74b949e3[authCollection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 297935 INFO (zkCallback-617-thread-3) [ ]
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> 297935 INFO (zkCallback-617-thread-2) [ ]
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> 297945 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/authCollection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 297945 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/authCollection/leaders/shard1
[junit4] 2> 297965 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/authCollection/terms/shard3 to Terms{values={core_node6=0},
version=0}
[junit4] 2> 297965 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/authCollection/leaders/shard3
[junit4] 2> 297986 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 297986 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 297986 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37836/solr/authCollection_shard1_replica_n1/
[junit4] 2> 297987 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 297987 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:37836/solr/authCollection_shard1_replica_n1/ has no replicas
[junit4] 2> 297987 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/authCollection/leaders/shard1/leader after winning as
/collections/authCollection/leader_elect/shard1/election/75078346496213004-core_node2-n_0000000000
[junit4] 2> 298001 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 298001 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 298001 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:38112/solr/authCollection_shard3_replica_n4/
[junit4] 2> 298001 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 298001 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:38112/solr/authCollection_shard3_replica_n4/ has no replicas
[junit4] 2> 298001 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/authCollection/leaders/shard3/leader after winning as
/collections/authCollection/leader_elect/shard3/election/75078346496213003-core_node6-n_0000000000
[junit4] 2> 298003 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38112/solr/authCollection_shard3_replica_n4/ shard3
[junit4] 2> 298023 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37836/solr/authCollection_shard1_replica_n1/ shard1
[junit4] 2> 298183 INFO (zkCallback-641-thread-1) [ ]
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> 298183 INFO (zkCallback-639-thread-1) [ ]
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> 298184 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 298186 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 298190 INFO (zkCallback-617-thread-2) [ ]
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> 298190 INFO (zkCallback-617-thread-3) [ ]
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> 298221 INFO (qtp151440024-1927) [n:127.0.0.1:38112_solr
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3263
[junit4] 2> 298237 INFO (qtp1733235646-1936) [n:127.0.0.1:37836_solr
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3249
[junit4] 2> 298257 INFO (qtp1733235646-1935) [n:127.0.0.1:37836_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 298358 INFO (zkCallback-641-thread-1) [ ]
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> 298358 INFO (zkCallback-639-thread-1) [ ]
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> 298359 INFO
(OverseerCollectionConfigSetProcessor-75078346496212999-127.0.0.1:43317_solr-n_0000000000)
[n:127.0.0.1:43317_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 298360 INFO (qtp1733235646-1935) [n:127.0.0.1:37836_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2}
status=0 QTime=4251
[junit4] 2> 298372 INFO (zkCallback-617-thread-3) [ ]
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> 298372 INFO (zkCallback-617-thread-2) [ ]
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> 298381 INFO (zkCallback-641-thread-2) [ ]
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> 298385 INFO (zkCallback-639-thread-2) [ ]
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> 298454 INFO (qtp151440024-1929) [n:127.0.0.1:38112_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=0
[junit4] 2> 298476 INFO (zkCallback-641-thread-2) [ ]
o.a.s.c.CoreContainer Security node changed, reloading security.json
[junit4] 2> 298476 INFO (zkCallback-641-thread-2) [ ]
o.a.s.c.CoreContainer Initializing authorization plugin:
solr.RuleBasedAuthorizationPlugin
[junit4] 2> 298478 INFO (qtp151440024-1924) [n:127.0.0.1:38112_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=0
[junit4] 2> 298495 INFO (zkCallback-639-thread-2) [ ]
o.a.s.c.CoreContainer Security node changed, reloading security.json
[junit4] 2> 298495 INFO (zkCallback-639-thread-2) [ ]
o.a.s.c.CoreContainer Initializing authorization plugin:
solr.RuleBasedAuthorizationPlugin
[junit4] 2> 298518 INFO (zkCallback-617-thread-1) [ ]
o.a.s.c.CoreContainer Security node changed, reloading security.json
[junit4] 2> 298518 INFO (zkCallback-617-thread-1) [ ]
o.a.s.c.CoreContainer Initializing authorization plugin:
solr.RuleBasedAuthorizationPlugin
[junit4] 2> 298531 INFO (qtp151440024-1926) [n:127.0.0.1:38112_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication
params={} status=0 QTime=0
[junit4] 2> 298532 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=283912255
[junit4] 2> 298532 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:38112_solr
[junit4] 2> 298535 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 298535 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:38112_solr as DOWN
[junit4] 2> 298646 INFO (zkCallback-641-thread-2) [ ]
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
[junit4] 2> 298652 INFO (zkCallback-617-thread-1) [ ]
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
[junit4] 2> 298673 INFO (zkCallback-639-thread-2) [ ]
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
[junit4] 2> 298822 INFO (coreCloseExecutor-636-thread-1)
[n:127.0.0.1:38112_solr c:authCollection s:shard3 r:core_node6
x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrCore
[authCollection_shard3_replica_n4] CLOSING SolrCore
org.apache.solr.core.SolrCore@2e365bbe
[junit4] 2> 298822 INFO (coreCloseExecutor-636-thread-1)
[n:127.0.0.1:38112_solr c:authCollection s:shard3 r:core_node6
x:authCollection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.authCollection.shard3.replica_n4, tag=2e365bbe
[junit4] 2> 298822 INFO (coreCloseExecutor-636-thread-1)
[n:127.0.0.1:38112_solr c:authCollection s:shard3 r:core_node6
x:authCollection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@10c92ea0: rootName =
solr_38112, domain = solr.core.authCollection.shard3.replica_n4, service url =
null, agent id = null] for registry solr.core.authCollection.shard3.replica_n4
/ com.codahale.metrics.MetricRegistry@692cf10f
[junit4] 2> 298859 INFO (coreCloseExecutor-636-thread-1)
[n:127.0.0.1:38112_solr c:authCollection s:shard3 r:core_node6
x:authCollection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.authCollection.shard3.leader,
tag=2e365bbe
[junit4] 2> 298937 INFO (zkCallback-617-thread-1) [ ]
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> 298937 INFO (zkCallback-617-thread-2) [ ]
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> 298937 INFO (zkCallback-639-thread-2) [ ]
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> 298942 INFO (zkCallback-639-thread-1) [ ]
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> 298942 INFO (zkCallback-641-thread-1) [ ]
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> 298947 INFO (zkCallback-641-thread-2) [ ]
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> 298998 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 298998 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@52358681: rootName =
solr_38112, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@6f9168bf
[junit4] 2> 299004 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 299024 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4f869195: rootName =
solr_38112, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@5ff6f784
[junit4] 2> 299028 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 299028 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@12e94ebf: rootName =
solr_38112, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@4d5f43d0
[junit4] 2> 299028 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 299254 INFO (zkCallback-655-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 299254 INFO (zkCallback-662-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 299255 INFO (zkCallback-617-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 299255 INFO (zkCallback-624-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 299272 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@7c125c8{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:0}
[junit4] 2> 299293 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@681da9ed{/solr,null,UNAVAILABLE}
[junit4] 2> 299293 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 299319 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 299319 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 299320 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 38112 try number 1 ...
[junit4] 2> 299320 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
[junit4] 2> 299361 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 299361 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 299361 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 299362 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@57124489{/solr,null,AVAILABLE}
[junit4] 2> 299363 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@41266057{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:38112}
[junit4] 2> 299363 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.s.Server Started @299714ms
[junit4] 2> 299363 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38112}
[junit4] 2> 299363 ERROR
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 299363 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 299364 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 299364 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 299364 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 299364 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-22T00:33:56.237107Z
[junit4] 2> 299373 INFO (zkCallback-641-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 299386 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 299390 INFO (zkConnectionManagerCallback-672-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 299391 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 299409 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 300224 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 300226 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@71e4e28d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 300227 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@71e4e28d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 300250 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6963302c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 300250 WARN
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6963302c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 300251 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43200/solr
[junit4] 2> 300259 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 300281 INFO (zkConnectionManagerCallback-679-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 300282 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 300436 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 300456 INFO (zkConnectionManagerCallback-681-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 300456 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 300561 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 300692 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:38112_solr as DOWN
[junit4] 2> 300693 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 300693 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38112_solr
[junit4] 2> 300739 INFO (zkCallback-655-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 300739 INFO (zkCallback-617-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 300741 INFO (zkCallback-624-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 300741 INFO (zkCallback-662-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 300771 INFO (zkCallback-641-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 300775 INFO (zkCallback-680-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 300775 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 300775 INFO (zkConnectionManagerCallback-688-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 300775 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 300864 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 300869 INFO (zkCallback-641-thread-2) [ ]
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> 300870 INFO (zkCallback-641-thread-1) [ ]
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> 300870 INFO (zkCallback-617-thread-1) [ ]
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> 300870 INFO (zkCallback-617-thread-3) [ ]
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> 300929 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43200/solr ready
[junit4] 2> 300946 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 300946 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 300946 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 301128 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 301404 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38112.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 301494 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38112.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19f68a90
[junit4] 2> 301494 INFO
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[932C010166B4B87B])
[n:127.0.0.1:38112_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38112.solr.jetty' (registry 'solr.jetty') enabled at s
[...truncated too long message...]
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null2105325029
[copy] Copying 249 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null2105325029
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null2105325029
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
#;[email protected]
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 46ms :: artifacts dl 2ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 9 | 0 | 0 | 0 || 9 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 185 minutes 30 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]