Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-8.x-Linux/242/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet
Error Message:
q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4
->
{responseHeader={zkConnected=true,status=0,QTime=3,params={q=*:*,json.facet={
bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},
start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all facet: { foo:{
type:terms, field:x_s, refine:true, limit:2,
overrequest:0 } } }
},_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2},
{val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2},
{val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1},
{val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3},
{val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was:
java.lang.Integer<4>
Stack Trace:
java.lang.AssertionError:
q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4
->
{responseHeader={zkConnected=true,status=0,QTime=3,params={q=*:*,json.facet={
bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},
start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all facet: { foo:{
type:terms, field:x_s, refine:true, limit:2,
overrequest:0 } } }
},_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2},
{val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2},
{val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1},
{val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3},
{val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was:
java.lang.Integer<4>
at
__randomizedtesting.SeedInfo.seed([D1C76A91579A647B:DDF127D59C74112D]:0)
at
org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:432)
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:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.lang.AssertionError: bucket #0 expected: java.lang.Long<4> but
was: java.lang.Integer<4>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:397)
... 38 more
FAILED:
org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet
Error Message:
q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4
->
{responseHeader={zkConnected=true,status=0,QTime=2,params={q=*:*,json.facet={
bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},
start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all facet: { foo:{
type:terms, field:x_s, refine:true, limit:2,
overrequest:0 } } }
},_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2},
{val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2},
{val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1},
{val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3},
{val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was:
java.lang.Integer<4>
Stack Trace:
java.lang.AssertionError:
q=*:*&rows=0&json.facet={+bar:{+type:range,+field:amount_CFT,+domain:+{+filter:'id_i1:[5+TO+*]'},++++++++start:'0,EUR',+gap:'10,EUR',+end:'15,EUR',+other:all+++++++++facet:+{+foo:{+type:terms,+field:x_s,++++++++++++++++++++++++refine:true,+limit:2,+overrequest:0+}+}+}+}&_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4
->
{responseHeader={zkConnected=true,status=0,QTime=2,params={q=*:*,json.facet={
bar:{ type:range, field:amount_CFT, domain: { filter:'id_i1:[5 TO *]'},
start:'0,EUR', gap:'10,EUR', end:'15,EUR', other:all facet: { foo:{
type:terms, field:x_s, refine:true, limit:2,
overrequest:0 } } }
},_stateVer_=org.apache.solr.search.CurrencyRangeFacetCloudTest:4,rows=0,wt=javabin,version=2}},response={numFound=15,numFoundExact=true,start=0,docs=[]},facets={count=15,bar={buckets=[{val=0.00,EUR,count=4,foo={buckets=[{val=x2,count=2},
{val=x0,count=1}]}}, {val=10.00,EUR,count=4,foo={buckets=[{val=x0,count=2},
{val=x1,count=1}]}}],before={count=0},after={count=2,foo={buckets=[{val=x1,count=1},
{val=x2,count=1}]}},between={count=8,foo={buckets=[{val=x0,count=3},
{val=x2,count=3}]}}}}} ===> bucket #0 expected: java.lang.Long<4> but was:
java.lang.Integer<4>
at
__randomizedtesting.SeedInfo.seed([D1C76A91579A647B:DDF127D59C74112D]:0)
at
org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:432)
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:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.lang.AssertionError: bucket #0 expected: java.lang.Long<4> but
was: java.lang.Integer<4>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.solr.search.CurrencyRangeFacetCloudTest.testJsonRangeFacetWithSubFacet(CurrencyRangeFacetCloudTest.java:397)
... 38 more
Build Log:
[...truncated 2325 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/core/test/temp/junit4-J0-20200620_035040_74110115434507571589898.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 6 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/core/test/temp/junit4-J1-20200620_035040_74117386989747958100035.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/core/test/temp/junit4-J5-20200620_035040_74110670449805188333547.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/core/test/temp/junit4-J2-20200620_035040_7412348680032867355398.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 3 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/core/test/temp/junit4-J3-20200620_035040_7416389222066215431560.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 5 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/core/test/temp/junit4-J4-20200620_035040_741139622007032346553.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 296 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/test-framework/test/temp/junit4-J2-20200620_035312_27216885766357556909297.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/test-framework/test/temp/junit4-J3-20200620_035312_2738651259870728495375.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 5 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/test-framework/test/temp/junit4-J4-20200620_035312_2736012437398604972251.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/test-framework/test/temp/junit4-J1-20200620_035312_2722633524794149513091.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 22 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/test-framework/test/temp/junit4-J0-20200620_035312_2724553027677802301643.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 18 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/test-framework/test/temp/junit4-J5-20200620_035312_2738873005795391822288.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 1119 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20200620_035355_1904933438330077360960.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/common/test/temp/junit4-J4-20200620_035355_1916404470369591170600.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/common/test/temp/junit4-J3-20200620_035355_19011155675269471221090.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/common/test/temp/junit4-J5-20200620_035355_1911591911472001847294.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 6 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20200620_035355_1901520921578639496920.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20200620_035355_19018159266750341419933.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 253 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J5-20200620_035421_7162674799079677113841.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J3-20200620_035421_71510542552798146010466.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20200620_035421_7159221489369840080245.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 8 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J4-20200620_035421_71612168430896080143303.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20200620_035421_71510574087323854482309.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20200620_035421_71515132504469503301267.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 238 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20200620_035427_54310592809093783731531.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J5-20200620_035427_5438126335104966638803.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20200620_035427_5436845031732579411783.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 3 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J4-20200620_035427_54311442396914798652644.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 9 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20200620_035427_5435693285078613793836.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J3-20200620_035427_5436143827981469427057.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 168 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20200620_035432_65314814761061912319571.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20200620_035432_6531608024325314098078.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20200620_035432_65311279647437866399990.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 185 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J5-20200620_035435_32516004592371518645942.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 5 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J2-20200620_035435_3258146025022520348357.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J3-20200620_035435_32517393470673481260940.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J1-20200620_035435_32517820437835321598034.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 10 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J4-20200620_035435_3257115676201039497716.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J0-20200620_035435_3254916768247709488044.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 173 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J4-20200620_035439_40116941269248990434002.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 9 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J3-20200620_035439_4016215181941123230796.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20200620_035439_40113619320609482154498.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20200620_035439_4016067453959803183041.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20200620_035439_40115750609543154952410.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 174 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J5-20200620_035441_7139174689431482513389.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20200620_035441_7134797535002075195010.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 3 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J3-20200620_035441_71312300704714623395976.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 6 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J4-20200620_035441_7135271631268015179529.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20200620_035441_7132122258155701696953.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20200620_035441_71318257197069468561160.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 167 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20200620_035446_5206186346949880230610.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20200620_035446_52013992704335244119173.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 166 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J3-20200620_035448_8581456139201199354624.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20200620_035448_8586352644628728694836.syserr
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 6 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20200620_035448_85812398718466643190791.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20200620_035448_85817956181629236082701.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 186 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J5-20200620_035451_16718028826649058986361.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 9 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J4-20200620_035451_167166428607414090301.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 5 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20200620_035451_16614986341486968501983.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 11 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20200620_035451_16617323561184416294987.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 19 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20200620_035451_1662093497068451719959.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 15 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J3-20200620_035451_1669743060105043471252.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 1377 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/benchmark/test/temp/junit4-J0-20200620_035655_5019547326720099713802.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/benchmark/test/temp/junit4-J3-20200620_035655_5014094108831659736787.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 9 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/benchmark/test/temp/junit4-J4-20200620_035655_50117815144566736392913.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/benchmark/test/temp/junit4-J1-20200620_035655_50114584744933040883537.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/benchmark/test/temp/junit4-J5-20200620_035655_5017372506569883242890.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/benchmark/test/temp/junit4-J2-20200620_035655_5015672257613983277892.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 237 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/classification/test/temp/junit4-J2-20200620_035703_0693245967085909011855.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 9 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/classification/test/temp/junit4-J0-20200620_035703_0692207362704145170550.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/classification/test/temp/junit4-J4-20200620_035703_07011959499527995519976.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/classification/test/temp/junit4-J1-20200620_035703_06916040045314703750517.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/classification/test/temp/junit4-J3-20200620_035703_0696181188288351823836.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 3 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/classification/test/temp/junit4-J5-20200620_035703_0706162371201723249665.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 306 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/codecs/test/temp/junit4-J4-20200620_035709_9829919647494345767561.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 10 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/codecs/test/temp/junit4-J1-20200620_035709_98212553237672006760652.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/codecs/test/temp/junit4-J3-20200620_035709_9827475354040642666503.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 16 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/codecs/test/temp/junit4-J0-20200620_035709_98213589941604826803427.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 9 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/codecs/test/temp/junit4-J2-20200620_035709_982149620958301885150.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 11 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/codecs/test/temp/junit4-J5-20200620_035709_9823549455456154572667.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 239 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/demo/test/temp/junit4-J3-20200620_035818_6923905330777950396744.syserr
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/demo/test/temp/junit4-J1-20200620_035818_692617558831997560084.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/demo/test/temp/junit4-J2-20200620_035818_69210305558084813082622.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/demo/test/temp/junit4-J0-20200620_035818_692766067404781005648.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 6 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/demo/test/temp/junit4-J4-20200620_035818_69217208942873366924341.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/demo/test/temp/junit4-J5-20200620_035818_6923753582810369614465.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 173 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/expressions/test/temp/junit4-J4-20200620_035821_42811729289811020760872.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 6 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/expressions/test/temp/junit4-J0-20200620_035821_4288941791084477993631.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 6 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/expressions/test/temp/junit4-J1-20200620_035821_4284657281493017519499.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/expressions/test/temp/junit4-J2-20200620_035821_4284831133248003424222.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/expressions/test/temp/junit4-J5-20200620_035821_42812774565139153523460.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 3 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/expressions/test/temp/junit4-J3-20200620_035821_4285853804581228417033.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 239 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/facet/test/temp/junit4-J3-20200620_035825_35714293106665404296455.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/facet/test/temp/junit4-J1-20200620_035825_3543162022843052581544.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 6 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/facet/test/temp/junit4-J0-20200620_035825_3501892509132380254009.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/facet/test/temp/junit4-J2-20200620_035825_3573618922605671885821.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 3 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/facet/test/temp/junit4-J5-20200620_035825_35814120116947062649437.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 3 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/facet/test/temp/junit4-J4-20200620_035825_35817389115901651544311.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 212 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/grouping/test/temp/junit4-J3-20200620_035838_43815644862882707503556.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 6 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/grouping/test/temp/junit4-J4-20200620_035838_43810243123412340831578.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/grouping/test/temp/junit4-J0-20200620_035838_4386899405538384715693.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/grouping/test/temp/junit4-J2-20200620_035838_43810222283560904771932.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 6 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/grouping/test/temp/junit4-J5-20200620_035838_4397662068472410389997.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/grouping/test/temp/junit4-J1-20200620_035838_4385364132404454997678.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 257 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/highlighter/test/temp/junit4-J0-20200620_035846_90117552454359912849938.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/highlighter/test/temp/junit4-J5-20200620_035846_9017180622560917681076.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 9 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/highlighter/test/temp/junit4-J2-20200620_035846_90111169225239814445991.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/highlighter/test/temp/junit4-J1-20200620_035846_90115669151155413964040.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/highlighter/test/temp/junit4-J4-20200620_035846_9018083352811157866493.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/highlighter/test/temp/junit4-J3-20200620_035846_90112092030807705976980.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 172 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/join/test/temp/junit4-J1-20200620_035855_1182068739058619578670.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/join/test/temp/junit4-J4-20200620_035855_11910833218582417303763.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 6 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/join/test/temp/junit4-J5-20200620_035855_11913222863449245646875.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/join/test/temp/junit4-J3-20200620_035855_1196870551059718694944.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/join/test/temp/junit4-J0-20200620_035855_11817256580057152042359.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/join/test/temp/junit4-J2-20200620_035855_1185564551261245563329.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 303 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/luke/test/temp/junit4-J5-20200620_035904_6111884176612215695479.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/luke/test/temp/junit4-J3-20200620_035904_6104472740769808865798.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 9 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/luke/test/temp/junit4-J0-20200620_035904_6105410561687841461384.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/luke/test/temp/junit4-J4-20200620_035904_6102143431988341043631.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/luke/test/temp/junit4-J2-20200620_035904_6107831683413076618361.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/luke/test/temp/junit4-J1-20200620_035904_6103048011077121041030.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 163 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/memory/test/temp/junit4-J0-20200620_035909_3357380830111922287729.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/memory/test/temp/junit4-J1-20200620_035909_33510556012326831385358.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 182 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/misc/test/temp/junit4-J0-20200620_035912_8323073551518816811379.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 6 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/misc/test/temp/junit4-J4-20200620_035912_83314204764189496397303.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/misc/test/temp/junit4-J5-20200620_035912_8336369873591490562730.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 6 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/misc/test/temp/junit4-J3-20200620_035912_83312172994340123795818.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 8 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/misc/test/temp/junit4-J1-20200620_035912_83311967841018055303136.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/misc/test/temp/junit4-J2-20200620_035912_8334477920043968736342.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 264 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/monitor/test/temp/junit4-J4-20200620_035918_85017065820557637519583.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] Suite: org.apache.lucene.monitor.TestParallelMatcher
[junit4] Completed [28/31] on J1 in 0.78s, 2 tests
[junit4]
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/monitor/test/temp/junit4-J3-20200620_035918_8507034574659987218316.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 9 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/monitor/test/temp/junit4-J1-20200620_035918_85014664055687434281006.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/monitor/test/temp/junit4-J5-20200620_035918_85010383850389427350721.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/monitor/test/temp/junit4-J0-20200620_035918_8508325941356180735801.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/monitor/test/temp/junit4-J2-20200620_035918_85015855936145781335919.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 250 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queries/test/temp/junit4-J5-20200620_035924_2027450970641685302629.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 9 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queries/test/temp/junit4-J1-20200620_035924_20212766694297499404014.syserr
[junit4] Suite: org.apache.lucene.queries.payloads.TestPayloadTermQuery
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] Completed [25/25] on J2 in 1.01s, 5 tests
[junit4]
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queries/test/temp/junit4-J4-20200620_035924_2029654556445900120703.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queries/test/temp/junit4-J3-20200620_035924_2022717471327071528096.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queries/test/temp/junit4-J2-20200620_035924_20216308042714838572627.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queries/test/temp/junit4-J0-20200620_035924_2022587486954013511559.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 240 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queryparser/test/temp/junit4-J3-20200620_035931_5836096180063146770272.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queryparser/test/temp/junit4-J5-20200620_035931_5837640260621946201534.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queryparser/test/temp/junit4-J2-20200620_035931_5831871590396126793446.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queryparser/test/temp/junit4-J1-20200620_035931_5837284042089458372917.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 6 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queryparser/test/temp/junit4-J0-20200620_035931_58318232584030807493635.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/queryparser/test/temp/junit4-J4-20200620_035931_58315122690064292433473.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 196 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/replicator/test/temp/junit4-J5-20200620_035937_9361505928564229886920.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 6 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/replicator/test/temp/junit4-J3-20200620_035937_9363760564310730266294.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/replicator/test/temp/junit4-J0-20200620_035937_93612436029589792593892.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 23 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/replicator/test/temp/junit4-J1-20200620_035937_93614282348104146430448.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/replicator/test/temp/junit4-J4-20200620_035937_9364665066434530209406.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/replicator/test/temp/junit4-J2-20200620_035937_93614990695572027572844.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 194 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/sandbox/test/temp/junit4-J1-20200620_035948_59212402892854148161329.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 5 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/sandbox/test/temp/junit4-J2-20200620_035948_5927893005815701519563.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[...truncated 3 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/sandbox/test/temp/junit4-J5-20200620_035948_5922930008327660025955.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 3 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/sandbox/test/temp/junit4-J4-20200620_035948_59215432255906417044001.syserr
[junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J4: EOF ----
[...truncated 6 lines...]
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/sandbox/test/temp/junit4-J3-20200620_035948_59214868097331217723432.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/sandbox/test/temp/junit4-J0-20200620_035948_59215290567325964340042.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 280 lines...]
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20200620_040000_3192483075051423563004.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 6 lines...]
[junit4] JVM J5: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J5-20200620_040000_31912706722933019189433.syserr
[junit4] >>> JVM J5 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J5: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20200620_040000_3194901703520133661780.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J2: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20200620_040000_3199758858447009449245.syserr
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J2: EOF ----
[junit4] JVM J3: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J3-20200620_040000_31917970363774801969667.syserr
[junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
[junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was
deprecated in version 9.0 and will likely be removed in a future release.
[junit4] <<< JVM J3: EOF ----
[...truncated 12 lines...]
[junit4] JVM J4: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J4-20200620_040000_31913753271920094307155.syserr
[junit4] >
[...truncated too long message...]
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1871912613
[junit4] 2> 6613 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:36175_solr
[junit4] 2> 6615 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 6615 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:36175_solr as DOWN
[junit4] 2> 6620 INFO (coreCloseExecutor-50-thread-1)
[n:127.0.0.1:36175_solr ] o.a.s.c.SolrCore
[org.apache.solr.search.CurrencyRangeFacetCloudTest_shard1_replica_n1] CLOSING
SolrCore org.apache.solr.core.SolrCore@48afd96c
[junit4] 2> 6620 INFO (coreCloseExecutor-50-thread-1)
[n:127.0.0.1:36175_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for
registry=solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1
tag=SolrCore@48afd96c
[junit4] 2> 6620 INFO (coreCloseExecutor-50-thread-1)
[n:127.0.0.1:36175_solr ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@316f0240: rootName =
solr_36175, domain =
solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1,
service url = null, agent id = null] for registry
solr.core.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.replica_n1/com.codahale.metrics.MetricRegistry@600ff971
[junit4] 2> 6646 INFO (coreCloseExecutor-50-thread-1)
[n:127.0.0.1:36175_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for
registry=solr.collection.org.apache.solr.search.CurrencyRangeFacetCloudTest.shard1.leader
tag=SolrCore@48afd96c
[junit4] 2> 6650 INFO (coreCloseExecutor-50-thread-1)
[n:127.0.0.1:36175_solr ] o.a.s.u.DirectUpdateHandler2 Committing on
IndexWriter.close() ... SKIPPED (unnecessary).
[junit4] 2> 6656 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 6656 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@39323005: rootName =
solr_36175, domain = solr.node, service url = null, agent id = null] for
registry solr.node/com.codahale.metrics.MetricRegistry@6a531fa3
[junit4] 2> 6663 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 6663 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6aa75e23: rootName =
solr_36175, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm/com.codahale.metrics.MetricRegistry@1d5330ef
[junit4] 2> 6666 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 6666 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@13b66c15: rootName =
solr_36175, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty/com.codahale.metrics.MetricRegistry@5ebc9e51
[junit4] 2> 6666 INFO (jetty-closer-46-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster
tag=null
[junit4] 2> 6668 INFO (closeThreadPool-52-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72111581989371909-127.0.0.1:36175_solr-n_0000000000) closing
[junit4] 2> 6668 INFO
(OverseerStateUpdate-72111581989371909-127.0.0.1:36175_solr-n_0000000000)
[n:127.0.0.1:36175_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:36175_solr
[junit4] 2> 6668 INFO
(OverseerAutoScalingTriggerThread-72111581989371909-127.0.0.1:36175_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 6671 INFO (closeThreadPool-52-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72111581989371909-127.0.0.1:36175_solr-n_0000000000) closing
[junit4] 2> 6775 INFO (jetty-closer-46-thread-1) [ ] o.a.s.c.Overseer
Overseer (id=72111581989371909-127.0.0.1:36175_solr-n_0000000000) closing
[junit4] 2> 6779 INFO (jetty-closer-46-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1d037f8a{ssl, (ssl, alpn,
http/1.1, h2)}{127.0.0.1:0}
[junit4] 2> 6781 INFO (jetty-closer-46-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2275bdee{/solr,null,UNAVAILABLE}
[junit4] 2> 6782 INFO (jetty-closer-46-thread-1) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 6783 INFO
(SUITE-CurrencyRangeFacetCloudTest-seed#[D1C76A91579A647B]-worker) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 6989 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/aliases.json
[junit4] 2> 2
/solr/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 9
/solr/collections/org.apache.solr.search.CurrencyRangeFacetCloudTest/state.json
[junit4] 2> 2 /solr/clusterstate.json
[junit4] 2> 2 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 12 /solr/overseer/queue
[junit4] 2> 4 /solr/collections
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/live_nodes
[junit4] 2>
[junit4] 2> 6996 INFO
(SUITE-CurrencyRangeFacetCloudTest-seed#[D1C76A91579A647B]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44705
[junit4] 2> 6996 INFO
(SUITE-CurrencyRangeFacetCloudTest-seed#[D1C76A91579A647B]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44705
[junit4] 2> 6996 INFO
(SUITE-CurrencyRangeFacetCloudTest-seed#[D1C76A91579A647B]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 44705
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.CurrencyRangeFacetCloudTest_D1C76A91579A647B-001
[junit4] 2> Jun 20, 2020 4:28:37 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene86):
{multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
amount_CFT____s1=PostingsFormat(name=LuceneVarGapFixedInterval),
_root_=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
x_s=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80),
intDefault=DocValuesFormat(name=Lucene80),
id_i1=DocValuesFormat(name=Lucene80),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Lucene80),
range_facet_l=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1860,
maxMBSortInHeap=5.234144367227301,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@14b85e2d),
locale=en-WS, timezone=Africa/Algiers
[junit4] 2> NOTE: Linux 5.3.0-59-generic amd64/AdoptOpenJDK 13.0.2
(64-bit)/cpus=16,threads=2,free=51790048,total=124780544
[junit4] 2> NOTE: All tests run in this JVM: [CurrencyRangeFacetCloudTest]
[junit4] Completed [5/5 (5!)] on J0 in 7.42s, 7 tests, 1 failure <<<
FAILURES!
[...truncated 17 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/common-build.xml:1599:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/lucene/common-build.xml:1126:
There were test failures: 5 suites, 35 tests, 5 failures [seed:
D1C76A91579A647B]
Total time: 9 seconds
[repro] Setting last failure code to 256
[repro] Failures w/original seeds:
[repro] 5/5 failed: org.apache.solr.search.CurrencyRangeFacetCloudTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=d0ccf27d54e5556610a5d75077585d6fd45a733f,
workspace=/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux
[WARNINGS] Computing warning deltas based on reference build #241
Recording test results
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]