Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/99/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseConcMarkSweepGC --illegal-access=deny

3 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
java.lang.InternalError: Memory Pool not found

Stack Trace:
javax.management.RuntimeErrorException: java.lang.InternalError: Memory Pool 
not found
        at 
__randomizedtesting.SeedInfo.seed([1573693256F3E93B:9BA20D083BB2B15E]:0)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:831)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:842)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:645)
        at 
java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:121)
        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)
Caused by: java.lang.InternalError: Memory Pool not found
        at java.management/sun.management.MemoryPoolImpl.getUsage0(Native 
Method)
        at 
java.management/sun.management.MemoryPoolImpl.getUsage(MemoryPoolImpl.java:96)
        at 
com.codahale.metrics.jvm.MemoryUsageGaugeSet$20.getValue(MemoryUsageGaugeSet.java:194)
        at 
com.codahale.metrics.jvm.MemoryUsageGaugeSet$20.getValue(MemoryUsageGaugeSet.java:191)
        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxGauge.getValue(JmxMetricsReporter.java:209)
        at jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown 
Source)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
        at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at java.base/sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:260)
        at 
java.management/com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
        at 
java.management/com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
        at 
java.management/com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
        at 
java.management/com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
        at 
java.management/com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:641)
        ... 40 more


FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.test

Error Message:
committed = 143196160 should be < max = 143130624

Stack Trace:
java.lang.IllegalArgumentException: committed = 143196160 should be < max = 
143130624
        at 
__randomizedtesting.SeedInfo.seed([1573693256F3E93B:9D2756E8F80F84C3]:0)
        at 
java.management/java.lang.management.MemoryUsage.<init>(MemoryUsage.java:161)
        at 
java.management/sun.management.MemoryPoolImpl.getCollectionUsage0(Native Method)
        at 
java.management/sun.management.MemoryPoolImpl.getCollectionUsage(MemoryPoolImpl.java:266)
        at 
com.codahale.metrics.jvm.MemoryUsageGaugeSet$19.getValue(MemoryUsageGaugeSet.java:186)
        at 
com.codahale.metrics.jvm.MemoryUsageGaugeSet$19.getValue(MemoryUsageGaugeSet.java:183)
        at 
org.apache.solr.util.stats.MetricUtils.convertGauge(MetricUtils.java:513)
        at 
org.apache.solr.util.stats.MetricUtils.convertMetric(MetricUtils.java:274)
        at 
org.apache.solr.util.stats.MetricUtils.lambda$toMaps$4(MetricUtils.java:213)
        at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
        at 
java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
        at 
java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
        at 
java.base/java.util.TreeMap$KeySpliterator.forEachRemaining(TreeMap.java:2739)
        at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
        at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
        at 
java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
        at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
        at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at 
java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:430)
        at org.apache.solr.util.stats.MetricUtils.toMaps(MetricUtils.java:211)
        at 
org.apache.solr.handler.admin.MetricsHandler.handleRequestBody(MetricsHandler.java:97)
        at 
org.apache.solr.handler.admin.MetricsHandlerTest.test(MetricsHandlerTest.java:48)
        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)


FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.testCompact

Error Message:
committed = 143196160 should be < max = 143130624

Stack Trace:
java.lang.IllegalArgumentException: committed = 143196160 should be < max = 
143130624
        at 
__randomizedtesting.SeedInfo.seed([1573693256F3E93B:3B7325652E0EE3C4]:0)
        at 
java.management/java.lang.management.MemoryUsage.<init>(MemoryUsage.java:161)
        at 
java.management/sun.management.MemoryPoolImpl.getCollectionUsage0(Native Method)
        at 
java.management/sun.management.MemoryPoolImpl.getCollectionUsage(MemoryPoolImpl.java:266)
        at 
com.codahale.metrics.jvm.MemoryUsageGaugeSet$19.getValue(MemoryUsageGaugeSet.java:186)
        at 
com.codahale.metrics.jvm.MemoryUsageGaugeSet$19.getValue(MemoryUsageGaugeSet.java:183)
        at 
org.apache.solr.util.stats.MetricUtils.convertGauge(MetricUtils.java:488)
        at 
org.apache.solr.util.stats.MetricUtils.convertMetric(MetricUtils.java:274)
        at 
org.apache.solr.util.stats.MetricUtils.lambda$toMaps$4(MetricUtils.java:213)
        at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
        at 
java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
        at 
java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
        at 
java.base/java.util.TreeMap$KeySpliterator.forEachRemaining(TreeMap.java:2739)
        at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
        at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
        at 
java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
        at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
        at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at 
java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:430)
        at org.apache.solr.util.stats.MetricUtils.toMaps(MetricUtils.java:211)
        at 
org.apache.solr.handler.admin.MetricsHandler.handleRequestBody(MetricsHandler.java:97)
        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testCompact(MetricsHandlerTest.java:179)
        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 1724 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-20170820_164758_3595436553213369426735.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_164758_3595222561472062136535.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_165303_27015148672495835590107.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_165303_27010158492916323518854.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_165341_7366149079376716337299.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_165341_73666114281877726243.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 215 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-20170820_165603_6108159152000122451458.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 5 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-20170820_165603_6073606655215835520289.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 238 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-20170820_165613_49413004079046591600750.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\kuromoji\test\temp\junit4-J1-20170820_165613_49417750844291697502361.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 150 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-20170820_165636_35415251127168145500208.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\analysis\morfologik\test\temp\junit4-J0-20170820_165636_35415023798614788543211.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 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-20170820_165639_22116621657923953051191.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_165639_22117886404192268850827.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20170820_165644_84113603054571304012229.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\analysis\smartcn\test\temp\junit4-J0-20170820_165644_8414310123648956769739.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was 
deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20170820_165650_9867365201581432067178.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\analysis\stempel\test\temp\junit4-J0-20170820_165650_98617977225579966718508.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_165653_92616589310231912615144.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 187 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-20170820_165705_7386500109623533961777.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 26 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-20170820_165705_7382581018582514815521.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 1219 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-20170820_165801_49314470025832313636274.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\benchmark\test\temp\junit4-J1-20170820_165801_493640707205175983572.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 219 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-20170820_165809_56815659972568251398779.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 6 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-20170820_165809_5685838187861749302863.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 252 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\codecs\test\temp\junit4-J0-20170820_165825_0159078707296352115989.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\codecs\test\temp\junit4-J1-20170820_165825_01518446406192287974218.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\demo\test\temp\junit4-J1-20170820_165955_28615599212352651868934.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\demo\test\temp\junit4-J0-20170820_165955_2863706102235413860134.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 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-20170820_165959_1516554024163582553963.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_165959_151572393358799456701.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\facet\test\temp\junit4-J1-20170820_170005_0905430434191265770869.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\facet\test\temp\junit4-J0-20170820_170005_09014933587142323844740.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 175 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-20170820_170026_8475515264051867835025.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\grouping\test\temp\junit4-J0-20170820_170026_84711380799588765123357.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 227 lines...]
   [junit4] JVM J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\highlighter\test\temp\junit4-J1-20170820_170034_9573522570777871085185.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was 
deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\highlighter\test\temp\junit4-J0-20170820_170034_9576499102127715636460.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 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-20170820_170050_50113143547393822806722.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170050_5004347022738802030023.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170105_65414980158823259215839.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170105_6542475815883943773170.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 171 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-20170820_170111_9668550604564962159487.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\misc\test\temp\junit4-J1-20170820_170111_9664400056505729034634.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 J1: stderr was not empty, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\lucene\build\queries\test\temp\junit4-J1-20170820_170126_92113720552626168444268.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\queries\test\temp\junit4-J0-20170820_170126_9219470968042399181588.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 217 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-20170820_170134_49517672016820737952237.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\queryparser\test\temp\junit4-J0-20170820_170134_4959500371327542270430.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 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-20170820_170141_44612396275950413704993.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170141_44612784718881249021615.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170151_40011387121160020245496.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170151_4001501982380658910501.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170221_4382620309839587230161.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170221_4373645619665454974001.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 163 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-20170820_170232_22515620678320876035609.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 5 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-20170820_170232_22510680043201541599287.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170253_32516883522513415291070.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170258_1681205339777658678214.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_170258_1688157249474298970010.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 2884 lines...]
   [junit4] Suite: org.apache.solr.core.TestJmxIntegration
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestJmxIntegration_1573693256F3E93B-001\init-core-data-001
   [junit4]   2> 2263934 WARN  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2263934 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2263936 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 2263936 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2263937 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-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> 2263976 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2264003 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2264170 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2264297 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@81ce50
   [junit4]   2> 2264312 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@81ce50
   [junit4]   2> 2264312 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@81ce50
   [junit4]   2> 2264316 INFO  (coreLoadExecutor-8416-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> 2264386 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2264434 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2264581 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2264619 INFO  (coreLoadExecutor-8416-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> 2264621 INFO  (coreLoadExecutor-8416-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@81ce50
   [junit4]   2> 2264621 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2264621 INFO  (coreLoadExecutor-8416-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.core.TestJmxIntegration_1573693256F3E93B-001\init-core-data-001\]
   [junit4]   2> 2264626 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3344857179034818]
   [junit4]   2> 2264765 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2264765 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2264767 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2264767 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2264768 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5042908527443548]
   [junit4]   2> 2264769 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1ed387d[collection1] main]
   [junit4]   2> 2264770 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2264780 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2264828 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2264828 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2264828 INFO  (coreLoadExecutor-8416-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576272825607520256
   [junit4]   2> 2264828 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2264829 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2264829 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2264830 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2264831 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2264832 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2264832 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2264832 INFO  
(SUITE-TestJmxIntegration-seed#[1573693256F3E93B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2264834 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2264837 INFO  
(TEST-TestJmxIntegration.testJmxRegistration-seed#[1573693256F3E93B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testJmxRegistration
   [junit4]   2> 2264839 INFO  (searcherExecutor-8417-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1ed387d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2265145 INFO  
(TEST-TestJmxIntegration.testJmxRegistration-seed#[1573693256F3E93B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testJmxRegistration
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJmxIntegration 
-Dtests.method=testJmxRegistration -Dtests.seed=1573693256F3E93B 
-Dtests.slow=true -Dtests.locale=mer-KE -Dtests.timezone=Pacific/Auckland 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.32s J1 | TestJmxIntegration.testJmxRegistration <<<
   [junit4]    > Throwable #1: javax.management.RuntimeErrorException: 
java.lang.InternalError: Memory Pool not found
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1573693256F3E93B:9BA20D083BB2B15E]:0)
   [junit4]    >        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:831)
   [junit4]    >        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:842)
   [junit4]    >        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:645)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
   [junit4]    >        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:121)
   [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]    > Caused by: java.lang.InternalError: Memory Pool not found
   [junit4]    >        at 
java.management/sun.management.MemoryPoolImpl.getUsage0(Native Method)
   [junit4]    >        at 
java.management/sun.management.MemoryPoolImpl.getUsage(MemoryPoolImpl.java:96)
   [junit4]    >        at 
com.codahale.metrics.jvm.MemoryUsageGaugeSet$20.getValue(MemoryUsageGaugeSet.java:194)
   [junit4]    >        at 
com.codahale.metrics.jvm.MemoryUsageGaugeSet$20.getValue(MemoryUsageGaugeSet.java:191)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxGauge.getValue(JmxMetricsReporter.java:209)
   [junit4]    >        at 
jdk.internal.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
   [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 
jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
   [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/sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:260)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
   [junit4]    >        at 
java.management/com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
   [junit4]    >        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:641)
   [junit4]    >        ... 40 more
   [junit4]   2> 2265152 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[1573693256F3E93B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testJmxUpdate
   [junit4]   2> 2265208 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[1573693256F3E93B]) [    ] 
o.a.s.c.TestJmxIntegration Mbeans in server: 
[solr:dom1=core,dom2=collection1,category=QUERY,scope=/terms,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/dismax,name=handlerStart, 
solr_61560:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=requests, 
java.lang:type=Threading, 
solr:dom1=jvm,name0=memory,name1=pools,name2=CodeCache,name=used, 
solr:dom1=node,category=QUERY,scope=/admin/metrics/collector,name=handlerStart, 
solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=requests, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=errors, 
solr:dom1=jvm,name0=os,name=systemLoadAverage, 
solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=totalTime, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/get,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH1,name=requestTimes,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/defaults,name=serverErrors,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=requestTimes,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=timeouts, 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.updateExecutor.running,
 solr_63761:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=QUERY,scope=httpShardHandler,name=threadPool.httpShardExecutor.duration,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=handlerStart, 
solr_63205:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr_56975:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=handlerStart,
 solr:dom1=jvm,name0=buffers,name1=mapped,name=TotalCapacity, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=totalTime, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/luke,name=requests, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=timeouts,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=rollbacks,
 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.recoveryExecutor.submitted,
 solr:dom1=node,category=ADMIN,scope=/admin/cores,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/stream,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/dismax,name=clientErrors, 
solr:dom1=node,category=CONTAINER,scope=threadPool,name=coreContainerWorkExecutor.running,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/graph,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json,name=timeouts,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/terms,name=timeouts, 
solr:dom1=node,category=ADMIN,scope=/admin/collections,name=requestTimes, 
solr_59909:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=reader, 
solr_58760:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrFragmenter,name=gap.requests,
 solr:dom1=jvm,name0=gc,name1=ConcurrentMarkSweep,name=count, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/export,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrBoundaryScanner,name=breakIterator.requests,
 solr:dom1=node,category=ADMIN,scope=/admin/authorization,name=requestTimes, 
solr_61573:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=ADMIN,scope=/admin/collections,name=handlerStart, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/segments,name=totalTime,
 solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/ping,name=errors, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/schema,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/stream,name=timeouts, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=errors,
 solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/file,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=requests, 
solr_62292:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=TLOG,name=state, 
solr:dom1=jvm,name0=buffers,name1=direct,name=MemoryUsed, 
solr:dom1=jvm,name0=classes,name=unloaded, 
solr:dom1=jvm,name0=threads,name1=waiting,name=count, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=errors,
 
solr:dom1=node,category=ADMIN,scope=/admin/cores,name=threadPool.parallelCoreAdminExecutor.submitted,
 solr_49791:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=TLOG,scope=replay,name=remaining.bytes,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/properties,name=timeouts,
 solr:dom1=node,category=CONTAINER,scope=cores,name=loaded, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/schema,name=handlerStart, 
solr:dom1=node,category=ADMIN,scope=/admin/authorization,name=handlerStart, 
solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Survivor-Space,name=committed, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mltrh,name=totalTime, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=clientErrors,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-invariants,name=clientErrors,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/export,name=totalTime, 
solr_61459:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=new,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=timeouts, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/config,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/csv,name=handlerStart,
 
solr:dom1=node,category=QUERY,scope=httpShardHandler,name=threadPool.httpShardExecutor.completed,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/debug/dump,name=clientErrors,
 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=handlerStart,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/graph,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak_Direct,name=serverErrors,
 java.lang:type=Runtime, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=cumulativeDeletesById,
 solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Eden-Space,name=usage, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/defaults,name=timeouts, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=cumulativeDeletesByQuery,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/dismax,name=timeouts, 
solr:dom1=node,category=ADMIN,scope=/admin/authorization,name=errors, 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.recoveryExecutor.duration,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak_Direct,name=timeouts,
 solr:dom1=core,dom2=collection1,category=CORE,scope=fs,name=totalSpace, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH_Direct,name=clientErrors,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/terms,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/mbeans,name=serverErrors,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=handlerStart,
 
solr:dom1=node,category=CONTAINER,scope=threadPool,name=coreContainerWorkExecutor.duration,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak_Direct,name=requests,
 solr:dom1=node,category=ADMIN,scope=/admin/zookeeper,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/segments,name=timeouts,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak_Direct,name=clientErrors,
 solr:dom1=jvm,name0=threads,name1=term?nated,name=count, 
solr:dom1=node,category=CONTAINER,scope=cores,name=unloaded, 
solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-invariants,name=serverErrors,
 solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=timeouts, 
solr:dom1=core,dom2=collection1,category=CORE,scope=fs,name=usableSpace, 
solr:dom1=jvm,name0=os,name=totalPhysicalMemorySize, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH,name=serverErrors,
 solr:dom1=jvm,name0=os,name=totalSwapSpaceSize, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=cumulativeErrors,
 
solr:dom1=node,category=QUERY,scope=/admin/metrics/collector,name=requestTimes, 
solr:dom1=jvm,name0=memory,name1=pools,name2=CodeCache,name=committed, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH,name=errors,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/mlt,name=handlerStart, 
solr:dom1=jvm,name0=os,name=availableProcessors, 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.recoveryExecutor.running,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak,name=timeouts,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=requestTimes,
 solr_57554:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak,name=errors,
 solr:dom1=node,category=CONTAINER,scope=fs,name=path, 
solr:dom1=node,category=ADMIN,scope=/admin/zookeeper,name=timeouts, 
solr:dom1=jvm,name0=threads,name=count, 
solr:dom1=node,category=ADMIN,scope=/admin/authorization,name=timeouts, 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=caching, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=serverErrors, 
solr:dom1=jvm,name0=memory,name1=total,name=used, 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrFormatter,name=html.requests,
 solr:dom1=node,category=ADMIN,scope=/admin/cores,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=deletesByQuery,
 solr:dom1=core,dom2=collection1,category=ADMIN,scope=/schema,name=timeouts, 
solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json/docs,name=serverErrors,
 solr_62651:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr_61576:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=timeouts, 
solr:dom1=jvm,name0=threads,name1=new,name=count, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak,name=handlerStart,
 solr:dom1=core,dom2=collection1,category=TLOG,scope=replay,name=ops, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH1,name=handlerStart,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/threads,name=serverErrors,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/logging,name=serverErrors,
 solr_61454:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/ping,name=requests, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/export,name=timeouts, 
solr:dom1=jvm,name0=gc,name1=ParNew,name=time, 
solr:dom1=jvm,name0=threads,name1=wa?t?ng,name=count, 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=openedAt, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/stream,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mlt,name=requestTimes, 
solr:dom1=node,category=ADMIN,scope=/admin/configs,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=initCount, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=errors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=clientErrors, 
java.lang:name=Par Survivor Space,type=MemoryPool, 
solr_63764:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr_59030:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak,name=requests,
 solr:dom1=node,category=ADMIN,scope=/admin/cores,name=handlerStart, 
solr:dom1=node,category=QUERY,scope=httpShardHandler,name=leasedConnections, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/select,name=requests, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=softAutoCommits,
 solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Survivor-Space,name=init, 
solr:dom1=jvm,name0=memory,name1=non-heap,name=used, 
solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=handlerStart, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/segments,name=serverErrors,
 solr:dom1=node,category=ADMIN,scope=/admin/collections,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=CORE,name=refCount, 
java.nio:name=direct,type=BufferPool, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json,name=totalTime,
 solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=handlerStart, 
solr:dom1=node,category=ADMIN,scope=/admin/collections,name=errors, 
solr:dom1=jvm,name0=threads,name1=daemon,name=count, 
solr:dom1=node,category=ADMIN,scope=/admin/zookeeper,name=serverErrors, 
solr:dom1=node,category=CONTAINER,scope=fs,name=coreRoot.path, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/segments,name=errors,
 solr:dom1=jvm,name0=memory,name1=non-heap,name=init, 
solr:dom1=node,category=ADMIN,scope=/admin/configs,name=requests, 
solr_59327:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=queryResultCache,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH,name=requestTimes,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-invariants,name=totalTime,
 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=searcherName,
 solr_57551:dom1=solr,dom2=jvm,name0=system,name=properties, 
java.lang:name=CodeCache,type=MemoryPool, 
java.lang:name=ConcurrentMarkSweep,type=GarbageCollector, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH_Direct,name=handlerStart,
 solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Survivor-Space,name=used, 
solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Survivor-Space,name=used-after-gc,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/dismax,name=requests, 
solr:dom1=jvm,name0=memory,name1=heap,name=max, 
solr:dom1=node,category=CONTAINER,scope=threadPool,name=coreLoadExecutor.duration,
 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=serverErrors,
 solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=timeouts, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/luke,name=errors, 
solr:dom1=node,category=ADMIN,scope=/admin/cores,name=requests, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/mbeans,name=requestTimes,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/file,name=timeouts, 
solr_62280:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=indexSize,
 solr:dom1=node,category=ADMIN,scope=/admin/zookeeper,name=errors, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/ping,name=timeouts, 
solr:dom1=node,category=ADMIN,scope=/admin/cores,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/graph,name=requests, 
solr:dom1=jvm,name0=buffers,name1=mapped,name=Count, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/schema,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/defaults,name=errors, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/segments,name=requests,
 solr_63758:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-invariants,name=timeouts,
 solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=totalTime, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=requests, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH1,name=cl
   [junit4]   2> ientErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json/docs,name=clientErrors,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/properties,name=serverErrors,
 java.lang:type=Compilation, 
solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Eden-Space,name=committed, 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.updateExecutor.submitted,
 
solr:dom1=node,category=QUERY,scope=/admin/metrics/collector,name=serverErrors, 
solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Eden-Space,name=used-after-gc, 
solr:dom1=core,dom2=collection1,category=TLOG,scope=buffered,name=ops, 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=timeouts,
 solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=adds, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/properties,name=errors,
 solr:dom1=jvm,name0=os,name=version, 
solr_63547:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=serverErrors, 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=pendingConnections,
 solr:dom1=jvm,name0=memory,name1=pools,name2=Metaspace,name=usage, 
solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=documentCache,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/plugins,name=totalTime,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/graph,name=handlerStart, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mlt,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak_Direct,name=handlerStart,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/terms,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/schema,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH_Direct,name=totalTime,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/csv,name=clientErrors,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/properties,name=totalTime,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/csv,name=requests,
 solr:dom1=jvm,name0=os,name=committedVirtualMemorySize, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/tvrh,name=errors, 
solr_57559:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=errors, 
solr:dom1=jvm,name0=memory,name1=pools,name2=CMS-Old-Gen,name=usage, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/terms,name=requests, 
solr:dom1=jvm,name0=memory,name1=non-heap,name=max, 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrFragmentsBuilder,name=simple.requests,
 solr:dom1=core,dom2=collection1,category=CORE,name=coreName, 
solr:dom1=node,category=CONTAINER,scope=threadPool,name=coreLoadExecutor.running,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=handlerStart, 
solr:dom1=jvm,name0=memory,name1=heap,name=used, 
solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=perSegFilter,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/logging,name=requests,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=errors, 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=confFilesToReplicate,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json/docs,name=requests,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/luke,name=totalTime,
 solr_61570:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=CONTAINER,scope=fs,name=coreRoot.usableSpace, 
solr:dom1=jvm,name0=os,name=systemCpuLoad, 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrFragListBuilder,name=default.requests,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=splits,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/terms,name=handlerStart, 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=fetcher,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH_Direct,name=requestTimes,
 solr_49781:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=jvm,name0=threads,name1=blocked,name=count, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/graph,name=timeouts, 
solr:dom1=node,category=ADMIN,scope=/admin/zookeeper,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=totalTime,
 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrBoundaryScanner,name=default.requests,
 solr:dom1=node,category=ADMIN,scope=/admin/collections,name=requests, 
solr:dom1=node,category=ADMIN,scope=/admin/configs,name=totalTime, 
solr:dom1=core,dom2=collection1,category=TLOG,scope=applyingBuffered,name=ops, 
solr:dom1=node,category=ADMIN,scope=/admin/info,name=handlerStart, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=totalTime,
 solr:dom1=jvm,name0=buffers,name1=direct,name=TotalCapacity, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/properties,name=clientErrors,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=handlerStart, 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=generation,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/csv,name=timeouts,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/mltrh,name=errors, 
java.lang:type=OperatingSystem, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/luke,name=timeouts, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/tvrh,name=handlerStart, 
solr:dom1=jvm,name0=threads,name1=t?med_wa?t?ng,name=count, 
solr_57045:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/threads,name=totalTime,
 solr_57556:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json/docs,name=timeouts,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=clientErrors, 
solr:dom1=jvm,name0=threads,name1=terminated,name=count, 
java.lang:name=Metaspace Manager,type=MemoryManager, 
solr_49789:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/mbeans,name=handlerStart,
 solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Eden-Space,name=used, 
solr:dom1=node,category=QUERY,scope=/admin/metrics/collector,name=timeouts, 
solr_62293:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=totalTime, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH1,name=errors,
 solr:dom1=node,category=ADMIN,scope=/admin/zookeeper,name=handlerStart, 
solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=TLOG,scope=replay,name=remaining.logs, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/system,name=requestTimes,
 
solr:dom1=node,category=CONTAINER,scope=threadPool,name=coreContainerWorkExecutor.completed,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/properties,name=requests,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=totalTime, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/logging,name=totalTime,
 
solr:dom1=node,category=ADMIN,scope=/admin/cores,name=threadPool.parallelCoreAdminExecutor.duration,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/luke,name=serverErrors,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH,name=totalTime,
 solr:dom1=jvm,name0=memory,name1=pools,name2=CodeCache,name=init, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json/docs,name=totalTime,
 solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=requests, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak,name=serverErrors,
 solr:dom1=core,dom2=collection1,category=INDEX,name=sizeInBytes, 
solr:dom1=jvm,name0=memory,name1=pools,name2=Metaspace,name=max, 
solr:dom1=node,category=ADMIN,scope=/admin/info,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=commits,
 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=isSlave,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/threads,name=requests,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/schema,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=cumulativeAdds,
 solr:dom1=node,category=ADMIN,scope=/admin/authorization,name=clientErrors, 
solr_49801:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=timeouts, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mlt,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/select,name=timeouts, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/mbeans,name=timeouts,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/logging,name=timeouts,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/mltrh,name=clientErrors, 
solr:dom1=jvm,name0=os,name=freeSwapSpaceSize, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/get,name=totalTime, 
java.lang:name=CodeCacheManager,type=MemoryManager, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/stream,name=requests, 
solr:dom1=node,category=QUERY,scope=httpShardHandler,name=availableConnections, 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=indexPath,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/threads,name=handlerStart,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/debug/dump,name=requestTimes,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/export,name=requests, 
solr:dom1=node,category=ADMIN,scope=/admin/configs,name=handlerStart, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/debug/dump,name=totalTime,
 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=requestTimes,
 solr_62726:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=ADMIN,scope=/admin/collections,name=timeouts, 
solr_49782:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=jvm,name0=memory,name1=pools,name2=CMS-Old-Gen,name=used-after-gc, 
solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=clientErrors, 
solr:dom1=jvm,name0=memory,name1=pools,name2=CodeCache,name=usage, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/system,name=timeouts,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/graph,name=totalTime, 
solr:dom1=node,category=ADMIN,scope=/admin/info,name=clientErrors, 
solr:dom1=jvm,name0=memory,name1=heap,name=usage, 
solr:dom1=core,dom2=collection1,category=INDEX,name=size, 
solr:dom1=jvm,name0=memory,name1=pools,name2=CMS-Old-Gen,name=init, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/plugins,name=requestTimes,
 java.nio:name=mapped,type=BufferPool, 
solr:dom1=jvm,name0=gc,name1=ParNew,name=count, 
com.sun.management:type=DiagnosticCommand, 
solr:dom1=core,dom2=collection1,category=REPLICATION,scope=/replication,name=replicationEnabled,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/config,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=new,name=maxReached, 
solr:dom1=jvm,name0=memory,name1=pools,name2=Par-Eden-Space,name=max, 
solr:dom1=node,category=ADMIN,scope=/admin/info,name=totalTime, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/plugins,name=clientErrors,
 
solr:dom1=node,category=ADMIN,scope=/admin/cores,name=threadPool.parallelCoreAdminExecutor.running,
 solr:dom1=jvm,name0=os,name=arch, 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.updateExecutor.duration,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/csv,name=serverErrors,
 solr_57051:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=jvm,name0=memory,name1=pools,name2=CMS-Old-Gen,name=committed, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=requests,
 solr:dom1=jvm,name0=os,name=name, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=serverErrors,
 solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=maxDoc, 
solr:dom1=jvm,name0=os,name=processCpuLoad, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json,name=errors, 
solr:dom1=jvm,name0=memory,name1=pools,name2=Metaspace,name=committed, 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrFragmentsBuilder,name=scoreOrder.requests,
 solr:dom1=node,category=CONTAINER,scope=fs,name=usableSpace, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH1,name=serverErrors,
 solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=errors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=merges,
 solr_60389:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=node,category=QUERY,scope=/admin/metrics/collector,name=totalTime, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/ping,name=totalTime,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/tvrh,name=serverErrors, 
solr:dom1=node,category=CONTAINER,scope=version,name=specification, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/plugins,name=errors,
 solr:dom1=jvm,name0=threads,name1=timed_waiting,name=count, 
solr:dom1=core,dom2=collection1,category=CORE,name=instanceDir, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/csv,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/tvrh,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/file,name=totalTime,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/dismax,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/plugins,name=handlerStart,
 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=deletedDocs,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json,name=clientErrors,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH1,name=timeouts,
 solr:dom1=jvm,name0=memory,name1=pools,name2=Metaspace,name=used, 
solr:dom1=node,category=ADMIN,scope=/admin/info,name=timeouts, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/config,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/system,name=handlerStart,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/threads,name=requestTimes,
 solr_64024:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mltrh,name=serverErrors, 
JMImplementation:type=MBeanServerDelegate, 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=readerDir,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=serverErrors,
 solr:dom1=node,category=ADMIN,scope=/admin/zookeeper,name=requests, 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.recoveryExecutor.completed,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH,name=handlerStart,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=deletesById,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/mbeans,name=requests,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/mbeans,name=errors, 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=new,name=time, 
solr_63554:dom1=solr,dom2=j

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

y, see: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-solrj\test\temp\junit4-J0-20170820_175923_5588429998374258208225.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_175923_55817972820524547063882.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 1241 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-20170820_180344_5613518530217352986955.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20170820_180344_56114200740864065777296.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180357_5878855560626386307661.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180357_58711880725908613127449.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180434_3816796569712423561932.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180434_38113350341182324052916.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180500_3924856301931116420555.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180500_3921284733922880304366.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 587 lines...]
   [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-20170820_180510_5514446778470452336386.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20170820_180510_55112331861536778670116.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 501 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-20170820_180539_58715321919076488469470.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 6 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-20170820_180539_58716803204256455506495.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 506 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-20170820_180553_6199739375308739114059.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-langid\test\temp\junit4-J0-20170820_180553_6196909235294260109677.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180604_40013529867777524048340.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180604_400271936766308123355.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180642_04812420043201149751399.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180642_04812679212362793764664.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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-20170820_180656_87813945271004975623917.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 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 28996 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to