Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8062/
Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED:
org.apache.solr.handler.component.InfixSuggestersTest.testReloadDuringBuild
Error Message:
junit.framework.AssertionFailedError: Expected outer exception RuntimeException
but no exception was thrown.
Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError:
Expected outer exception RuntimeException but no exception was thrown.
at
__randomizedtesting.SeedInfo.seed([231F572C86518F3A:CAA77F5A9378023B]:0)
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at
org.apache.solr.handler.component.InfixSuggestersTest.testReloadDuringBuild(InfixSuggestersTest.java:113)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: junit.framework.AssertionFailedError: Expected outer exception
RuntimeException but no exception was thrown.
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2796)
at
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testReloadDuringBuild$1(InfixSuggestersTest.java:105)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
... 1 more
Build Log:
[...truncated 2060 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J1-20190720_011136_7317718624306339692128.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20190720_011136_7318122797659871004420.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 316 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J0-20190720_012341_9679987606499705155907.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J1-20190720_012341_9679179153531828711575.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 1083 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20190720_012506_77811477652947105357021.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20190720_012506_7787270685789901070769.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 243 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20190720_012837_22710104624353298484599.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20190720_012837_2273721823026989483328.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 203 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20190720_012847_80512807937649732162222.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 18 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20190720_012847_8054962143612541141372.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 158 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20190720_012915_2517238836213522048677.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20190720_012915_2518940471007060636373.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 216 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20190720_012921_45912446253101805403734.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20190720_012921_45914787853827279887905.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 161 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20190720_012937_5857648351360415622920.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20190720_012937_5859826796159806091588.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 169 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20190720_012944_02513537584181557439326.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20190720_012944_0255524377968080567085.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 152 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20190720_012959_7373849038397683525867.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20190720_012959_7375720050348205421610.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 157 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20190720_013010_5961595552364277898098.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20190720_013010_5961384334235826760458.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 185 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20190720_013016_3017515891660680728190.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 9 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20190720_013016_3014589867495750836268.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 1455 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J0-20190720_013227_4278534175719963025551.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J1-20190720_013227_4277381931953767508829.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 237 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J0-20190720_013242_17310601767588554526324.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J1-20190720_013242_17310406177372290356403.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 259 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J0-20190720_013311_45910986076380093268380.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J1-20190720_013311_4592288146274137617898.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 211 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J1-20190720_013556_8393024924260151088480.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J0-20190720_013556_8398663986500894436452.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 174 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J0-20190720_013604_05312315596000771388554.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J1-20190720_013604_053283881053636423312.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 227 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J1-20190720_013615_1965437429994986963786.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J0-20190720_013615_1963634760498437486163.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 180 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J1-20190720_013651_6633254914200161639982.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J0-20190720_013651_6635513189058467463067.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 247 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J1-20190720_013710_2101077801979712313498.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J0-20190720_013710_2101589861358973092288.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 170 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J0-20190720_013747_4333735028792645088989.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J1-20190720_013747_43312181476463498324646.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 271 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J0-20190720_013813_35515589457867398430939.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J1-20190720_013813_3555814978530236583647.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 148 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J0-20190720_013826_37315798436427865861471.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J1-20190720_013826_3738458135603475301569.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 195 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J1-20190720_013835_21516430376662527470593.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J0-20190720_013835_21513948767005760690427.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 255 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J0-20190720_013907_59812955195083466218147.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J1-20190720_013907_5988650203989568278202.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 317 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J0-20190720_013925_4605876903069380445561.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J1-20190720_013925_46015644950407594961723.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 224 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J1-20190720_013943_99813364896860476352748.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J0-20190720_013943_9987372180286728679855.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 210 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J1-20190720_014002_72410675939079252513148.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J0-20190720_014002_72417591215169151923094.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 275 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J0-20190720_014027_3655572359077093357487.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J1-20190720_014027_36514132408283117451882.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 289 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20190720_014123_14913294120423086371568.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 12 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20190720_014123_149832825151869985096.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 184 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20190720_014201_2549542792432950703737.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 11 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20190720_014201_2543738391695437615163.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 147 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial\test\temp\junit4-J0-20190720_014236_30115415014313565140455.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 229 lines...]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J0-20190720_014242_7021939949867992599294.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 21 lines...]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J1-20190720_014242_7029742094436254424861.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 2832 lines...]
[junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_231F572C86518F3A-001\init-core-data-001
[junit4] 2> 1816964 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1816985 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1817005 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1817090 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1817215 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1817240 WARN
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5b1ede6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1817240 WARN
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5b1ede6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1817245 WARN
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@34f5f39a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1817245 WARN
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@34f5f39a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1817283 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1817283 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 1817312 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2786e143
[junit4] 2> 1817331 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2786e143
[junit4] 2> 1817331 INFO
(SUITE-InfixSuggestersTest-seed#[231F572C86518F3A]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2786e143
[junit4] 2> 1817334 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1817358 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1817372 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1817470 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field
id
[junit4] 2> 1817487 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
trusted=true
[junit4] 2> 1817487 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2786e143
[junit4] 2> 1817488 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_231F572C86518F3A-001\init-core-data-001\]
[junit4] 2> 1817493 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7298882928169519]
[junit4] 2> 1817614 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1817614 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1817614 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7549731492275685]
[junit4] 2> 1817616 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2cb1f658[collection1] main]
[junit4] 2> 1817616 WARN (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
switching to use InMemory storage instead.
[junit4] 2> 1817616 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1817634 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1817697 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1817697 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1817698 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1817700 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1817700 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1817700 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1817728 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1817728 INFO (coreLoadExecutor-8650-thread-1) [
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1817728 INFO
(searcherExecutor-8651-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2cb1f658[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1817733 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
[junit4] 2> 1817733 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomBlendedInfixSuggester)
[junit4] 2> 1817815 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 1818046 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.h.c.SuggestComponent SuggestComponent process with :
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
[junit4] 2> 1818046 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=383
[junit4] 2> 1818048 ERROR
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
[junit4] 2> 1818049 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from
paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1818072 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1818085 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1818167 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1818183 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
[junit4] 2> 1818229 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2786e143
[junit4] 2> 1818229 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_231F572C86518F3A-001\init-core-data-001\]
[junit4] 2> 1818328 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1818329 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1818329 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@30ff86f[collection1] main]
[junit4] 2> 1818329 WARN
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config
directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
switching to use InMemory storage instead.
[junit4] 2> 1818329 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1818329 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1818329 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1818329 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1818329 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1818332 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1818333 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1818333 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1818335 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1818335 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for
10000ms.
[junit4] 2> 1818336 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=0.791015625,
floorSegmentMB=1.212890625, forceMergeDeletesPctAllowed=0.8362800879249277,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.40538005875386796, deletesPctAllowed=46.788275424655964
[junit4] 2> 1818337 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to
be used.
[junit4] 2> 1818337 INFO
(searcherExecutor-8655-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@30ff86f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1818338 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@76ee88ac[collection1] main]
[junit4] 2> 1818338 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6b0214d8
[junit4] 2> 1818338 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=6b0214d8
[junit4] 2> 1818338 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ab5638a: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8921cae
[junit4] 2> 1818339 INFO
(searcherExecutor-8655-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@76ee88ac[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1818355 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 1818355 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
[junit4] 2> 1818376 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 1818519 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.h.c.SuggestComponent SuggestComponent process with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 1818520 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=202
[junit4] 2> 1818520 ERROR
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor
from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
[junit4] 2> 1818520 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1818542 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1818568 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1818679 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field
id
[junit4] 2> 1818696 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
[junit4] 2> 1818751 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2786e143
[junit4] 2> 1818751 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_231F572C86518F3A-001\init-core-data-001\]
[junit4] 2> 1818858 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1818858 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1818863 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@113abb04[collection1] main]
[junit4] 2> 1818863 WARN
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.r.ManagedResourceStorage Cannot write to config directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
switching to use InMemory storage instead.
[junit4] 2> 1818863 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1818863 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1818867 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1818867 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1818867 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1818867 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1818867 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1818867 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1818872 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1818872 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1818873 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=6.310546875,
floorSegmentMB=2.1552734375, forceMergeDeletesPctAllowed=24.631096604209503,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=45.43290163330568
[junit4] 2> 1818873 INFO (searcherExecutor-8659-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@113abb04[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1818876 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 1818877 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@230beb3[collection1] main]
[junit4] 2> 1818877 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7ed2d709
[junit4] 2> 1818877 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=7ed2d709
[junit4] 2> 1818877 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3dbcc480: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8921cae
[junit4] 2> 1818881 INFO (searcherExecutor-8659-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@230beb3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1818892 ERROR
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
[junit4] 2> 1818894 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1818926 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1818943 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1819065 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1819085 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
[junit4] 2> 1819126 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2786e143
[junit4] 2> 1819126 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_231F572C86518F3A-001\init-core-data-001\]
[junit4] 2> 1819259 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1819259 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1819259 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2b802ff7[collection1] main]
[junit4] 2> 1819259 WARN
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
switching to use InMemory storage instead.
[junit4] 2> 1819259 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1819259 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1819259 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1819259 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1819259 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1819265 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1819265 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1819265 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1819269 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1819269 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1819270 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=2, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=53.7900390625,
floorSegmentMB=1.126953125, forceMergeDeletesPctAllowed=19.237125370899683,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=37.88507388007505
[junit4] 2> 1819270 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be
used.
[junit4] 2> 1819271 INFO
(searcherExecutor-8663-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2b802ff7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1819271 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5662b24f[collection1] main]
[junit4] 2> 1819271 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7a9d052f
[junit4] 2> 1819271 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=7a9d052f
[junit4] 2> 1819271 INFO
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[231F572C86518F3A]) [
x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@73fa1127: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8921cae
[junit4] 2> 1819272 INFO
(searcherExecutor-8663-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5662b24f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1819292 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with
:
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 1819292 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
[junit4] 2> 1819302 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 1819479 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent SuggestComponent process with
:
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 1819479 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=209
[junit4] 2> 1819479 ERROR
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.CorePropertiesLocator Couldn't load core
descriptor from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
[junit4] 2> 1819480 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1819505 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1819522 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1819607 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid
field id
[junit4] 2> 1819624 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1'
using configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
[junit4] 2> 1819667 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2786e143
[junit4] 2> 1819667 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_231F572C86518F3A-001\init-core-data-001\]
[junit4] 2> 1819769 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1819769 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1819773 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5f50cd3d[collection1] main]
[junit4] 2> 1819773 WARN
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config
directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
switching to use InMemory storage instead.
[junit4] 2> 1819775 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1819775 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1819810 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1819811 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1819811 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1819815 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 1819815 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 1819815 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1819822 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 1819822 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for
10000ms.
[junit4] 2> 1819824 INFO
(searcherExecutor-8667-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5f50cd3d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1819824 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=91.958984375,
floorSegmentMB=2.0859375, forceMergeDeletesPctAllowed=15.087474001193902,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5994322565360103, deletesPctAllowed=49.28672923948929
[junit4] 2> 1819828 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to
be used.
[junit4] 2> 1819828 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3245b57c[collection1] main]
[junit4] 2> 1819829 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5cedc7f8
[junit4] 2> 1819829 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=5cedc7f8
[junit4] 2> 1819829 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a200b88: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8921cae
[junit4] 2> 1819830 INFO
(searcherExecutor-8667-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3245b57c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1819866 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with
:
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
[junit4] 2> 1819866 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomBlendedInfixSuggester)
[junit4] 2> 1819932 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 1820144 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.h.c.SuggestComponent SuggestComponent process with
:
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
[junit4] 2> 1820144 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=310
[junit4] 2> 1820144 ERROR
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.CorePropertiesLocator Couldn't load core
descriptor from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
[junit4] 2> 1820145 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1820168 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1820187 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1820280 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[231F572C86518F3A])
[ x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid
field id
[junit4]
[...truncated too long message...]
Reload
[junit4] OK 0.71s J0 |
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
[junit4] OK 2.99s J0 | InfixSuggestersTest.testReloadDuringBuild
[junit4] Completed [3/5] on J0 in 14.25s, 7 tests
[junit4]
[junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
[junit4] OK 1.11s J1 |
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
[junit4] OK 1.31s J1 | InfixSuggestersTest.testBuildThen2xReload
[junit4] OK 1.94s J1 |
InfixSuggestersTest.testTwoSuggestersBuildThenReload
[junit4] OK 3.01s J1 | InfixSuggestersTest.testShutdownDuringBuild
[junit4] OK 1.48s J1 | InfixSuggestersTest.test2xBuildReload
[junit4] OK 0.90s J1 |
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
[junit4] OK 2.78s J1 | InfixSuggestersTest.testReloadDuringBuild
[junit4] Completed [4/5] on J1 in 14.43s, 7 tests
[junit4]
[junit4] JVM J1: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20190720_035951_9471033200776186627644.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
[junit4] OK 0.53s J0 |
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
[junit4] OK 0.91s J0 | InfixSuggestersTest.testBuildThen2xReload
[junit4] OK 0.94s J0 |
InfixSuggestersTest.testTwoSuggestersBuildThenReload
[junit4] OK 1.57s J0 | InfixSuggestersTest.testShutdownDuringBuild
[junit4] OK 1.05s J0 | InfixSuggestersTest.test2xBuildReload
[junit4] OK 0.47s J0 |
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
[junit4] OK 1.75s J0 | InfixSuggestersTest.testReloadDuringBuild
[junit4] Completed [5/5] on J0 in 8.29s, 7 tests
[junit4]
[junit4] JVM J0: stderr was not empty, see:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20190720_035951_94717975862499149749567.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J0: 1.25 .. 61.93 = 60.68s
[junit4] JVM J1: 1.30 .. 54.30 = 53.00s
[junit4] Execution time total: 1 minute 1 second
[junit4] Tests summary: 5 suites, 35 tests
[junit4] Could not remove temporary path:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp])
[junit4] Could not remove temporary path:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp])
[echo] 5 slowest tests:
[junit4:tophints] 329.07s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 270.11s |
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 185.92s | org.apache.solr.cloud.CollectionsAPISolrJTest
[junit4:tophints] 162.40s | org.apache.solr.cloud.ReplicationFactorTest
[junit4:tophints] 159.95s |
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
-check-totals:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.codehaus.groovy.reflection.CachedClass
(file:/C:/Users/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.16.jar)
to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.reflection.CachedClass
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
test-nocompile:
BUILD SUCCESSFUL
Total time: 1 minute 6 seconds
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.handler.component.InfixSuggestersTest
[repro] Exiting with code 0
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build
move /y lucene\build lucene\build.repro
1 dir(s) moved.
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move
/y solr\build solr\build.repro
1 dir(s) moved.
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST
lucene\build.orig move /y lucene\build.orig lucene\build
1 dir(s) moved.
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig
move /y solr\build.orig solr\build
1 dir(s) moved.
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0
Archiving artifacts
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Windows VBOX
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:957)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
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:1843)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3054)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
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:1843)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=c5cabf1e039d44c04cfe944f2a961c2a8b565df3,
workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #8061
Recording test results
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
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)
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]