Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-master/750/
2 tests failed.
FAILED: org.apache.solr.handler.TestContainerPlugin.testApi
Error Message:
java.lang.AssertionError: startCalled
Stack Trace:
java.lang.AssertionError: startCalled
at
__randomizedtesting.SeedInfo.seed([2ECF19F0F8C34083:4F5D77229F35A3CF]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at
org.apache.solr.handler.TestContainerPlugin.testApi(TestContainerPlugin.java:186)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:834)
FAILED: org.apache.solr.TestRandomDVFaceting.testRandomFaceting
Error Message:
java.lang.AssertionError: List size mismatch @
facet_counts/facet_fields/small2_ss
Stack Trace:
java.lang.AssertionError: List size mismatch @
facet_counts/facet_fields/small2_ss
at
__randomizedtesting.SeedInfo.seed([2ECF19F0F8C34083:23A73925AD3A883C]:0)
at org.junit.Assert.fail(Assert.java:89)
at
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
at
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
at
org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:834)
Build Log:
[...truncated 25227 lines...]
2> 338787 ERROR
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.TestRandomDVFaceting ERROR: mismatch facet response: List size mismatch @
facet_counts/facet_fields/small2_ss
2> expected ={
2> "response":{"numFound":31,"start":0,"numFoundExact":true,"docs":[]
2> },
2> "facet_counts":{
2> "facet_queries":{},
2> "facet_fields":{
2> "small2_ss":[
2> "d",6,
2> "a",3,
2> "e",3,
2> "n",3,
2> "o",3,
2> "f",2,
2> "g",2,
2> "i",2,
2> "j",2,
2> "k",2,
2> "b",1,
2> "c",1,
2> "m",1,
2> "h",0,
2> "l",0]},
2> "facet_ranges":{},
2> "facet_intervals":{},
2> "facet_heatmaps":{}}}
2>
2> response = {
2> "response":{"numFound":31,"start":0,"numFoundExact":true,"docs":[]
2> },
2> "facet_counts":{
2> "facet_queries":{},
2> "facet_fields":{
2> "small2_ss":[
2> "d",6,
2> "a",3,
2> "e",3,
2> "n",3,
2> "o",3,
2> "f",2,
2> "g",2,
2> "i",2,
2> "j",2,
2> "k",2,
2> "b",1,
2> "c",1,
2> "m",1,
2> "h",0]},
2> "facet_ranges":{},
2> "facet_intervals":{},
2> "facet_heatmaps":{}}}
2>
2> request =
facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small2_ss&facet.method=uif
2> 338790 INFO
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
> java.lang.AssertionError: List size mismatch @
facet_counts/facet_fields/small2_ss
> at
__randomizedtesting.SeedInfo.seed([2ECF19F0F8C34083:23A73925AD3A883C]:0)
> at org.junit.Assert.fail(Assert.java:89)
> at
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
> at
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
> at
org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
> at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
> at java.base/java.lang.Thread.run(Thread.java:834)
2> NOTE: reproduce with: gradlew test --tests
TestRandomDVFaceting.testRandomFaceting -Dtests.seed=2ECF19F0F8C34083
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zgh
-Dtests.timezone=Asia/Samarkand -Dtests.asserts=true -Dtests.file.encoding=UTF-8
2> 338803 INFO (SUITE-TestRandomDVFaceting-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.SolrTestCaseJ4 ###deleteCore
2> 338803 INFO (SUITE-TestRandomDVFaceting-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1381427342
2> 338843 INFO (coreCloseExecutor-1815-thread-1) [ ] o.a.s.c.SolrCore
[collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@659b01e7
2> 338843 INFO (coreCloseExecutor-1815-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1 tag=SolrCore@659b01e7
2> 338843 INFO (coreCloseExecutor-1815-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@28e1c6a6: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5015e890
2> 338873 INFO (coreCloseExecutor-1815-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED
(unnecessary).
2> 338901 INFO (SUITE-TestRandomDVFaceting-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
2> 338901 INFO (SUITE-TestRandomDVFaceting-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@68ceb3d6: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry
solr.node/com.codahale.metrics.MetricRegistry@6970ade1
2> 338907 INFO (SUITE-TestRandomDVFaceting-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
2> 338907 INFO (SUITE-TestRandomDVFaceting-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@439c2afa: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@1a02a52e
2> 338911 INFO (SUITE-TestRandomDVFaceting-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty tag=null
2> 338911 INFO (SUITE-TestRandomDVFaceting-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@67dfd1a2: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@ab854c4
2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.TestRandomDVFaceting_2ECF19F0F8C34083-001
2> NOTE: test params are: codec=Asserting(Lucene90):
{small3_ss=PostingsFormat(name=LuceneVarGapFixedInterval), foo_ds_dv=Lucene84,
foo_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), small_i=Lucene84,
small3_is=Lucene84, small_s=PostingsFormat(name=LuceneVarGapFixedInterval),
score_f=PostingsFormat(name=LuceneVarGapFixedInterval), score_d=Lucene84,
id=Lucene84, foo_i=PostingsFormat(name=LuceneVarGapDocFreqInterval),
foo_fs_dv=PostingsFormat(name=LuceneVarGapFixedInterval), foo_l=Lucene84,
small4_ss=Lucene84, small2_s=PostingsFormat(name=LuceneVarGapFixedInterval),
small2_i=Lucene84, foo_ls_dv=Lucene84, small2_is=Lucene84,
foo_ds=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_fs=Lucene84,
foo_d_dv=Lucene84, score_f_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval),
foo_d=Lucene84, score_d_dv=Lucene84,
small2_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval),
foo_f=PostingsFormat(name=LuceneVarGapFixedInterval), foo_l_dv=Lucene84,
foo_ls=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{small2_s_dv=DocValuesFormat(name=Asserting),
score_f_p=DocValuesFormat(name=Asserting),
id_dv=DocValuesFormat(name=Asserting),
score_d_p=DocValuesFormat(name=Asserting),
small2_is_p=DocValuesFormat(name=Lucene80),
small3_is_dv=DocValuesFormat(name=Asserting),
foo_ds_dv=DocValuesFormat(name=Lucene80),
foo_f_dv=DocValuesFormat(name=Asserting),
foo_ds_p=DocValuesFormat(name=Lucene80),
foo_l_p=DocValuesFormat(name=Asserting),
foo_i_p=DocValuesFormat(name=Lucene80),
small2_i_dv=DocValuesFormat(name=Asserting),
small4_ss_dv=DocValuesFormat(name=Lucene80),
small_s_dv=DocValuesFormat(name=Asserting),
foo_i_dv=DocValuesFormat(name=Lucene80),
small2_ss_dv=DocValuesFormat(name=Lucene80),
foo_fs_dv=DocValuesFormat(name=Lucene80),
small2_is_dv=DocValuesFormat(name=Lucene80),
small_i_p=DocValuesFormat(name=Asserting),
small2_i_p=DocValuesFormat(name=Asserting),
small_i_dv=DocValuesFormat(name=Asserting),
small3_is_p=DocValuesFormat(name=Asserting),
foo_ls_dv=DocValuesFormat(name=Lucene80),
foo_f_p=DocValuesFormat(name=Asserting),
foo_ls_p=DocValuesFormat(name=Lucene80),
foo_d_p=DocValuesFormat(name=Asserting),
foo_fs_p=DocValuesFormat(name=Lucene80),
score_f_dv=DocValuesFormat(name=Asserting),
foo_d_dv=DocValuesFormat(name=Asserting),
score_d_dv=DocValuesFormat(name=Asserting),
foo_l_dv=DocValuesFormat(name=Asserting),
small3_ss_dv=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1221,
maxMBSortInHeap=7.061464378331802,
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=zgh,
timezone=Asia/Samarkand
2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.6
(64-bit)/cpus=4,threads=1,free=233723072,total=448790528
2> NOTE: All tests run in this JVM: [TestTrieFacet,
CurrencyRangeFacetCloudTest, TestFoldingMultitermQuery, TestSearcherReuse,
TestReload, TestReRankQParserPlugin, TestPayloadCheckQParserPlugin,
TestJsonFacetErrors, DistributedFacetSimpleRefinementLongTailTest,
TestCloudJSONFacetJoinDomain, TestCollapseQParserPlugin,
TestClassicSimilarityFactory, TestBM25SimilarityFactory,
TestLegacyBM25SimilarityFactory, TestXmlQParserPlugin, TestSearchPerf,
TestFiltering, TestSolrJ, TestFieldSortValues, TestQueryTypes,
TestSolrFieldCacheBean, TestSolr4Spatial2, TestRandomCollapseQParserPlugin,
BJQFilterAccessibleTest, CrossCollectionJoinQueryTest, TestJsonRequest,
TestMinMaxOnMultiValuedField, CursorMarkTest, TestTermsQParserPlugin,
TestDefaultStatsCache, TestXmlQParser, TestComplexPhraseLeadingWildcard,
TestSimpleTrackingShardHandler, TestGroupingSearch, TestDistribPackageStore,
TestDocTermOrdsUninvertLimit, TestFieldCacheSortRandom, TestFieldCacheReopen,
SparseHLLTest, FullHLLTest, TimeZoneUtilsTest, TestTestInjection,
TestSolrJacksonAnnotation, DynamicMapsTest, FileUtilsTest, SolrLogPostToolTest,
CircularListTest, TestHttpServletCarrier, TestRandomDVFaceting]
WARNING: Test org.apache.solr.search.facet.TestJsonFacets wrote 29,761,369
bytes of output.
WARNING: Test org.apache.solr.TestDistributedSearch wrote 27,863,657 bytes of
output.
WARNING: Test org.apache.solr.cloud.CloudExitableDirectoryReaderTest wrote
11,021,556 bytes of output.
WARNING: Test org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates wrote
16,268,064 bytes of output.
WARNING: Test org.apache.solr.cloud.TestRandomFlRTGCloud wrote 36,753,711 bytes
of output.
WARNING: Test org.apache.solr.schema.TestBulkSchemaConcurrent wrote 56,170,001
bytes of output.
org.apache.solr.handler.TestContainerPlugin > testApi FAILED
java.lang.AssertionError: startCalled
at
__randomizedtesting.SeedInfo.seed([2ECF19F0F8C34083:4F5D77229F35A3CF]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at
org.apache.solr.handler.TestContainerPlugin.testApi(TestContainerPlugin.java:186)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:834)
org.apache.solr.handler.TestContainerPlugin > test suite's output saved to
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.TestContainerPlugin.txt,
copied below:
2> 1512177 INFO (SUITE-TestContainerPlugin-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/server/solr/configsets/_default/conf'
2> 1512177 INFO (SUITE-TestContainerPlugin-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
2> 1512178 INFO (SUITE-TestContainerPlugin-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/data-dir-218-001
2> 1512178 WARN (SUITE-TestContainerPlugin-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
2> 1512178 INFO (SUITE-TestContainerPlugin-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
2> 1512179 INFO (SUITE-TestContainerPlugin-seed#[2ECF19F0F8C34083]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
2> 1512184 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
2> 1512185 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001
2> 1512185 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
2> 1512187 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer
client port: 0.0.0.0/0.0.0.0:0
2> 1512187 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer
Starting server
2> 1512188 WARN (ZkTestServer Run Thread) [ ] o.a.z.s.ServerCnxnFactory
maxCnxns is not configured, using default value 0.
2> 1512287 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.ZkTestServer start zk server on port: 44161
2> 1512287 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44161
2> 1512287 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44161
2> 1512287 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 44161
2> 1512291 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512297 INFO (zkConnectionManagerCallback-15929-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512297 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512309 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512313 INFO (zkConnectionManagerCallback-15931-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512313 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512319 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512321 INFO (zkConnectionManagerCallback-15933-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512321 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512428 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
2> 1512428 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
2> 1512428 INFO (jetty-launcher-15934-thread-1) [ ] o.e.j.s.Server
jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git:
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 11.0.6+8-LTS
2> 1512428 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
2> 1512428 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
2> 1512428 INFO (jetty-launcher-15934-thread-2) [ ] o.e.j.s.Server
jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git:
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 11.0.6+8-LTS
2> 1512432 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
2> 1512432 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
2> 1512432 INFO (jetty-launcher-15934-thread-3) [ ] o.e.j.s.Server
jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git:
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 11.0.6+8-LTS
2> 1512435 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
2> 1512435 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
2> 1512435 INFO (jetty-launcher-15934-thread-4) [ ] o.e.j.s.Server
jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git:
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 11.0.6+8-LTS
2> 1512439 INFO (jetty-launcher-15934-thread-1) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
2> 1512439 INFO (jetty-launcher-15934-thread-1) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
2> 1512439 INFO (jetty-launcher-15934-thread-1) [ ] o.e.j.s.session
node0 Scavenging every 660000ms
2> 1512439 INFO (jetty-launcher-15934-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@11557505{/solr,null,AVAILABLE}
2> 1512440 INFO (jetty-launcher-15934-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@45aca4c5{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:36355}
2> 1512440 INFO (jetty-launcher-15934-thread-1) [ ] o.e.j.s.Server
Started @1512471ms
2> 1512440 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36355}
2> 1512440 ERROR (jetty-launcher-15934-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
2> 1512440 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
2> 1512440 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
2> 1512440 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
2> 1512440 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr
2> 1512440 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-11-10T07:03:46.961451Z
2> 1512443 INFO (jetty-launcher-15934-thread-4) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
2> 1512443 INFO (jetty-launcher-15934-thread-4) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
2> 1512443 INFO (jetty-launcher-15934-thread-4) [ ] o.e.j.s.session
node0 Scavenging every 660000ms
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1a4b936c{/solr,null,AVAILABLE}
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3d80bb35{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:46437}
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ] o.e.j.s.Server
Started @1512475ms
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46437}
2> 1512444 ERROR (jetty-launcher-15934-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr
2> 1512444 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-11-10T07:03:46.965938Z
2> 1512449 INFO (jetty-launcher-15934-thread-2) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
2> 1512449 INFO (jetty-launcher-15934-thread-2) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
2> 1512449 INFO (jetty-launcher-15934-thread-2) [ ] o.e.j.s.session
node0 Scavenging every 660000ms
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2a99ef94{/solr,null,AVAILABLE}
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@449e4b21{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:40223}
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ] o.e.j.s.Server
Started @1512481ms
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40223}
2> 1512450 ERROR (jetty-launcher-15934-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr
2> 1512450 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-11-10T07:03:46.971677Z
2> 1512455 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512458 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512458 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512459 INFO (zkConnectionManagerCallback-15940-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512459 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512460 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
2> 1512463 INFO (zkConnectionManagerCallback-15936-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512463 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512464 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
2> 1512464 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
2> 1512465 INFO (zkConnectionManagerCallback-15938-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512465 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512465 WARN (jetty-launcher-15934-thread-2-SendThread(127.0.0.1:44161))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x10167e2ad5d0003.
2> => EndOfStreamException: Unable to read additional data from
server sessionid 0x10167e2ad5d0003, likely server has closed socket
2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read
additional data from server sessionid 0x10167e2ad5d0003, likely server has
closed socket
2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
2> at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
2> 1512467 INFO (jetty-launcher-15934-thread-3) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
2> 1512467 INFO (jetty-launcher-15934-thread-3) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
2> 1512468 INFO (jetty-launcher-15934-thread-3) [ ] o.e.j.s.session
node0 Scavenging every 660000ms
2> 1512468 INFO (jetty-launcher-15934-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@15aabf61{/solr,null,AVAILABLE}
2> 1512469 INFO (jetty-launcher-15934-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4f4da9f1{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:46579}
2> 1512469 INFO (jetty-launcher-15934-thread-3) [ ] o.e.j.s.Server
Started @1512500ms
2> 1512469 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46579}
2> 1512469 ERROR (jetty-launcher-15934-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
2> 1512469 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
2> 1512469 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
2> 1512469 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
2> 1512469 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr
2> 1512469 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-11-10T07:03:46.990515Z
2> 1512470 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
2> 1512470 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
2> 1512470 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512473 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
2> 1512475 INFO (zkConnectionManagerCallback-15942-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512475 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512476 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
2> 1512479 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
2> 1512566 INFO (jetty-launcher-15934-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
2> 1512567 WARN (jetty-launcher-15934-thread-2) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@38387103[provider=null,keyStore=null,trustStore=null]
2> 1512567 WARN (jetty-launcher-15934-thread-2) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@38387103[provider=null,keyStore=null,trustStore=null]
2> 1512576 WARN (jetty-launcher-15934-thread-2) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@567b6a35[provider=null,keyStore=null,trustStore=null]
2> 1512576 WARN (jetty-launcher-15934-thread-2) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@567b6a35[provider=null,keyStore=null,trustStore=null]
2> 1512578 INFO (jetty-launcher-15934-thread-2) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:44161/solr
2> 1512579 INFO (jetty-launcher-15934-thread-2) [n:127.0.0.1:40223_solr
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512579 INFO (zkConnectionManagerCallback-15952-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512580 INFO (jetty-launcher-15934-thread-2) [n:127.0.0.1:40223_solr
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512666 INFO (jetty-launcher-15934-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
2> 1512667 WARN (jetty-launcher-15934-thread-3) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@82a8e87[provider=null,keyStore=null,trustStore=null]
2> 1512667 WARN (jetty-launcher-15934-thread-3) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@82a8e87[provider=null,keyStore=null,trustStore=null]
2> 1512670 WARN (jetty-launcher-15934-thread-3) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@56462eb1[provider=null,keyStore=null,trustStore=null]
2> 1512670 WARN (jetty-launcher-15934-thread-3) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@56462eb1[provider=null,keyStore=null,trustStore=null]
2> 1512671 INFO (jetty-launcher-15934-thread-3) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:44161/solr
2> 1512675 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512676 INFO (zkConnectionManagerCallback-15964-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512676 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512685 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:46579_solr
2> 1512686 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.Overseer Overseer
(id=72453292283461640-127.0.0.1:46579_solr-n_0000000000) starting
2> 1512690 INFO (jetty-launcher-15934-thread-2) [n:127.0.0.1:40223_solr
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40223_solr
2> 1512691 INFO
(OverseerStateUpdate-72453292283461640-127.0.0.1:46579_solr-n_0000000000)
[n:127.0.0.1:46579_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:46579_solr
2> 1512693 INFO (jetty-launcher-15934-thread-2) [n:127.0.0.1:40223_solr
] o.a.s.p.PackageLoader /packages.json updated to version -1
2> 1512694 WARN (jetty-launcher-15934-thread-2) [n:127.0.0.1:40223_solr
] o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
2> 1512694 INFO
(OverseerStateUpdate-72453292283461640-127.0.0.1:46579_solr-n_0000000000)
[n:127.0.0.1:46579_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
2> 1512706 INFO (jetty-launcher-15934-thread-2) [n:127.0.0.1:40223_solr
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001/node2
2> 1512706 INFO (zkCallback-15951-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (0) -> (1)
2> 1512708 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.ZkController Publish node=127.0.0.1:46579_solr as DOWN
2> 1512709 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000
transient cores
2> 1512709 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46579_solr
2> 1512710 INFO (zkCallback-15951-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (1) -> (2)
2> 1512710 INFO (zkCallback-15963-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (1) -> (2)
2> 1512711 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.p.PackageLoader /packages.json updated to version -1
2> 1512711 WARN (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
2> 1512723 INFO (jetty-launcher-15934-thread-3) [n:127.0.0.1:46579_solr
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001/node3
2> 1512803 INFO (jetty-launcher-15934-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
2> 1512804 WARN (jetty-launcher-15934-thread-4) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@6202f659[provider=null,keyStore=null,trustStore=null]
2> 1512804 WARN (jetty-launcher-15934-thread-4) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@6202f659[provider=null,keyStore=null,trustStore=null]
2> 1512976 WARN (jetty-launcher-15934-thread-4) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@2028caf3[provider=null,keyStore=null,trustStore=null]
2> 1512976 WARN (jetty-launcher-15934-thread-4) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@2028caf3[provider=null,keyStore=null,trustStore=null]
2> 1512977 INFO (jetty-launcher-15934-thread-4) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:44161/solr
2> 1512979 INFO (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1512981 INFO (zkConnectionManagerCallback-15986-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1512981 INFO (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1512987 INFO (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
2> 1512994 INFO (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.c.ZkController Publish node=127.0.0.1:46437_solr as DOWN
2> 1512995 INFO (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000
transient cores
2> 1512995 INFO (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46437_solr
2> 1512996 INFO (zkCallback-15963-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (2) -> (3)
2> 1512997 INFO (zkCallback-15951-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (2) -> (3)
2> 1512997 INFO (zkCallback-15985-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (2) -> (3)
2> 1513001 INFO (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.p.PackageLoader /packages.json updated to version -1
2> 1513001 WARN (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
2> 1513021 INFO (jetty-launcher-15934-thread-4) [n:127.0.0.1:46437_solr
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001/node4
2> 1513073 INFO (jetty-launcher-15934-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
2> 1513074 WARN (jetty-launcher-15934-thread-1) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@6869f836[provider=null,keyStore=null,trustStore=null]
2> 1513075 WARN (jetty-launcher-15934-thread-1) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@6869f836[provider=null,keyStore=null,trustStore=null]
2> 1513077 WARN (jetty-launcher-15934-thread-1) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@203e644[provider=null,keyStore=null,trustStore=null]
2> 1513077 WARN (jetty-launcher-15934-thread-1) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@203e644[provider=null,keyStore=null,trustStore=null]
2> 1513078 INFO (jetty-launcher-15934-thread-1) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:44161/solr
2> 1513083 INFO (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1513086 INFO (zkConnectionManagerCallback-16002-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1513087 INFO (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1513090 INFO (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
2> 1513093 INFO (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.c.ZkController Publish node=127.0.0.1:36355_solr as DOWN
2> 1513094 INFO (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000
transient cores
2> 1513094 INFO (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36355_solr
2> 1513095 INFO (zkCallback-15951-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (3) -> (4)
2> 1513095 INFO (zkCallback-15985-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (3) -> (4)
2> 1513095 INFO (zkCallback-15963-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (3) -> (4)
2> 1513095 INFO (zkCallback-16001-thread-1) [ ] o.a.s.c.c.ZkStateReader
Updated live nodes from ZooKeeper... (3) -> (4)
2> 1513096 INFO (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.p.PackageLoader /packages.json updated to version -1
2> 1513097 WARN (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
2> 1513108 INFO (jetty-launcher-15934-thread-1) [n:127.0.0.1:36355_solr
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001/node1
2> 1513116 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
2> 1513118 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
2> 1513119 INFO (zkConnectionManagerCallback-16013-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
2> 1513119 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
2> 1513120 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
2> 1513121 INFO
(TEST-TestContainerPlugin.testApiFromPackage-seed#[2ECF19F0F8C34083]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44161/solr ready
2> 1513146 INFO (qtp860312365-24359) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der
params={getFrom=127.0.0.1:40223_solr} status=0 QTime=0
2> 1513147 INFO
(updateExecutor-15982-thread-1-processing-n:127.0.0.1:46437_solr)
[n:127.0.0.1:46437_solr ] o.a.s.f.DistribPackageStore fetching a file
/_trusted_/keys/pub_key512.der from 127.0.0.1:40223_solr
2> 1513148 INFO (qtp1247390746-24372) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
2> 1513149 INFO (qtp1247390746-24373) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
2> 1513152 INFO (qtp1265325016-24351) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der
params={getFrom=127.0.0.1:40223_solr} status=0 QTime=0
2> 1513153 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.DistribPackageStore fetching a file
/_trusted_/keys/pub_key512.der from 127.0.0.1:40223_solr
2> 1513154 INFO (qtp1247390746-24371) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
2> 1513154 INFO (qtp1099583408-24380) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der
params={getFrom=127.0.0.1:40223_solr} status=0 QTime=0
2> 1513154 INFO (qtp1247390746-24369) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0
QTime=13
2> 1513154 INFO
(updateExecutor-15960-thread-1-processing-n:127.0.0.1:46579_solr)
[n:127.0.0.1:46579_solr ] o.a.s.f.DistribPackageStore fetching a file
/_trusted_/keys/pub_key512.der from 127.0.0.1:40223_solr
2> 1513154 INFO (qtp1247390746-24372) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
1> sync resp:
http://127.0.0.1:40223/api/node/files/_trusted_/keys/pub_key512.der?sync=true
,is: null
2> 1513155 INFO (qtp1247390746-24370) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
2> 1513156 INFO (qtp1247390746-24372) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
2> 1513161 INFO
(updateExecutor-15982-thread-1-processing-n:127.0.0.1:46437_solr)
[n:127.0.0.1:46437_solr ] o.a.s.f.DistribPackageStore persisted a file
/_trusted_/keys/pub_key512.der and metadata. sizes 94 141
2> 1513161 INFO
(updateExecutor-15982-thread-1-processing-n:127.0.0.1:46437_solr)
[n:127.0.0.1:46437_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/_trusted_/keys/pub_key512.der
2> 1513162 INFO (qtp1247390746-24370) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin}
status=0 QTime=0
2> 1513165 INFO (qtp1099583408-24385) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin}
status=0 QTime=0
2> 1513167 INFO (qtp860312365-24363) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin}
status=0 QTime=0
2> 1513169 INFO (qtp1265325016-24353) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null
path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin}
status=0 QTime=0
2> 1513170 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.DistribPackageStore persisted a file
/_trusted_/keys/pub_key512.der and metadata. sizes 94 141
2> 1513170 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/_trusted_/keys/pub_key512.der
2> 1513170 INFO
(updateExecutor-15960-thread-1-processing-n:127.0.0.1:46579_solr)
[n:127.0.0.1:46579_solr ] o.a.s.f.DistribPackageStore persisted a file
/_trusted_/keys/pub_key512.der and metadata. sizes 94 141
2> 1513170 INFO
(updateExecutor-15960-thread-1-processing-n:127.0.0.1:46579_solr)
[n:127.0.0.1:46579_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/_trusted_/keys/pub_key512.der
2> 1513181 INFO (qtp1099583408-24381) [n:127.0.0.1:46579_solr ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513182 INFO (qtp1099583408-24381) [n:127.0.0.1:46579_solr ]
o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar
2> 1513182 INFO (qtp1247390746-24372) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
2> 1513183 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
2> 1513184 INFO (qtp1265325016-24352) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
2> 1513184 INFO (qtp1099583408-24381) [n:127.0.0.1:46579_solr ]
o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar
2> 1513196 INFO (qtp1099583408-24381) [n:127.0.0.1:46579_solr ]
o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata.
sizes 867 246
2> 1513198 INFO (qtp860312365-24363) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={getFrom=127.0.0.1:46579_solr} status=0 QTime=0
2> 1513198 INFO
(updateExecutor-15982-thread-1-processing-n:127.0.0.1:46437_solr)
[n:127.0.0.1:46437_solr ] o.a.s.f.DistribPackageStore fetching a file
/myplugin/v1.jar from 127.0.0.1:46579_solr
2> 1513199 INFO (qtp1099583408-24386) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json
params={} status=0 QTime=0
2> 1513199 INFO (qtp1247390746-24373) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={getFrom=127.0.0.1:46579_solr} status=0 QTime=0
2> 1513199 INFO (qtp1099583408-24379) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={} status=0 QTime=0
2> 1513200 INFO
(updateExecutor-15948-thread-2-processing-n:127.0.0.1:40223_solr)
[n:127.0.0.1:40223_solr ] o.a.s.f.DistribPackageStore fetching a file
/myplugin/v1.jar from 127.0.0.1:46579_solr
2> 1513200 INFO (qtp1265325016-24353) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={getFrom=127.0.0.1:46579_solr} status=0 QTime=0
2> 1513200 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.DistribPackageStore fetching a file
/myplugin/v1.jar from 127.0.0.1:46579_solr
2> 1513200 INFO (qtp1099583408-24380) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json
params={} status=0 QTime=0
2> 1513201 INFO (qtp1099583408-24386) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json
params={} status=0 QTime=0
2> 1513202 INFO (qtp1099583408-24379) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={} status=0 QTime=0
2> 1513202 INFO (qtp1099583408-24379) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={} status=0 QTime=0
2> 1513203 INFO (qtp1099583408-24381) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v1.jar
params={sig=pmrmWCDafdNpYle2rueAGnU2J6NYlcAey9mkZYbqh%2B5RdYo2Ln%2BllLF9voyRj%2BDDivK9GV1XdtKvD9rgCxlD7Q%3D%3D&wt=javabin&version=2}
status=0 QTime=23
2> 1513205 INFO (qtp1247390746-24371) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513224 INFO
(updateExecutor-15948-thread-2-processing-n:127.0.0.1:40223_solr)
[n:127.0.0.1:40223_solr ] o.a.s.f.DistribPackageStore persisted a file
/myplugin/v1.jar and metadata. sizes 867 246
2> 1513224 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.DistribPackageStore persisted a file
/myplugin/v1.jar and metadata. sizes 867 246
2> 1513224 INFO
(updateExecutor-15948-thread-2-processing-n:127.0.0.1:40223_solr)
[n:127.0.0.1:40223_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/myplugin/v1.jar
2> 1513224 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/myplugin/v1.jar
2> 1513224 INFO
(updateExecutor-15982-thread-1-processing-n:127.0.0.1:46437_solr)
[n:127.0.0.1:46437_solr ] o.a.s.f.DistribPackageStore persisted a file
/myplugin/v1.jar and metadata. sizes 867 246
2> 1513224 INFO
(updateExecutor-15982-thread-1-processing-n:127.0.0.1:46437_solr)
[n:127.0.0.1:46437_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/myplugin/v1.jar
2> 1513310 INFO (qtp1247390746-24370) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513314 INFO (qtp1099583408-24386) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513317 INFO (qtp860312365-24358) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513320 INFO (qtp1265325016-24350) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513335 INFO (qtp860312365-24364) [n:127.0.0.1:46437_solr ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513336 INFO (qtp860312365-24364) [n:127.0.0.1:46437_solr ]
o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar
2> 1513336 INFO (qtp1247390746-24372) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
2> 1513337 INFO (qtp1265325016-24354) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
2> 1513338 INFO (qtp1099583408-24381) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
2> 1513338 INFO (qtp860312365-24364) [n:127.0.0.1:46437_solr ]
o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar
2> 1513364 INFO (qtp860312365-24364) [n:127.0.0.1:46437_solr ]
o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata.
sizes 867 246
2> 1513370 INFO (qtp1247390746-24373) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={getFrom=127.0.0.1:46437_solr} status=0 QTime=0
2> 1513370 INFO
(updateExecutor-15948-thread-2-processing-n:127.0.0.1:40223_solr)
[n:127.0.0.1:40223_solr ] o.a.s.f.DistribPackageStore fetching a file
/myplugin/v2.jar from 127.0.0.1:46437_solr
2> 1513371 INFO (qtp860312365-24358) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json
params={} status=0 QTime=0
2> 1513371 INFO (qtp1099583408-24385) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={getFrom=127.0.0.1:46437_solr} status=0 QTime=0
2> 1513371 INFO (qtp860312365-24359) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={} status=0 QTime=0
2> 1513371 INFO
(updateExecutor-15960-thread-2-processing-n:127.0.0.1:46579_solr)
[n:127.0.0.1:46579_solr ] o.a.s.f.DistribPackageStore fetching a file
/myplugin/v2.jar from 127.0.0.1:46437_solr
2> 1513371 INFO (qtp1265325016-24350) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={getFrom=127.0.0.1:46437_solr} status=0 QTime=0
2> 1513372 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.DistribPackageStore fetching a file
/myplugin/v2.jar from 127.0.0.1:46437_solr
2> 1513372 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json
params={} status=0 QTime=0
2> 1513372 INFO (qtp860312365-24364) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v2.jar
params={sig=StR3DmqaUSL7qjDOeVEiCqE%2BouiZAkW99fsL48F9oWG047o7NGgwwZ36iGgzDC3S2tPaFjRAd9Zg4UK7OZLQzg%3D%3D&wt=javabin&version=2}
status=0 QTime=39
2> 1513373 INFO (qtp860312365-24358) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json
params={} status=0 QTime=0
2> 1513374 INFO (qtp860312365-24359) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={} status=0 QTime=0
2> 1513374 INFO (qtp1247390746-24371) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513375 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={} status=0 QTime=0
2> 1513387 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.DistribPackageStore persisted a file
/myplugin/v2.jar and metadata. sizes 867 246
2> 1513387 INFO
(updateExecutor-15998-thread-1-processing-n:127.0.0.1:36355_solr)
[n:127.0.0.1:36355_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/myplugin/v2.jar
2> 1513388 INFO
(updateExecutor-15948-thread-2-processing-n:127.0.0.1:40223_solr)
[n:127.0.0.1:40223_solr ] o.a.s.f.DistribPackageStore persisted a file
/myplugin/v2.jar and metadata. sizes 867 246
2> 1513388 INFO
(updateExecutor-15948-thread-2-processing-n:127.0.0.1:40223_solr)
[n:127.0.0.1:40223_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/myplugin/v2.jar
2> 1513388 INFO
(updateExecutor-15960-thread-2-processing-n:127.0.0.1:46579_solr)
[n:127.0.0.1:46579_solr ] o.a.s.f.DistribPackageStore persisted a file
/myplugin/v2.jar and metadata. sizes 867 246
2> 1513388 INFO
(updateExecutor-15960-thread-2-processing-n:127.0.0.1:46579_solr)
[n:127.0.0.1:46579_solr ] o.a.s.f.PackageStoreAPI downloaded file:
/myplugin/v2.jar
2> 1513506 INFO (qtp1247390746-24370) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513614 INFO (qtp1099583408-24379) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513619 INFO (qtp860312365-24363) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513622 INFO (qtp1265325016-24352) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar
params={meta=true&wt=javabin} status=0 QTime=0
2> 1513632 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513633 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513638 INFO (qtp1265325016-24350) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
2> 1513639 INFO (qtp1247390746-24372) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
2> 1513639 INFO (qtp1099583408-24385) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
2> 1513640 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.p.PackageLoader /packages.json updated to version 1
2> 1513640 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.p.PackageLoader A new package: mypkg introduced
2> 1513640 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with
artifacts [/myplugin/v1.jar]
2> 1513651 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513652 INFO (zkCallback-16001-thread-1) [ ] o.a.s.p.PackageLoader
/packages.json updated to version 0
2> 1513652 INFO (zkCallback-16001-thread-1) [ ] o.a.s.p.PackageLoader A
new package: mypkg introduced
2> 1513652 INFO (zkCallback-15951-thread-1) [ ] o.a.s.p.PackageLoader
/packages.json updated to version 0
2> 1513652 INFO (zkCallback-15951-thread-1) [ ] o.a.s.p.PackageLoader A
new package: mypkg introduced
2> 1513652 INFO (zkCallback-15951-thread-1) [ ] o.a.s.p.PackageLoader A
new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
2> 1513652 INFO (zkCallback-16001-thread-1) [ ] o.a.s.p.PackageLoader A
new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
2> 1513653 INFO (zkCallback-15985-thread-1) [ ] o.a.s.p.PackageLoader
/packages.json updated to version 0
2> 1513653 INFO (zkCallback-15985-thread-1) [ ] o.a.s.p.PackageLoader A
new package: mypkg introduced
2> 1513656 INFO (zkCallback-15951-thread-1) [ ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513656 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513656 INFO (zkCallback-16001-thread-1) [ ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513657 INFO (zkCallback-16001-thread-1) [ ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513658 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001/node4/filestore/myplugin]
2> 1513658 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
2> 1513658 INFO (zkCallback-16001-thread-1) [ ]
o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001/node1/filestore/myplugin]
2> 1513658 INFO (zkCallback-16001-thread-1) [ ] o.a.s.p.PackageLoader
version: 1.0 is the new latest in package: mypkg
2> 1513658 INFO (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={wt=javabin&version=2} status=0 QTime=33
2> 1513658 INFO (zkCallback-15951-thread-1) [ ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513659 INFO (zkCallback-15963-thread-1) [ ] o.a.s.p.PackageLoader
/packages.json updated to version 0
2> 1513659 INFO (zkCallback-15963-thread-1) [ ] o.a.s.p.PackageLoader A
new package: mypkg introduced
2> 1513659 INFO (zkCallback-15951-thread-1) [ ]
o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001/node2/filestore/myplugin]
2> 1513659 INFO (zkCallback-15963-thread-1) [ ] o.a.s.p.PackageLoader A
new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
2> 1513659 INFO (zkCallback-15951-thread-1) [ ] o.a.s.p.PackageLoader
version: 1.0 is the new latest in package: mypkg
2> 1513661 INFO (zkCallback-15963-thread-1) [ ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513661 INFO (zkCallback-15963-thread-1) [ ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513663 INFO (zkCallback-15963-thread-1) [ ]
o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/tmp/tests-tmp/solr.handler.TestContainerPlugin_2ECF19F0F8C34083-001/tempDir-001/node3/filestore/myplugin]
2> 1513663 INFO (qtp1247390746-24370) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={wt=javabin} status=0 QTime=0
2> 1513663 INFO (zkCallback-15963-thread-1) [ ] o.a.s.p.PackageLoader
version: 1.0 is the new latest in package: mypkg
2> 1513665 INFO (qtp1099583408-24379) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={wt=javabin} status=0 QTime=0
2> 1513668 INFO (qtp860312365-24363) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={wt=javabin} status=0 QTime=0
2> 1513670 INFO (qtp1265325016-24352) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={wt=javabin} status=0 QTime=0
2> 1513677 INFO (qtp1265325016-24351) [n:127.0.0.1:36355_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin
params={wt=javabin&version=2} status=0 QTime=4
2> 1513682 INFO (qtp1247390746-24373) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin
params={wt=javabin&version=2} status=0 QTime=4
2> 1513683 ERROR (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.a.V2HttpCall >> path: '/plugin/my/path'
2> 1513684 ERROR (qtp860312365-24362) [n:127.0.0.1:46437_solr ]
o.a.s.a.V2HttpCall Error in init()
2> => org.apache.solr.common.SolrException: no core retrieved for
null
2> at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139)
2> org.apache.solr.common.SolrException: no core retrieved for null
2> at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139) [main/:?]
2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:527)
[main/:?]
2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:451)
[main/:?]
2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:365)
[main/:?]
2> at
org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
[jetty-servlet-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
[jetty-servlet-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
[main/:?]
2> at
org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
[jetty-servlet-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
[jetty-servlet-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
[jetty-servlet-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[jetty-servlet-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
[jetty-rewrite-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at org.eclipse.jetty.server.Server.handle(Server.java:516)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
[jetty-server-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
[jetty-io-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
[jetty-io-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
[jetty-io-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
[jetty-util-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
[jetty-util-9.4.32.v20200930.jar:9.4.32.v20200930]
2> at java.lang.Thread.run(Thread.java:834) [?:?]
2> 1513786 INFO (qtp860312365-24364) [n:127.0.0.1:46437_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path
params={wt=javabin&version=2} status=0 QTime=0
2> 1513796 INFO (qtp1265325016-24352) [n:127.0.0.1:36355_solr ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513798 INFO (qtp1265325016-24352) [n:127.0.0.1:36355_solr ]
o.a.s.f.DistribPackageStore pub_key512.der does not exist locally,
downloading..
2> 1513825 INFO (qtp1247390746-24370) [n:127.0.0.1:40223_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
2> 1513827 INFO (zkCallback-16001-thread-1) [ ] o.a.s.p.PackageLoader
/packages.json updated to version 1
2> 1513827 INFO (zkCallback-15985-thread-1) [ ] o.a.s.p.PackageLoader
/packages.json updated to version 1
2> 1513827 INFO (zkCallback-15985-thread-1) [ ] o.a.s.p.PackageLoader
Package mypkg is modified
2> 1513827 INFO (zkCallback-16001-thread-1) [ ] o.a.s.p.PackageLoader
Package mypkg is modified
2> 1513827 INFO (zkCallback-16001-thread-1) [ ] o.a.s.p.PackageLoader A
new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
2> 1513827 INFO (zkCallback-15985-thread-1) [ ] o.a.s.p.PackageLoader A
new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
2> 1513827 INFO (zkCallback-15951-thread-1) [ ] o.a.s.p.PackageLoader
/packages.json updated to version 1
2> 1513827 INFO (zkCallback-15951-thread-1) [ ] o.a.s.p.PackageLoader
Package mypkg is modified
2> 1513827 INFO (zkCallback-15951-thread-1) [ ] o.a.s.p.PackageLoader A
new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
2> 1513827 INFO (qtp1099583408-24385) [n:127.0.0.1:46579_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package
params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 Q
[...truncated too long message...]
ame
asciidoctor: WARNING: skipping reference to missing attribute: file_name
done in 25.805 seconds.
Auto-regeneration: disabled. Use --watch to enable.
> Task :solr:solr-ref-guide:checkLocalJavadocLinksSite
Processed 2443 links (1998 relative) to 3514 anchors in 243 files
> Task :solr:solr-ref-guide:prepareSiteSources
Syncing source files to
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/solr-ref-guide/build/html-site-content
using props:
htmlSolrJavadocs -> https://lucene.apache.org/solr/9_0_0/
htmlLuceneJavadocs -> https://lucene.apache.org/core/9_0_0/
htmlOutDir -> ../html-site
javadocLink -> https://docs.oracle.com/en/java/javase/11/docs/api/
solrGuideDraftStatus -> DRAFT
solrRootPath ->
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/
solrDocsVersion -> 9.0
solrGuideVersionPath -> 9_0
buildDate -> 2020-11-10
buildYear -> 2020
ivyCommonsCodec -> 1.13
ivyDropwizardMetrics -> 4.1.5
ivyLog4j -> 2.13.2
ivyOpennlpTools -> 1.9.1
ivyTika -> 1.24
ivyZookeeper -> 3.6.2
Building up tree of all known pages
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper
(file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-core/9.2.6.0/653601d48b38528e76840c6eac1ae46e2dae1a74/jruby-core-9.2.6.0.jar)
to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of
org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
Looping over pages to build nav data
Creating
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/solr-ref-guide/build/html-site-content/_data/scrollnav.json
Creating
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/solr-ref-guide/build/html-site-content/_data/sidebar.json
> Task :solr:solr-ref-guide:buildSite
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.headius.backport9.modules.Modules
(file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.2.9.0/8e44ce7a1417966d89957bd766a148601e28828b/jruby-complete-9.2.9.0.jar)
to method sun.nio.ch.NativeThread.signal(long)
WARNING: Please consider reporting this to the maintainers of
com.headius.backport9.modules.Modules
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
Configuration file:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/solr-ref-guide/build/html-site-content/_config.yml
Source:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/solr-ref-guide/build/html-site-content
Destination: ../html-site
Incremental build: disabled. Enable with --incremental
Generating...
asciidoctor: WARNING: skipping reference to missing attribute: config_name
asciidoctor: WARNING: skipping reference to missing attribute: file_name
done in 26.985 seconds.
Auto-regeneration: disabled. Use --watch to enable.
> Task :solr:solr-ref-guide:checkSite
Processed 2443 links (1760 relative) to 3514 anchors in 243 files
> Task :solr:solr-ref-guide:check
> Task :solr:solrj:check
> Task :solr:test-framework:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:analytics:check
> Task :solr:contrib:clustering:check
> Task :solr:contrib:extraction:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check
> Task :solr:contrib:ltr:check
> Task :solr:contrib:prometheus-exporter:check
> Task :solr:docker:package:check
The slowest tests (exceeding 500 ms) during this run:
153.04s TestStressLiveNodes.testStress (:solr:core)
143.16s TestIntervalFaceting.testRandom (:solr:core)
71.40s TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry (:solr:core)
67.22s CheckHdfsIndexTest.testDeletedDocs (:solr:core)
64.73s PeerSyncReplicationTest.test (:solr:core)
61.78s ZkControllerTest.testGetHostName (:solr:core)
61.26s ZkControllerTest.testReadConfigName (:solr:core)
61.09s TestCloudJSONFacetSKG.testRandom (:solr:core)
61.06s ZkControllerTest.testPublishAndWaitForDownStates (:solr:core)
58.90s ReplicationFactorTest.test (:solr:core)
ERROR: The following test(s) have failed:
- org.apache.solr.TestRandomDVFaceting.testRandomFaceting (:solr:core)
Test output:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.TestRandomDVFaceting.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.TestRandomDVFaceting.testRandomFaceting" -Ptests.jvms=4
-Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1
-Ptests.seed=2ECF19F0F8C34083 -Ptests.multiplier=2 -Ptests.badapples=false
-Ptests.file.encoding=US-ASCII
- org.apache.solr.handler.TestContainerPlugin.testApi (:solr:core)
Test output:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.TestContainerPlugin.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.handler.TestContainerPlugin.testApi" -Ptests.jvms=4
-Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1
-Ptests.seed=2ECF19F0F8C34083 -Ptests.multiplier=2 -Ptests.badapples=false
-Ptests.file.encoding=US-ASCII
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 1h 7m 35s
852 actionable tasks: 852 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2826)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2686)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene1
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:998)
at hudson.FilePath.act(FilePath.java:1069)
at hudson.FilePath.act(FilePath.java:1058)
at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
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:1905)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3075)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
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:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1071)
at hudson.FilePath.act(FilePath.java:1058)
at hudson.FilePath.validateAntFileMask(FilePath.java:2684)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:265)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
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:1905)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
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]