Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/306/
4 tests failed.
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([71F978E3AEC5435:BB71E19C9EBFD74F]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
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.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.handler.TestContainerReqHandler.testRuntimeLibWithSig512
Error Message:
No live SolrServers available to handle this
request:[http://127.0.0.1:42871/solr]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:42871/solr]
at
__randomizedtesting.SeedInfo.seed([71F978E3AEC5435:F80E74B64C16B1F7]:0)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
at
org.apache.solr.handler.TestContainerReqHandler.testRuntimeLibWithSig512(TestContainerReqHandler.java:387)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
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.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:42871/solr: Expected mime type
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 Server Error</title>
</head>
<body><h2>HTTP ERROR 500</h2>
<p>Problem accessing /solr/____v2/cluster. Reason:
<pre> Server Error</pre></p><h3>Caused
by:</h3><pre>java.lang.UnsupportedClassVersionError:
org/apache/solr/core/RuntimeLibReqHandler has been compiled by a more recent
version of the Java Runtime (class file version 55.0), this version of the Java
Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at
org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:127)
at
org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:100)
at
org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:181)
at org.apache.solr.core.LibListener.newInstance(LibListener.java:79)
at
org.apache.solr.core.LibListener$ExtHandler.lambda$updateReqHandlers$3(LibListener.java:232)
at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
at
org.apache.solr.core.LibListener$ExtHandler.updateReqHandlers(LibListener.java:228)
at
org.apache.solr.core.LibListener$ExtHandler.access$000(LibListener.java:173)
at org.apache.solr.core.LibListener.onChange(LibListener.java:105)
at
org.apache.solr.handler.admin.CollectionHandlerApi.lambda$wrap$0(CollectionHandlerApi.java:118)
at
org.apache.solr.handler.admin.CollectionHandlerApi$2.invoke(CollectionHandlerApi.java:299)
at
org.apache.solr.handler.admin.BaseHandlerApiSupport$1.call(BaseHandlerApiSupport.java:100)
at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:341)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:786)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:546)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:423)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:505)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
at java.lang.Thread.run(Thread.java:748)
</pre>
<hr><a href="http://eclipse.org/jetty">Powered by Jetty://
9.4.19.v20190610</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
... 45 more
FAILED: org.apache.solr.handler.TestContainerReqHandler.testRuntimeLib
Error Message:
No live SolrServers available to handle this
request:[http://127.0.0.1:37455/solr]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:37455/solr]
at
__randomizedtesting.SeedInfo.seed([71F978E3AEC5435:34B803DAC97CA581]:0)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
at
org.apache.solr.handler.TestContainerReqHandler.testRuntimeLib(TestContainerReqHandler.java:202)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
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.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:37455/solr: Expected mime type
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 Server Error</title>
</head>
<body><h2>HTTP ERROR 500</h2>
<p>Problem accessing /solr/____v2/cluster. Reason:
<pre> Server Error</pre></p><h3>Caused
by:</h3><pre>java.lang.UnsupportedClassVersionError:
org/apache/solr/core/RuntimeLibReqHandler has been compiled by a more recent
version of the Java Runtime (class file version 55.0), this version of the Java
Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at
org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:127)
at
org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:100)
at
org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:181)
at org.apache.solr.core.LibListener.newInstance(LibListener.java:79)
at
org.apache.solr.core.LibListener$ExtHandler.lambda$updateReqHandlers$3(LibListener.java:232)
at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
at
org.apache.solr.core.LibListener$ExtHandler.updateReqHandlers(LibListener.java:228)
at
org.apache.solr.core.LibListener$ExtHandler.access$000(LibListener.java:173)
at org.apache.solr.core.LibListener.onChange(LibListener.java:105)
at
org.apache.solr.handler.admin.CollectionHandlerApi.lambda$wrap$0(CollectionHandlerApi.java:118)
at
org.apache.solr.handler.admin.CollectionHandlerApi$2.invoke(CollectionHandlerApi.java:299)
at
org.apache.solr.handler.admin.BaseHandlerApiSupport$1.call(BaseHandlerApiSupport.java:100)
at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:341)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:786)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:546)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:423)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:505)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
at java.lang.Thread.run(Thread.java:748)
</pre>
<hr><a href="http://eclipse.org/jetty">Powered by Jetty://
9.4.19.v20190610</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
... 45 more
FAILED:
org.apache.solr.handler.TestContainerReqHandler.testRuntimeLibWithSig2048
Error Message:
No live SolrServers available to handle this
request:[http://127.0.0.1:39215/solr]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:39215/solr]
at
__randomizedtesting.SeedInfo.seed([71F978E3AEC5435:DA72B4269A58CE54]:0)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
at
org.apache.solr.handler.TestContainerReqHandler.testRuntimeLibWithSig2048(TestContainerReqHandler.java:310)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
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.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:39215/solr: Expected mime type
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 Server Error</title>
</head>
<body><h2>HTTP ERROR 500</h2>
<p>Problem accessing /solr/____v2/cluster. Reason:
<pre> Server Error</pre></p><h3>Caused
by:</h3><pre>java.lang.UnsupportedClassVersionError:
org/apache/solr/core/RuntimeLibReqHandler has been compiled by a more recent
version of the Java Runtime (class file version 55.0), this version of the Java
Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at
org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:127)
at
org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:100)
at
org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:181)
at org.apache.solr.core.LibListener.newInstance(LibListener.java:79)
at
org.apache.solr.core.LibListener$ExtHandler.lambda$updateReqHandlers$3(LibListener.java:232)
at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
at
org.apache.solr.core.LibListener$ExtHandler.updateReqHandlers(LibListener.java:228)
at
org.apache.solr.core.LibListener$ExtHandler.access$000(LibListener.java:173)
at org.apache.solr.core.LibListener.onChange(LibListener.java:105)
at
org.apache.solr.handler.admin.CollectionHandlerApi.lambda$wrap$0(CollectionHandlerApi.java:118)
at
org.apache.solr.handler.admin.CollectionHandlerApi$2.invoke(CollectionHandlerApi.java:299)
at
org.apache.solr.handler.admin.BaseHandlerApiSupport$1.call(BaseHandlerApiSupport.java:100)
at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:341)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:786)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:546)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:423)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:505)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
at java.lang.Thread.run(Thread.java:748)
</pre>
<hr><a href="http://eclipse.org/jetty">Powered by Jetty://
9.4.19.v20190610</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
... 45 more
Build Log:
[...truncated 13214 lines...]
[junit4] Suite: org.apache.solr.handler.TestContainerReqHandler
[junit4] 2> 38877 INFO
(SUITE-TestContainerReqHandler-seed#[71F978E3AEC5435]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerReqHandler_71F978E3AEC5435-001/init-core-data-001
[junit4] 2> 38879 INFO
(SUITE-TestContainerReqHandler-seed#[71F978E3AEC5435]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 38882 INFO
(SUITE-TestContainerReqHandler-seed#[71F978E3AEC5435]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 38885 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRuntimeLibWithSig512
[junit4] 2> 38915 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 38930 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@f36521e{HTTP/1.1,[http/1.1]}{0.0.0.0:34633}
[junit4] 2> 38930 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.e.j.s.Server Started @38997ms
[junit4] 2> 38930 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerReqHandler_71F978E3AEC5435-001/tempDir-001
[junit4] 2> 38931 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 38934 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 38934 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 39034 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.ZkTestServer start zk server on port:44049
[junit4] 2> 39034 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44049
[junit4] 2> 39034 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44049
[junit4] 2> 39038 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39045 INFO (zkConnectionManagerCallback-172-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39045 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39057 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39077 INFO (zkConnectionManagerCallback-174-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39077 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39084 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39087 INFO (zkConnectionManagerCallback-176-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39087 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39194 WARN (jetty-launcher-177-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 39194 WARN (jetty-launcher-177-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 39194 WARN (jetty-launcher-177-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 39194 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 39194 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 39194 INFO (jetty-launcher-177-thread-2) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 39195 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 39195 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 39195 INFO (jetty-launcher-177-thread-3) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 39195 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 39195 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 39196 INFO (jetty-launcher-177-thread-1) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 39196 WARN (jetty-launcher-177-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 39196 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 39196 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 39196 INFO (jetty-launcher-177-thread-4) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 39199 INFO (jetty-launcher-177-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 39199 INFO (jetty-launcher-177-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 39199 INFO (jetty-launcher-177-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 39200 INFO (jetty-launcher-177-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@47ca38fc{/solr,null,AVAILABLE}
[junit4] 2> 39206 INFO (jetty-launcher-177-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 39206 INFO (jetty-launcher-177-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 39206 INFO (jetty-launcher-177-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 39206 INFO (jetty-launcher-177-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 39206 INFO (jetty-launcher-177-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 39206 INFO (jetty-launcher-177-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 39209 INFO (jetty-launcher-177-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@66ddfb88{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:42871}
[junit4] 2> 39209 INFO (jetty-launcher-177-thread-2) [ ]
o.e.j.s.Server Started @39276ms
[junit4] 2> 39209 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42871}
[junit4] 2> 39209 INFO (jetty-launcher-177-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@39a0e8f5{/solr,null,AVAILABLE}
[junit4] 2> 39209 ERROR (jetty-launcher-177-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 39209 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 39210 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.0
[junit4] 2> 39210 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 39210 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 39210 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-22T05:28:55.894Z
[junit4] 2> 39212 INFO (jetty-launcher-177-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 39212 INFO (jetty-launcher-177-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 39212 INFO (jetty-launcher-177-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 39212 INFO (jetty-launcher-177-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3b22dd2f{/solr,null,AVAILABLE}
[junit4] 2> 39212 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39214 INFO (jetty-launcher-177-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5e2e7587{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:36165}
[junit4] 2> 39214 INFO (jetty-launcher-177-thread-3) [ ]
o.e.j.s.Server Started @39282ms
[junit4] 2> 39215 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36165}
[junit4] 2> 39215 ERROR (jetty-launcher-177-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 39215 INFO (jetty-launcher-177-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7905474a{/solr,null,AVAILABLE}
[junit4] 2> 39215 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 39215 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.0
[junit4] 2> 39215 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 39215 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 39215 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-22T05:28:55.899Z
[junit4] 2> 39217 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6d948937{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:34931}
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@97d423e{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:33891}
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-4) [ ]
o.e.j.s.Server Started @39290ms
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-1) [ ]
o.e.j.s.Server Started @39290ms
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33891}
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34931}
[junit4] 2> 39223 ERROR (jetty-launcher-177-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 39223 ERROR (jetty-launcher-177-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.0
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.0
[junit4] 2> 39223 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 39224 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 39224 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 39224 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 39224 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-22T05:28:55.908Z
[junit4] 2> 39224 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-22T05:28:55.908Z
[junit4] 2> 39225 INFO (zkConnectionManagerCallback-179-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39225 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39225 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39226 INFO (zkConnectionManagerCallback-181-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39226 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39226 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39228 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 39228 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 39229 INFO (zkConnectionManagerCallback-184-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39233 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39237 INFO (zkConnectionManagerCallback-185-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39237 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39246 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 39250 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 39446 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 39448 WARN (jetty-launcher-177-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@47e238e2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39449 WARN (jetty-launcher-177-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@47e238e2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39453 WARN (jetty-launcher-177-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@42d9296e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39453 WARN (jetty-launcher-177-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@42d9296e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39456 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44049/solr
[junit4] 2> 39465 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39474 INFO (zkConnectionManagerCallback-194-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39474 INFO (jetty-launcher-177-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39546 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 39549 WARN (jetty-launcher-177-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6cf13615[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39549 WARN (jetty-launcher-177-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6cf13615[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39553 WARN (jetty-launcher-177-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2855036b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39553 WARN (jetty-launcher-177-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2855036b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39555 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44049/solr
[junit4] 2> 39557 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39563 INFO (zkConnectionManagerCallback-201-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39563 INFO (jetty-launcher-177-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39563 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 39564 WARN (jetty-launcher-177-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@72be5b5c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39564 WARN (jetty-launcher-177-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@72be5b5c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39571 WARN (jetty-launcher-177-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@13ae706b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39571 WARN (jetty-launcher-177-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@13ae706b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39572 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44049/solr
[junit4] 2> 39577 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39585 INFO (zkConnectionManagerCallback-207-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39585 INFO (jetty-launcher-177-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39665 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 39667 INFO (zkConnectionManagerCallback-209-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39667 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 39769 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 39771 INFO (zkConnectionManagerCallback-211-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39771 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 39842 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 39845 WARN (jetty-launcher-177-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3710bd23[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39845 WARN (jetty-launcher-177-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3710bd23[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39850 WARN (jetty-launcher-177-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@638edd94[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39850 WARN (jetty-launcher-177-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@638edd94[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 39852 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44049/solr
[junit4] 2> 39853 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 39856 INFO (zkConnectionManagerCallback-217-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39856 INFO (jetty-launcher-177-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 39870 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 39874 INFO (zkConnectionManagerCallback-219-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 39874 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 39990 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 40013 INFO (zkConnectionManagerCallback-227-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40013 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 40065 DEBUG (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 40068 DEBUG (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 40071 DEBUG (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> []
[junit4] 2> 40075 DEBUG (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40097 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34931_solr
[junit4] 2> 40100 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.Overseer Overseer
(id=72070369071398926-127.0.0.1:34931_solr-n_0000000000) starting
[junit4] 2> 40144 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 40156 INFO (zkConnectionManagerCallback-234-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40156 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 40157 DEBUG (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 40160 DEBUG (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 40164 DEBUG (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> []
[junit4] 2> 40169 DEBUG (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40173 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44049/solr ready
[junit4] 2> 40183 INFO
(OverseerStateUpdate-72070369071398926-127.0.0.1:34931_solr-n_0000000000)
[n:127.0.0.1:34931_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:34931_solr
[junit4] 2> 40187 DEBUG
(OverseerStateUpdate-72070369071398926-127.0.0.1:34931_solr-n_0000000000)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> []
[junit4] 2> 40188 DEBUG
(OverseerStateUpdate-72070369071398926-127.0.0.1:34931_solr-n_0000000000)
[n:127.0.0.1:34931_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40195 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34931_solr
[junit4] 2> 40199 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 40203 INFO (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 40203 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] ->
[127.0.0.1:34931_solr]
[junit4] 2> 40205 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 40207 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 40212 INFO (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 40212 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] ->
[127.0.0.1:34931_solr]
[junit4] 2> 40241 DEBUG (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 40244 DEBUG (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 40247 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 40247 DEBUG (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:34931_solr]
[junit4] 2> 40249 DEBUG (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40267 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:42871_solr as DOWN
[junit4] 2> 40270 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 40270 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42871_solr
[junit4] 2> 40276 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 40280 INFO (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 40280 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr] -> [127.0.0.1:34931_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40301 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 40305 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 40306 INFO (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 40306 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr] -> [127.0.0.1:34931_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40312 DEBUG (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 40318 INFO (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 40318 DEBUG (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr] -> [127.0.0.1:34931_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40321 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 40341 DEBUG (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 40341 INFO (zkConnectionManagerCallback-239-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40341 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 40341 DEBUG (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 40344 DEBUG (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 40346 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 40346 DEBUG (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:34931_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40347 DEBUG (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 40348 DEBUG (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40349 DEBUG (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 40351 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 40351 DEBUG (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:34931_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40354 DEBUG (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40354 DEBUG (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 40356 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 40356 DEBUG (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:34931_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40358 DEBUG (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40359 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44049/solr ready
[junit4] 2> 40359 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 40361 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:36165_solr as DOWN
[junit4] 2> 40368 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 40368 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36165_solr
[junit4] 2> 40370 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 40370 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 40371 INFO (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 40371 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:42871_solr] -> [127.0.0.1:34931_solr,
127.0.0.1:36165_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40371 INFO (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 40371 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:42871_solr] -> [127.0.0.1:34931_solr,
127.0.0.1:36165_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40381 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:33891_solr as DOWN
[junit4] 2> 40381 DEBUG (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 40382 INFO (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 40382 DEBUG (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:42871_solr] -> [127.0.0.1:34931_solr,
127.0.0.1:36165_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40384 DEBUG (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 40384 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 40384 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33891_solr
[junit4] 2> 40385 DEBUG (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 40385 INFO (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 40385 DEBUG (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:42871_solr] -> [127.0.0.1:34931_solr,
127.0.0.1:36165_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40387 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 40387 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 40387 DEBUG (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 40388 INFO (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 40388 INFO (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 40388 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:36165_solr, 127.0.0.1:42871_solr] ->
[127.0.0.1:33891_solr, 127.0.0.1:34931_solr, 127.0.0.1:36165_solr,
127.0.0.1:42871_solr]
[junit4] 2> 40388 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:36165_solr, 127.0.0.1:42871_solr] ->
[127.0.0.1:33891_solr, 127.0.0.1:34931_solr, 127.0.0.1:36165_solr,
127.0.0.1:42871_solr]
[junit4] 2> 40388 INFO (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 40388 DEBUG (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:36165_solr, 127.0.0.1:42871_solr] ->
[127.0.0.1:33891_solr, 127.0.0.1:34931_solr, 127.0.0.1:36165_solr,
127.0.0.1:42871_solr]
[junit4] 2> 40393 INFO (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 40393 DEBUG (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:42871_solr] -> [127.0.0.1:34931_solr,
127.0.0.1:36165_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40394 DEBUG (zkCallback-238-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 40396 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34931.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40399 INFO (zkCallback-238-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 40399 DEBUG (zkCallback-238-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:42871_solr] -> [127.0.0.1:33891_solr,
127.0.0.1:34931_solr, 127.0.0.1:36165_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40405 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 40412 DEBUG (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 40412 DEBUG (zkCallback-208-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 40413 INFO (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 40413 DEBUG (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:36165_solr, 127.0.0.1:42871_solr] ->
[127.0.0.1:33891_solr, 127.0.0.1:34931_solr, 127.0.0.1:36165_solr,
127.0.0.1:42871_solr]
[junit4] 2> 40416 INFO (zkCallback-208-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 40416 DEBUG (zkCallback-208-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:34931_solr, 127.0.0.1:36165_solr, 127.0.0.1:42871_solr] ->
[127.0.0.1:33891_solr, 127.0.0.1:34931_solr, 127.0.0.1:36165_solr,
127.0.0.1:42871_solr]
[junit4] 2> 40421 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 40464 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 40466 INFO (zkConnectionManagerCallback-250-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40466 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 40467 DEBUG (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 40467 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34931.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40468 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34931.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40470 INFO (jetty-launcher-177-thread-4)
[n:127.0.0.1:34931_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerReqHandler_71F978E3AEC5435-001/tempDir-001/node4/.
[junit4] 2> 40482 DEBUG (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 40483 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 40483 DEBUG (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:33891_solr, 127.0.0.1:34931_solr,
127.0.0.1:36165_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40484 DEBUG (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40501 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44049/solr ready
[junit4] 2> 40502 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 40521 INFO (zkConnectionManagerCallback-245-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40521 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 40521 DEBUG (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 40523 DEBUG (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 40527 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 40527 DEBUG (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:33891_solr, 127.0.0.1:34931_solr,
127.0.0.1:36165_solr, 127.0.0.1:42871_solr]
[junit4] 2> 40528 DEBUG (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 40530 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44049/solr ready
[junit4] 2> 40530 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 40587 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42871.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40609 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42871.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40610 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42871.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40612 INFO (jetty-launcher-177-thread-2)
[n:127.0.0.1:42871_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerReqHandler_71F978E3AEC5435-001/tempDir-001/node2/.
[junit4] 2> 40613 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 40633 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 40668 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33891.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40713 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33891.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40714 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33891.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40714 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36165.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40716 INFO (jetty-launcher-177-thread-1)
[n:127.0.0.1:33891_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerReqHandler_71F978E3AEC5435-001/tempDir-001/node1/.
[junit4] 2> 40759 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36165.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40759 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36165.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@40579e5
[junit4] 2> 40761 INFO (jetty-launcher-177-thread-3)
[n:127.0.0.1:36165_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerReqHandler_71F978E3AEC5435-001/tempDir-001/node3/.
[junit4] 2> 41029 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 41043 INFO (zkConnectionManagerCallback-258-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41043 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 41044 DEBUG
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 41045 DEBUG
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 41046 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 41046 DEBUG
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] ->
[127.0.0.1:33891_solr, 127.0.0.1:34931_solr, 127.0.0.1:36165_solr,
127.0.0.1:42871_solr]
[junit4] 2> 41047 DEBUG
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0]
watched [0] lazy [0] total [0]
[junit4] 2> 41048 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[71F978E3AEC5435])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:44049/solr ready
[junit4] 2> 41181 INFO (qtp129678521-365) [n:127.0.0.1:33891_solr ]
o.a.s.c.RuntimeLib Jar foo signed with pub_key512.der successfully verified
[junit4] 2> 41190 DEBUG (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:34633/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 41190 DEBUG (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:34633/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 41190 INFO (zkCallback-218-thread-1) [ ]
o.a.s.c.LibListener clusterprops.json changed , version 0
[junit4] 2> 41190 INFO (qtp129678521-365) [n:127.0.0.1:33891_solr ]
o.a.s.c.LibListener clusterprops.json changed , version -1
[junit4] 2> 41190 DEBUG (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:34633/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 41190 INFO (zkCallback-210-thread-1) [ ]
o.a.s.c.LibListener clusterprops.json changed , version 0
[junit4] 2> 41191 DEBUG (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:34633/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 41191 INFO (zkCallback-226-thread-1) [ ]
o.a.s.c.LibListener clusterprops.json changed , version 0
[junit4] 2> 41198 DEBUG (zkCallback-208-thread-2) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:34633/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 41198 INFO (zkCallback-208-thread-2) [ ]
o.a.s.c.LibListener clusterprops.json changed , version 0
[junit4] 2> 41202 DEBUG (zkCallback-257-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:34633/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 41222 INFO (zkCallback-210-thread-1) [ ]
o.a.s.c.RuntimeLib Jar foo signed with pub_key512.der successfully verified
[junit4] 2> 41222 INFO (zkCallback-226-thread-1) [ ]
o.a.s.c.RuntimeLib Jar foo signed with pub_key512.der successfully verified
[junit4] 2> 41226 INFO (zkCallback-208-thread-2) [ ]
o.a.s.c.RuntimeLib Jar foo signed with pub_key512.der successfully verified
[junit4] 2> 41227 INFO (qtp129678521-365) [n:127.0.0.1:33891_solr ]
o.a.s.c.RuntimeLib Jar foo signed with pub_k
[...truncated too long message...]
loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/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-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null758336663
[copy] Copying 249 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null758336663
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null758336663
check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[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 124ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | 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: 115 minutes 15 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 lucene
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:744)
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]