Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/308/
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([FF5F41489A2F4B32:4331375A3E7CC848]: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:36299/solr]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:36299/solr]
at
__randomizedtesting.SeedInfo.seed([FF5F41489A2F4B32:4EA270ECD5AEF0]: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:386)
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:36299/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:120)
at
org.apache.solr.handler.admin.CollectionHandlerApi$2.invoke(CollectionHandlerApi.java:305)
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:39687/solr]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:39687/solr]
at
__randomizedtesting.SeedInfo.seed([FF5F41489A2F4B32:223262E03A9BD153]: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:309)
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:39687/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:120)
at
org.apache.solr.handler.admin.CollectionHandlerApi$2.invoke(CollectionHandlerApi.java:305)
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:37229/solr]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:37229/solr]
at
__randomizedtesting.SeedInfo.seed([FF5F41489A2F4B32:CCF8D51C69BFBA86]: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:201)
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:37229/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:120)
at
org.apache.solr.handler.admin.CollectionHandlerApi$2.invoke(CollectionHandlerApi.java:305)
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 13785 lines...]
[junit4] Suite: org.apache.solr.handler.TestContainerReqHandler
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerReqHandler_FF5F41489A2F4B32-001/init-core-data-001
[junit4] 2> 432688 WARN
(SUITE-TestContainerReqHandler-seed#[FF5F41489A2F4B32]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
[junit4] 2> 432689 INFO
(SUITE-TestContainerReqHandler-seed#[FF5F41489A2F4B32]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 432692 INFO
(SUITE-TestContainerReqHandler-seed#[FF5F41489A2F4B32]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 432692 INFO
(SUITE-TestContainerReqHandler-seed#[FF5F41489A2F4B32]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 432694 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRuntimeLibWithSig512
[junit4] 2> 432698 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] 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> 432703 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@42ed7d2b{HTTP/1.1,[http/1.1]}{0.0.0.0:38343}
[junit4] 2> 432703 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.e.j.s.Server Started @432759ms
[junit4] 2> 432703 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] 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_FF5F41489A2F4B32-001/tempDir-001
[junit4] 2> 432703 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 432704 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 432704 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 432809 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.ZkTestServer start zk server on port:40891
[junit4] 2> 432809 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40891
[junit4] 2> 432809 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40891
[junit4] 2> 432827 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 432833 INFO (zkConnectionManagerCallback-3101-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 432833 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 432859 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 432860 INFO (zkConnectionManagerCallback-3103-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 432860 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 432862 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 432863 INFO (zkConnectionManagerCallback-3105-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 432863 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 432966 WARN (jetty-launcher-3106-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 432967 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 432967 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 432967 INFO (jetty-launcher-3106-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> 432970 WARN (jetty-launcher-3106-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 432970 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 432970 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 432970 INFO (jetty-launcher-3106-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> 432971 WARN (jetty-launcher-3106-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 432971 WARN (jetty-launcher-3106-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 432971 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 432971 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 432971 INFO (jetty-launcher-3106-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> 432971 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 432971 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 432971 INFO (jetty-launcher-3106-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> 432985 INFO (jetty-launcher-3106-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 432985 INFO (jetty-launcher-3106-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 432985 INFO (jetty-launcher-3106-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 432988 INFO (jetty-launcher-3106-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6ddf61d5{/solr,null,AVAILABLE}
[junit4] 2> 433031 INFO (jetty-launcher-3106-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 433031 INFO (jetty-launcher-3106-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 433031 INFO (jetty-launcher-3106-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 433031 INFO (jetty-launcher-3106-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@17d03e24{/solr,null,AVAILABLE}
[junit4] 2> 433032 INFO (jetty-launcher-3106-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@24b5b691{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:39027}
[junit4] 2> 433032 INFO (jetty-launcher-3106-thread-4) [ ]
o.e.j.s.Server Started @433088ms
[junit4] 2> 433032 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39027}
[junit4] 2> 433032 ERROR (jetty-launcher-3106-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 433032 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 433032 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.3.0
[junit4] 2> 433032 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 433032 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 433032 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-23T00:36:13.616Z
[junit4] 2> 433037 INFO (jetty-launcher-3106-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 433037 INFO (jetty-launcher-3106-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 433037 INFO (jetty-launcher-3106-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 433071 INFO (jetty-launcher-3106-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6ffbcb32{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:36299}
[junit4] 2> 433071 INFO (jetty-launcher-3106-thread-2) [ ]
o.e.j.s.Server Started @433128ms
[junit4] 2> 433071 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36299}
[junit4] 2> 433071 ERROR (jetty-launcher-3106-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 433071 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 433071 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.3.0
[junit4] 2> 433071 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 433071 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 433071 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-23T00:36:13.655Z
[junit4] 2> 433079 INFO (jetty-launcher-3106-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@14e48a8c{/solr,null,AVAILABLE}
[junit4] 2> 433079 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 433085 INFO (jetty-launcher-3106-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 433085 INFO (jetty-launcher-3106-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 433085 INFO (jetty-launcher-3106-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 433087 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 433087 INFO (jetty-launcher-3106-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@194d37b{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:43063}
[junit4] 2> 433087 INFO (jetty-launcher-3106-thread-1) [ ]
o.e.j.s.Server Started @433144ms
[junit4] 2> 433087 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43063}
[junit4] 2> 433087 INFO (jetty-launcher-3106-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@67a4a708{/solr,null,AVAILABLE}
[junit4] 2> 433087 ERROR (jetty-launcher-3106-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 433087 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.3.0
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-23T00:36:13.672Z
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4c569879{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:41255}
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-3) [ ]
o.e.j.s.Server Started @433145ms
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41255}
[junit4] 2> 433088 ERROR (jetty-launcher-3106-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.3.0
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 433088 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-07-23T00:36:13.672Z
[junit4] 2> 433089 INFO (zkConnectionManagerCallback-3108-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433089 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 433090 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 433099 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 433099 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 433100 INFO (zkConnectionManagerCallback-3110-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433100 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 433100 INFO (zkConnectionManagerCallback-3112-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433100 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 433101 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 433101 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 433107 INFO (zkConnectionManagerCallback-3114-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433107 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 433202 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 433353 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 433354 WARN (jetty-launcher-3106-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6f83d6b6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433354 WARN (jetty-launcher-3106-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6f83d6b6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433373 WARN (jetty-launcher-3106-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1c2c5da0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433373 WARN (jetty-launcher-3106-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1c2c5da0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433374 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40891/solr
[junit4] 2> 433389 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 433405 INFO (zkConnectionManagerCallback-3123-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433405 INFO (jetty-launcher-3106-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 433481 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 433497 WARN (jetty-launcher-3106-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4ecdce34[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433497 WARN (jetty-launcher-3106-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4ecdce34[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433526 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 433530 WARN (jetty-launcher-3106-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4fff3596[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433530 WARN (jetty-launcher-3106-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4fff3596[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433531 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40891/solr
[junit4] 2> 433534 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 433535 INFO (zkConnectionManagerCallback-3131-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433535 INFO (jetty-launcher-3106-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 433541 WARN (jetty-launcher-3106-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1b31e726[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433541 WARN (jetty-launcher-3106-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1b31e726[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433545 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 433547 INFO (zkConnectionManagerCallback-3133-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433547 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 433548 WARN (jetty-launcher-3106-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@458addd1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433548 WARN (jetty-launcher-3106-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@458addd1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433548 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40891/solr
[junit4] 2> 433561 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 433566 INFO (zkConnectionManagerCallback-3138-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433567 INFO (jetty-launcher-3106-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 433638 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 433645 INFO (zkConnectionManagerCallback-3142-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433645 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 433652 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 433652 DEBUG (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 433672 WARN (jetty-launcher-3106-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@8be1f9a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433672 WARN (jetty-launcher-3106-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@8be1f9a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433675 WARN (jetty-launcher-3106-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@750e2d0b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433675 WARN (jetty-launcher-3106-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@750e2d0b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 433676 DEBUG (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 433676 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40891/solr
[junit4] 2> 433677 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 433678 DEBUG (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> []
[junit4] 2> 433678 INFO (zkConnectionManagerCallback-3150-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433678 INFO (jetty-launcher-3106-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 433679 DEBUG (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433739 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 433740 INFO (zkConnectionManagerCallback-3152-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433740 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 433789 DEBUG (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 433790 DEBUG (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 433791 DEBUG (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> []
[junit4] 2> 433791 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 433791 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43063_solr
[junit4] 2> 433792 DEBUG (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433793 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.Overseer Overseer
(id=72074880416808971-127.0.0.1:43063_solr-n_0000000000) starting
[junit4] 2> 433794 INFO (zkConnectionManagerCallback-3154-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433794 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 433794 DEBUG (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 433795 DEBUG (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 433796 DEBUG (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> []
[junit4] 2> 433798 DEBUG (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433799 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39027_solr
[junit4] 2> 433803 DEBUG (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 433805 DEBUG (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 433806 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 433806 DEBUG (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:39027_solr]
[junit4] 2> 433807 DEBUG (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433813 DEBUG (zkCallback-3132-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> 433813 DEBUG (zkCallback-3141-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> 433816 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 433817 INFO (zkCallback-3132-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 433817 DEBUG (zkCallback-3132-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] ->
[127.0.0.1:39027_solr]
[junit4] 2> 433817 INFO (zkCallback-3141-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 433817 DEBUG (zkCallback-3141-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] ->
[127.0.0.1:39027_solr]
[junit4] 2> 433820 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:36299_solr as DOWN
[junit4] 2> 433822 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 433822 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36299_solr
[junit4] 2> 433826 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:41255_solr as DOWN
[junit4] 2> 433828 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 433828 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41255_solr
[junit4] 2> 433829 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 433829 DEBUG (zkCallback-3151-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> 433834 INFO (zkCallback-3151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 433834 DEBUG (zkCallback-3151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr]
[junit4] 2> 433848 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 433849 DEBUG (zkCallback-3153-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> 433850 DEBUG (zkCallback-3132-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> 433850 INFO (zkCallback-3153-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 433850 DEBUG (zkCallback-3153-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:39027_solr] -> [127.0.0.1:36299_solr, 127.0.0.1:39027_solr,
127.0.0.1:41255_solr]
[junit4] 2> 433850 INFO (zkCallback-3132-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 433850 DEBUG (zkCallback-3132-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:39027_solr] -> [127.0.0.1:36299_solr, 127.0.0.1:39027_solr,
127.0.0.1:41255_solr]
[junit4] 2> 433850 DEBUG (zkCallback-3141-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: [1])
[junit4] 2> 433851 INFO (zkCallback-3141-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 433851 DEBUG (zkCallback-3141-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:39027_solr] -> [127.0.0.1:36299_solr, 127.0.0.1:39027_solr,
127.0.0.1:41255_solr]
[junit4] 2> 433853 INFO (zkConnectionManagerCallback-3173-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433854 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 433854 DEBUG (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 433855 DEBUG (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 433856 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 433856 DEBUG (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:36299_solr, 127.0.0.1:39027_solr,
127.0.0.1:41255_solr]
[junit4] 2> 433857 DEBUG (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433858 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40891/solr ready
[junit4] 2> 433858 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 433865 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 433865 DEBUG (zkCallback-3151-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> 433866 INFO (zkCallback-3151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 433866 DEBUG (zkCallback-3151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr] -> [127.0.0.1:36299_solr,
127.0.0.1:39027_solr, 127.0.0.1:41255_solr]
[junit4] 2> 433869 INFO (zkConnectionManagerCallback-3168-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433869 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 433870 DEBUG (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 433871 DEBUG (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 433871 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 433871 DEBUG (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:36299_solr, 127.0.0.1:39027_solr,
127.0.0.1:41255_solr]
[junit4] 2> 433872 DEBUG (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433876 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40891/solr ready
[junit4] 2> 433877 INFO (zkConnectionManagerCallback-3163-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433877 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 433878 DEBUG (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 433879 DEBUG (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 433879 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 433879 DEBUG (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:36299_solr, 127.0.0.1:39027_solr,
127.0.0.1:41255_solr]
[junit4] 2> 433880 DEBUG (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433882 INFO (zkConnectionManagerCallback-3178-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 433882 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 433882 DEBUG (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 433882 INFO
(OverseerStateUpdate-72074880416808971-127.0.0.1:43063_solr-n_0000000000)
[n:127.0.0.1:43063_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:43063_solr
[junit4] 2> 433885 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:43063_solr as DOWN
[junit4] 2> 433885 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40891/solr ready
[junit4] 2> 433886 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 433890 DEBUG (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 433890 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 433890 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43063_solr
[junit4] 2> 433891 DEBUG
(OverseerStateUpdate-72074880416808971-127.0.0.1:43063_solr-n_0000000000)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr]
-> [127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr]
[junit4] 2> 433891 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 433891 DEBUG (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... [] -> [127.0.0.1:36299_solr, 127.0.0.1:39027_solr,
127.0.0.1:41255_solr]
[junit4] 2> 433892 DEBUG
(OverseerStateUpdate-72074880416808971-127.0.0.1:43063_solr-n_0000000000)
[n:127.0.0.1:43063_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433892 DEBUG (zkCallback-3151-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> 433892 DEBUG (zkCallback-3132-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> 433893 DEBUG (zkCallback-3153-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> 433893 INFO (zkCallback-3151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 433893 DEBUG (zkCallback-3151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 433893 INFO (zkCallback-3132-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 433893 INFO (zkCallback-3153-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 433893 DEBUG (zkCallback-3132-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 433893 DEBUG (zkCallback-3153-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 433900 DEBUG (zkCallback-3162-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> 433905 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 433908 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 433908 DEBUG (zkCallback-3141-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> 433913 DEBUG (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy
[0] interesting [0] watched [0] lazy [0] total [0]
[junit4] 2> 433926 DEBUG (zkCallback-3172-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> 433931 DEBUG (zkCallback-3177-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> 433934 INFO (zkCallback-3141-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 433934 DEBUG (zkCallback-3141-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 433934 INFO (zkCallback-3172-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 433934 DEBUG (zkCallback-3172-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 433937 INFO (zkCallback-3162-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 433937 DEBUG (zkCallback-3162-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 433938 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40891/solr ready
[junit4] 2> 433938 INFO (zkCallback-3177-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 433938 DEBUG (zkCallback-3177-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 433938 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.c.LibListener clusterprops.json changed ,
version -1
[junit4] 2> 433939 DEBUG (zkCallback-3167-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> 433948 INFO (zkCallback-3167-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 433948 DEBUG (zkCallback-3167-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper...
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 433998 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 434014 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 434020 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 434040 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36299.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434128 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43063.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434128 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36299.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434128 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36299.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434129 INFO (jetty-launcher-3106-thread-2)
[n:127.0.0.1:36299_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_FF5F41489A2F4B32-001/tempDir-001/node2/.
[junit4] 2> 434143 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39027.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434145 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41255.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434190 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43063.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434190 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43063.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434195 INFO (jetty-launcher-3106-thread-1)
[n:127.0.0.1:43063_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_FF5F41489A2F4B32-001/tempDir-001/node1/.
[junit4] 2> 434202 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41255.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434202 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41255.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434204 INFO (jetty-launcher-3106-thread-3)
[n:127.0.0.1:41255_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_FF5F41489A2F4B32-001/tempDir-001/node3/.
[junit4] 2> 434205 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39027.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434205 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39027.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@57961a16
[junit4] 2> 434206 INFO (jetty-launcher-3106-thread-4)
[n:127.0.0.1:39027_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_FF5F41489A2F4B32-001/tempDir-001/node4/.
[junit4] 2> 434455 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 434457 INFO (zkConnectionManagerCallback-3187-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 434457 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 434457 DEBUG
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 434458 DEBUG
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 434459 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 434459 DEBUG
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] ->
[127.0.0.1:36299_solr, 127.0.0.1:39027_solr, 127.0.0.1:41255_solr,
127.0.0.1:43063_solr]
[junit4] 2> 434460 DEBUG
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0]
watched [0] lazy [0] total [0]
[junit4] 2> 434461 INFO
(TEST-TestContainerReqHandler.testRuntimeLibWithSig512-seed#[FF5F41489A2F4B32])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:40891/solr ready
[junit4] 2> 434498 INFO (qtp712134063-8764) [n:127.0.0.1:39027_solr ]
o.a.s.c.RuntimeLib Jar foo signed with pub_key512.der successfully verified
[junit4] 2> 434501 DEBUG (zkCallback-3151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:38343/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 434501 INFO (zkCallback-3151-thread-1) [ ]
o.a.s.c.LibListener clusterprops.json changed , version 0
[junit4] 2> 434501 DEBUG (zkCallback-3167-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:38343/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 434501 DEBUG (zkCallback-3172-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:38343/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 434501 DEBUG (zkCallback-3153-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:38343/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 434501 INFO (zkCallback-3153-thread-1) [ ]
o.a.s.c.LibListener clusterprops.json changed , version 0
[junit4] 2> 434505 DEBUG (zkCallback-3141-thread-2) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:38343/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 434505 INFO (zkCallback-3141-thread-2) [ ]
o.a.s.c.LibListener clusterprops.json changed , version 0
[junit4] 2> 434505 DEBUG (zkCallback-3162-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:38343/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to version 0
[junit4] 2> 434506 INFO (qtp712134063-8764) [n:127.0.0.1:39027_solr ]
o.a.s.c.LibListener clusterprops.json changed , version -1
[junit4] 2> 434506 DEBUG (zkCallback-3132-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {runtimeLib={foo={name=foo,
url=http://localhost:38343/jar1.jar,
sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc+I6O7BOdNuMct/xoZ4h73aZHZGc0+nmI1f/U3bOlMPINlSOM6LK3JpQ==,
sha512=d01b51de67ae1680a84a813983b1de3b592fc32f1a22b662fc9057da5953abd1b72476388ba342cad21671cd0b805503c78ab9075ff2f3951fdf75fa16981420}}}
to ve
[...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/null856819277
[copy] Copying 249 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null856819277
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null856819277
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 36ms :: artifacts dl 2ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 9 | 0 | 0 | 0 || 9 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 117 minutes 33 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]