Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/68/
Java: 64bit/jdk-9-ea+178 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 
--illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([CCCC4128B1F98E85:6B88F98CDC429D3C]:0)
        at 
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:201)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:87)
        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:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:844)


FAILED:  org.apache.solr.search.QueryEqualityTest.testGraphTermsQuery

Error Message:
undefined field: "field1"

Stack Trace:
org.apache.solr.common.SolrException: undefined field: "field1"
        at 
__randomizedtesting.SeedInfo.seed([CCCC4128B1F98E85:623A1FD34D0D4219]:0)
        at org.apache.solr.schema.IndexSchema.getField(IndexSchema.java:1219)
        at 
org.apache.solr.search.GraphTermsQParserPlugin$1.parse(GraphTermsQParserPlugin.java:96)
        at org.apache.solr.search.QParser.getQuery(QParser.java:168)
        at 
org.apache.solr.search.QueryEqualityTest.assertQueryEquals(QueryEqualityTest.java:1058)
        at 
org.apache.solr.search.QueryEqualityTest.testGraphTermsQuery(QueryEqualityTest.java:174)
        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:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:844)




Build Log:
[...truncated 1722 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\core\test\temp\junit4-J0-20170801_170848_7767464455457290666586.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\core\test\temp\junit4-J1-20170801_170848_775528191757297331556.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 304 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\test-framework\test\temp\junit4-J1-20170801_171450_73615604959281012226439.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\test-framework\test\temp\junit4-J0-20170801_171450_736392522810226891744.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 1055 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20170801_171551_9478480481683227510422.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20170801_171551_94717161892206492470876.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 217 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20170801_171728_71212513168685386983599.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20170801_171728_71215461789264025749838.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 229 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20170801_171738_2672694262814043982488.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20170801_171738_2673895953533916397856.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20170801_171806_83612622860364570180627.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20170801_171806_8369414917971991582036.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 156 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20170801_171812_25716851594923813785789.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20170801_171812_25712061316207558038914.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 144 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20170801_171825_8988089011996115563167.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20170801_171825_8982427155817560310660.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 149 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20170801_171835_19015656841589838400486.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option 
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in 
a future release.
   [junit4] Suite: org.apache.lucene.analysis.pl.TestPolishAnalyzer
   [junit4] <<< JVM J1: EOF ----

[...truncated 2 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20170801_171835_19017684362947245367640.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 160 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\uima\test\temp\junit4-J0-20170801_171840_13318100649215837338014.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 204 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20170801_171851_7453809206313017262648.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20170801_171851_74510666385462170985042.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 1222 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\benchmark\test\temp\junit4-J0-20170801_172004_5404142990017355446977.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\benchmark\test\temp\junit4-J1-20170801_172004_54413607582216185791268.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 222 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\classification\test\temp\junit4-J1-20170801_172016_66816968099451388937643.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\classification\test\temp\junit4-J0-20170801_172016_66835234159893402874.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\codecs\test\temp\junit4-J1-20170801_172031_11910825328681419085622.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\codecs\test\temp\junit4-J0-20170801_172031_11915321577236091078358.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 226 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\demo\test\temp\junit4-J0-20170801_172157_24213390302765893276477.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\demo\test\temp\junit4-J1-20170801_172157_24216187851355473419180.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 163 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\expressions\test\temp\junit4-J0-20170801_172201_03314372999812032791014.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\expressions\test\temp\junit4-J1-20170801_172201_0333168197743202377154.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 208 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\facet\test\temp\junit4-J0-20170801_172206_57916530119404906214571.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\facet\test\temp\junit4-J1-20170801_172206_57915694334925551286261.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 172 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\grouping\test\temp\junit4-J1-20170801_172238_63212192385212489214323.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\grouping\test\temp\junit4-J0-20170801_172238_63116773310324268899364.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 239 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\highlighter\test\temp\junit4-J0-20170801_172247_29313014401749934142363.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\highlighter\test\temp\junit4-J1-20170801_172247_2935521753128399005145.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 156 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\join\test\temp\junit4-J1-20170801_172304_073308189116847499815.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\join\test\temp\junit4-J0-20170801_172304_07310798696661745895150.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 140 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\memory\test\temp\junit4-J0-20170801_172315_004468383856108418322.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\memory\test\temp\junit4-J1-20170801_172315_00410259860960173074119.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 180 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\misc\test\temp\junit4-J0-20170801_172321_01310256462533423970580.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\misc\test\temp\junit4-J1-20170801_172321_0134731575162741400628.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 305 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\queries\test\temp\junit4-J0-20170801_172336_7636920716860442498286.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\queries\test\temp\junit4-J1-20170801_172336_76316238127300323491001.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 217 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\queryparser\test\temp\junit4-J0-20170801_172347_52418219514957364544021.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\queryparser\test\temp\junit4-J1-20170801_172347_52416073249366869665054.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 200 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\replicator\test\temp\junit4-J1-20170801_172358_2457158554496526111730.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\replicator\test\temp\junit4-J0-20170801_172358_245623845102548190241.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 198 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\sandbox\test\temp\junit4-J1-20170801_172409_80510055312497499497858.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\sandbox\test\temp\junit4-J0-20170801_172409_80510372030909508045806.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 211 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20170801_172435_1648405566811327032588.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20170801_172435_1644751161447587519794.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 160 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20170801_172449_9802821224128173573714.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20170801_172449_9806405574645565493171.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 139 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\spatial\test\temp\junit4-J0-20170801_172502_30915812395007052647380.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 298 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\suggest\test\temp\junit4-J0-20170801_172505_88014098651961272049915.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\lucene\build\suggest\test\temp\junit4-J1-20170801_172505_88011302181314161211917.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 1424 lines...]
   [junit4] Suite: org.apache.solr.search.QueryEqualityTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.search.QueryEqualityTest_CCCC4128B1F98E85-001\init-core-data-001
   [junit4]   2> 76898 WARN  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=40 numCloses=40
   [junit4]   2> 76905 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 76906 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 76908 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 76908 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 76953 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 76983 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 77063 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 77163 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9927e0e
   [junit4]   2> 77168 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9927e0e
   [junit4]   2> 77168 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9927e0e
   [junit4]   2> 77171 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.0-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 77229 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 77264 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 77375 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 77401 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 77401 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9927e0e
   [junit4]   2> 77401 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 77401 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.search.QueryEqualityTest_CCCC4128B1F98E85-001\init-core-data-001\]
   [junit4]   2> 77404 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=94.1787109375, 
floorSegmentMB=1.7998046875, forceMergeDeletesPctAllowed=8.921445809040353, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5013334553619931
   [junit4]   2> 77520 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 77520 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 77521 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 77521 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 77522 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=93.3408203125, 
floorSegmentMB=0.8369140625, forceMergeDeletesPctAllowed=15.254157894908374, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8615146162855405
   [junit4]   2> 77526 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@438f72dd[collection1] main]
   [junit4]   2> 77527 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 77536 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 77571 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 77571 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 77571 INFO  (coreLoadExecutor-128-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1574550596863655936
   [junit4]   2> 77572 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 77572 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 77572 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 77573 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 77574 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 77575 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 77576 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 77577 INFO  
(TEST-QueryEqualityTest.testQueryGeofilt-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryGeofilt
   [junit4]   2> 77582 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 77583 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 77592 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@438f72dd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 77676 INFO  
(TEST-QueryEqualityTest.testQueryGeofilt-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryGeofilt
   [junit4]   2> 77679 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryMLT
   [junit4]   2> 77682 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1574550596977950720)]} 0 2
   [junit4]   2> 77685 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1574550596983193600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77685 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55b15129 
commitCommandVersion:1574550596983193600
   [junit4]   2> 77705 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@29f2674b[collection1] main]
   [junit4]   2> 77705 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77714 INFO  (searcherExecutor-129-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@29f2674b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 77714 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 30
   [junit4]   2> 77728 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1574550597028282368,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77728 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 77729 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77729 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 0
   [junit4]   2> 77729 INFO  
(TEST-QueryEqualityTest.testQueryMLT-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryMLT
   [junit4]   2> 77731 INFO  
(TEST-QueryEqualityTest.testQueryMaxScore-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryMaxScore
   [junit4]   2> 77741 INFO  
(TEST-QueryEqualityTest.testQueryMaxScore-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryMaxScore
   [junit4]   2> 77743 INFO  
(TEST-QueryEqualityTest.testFuncField-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncField
   [junit4]   2> 77746 INFO  
(TEST-QueryEqualityTest.testFuncField-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncField
   [junit4]   2> 77749 INFO  
(TEST-QueryEqualityTest.testQueryJoin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryJoin
   [junit4]   2> 77751 INFO  
(TEST-QueryEqualityTest.testQueryJoin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryJoin
   [junit4]   2> 77753 INFO  
(TEST-QueryEqualityTest.testFuncRord-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncRord
   [junit4]   2> 77757 INFO  
(TEST-QueryEqualityTest.testFuncRord-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncRord
   [junit4]   2> 77759 INFO  
(TEST-QueryEqualityTest.testQueryBoost-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryBoost
   [junit4]   2> 77762 INFO  
(TEST-QueryEqualityTest.testQueryBoost-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryBoost
   [junit4]   2> 77765 INFO  
(TEST-QueryEqualityTest.testQuerySimple-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQuerySimple
   [junit4]   2> 77769 INFO  
(TEST-QueryEqualityTest.testQuerySimple-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQuerySimple
   [junit4]   2> 77773 INFO  
(TEST-QueryEqualityTest.testFuncCscore-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncCscore
   [junit4]   2> 77775 INFO  
(TEST-QueryEqualityTest.testFuncCscore-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncCscore
   [junit4]   2> 77778 INFO  
(TEST-QueryEqualityTest.testDateMathParsingEquality-seed#[CCCC4128B1F98E85]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testDateMathParsingEquality
   [junit4]   2> 77783 INFO  
(TEST-QueryEqualityTest.testDateMathParsingEquality-seed#[CCCC4128B1F98E85]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testDateMathParsingEquality
   [junit4]   2> 77785 INFO  
(TEST-QueryEqualityTest.testQueryScoreJoin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryScoreJoin
   [junit4]   2> 77790 INFO  
(TEST-QueryEqualityTest.testQueryScoreJoin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryScoreJoin
   [junit4]   2> 77793 INFO  
(TEST-QueryEqualityTest.testQueryDismax-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryDismax
   [junit4]   2> 77818 INFO  
(TEST-QueryEqualityTest.testQueryDismax-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryDismax
   [junit4]   2> 77820 INFO  
(TEST-QueryEqualityTest.testGraphTermsQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testGraphTermsQuery
   [junit4]   2> 77823 INFO  
(TEST-QueryEqualityTest.testGraphTermsQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testGraphTermsQuery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest 
-Dtests.method=testGraphTermsQuery -Dtests.seed=CCCC4128B1F98E85 
-Dtests.slow=true -Dtests.locale=vun-TZ -Dtests.timezone=NZ 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J1 | QueryEqualityTest.testGraphTermsQuery <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: undefined 
field: "field1"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CCCC4128B1F98E85:623A1FD34D0D4219]:0)
   [junit4]    >        at 
org.apache.solr.schema.IndexSchema.getField(IndexSchema.java:1219)
   [junit4]    >        at 
org.apache.solr.search.GraphTermsQParserPlugin$1.parse(GraphTermsQParserPlugin.java:96)
   [junit4]    >        at 
org.apache.solr.search.QParser.getQuery(QParser.java:168)
   [junit4]    >        at 
org.apache.solr.search.QueryEqualityTest.assertQueryEquals(QueryEqualityTest.java:1058)
   [junit4]    >        at 
org.apache.solr.search.QueryEqualityTest.testGraphTermsQuery(QueryEqualityTest.java:174)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 77832 INFO  
(TEST-QueryEqualityTest.testFuncProduct-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncProduct
   [junit4]   2> 77833 INFO  
(TEST-QueryEqualityTest.testFuncProduct-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncProduct
   [junit4]   2> 77835 INFO  
(TEST-QueryEqualityTest.testFuncJoindf-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncJoindf
   [junit4]   2> 77836 INFO  
(TEST-QueryEqualityTest.testFuncJoindf-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncJoindf
   [junit4]   2> 77839 INFO  
(TEST-QueryEqualityTest.testQueryNested-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryNested
   [junit4]   2> 77840 INFO  
(TEST-QueryEqualityTest.testQueryNested-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryNested
   [junit4]   2> 77842 INFO  
(TEST-QueryEqualityTest.testQueryCollapse-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryCollapse
   [junit4]   2> 77849 INFO  
(TEST-QueryEqualityTest.testQueryCollapse-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryCollapse
   [junit4]   2> 77852 INFO  
(TEST-QueryEqualityTest.testChildField-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testChildField
   [junit4]   2> 77861 INFO  
(TEST-QueryEqualityTest.testChildField-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testChildField
   [junit4]   2> 77862 INFO  
(TEST-QueryEqualityTest.testFuncSum-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncSum
   [junit4]   2> 77862 INFO  
(TEST-QueryEqualityTest.testFuncSum-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncSum
   [junit4]   2> 77862 INFO  
(TEST-QueryEqualityTest.testTestFuncs-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testTestFuncs
   [junit4]   2> 77868 INFO  
(TEST-QueryEqualityTest.testTestFuncs-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTestFuncs
   [junit4]   2> 77871 INFO  
(TEST-QueryEqualityTest.testFuncMs-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncMs
   [junit4]   2> 77872 INFO  
(TEST-QueryEqualityTest.testFuncMs-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncMs
   [junit4]   2> 77874 INFO  
(TEST-QueryEqualityTest.testFuncGhhsin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncGhhsin
   [junit4]   2> 77874 INFO  
(TEST-QueryEqualityTest.testFuncGhhsin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncGhhsin
   [junit4]   2> 77876 INFO  
(TEST-QueryEqualityTest.testHash-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testHash
   [junit4]   2> 77879 INFO  
(TEST-QueryEqualityTest.testHash-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testHash
   [junit4]   2> 77883 INFO  
(TEST-QueryEqualityTest.testFuncMap-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncMap
   [junit4]   2> 77885 INFO  
(TEST-QueryEqualityTest.testFuncMap-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncMap
   [junit4]   2> 77889 INFO  
(TEST-QueryEqualityTest.testFuncScale-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncScale
   [junit4]   2> 77890 INFO  
(TEST-QueryEqualityTest.testFuncScale-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncScale
   [junit4]   2> 77893 INFO  
(TEST-QueryEqualityTest.testQueryRaw-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryRaw
   [junit4]   2> 77893 INFO  
(TEST-QueryEqualityTest.testQueryRaw-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryRaw
   [junit4]   2> 77895 INFO  
(TEST-QueryEqualityTest.testQueryLucenePlusSort-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryLucenePlusSort
   [junit4]   2> 77897 INFO  
(TEST-QueryEqualityTest.testQueryLucenePlusSort-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryLucenePlusSort
   [junit4]   2> 77900 INFO  
(TEST-QueryEqualityTest.testFuncSingleValueMathFuncs-seed#[CCCC4128B1F98E85]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testFuncSingleValueMathFuncs
   [junit4]   2> 77903 INFO  
(TEST-QueryEqualityTest.testFuncSingleValueMathFuncs-seed#[CCCC4128B1F98E85]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testFuncSingleValueMathFuncs
   [junit4]   2> 77907 INFO  
(TEST-QueryEqualityTest.testFuncDist-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncDist
   [junit4]   2> 77911 INFO  
(TEST-QueryEqualityTest.testFuncDist-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncDist
   [junit4]   2> 77913 INFO  
(TEST-QueryEqualityTest.testFuncMax-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncMax
   [junit4]   2> 77913 INFO  
(TEST-QueryEqualityTest.testFuncMax-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncMax
   [junit4]   2> 77915 INFO  
(TEST-QueryEqualityTest.testCompares-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCompares
   [junit4]   2> 77922 INFO  
(TEST-QueryEqualityTest.testCompares-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCompares
   [junit4]   2> 77925 INFO  
(TEST-QueryEqualityTest.testFuncMin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncMin
   [junit4]   2> 77926 INFO  
(TEST-QueryEqualityTest.testFuncMin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncMin
   [junit4]   2> 77929 INFO  
(TEST-QueryEqualityTest.testFuncNumdocs-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncNumdocs
   [junit4]   2> 77930 INFO  
(TEST-QueryEqualityTest.testFuncNumdocs-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncNumdocs
   [junit4]   2> 77931 INFO  
(TEST-QueryEqualityTest.testExportQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testExportQuery
   [junit4]   2> 77940 INFO  
(TEST-QueryEqualityTest.testExportQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testExportQuery
   [junit4]   2> 77944 INFO  
(TEST-QueryEqualityTest.testFuncSttf-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncSttf
   [junit4]   2> 77945 INFO  
(TEST-QueryEqualityTest.testFuncSttf-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncSttf
   [junit4]   2> 77949 INFO  
(TEST-QueryEqualityTest.testTlogitQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testTlogitQuery
   [junit4]   2> 77953 INFO  
(TEST-QueryEqualityTest.testTlogitQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTlogitQuery
   [junit4]   2> 77954 INFO  
(TEST-QueryEqualityTest.testPayloadScoreQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPayloadScoreQuery
   [junit4]   2> 77964 INFO  
(TEST-QueryEqualityTest.testPayloadScoreQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPayloadScoreQuery
   [junit4]   2> 77965 INFO  
(TEST-QueryEqualityTest.testFuncDoubleValueBools-seed#[CCCC4128B1F98E85]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testFuncDoubleValueBools
   [junit4]   2> 77969 INFO  
(TEST-QueryEqualityTest.testFuncDoubleValueBools-seed#[CCCC4128B1F98E85]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testFuncDoubleValueBools
   [junit4]   2> 77970 INFO  
(TEST-QueryEqualityTest.testFuncTestfunc-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncTestfunc
   [junit4]   2> 77970 INFO  
(TEST-QueryEqualityTest.testFuncTestfunc-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncTestfunc
   [junit4]   2> 77973 INFO  
(TEST-QueryEqualityTest.testAggs-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAggs
   [junit4]   2> 77989 INFO  
(TEST-QueryEqualityTest.testAggs-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testAggs
   [junit4]   2> 77997 INFO  
(TEST-QueryEqualityTest.testFuncExists-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncExists
   [junit4]   2> 78000 INFO  
(TEST-QueryEqualityTest.testFuncExists-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncExists
   [junit4]   2> 78003 INFO  
(TEST-QueryEqualityTest.testQuerySurround-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQuerySurround
   [junit4]   2> 78024 INFO  
(TEST-QueryEqualityTest.testQuerySurround-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQuerySurround
   [junit4]   2> 78026 INFO  
(TEST-QueryEqualityTest.testFuncDiv-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncDiv
   [junit4]   2> 78026 INFO  
(TEST-QueryEqualityTest.testFuncDiv-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncDiv
   [junit4]   2> 78029 INFO  
(TEST-QueryEqualityTest.testFuncHsin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncHsin
   [junit4]   2> 78030 INFO  
(TEST-QueryEqualityTest.testFuncHsin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncHsin
   [junit4]   2> 78032 INFO  
(TEST-QueryEqualityTest.testParserCoverage-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testParserCoverage
   [junit4]   2> 78032 INFO  
(TEST-QueryEqualityTest.testParserCoverage-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testParserCoverage
   [junit4]   2> 78034 INFO  
(TEST-QueryEqualityTest.testFuncNot-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncNot
   [junit4]   2> 78034 INFO  
(TEST-QueryEqualityTest.testFuncNot-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncNot
   [junit4]   2> 78036 INFO  
(TEST-QueryEqualityTest.testFuncBools-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncBools
   [junit4]   2> 78037 INFO  
(TEST-QueryEqualityTest.testFuncBools-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncBools
   [junit4]   2> 78039 INFO  
(TEST-QueryEqualityTest.testFuncLiteral-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncLiteral
   [junit4]   2> 78039 INFO  
(TEST-QueryEqualityTest.testFuncLiteral-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncLiteral
   [junit4]   2> 78043 INFO  
(TEST-QueryEqualityTest.testReRankQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReRankQuery
   [junit4]   2> 78056 INFO  
(TEST-QueryEqualityTest.testReRankQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReRankQuery
   [junit4]   2> 78060 INFO  
(TEST-QueryEqualityTest.testFuncNorm-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncNorm
   [junit4]   2> 78062 INFO  
(TEST-QueryEqualityTest.testFuncNorm-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncNorm
   [junit4]   2> 78066 INFO  
(TEST-QueryEqualityTest.testQuerySwitch-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQuerySwitch
   [junit4]   2> 78073 INFO  
(TEST-QueryEqualityTest.testQuerySwitch-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQuerySwitch
   [junit4]   2> 78074 INFO  
(TEST-QueryEqualityTest.testFuncSqedist-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncSqedist
   [junit4]   2> 78074 INFO  
(TEST-QueryEqualityTest.testFuncSqedist-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncSqedist
   [junit4]   2> 78079 INFO  
(TEST-QueryEqualityTest.testFuncGeodist-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncGeodist
   [junit4]   2> 78084 INFO  
(TEST-QueryEqualityTest.testFuncGeodist-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncGeodist
   [junit4]   2> 78087 INFO  
(TEST-QueryEqualityTest.testFuncCurrency-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncCurrency
   [junit4]   2> 78091 INFO  
(TEST-QueryEqualityTest.testFuncCurrency-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncCurrency
   [junit4]   2> 78093 INFO  
(TEST-QueryEqualityTest.testTerms-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testTerms
   [junit4]   2> 78101 INFO  
(TEST-QueryEqualityTest.testTerms-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTerms
   [junit4]   2> 78103 INFO  
(TEST-QueryEqualityTest.testQueryTerm-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryTerm
   [junit4]   2> 78104 INFO  
(TEST-QueryEqualityTest.testQueryTerm-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryTerm
   [junit4]   2> 78110 INFO  
(TEST-QueryEqualityTest.testMatchAllDocsQueryXmlParser-seed#[CCCC4128B1F98E85]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testMatchAllDocsQueryXmlParser
   [junit4]   2> 78133 INFO  
(TEST-QueryEqualityTest.testMatchAllDocsQueryXmlParser-seed#[CCCC4128B1F98E85]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testMatchAllDocsQueryXmlParser
   [junit4]   2> 78135 INFO  
(TEST-QueryEqualityTest.testFuncDoubleValueMathFuncs-seed#[CCCC4128B1F98E85]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testFuncDoubleValueMathFuncs
   [junit4]   2> 78136 INFO  
(TEST-QueryEqualityTest.testFuncDoubleValueMathFuncs-seed#[CCCC4128B1F98E85]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testFuncDoubleValueMathFuncs
   [junit4]   2> 78139 INFO  
(TEST-QueryEqualityTest.testQueryFunc-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryFunc
   [junit4]   2> 78139 INFO  
(TEST-QueryEqualityTest.testQueryFunc-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryFunc
   [junit4]   2> 78142 INFO  
(TEST-QueryEqualityTest.testQueryPrefix-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryPrefix
   [junit4]   2> 78142 INFO  
(TEST-QueryEqualityTest.testQueryPrefix-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryPrefix
   [junit4]   2> 78145 INFO  
(TEST-QueryEqualityTest.testPayloadCheckQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPayloadCheckQuery
   [junit4]   2> 78149 INFO  
(TEST-QueryEqualityTest.testPayloadCheckQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPayloadCheckQuery
   [junit4]   2> 78152 INFO  
(TEST-QueryEqualityTest.testFuncIf-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncIf
   [junit4]   2> 78153 INFO  
(TEST-QueryEqualityTest.testFuncIf-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncIf
   [junit4]   2> 78155 INFO  
(TEST-QueryEqualityTest.testGraphQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testGraphQuery
   [junit4]   2> 78160 INFO  
(TEST-QueryEqualityTest.testGraphQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testGraphQuery
   [junit4]   2> 78162 INFO  
(TEST-QueryEqualityTest.testField-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testField
   [junit4]   2> 78162 INFO  
(TEST-QueryEqualityTest.testField-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testField
   [junit4]   2> 78167 INFO  
(TEST-QueryEqualityTest.testFuncVector-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncVector
   [junit4]   2> 78168 INFO  
(TEST-QueryEqualityTest.testFuncVector-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncVector
   [junit4]   2> 78170 INFO  
(TEST-QueryEqualityTest.testIGainQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIGainQuery
   [junit4]   2> 78170 INFO  
(TEST-QueryEqualityTest.testIGainQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testIGainQuery
   [junit4]   2> 78175 INFO  
(TEST-QueryEqualityTest.testFuncTop-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncTop
   [junit4]   2> 78175 INFO  
(TEST-QueryEqualityTest.testFuncTop-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncTop
   [junit4]   2> 78177 INFO  
(TEST-QueryEqualityTest.testFuncOrd-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncOrd
   [junit4]   2> 78178 INFO  
(TEST-QueryEqualityTest.testFuncOrd-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncOrd
   [junit4]   2> 78180 INFO  
(TEST-QueryEqualityTest.testFuncDef-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncDef
   [junit4]   2> 78181 INFO  
(TEST-QueryEqualityTest.testFuncDef-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncDef
   [junit4]   2> 78189 INFO  
(TEST-QueryEqualityTest.testQueryFrange-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryFrange
   [junit4]   2> 78189 INFO  
(TEST-QueryEqualityTest.testQueryFrange-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryFrange
   [junit4]   2> 78190 INFO  
(TEST-QueryEqualityTest.testFuncStrdist-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncStrdist
   [junit4]   2> 78192 INFO  
(TEST-QueryEqualityTest.testFuncStrdist-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncStrdist
   [junit4]   2> 78195 INFO  
(TEST-QueryEqualityTest.testFuncConcat-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncConcat
   [junit4]   2> 78195 INFO  
(TEST-QueryEqualityTest.testFuncConcat-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncConcat
   [junit4]   2> 78198 INFO  
(TEST-QueryEqualityTest.testFuncGeohash-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncGeohash
   [junit4]   2> 78199 INFO  
(TEST-QueryEqualityTest.testFuncGeohash-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncGeohash
   [junit4]   2> 78200 INFO  
(TEST-QueryEqualityTest.testLocalParamsWithRepeatingParam-seed#[CCCC4128B1F98E85])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsWithRepeatingParam
   [junit4]   2> 78203 INFO  
(TEST-QueryEqualityTest.testLocalParamsWithRepeatingParam-seed#[CCCC4128B1F98E85])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsWithRepeatingParam
   [junit4]   2> 78205 INFO  
(TEST-QueryEqualityTest.testFuncRecip-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncRecip
   [junit4]   2> 78206 INFO  
(TEST-QueryEqualityTest.testFuncRecip-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncRecip
   [junit4]   2> 78208 INFO  
(TEST-QueryEqualityTest.testFuncBoost-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncBoost
   [junit4]   2> 78209 INFO  
(TEST-QueryEqualityTest.testFuncBoost-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncBoost
   [junit4]   2> 78211 INFO  
(TEST-QueryEqualityTest.testQueryLucene-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryLucene
   [junit4]   2> 78213 INFO  
(TEST-QueryEqualityTest.testQueryLucene-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryLucene
   [junit4]   2> 78217 INFO  
(TEST-QueryEqualityTest.testFuncMaxdoc-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncMaxdoc
   [junit4]   2> 78217 INFO  
(TEST-QueryEqualityTest.testFuncMaxdoc-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncMaxdoc
   [junit4]   2> 78218 INFO  
(TEST-QueryEqualityTest.testQueryBbox-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryBbox
   [junit4]   2> 78222 INFO  
(TEST-QueryEqualityTest.testQueryBbox-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryBbox
   [junit4]   2> 78225 INFO  
(TEST-QueryEqualityTest.testFuncTerms-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncTerms
   [junit4]   2> 78233 INFO  
(TEST-QueryEqualityTest.testFuncTerms-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncTerms
   [junit4]   2> 78237 INFO  
(TEST-QueryEqualityTest.testSignificantTermsQuery-seed#[CCCC4128B1F98E85]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testSignificantTermsQuery
   [junit4]   2> 78239 INFO  
(TEST-QueryEqualityTest.testSignificantTermsQuery-seed#[CCCC4128B1F98E85]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testSignificantTermsQuery
   [junit4]   2> 78241 INFO  
(TEST-QueryEqualityTest.testFuncMathConsts-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncMathConsts
   [junit4]   2> 78241 INFO  
(TEST-QueryEqualityTest.testFuncMathConsts-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncMathConsts
   [junit4]   2> 78242 INFO  
(TEST-QueryEqualityTest.testFuncMod-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncMod
   [junit4]   2> 78242 INFO  
(TEST-QueryEqualityTest.testFuncMod-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncMod
   [junit4]   2> 78246 INFO  
(TEST-QueryEqualityTest.testPayloadFunction-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPayloadFunction
   [junit4]   2> 78250 INFO  
(TEST-QueryEqualityTest.testPayloadFunction-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPayloadFunction
   [junit4]   2> 78252 INFO  
(TEST-QueryEqualityTest.testFuncQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncQuery
   [junit4]   2> 78252 INFO  
(TEST-QueryEqualityTest.testFuncQuery-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncQuery
   [junit4]   2> 78254 INFO  
(TEST-QueryEqualityTest.testBlockJoin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBlockJoin
   [junit4]   2> 78258 INFO  
(TEST-QueryEqualityTest.testBlockJoin-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBlockJoin
   [junit4]   2> 78260 INFO  
(TEST-QueryEqualityTest.testFuncLinear-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncLinear
   [junit4]   2> 78262 INFO  
(TEST-QueryEqualityTest.testFuncLinear-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncLinear
   [junit4]   2> 78265 INFO  
(TEST-QueryEqualityTest.testFuncSub-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncSub
   [junit4]   2> 78265 INFO  
(TEST-QueryEqualityTest.testFuncSub-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncSub
   [junit4]   2> 78266 INFO  
(TEST-QueryEqualityTest.testQueryComplexPhrase-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueryComplexPhrase
   [junit4]   2> 78284 INFO  
(TEST-QueryEqualityTest.testQueryComplexPhrase-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueryComplexPhrase
   [junit4]   2> 78284 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 78284 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1353724886
   [junit4]   2> 78284 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 78286 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 78287 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 78293 INFO  
(SUITE-QueryEqualityTest-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 78294 INFO  (coreCloseExecutor-134-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5658ef65
   [junit4]   2> 78296 INFO  (coreCloseExecutor-134-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1448669029
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.search.QueryEqualityTest_CCCC4128B1F98E85-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{lowerfilt=PostingsFormat(name=Direct), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=272, 
maxMBSortInHeap=5.9146007659321915, sim=RandomSimilarity(queryNorm=false): {}, 
locale=vun-TZ, timezone=NZ
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=26318360,total=125317120
   [junit4]   2> NOTE: All tests run in this JVM: [ChaosMonkeySafeLeaderTest, 
V2ApiIntegrationTest, TestRangeQuery, QueryEqualityTest]
   [junit4] Completed [25/727 (1!)] on J1 in 1.44s, 89 tests, 1 error <<< 
FAILURES!

[...truncated 1068 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_CCCC4128B1F98E85-001\init-core-data-001
   [junit4]   2> 1456802 WARN  
(SUITE-TestSQLHandler-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1456802 INFO  
(SUITE-TestSQLHandler-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1456802 INFO  
(SUITE-TestSQLHandler-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1456802 INFO  
(SUITE-TestSQLHandler-seed#[CCCC4128B1F98E85]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /uj/h
   [junit4]   2> 1456812 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1456813 INFO  (Thread-3570) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1456813 INFO  (Thread-3570) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1456819 ERROR (Thread-3570) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1456918 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:61900
   [junit4]   2> 1456990 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15d9eebda7a0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1457002 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-sql.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1457008 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\schema-sql.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1457010 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1457025 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1457028 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1457030 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1457032 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1457034 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1457036 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1457037 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1457039 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1457042 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1458386 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1458387 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5710eff9{/uj/h,null,AVAILABLE}
   [junit4]   2> 1458392 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@718e80a2{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 1458392 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] o.e.j.s.Server 
Started @???????ms
   [junit4]   2> 1458392 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/uj/h, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_CCCC4128B1F98E85-001\tempDir-001/control/data,
 hostPort=61907, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_CCCC4128B1F98E85-001\control-001\cores}
   [junit4]   2> 1458393 ERROR 
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1458393 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1458393 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1458393 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1458393 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-01T17:50:44.896311800Z
   [junit4]   2> 1458455 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1458455 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_CCCC4128B1F98E85-001\control-001\solr.xml
   [junit4]   2> 1458468 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7b869c04, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1458473 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:61900/solr
   [junit4]   2> 1459394 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1459395 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:61907_uj%2Fh
   [junit4]   2> 1459398 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] o.a.s.c.Overseer 
Overseer (id=98409502691950596-127.0.0.1:61907_uj%2Fh-n_0000000000) starting
   [junit4]   2> 1459406 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61907_uj%2Fh
   [junit4]   2> 1459409 INFO  (zkCallback-2747-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1459486 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b869c04
   [junit4]   2> 1459490 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b869c04
   [junit4]   2> 1459491 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b869c04
   [junit4]   2> 1459492 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_CCCC4128B1F98E85-001\control-001\cores
   [junit4]   2> 1459511 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1459512 INFO  
(TEST-TestSQLHandler.doTest-seed#[CCCC4128B1F98E85]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61900/solr ready
   [junit4]   2> 1459516 INFO  (qtp523397589-16214) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61907_uj%252Fh&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1459518 INFO  (OverseerThreadFactory-6457-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1459637 INFO  (qtp523397589-16216) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1459637 INFO  (qtp523397589-16216) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1459743 INFO  (zkCallback-2747-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1460706 INFO  (qtp523397589-16216) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1460727 INFO  (qtp523397589-16216) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1460811 WARN  (qtp523397589-16216) [    ] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 1460811 WARN  (qtp523397589-16216) [    ] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [ju

[...truncated too long message...]

emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\solr-solrj\test\temp\junit4-J1-20170801_181423_74710978387878068246383.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 1238 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J0-20170801_181847_3935389320178088401805.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20170801_181847_3936491731139804313987.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 548 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J0-20170801_181905_54713933976027434284765.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J1-20170801_181905_5477867897992915185939.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 500 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J1-20170801_181948_61410192992128761979441.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J0-20170801_181948_61415741886017924099158.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 1130 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J1-20170801_182019_66615239074426667531310.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J0-20170801_182019_666465088288581768910.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20170801_182030_1089893065598763568620.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J0-20170801_182030_1088930442096973629778.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 504 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J1-20170801_182105_15117874572048130653923.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J0-20170801_182105_1517451222405252326632.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 503 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20170801_182125_5984995776475392711993.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20170801_182125_5982648999337683592471.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 593 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20170801_182143_572636182881824794732.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20170801_182143_57217496011047554323023.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 538 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J1-20170801_182228_94118042712792894636693.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-7.0-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J0-20170801_182228_94114261977320998021597.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 495 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20170801_182248_31514533424727449997539.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 28988 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to