Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4959/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.update.MaxSizeAutoCommitTest.testAdds
Error Message:
Current tlog size is larger than the max bound
Stack Trace:
java.lang.AssertionError: Current tlog size is larger than the max bound
at
__randomizedtesting.SeedInfo.seed([C785378A79E3D98E:6EDF10086E637E72]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.update.MaxSizeAutoCommitTest.testAdds(MaxSizeAutoCommitTest.java:98)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.update.MaxSizeAutoCommitTest.testRedundantDeletes
Error Message:
Current tlog size is larger than the max bound
Stack Trace:
java.lang.AssertionError: Current tlog size is larger than the max bound
at
__randomizedtesting.SeedInfo.seed([C785378A79E3D98E:230F9CEFA46093B5]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.update.MaxSizeAutoCommitTest.testRedundantDeletes(MaxSizeAutoCommitTest.java:136)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 2022 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J0-20181202_153735_68510604800302047163810.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 5 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J1-20181202_153735_6857784000305447971827.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 293 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J0-20181202_154844_5442158882940830504921.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J1-20181202_154844_54715664302574624833226.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 1080 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J1-20181202_155027_23414409290470275815178.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J0-20181202_155027_23416809470018557818306.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 259 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J1-20181202_155317_06814289545149394831427.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J0-20181202_155317_06815066798534293721720.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 253 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20181202_155333_4309580600324042447621.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20181202_155333_43018112095274031891801.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 162 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J1-20181202_155413_85611529642558723357766.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J0-20181202_155413_8562139291452647236753.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 207 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J0-20181202_155421_3356003827661558037116.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J1-20181202_155421_33512915728671107126925.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 171 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J1-20181202_155432_66915410976456784642320.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J0-20181202_155432_669347308681936321876.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 179 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J0-20181202_155438_26111732136367719634609.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J1-20181202_155438_26110609085077172803678.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 159 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J0-20181202_155449_6404155550850535897909.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J1-20181202_155449_6406084508037999054038.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 167 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J0-20181202_155458_95115899722589615559498.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J1-20181202_155458_9513477169346272490990.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 160 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J1-20181202_155503_62210881963529470097257.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 19 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J0-20181202_155503_62313486385239654598351.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 1553 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J0-20181202_155557_4032991614840189974796.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J1-20181202_155557_4039666658297529813507.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 251 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J1-20181202_155611_3109066223700080082445.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J0-20181202_155611_3108616422561101823005.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 259 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J1-20181202_155631_49417663377586612849263.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 5 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J0-20181202_155631_49418107762859515311464.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 234 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J0-20181202_155836_7134256850195037498605.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J1-20181202_155836_7142733600821735916484.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 173 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J0-20181202_155840_83815586219696443073324.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J1-20181202_155840_8386704283987412343682.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 234 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J0-20181202_155847_1381432975115395567167.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J1-20181202_155847_138682653291194948455.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 185 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J1-20181202_155928_798452107421194237265.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J0-20181202_155928_79816458416004714215114.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 258 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J0-20181202_155937_6381160191099543754939.syserr
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J1-20181202_155937_63815972518864989957440.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 169 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J0-20181202_155957_9564797723665919652265.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J1-20181202_155957_95615148849080317253343.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 155 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/memory/test/temp/junit4-J0-20181202_160009_7242911419234540231382.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/memory/test/temp/junit4-J1-20181202_160009_72813190628366873857240.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 192 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J0-20181202_160017_1371774017636768513649.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 5 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J1-20181202_160017_13716057673300662191884.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 306 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J0-20181202_160039_6232161569779433542624.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J1-20181202_160039_62317444635306120281590.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 231 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J1-20181202_160048_8399352387494596471514.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J0-20181202_160048_8389213213583384061522.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 216 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J1-20181202_160059_99512399793093506630193.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J0-20181202_160059_9944157357379163035823.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 200 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J0-20181202_160120_0408374001432934079951.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 22 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J1-20181202_160120_0406023572509337990947.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 299 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J0-20181202_160244_73412209434443382750304.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J1-20181202_160244_7346811383366392382766.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 151 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial/test/temp/junit4-J0-20181202_160330_75615650158019818085928.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 188 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J1-20181202_160333_69416568641914102149167.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J0-20181202_160333_69416920105781599417138.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 261 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J1-20181202_160402_640809293010046375113.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J0-20181202_160402_6401099500258943224350.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 2604 lines...]
[junit4] Suite: org.apache.solr.update.MaxSizeAutoCommitTest
[junit4] 2> 826002 INFO
(SUITE-MaxSizeAutoCommitTest-seed#[C785378A79E3D98E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_C785378A79E3D98E-001/init-core-data-001
[junit4] 2> 826003 INFO
(SUITE-MaxSizeAutoCommitTest-seed#[C785378A79E3D98E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 826003 INFO
(SUITE-MaxSizeAutoCommitTest-seed#[C785378A79E3D98E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
[junit4] 2> 826004 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testAdds
[junit4] 2> 826004 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 826005 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 826026 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 826038 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 826133 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 826197 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 826197 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 826212 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 826221 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 826221 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 826222 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 826247 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 826257 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 826340 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 826350 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 826350 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 826350 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_C785378A79E3D98E-001/init-core-data-001/]
[junit4] 2> 826352 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 826386 WARN (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 826444 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 826444 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 826446 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 826446 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 826447 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 826447 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@65aab07b[collection1] main]
[junit4] 2> 826447 WARN (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 826448 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 826448 INFO (coreLoadExecutor-5184-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1618757622171697152
[junit4] 2> 826450 INFO
(searcherExecutor-5185-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@65aab07b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 826450 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 826460 INFO (commitScheduler-5188-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 826460 INFO (commitScheduler-5188-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4f0375bf commitCommandVersion:0
[junit4] 2> 826526 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0
(1618757622176940032), 1 (1618757622179037184), 2 (1618757622179037185), 3
(1618757622179037186), 4 (1618757622179037187), 5 (1618757622179037188), 6
(1618757622179037189), 7 (1618757622179037190), 8 (1618757622179037191), 9
(1618757622179037192), ... (500 adds)]} 0 74
[junit4] 2> 826690 INFO (commitScheduler-5188-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@81f4369[collection1] realtime]
[junit4] 2> 826691 INFO (commitScheduler-5188-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 826691 INFO (commitScheduler-5188-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 826691 INFO (commitScheduler-5188-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4f0375bf commitCommandVersion:0
[junit4] 2> 826691 INFO (commitScheduler-5188-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5d60bc55[collection1] realtime]
[junit4] 2> 826692 INFO (commitScheduler-5188-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 826698 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testAdds
[junit4] 2> 826699 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 826699 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=178883785
[junit4] 2> 826699 INFO (coreCloseExecutor-5190-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@37d821d3
[junit4] 2> 826699 INFO (coreCloseExecutor-5190-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=37d821d3
[junit4] 2> 826699 INFO (coreCloseExecutor-5190-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3532284a: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@172b43ea
[junit4] 2> 826710 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 826710 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c66a738: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@336b32b4
[junit4] 2> 826715 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 826715 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@69d858ec: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@25268d39
[junit4] 2> 826719 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 826719 INFO
(TEST-MaxSizeAutoCommitTest.testAdds-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@373530d8: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@671cbd1f
[junit4] 2> 826719 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDeletes
[junit4] 2> 826719 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 826724 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 826750 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 826767 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 826873 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 827079 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 827079 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 827094 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 827103 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 827103 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 827104 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 827125 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 827138 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 827219 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 827227 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 827227 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 827228 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_C785378A79E3D98E-001/init-core-data-001/]
[junit4] 2> 827230 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 827232 WARN (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 827275 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 827275 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 827276 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 827276 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 827277 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 827278 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@32175e4f[collection1] main]
[junit4] 2> 827279 WARN (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 827279 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 827279 INFO (coreLoadExecutor-5200-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1618757623043063808
[junit4] 2> 827282 INFO
(searcherExecutor-5201-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@32175e4f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 827282 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 827287 INFO (commitScheduler-5204-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 827287 INFO (commitScheduler-5204-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@5628b3ed commitCommandVersion:0
[junit4] 2> 827325 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0
(1618757623048306688), 1 (1618757623049355264), 2 (1618757623049355265), 3
(1618757623049355266), 4 (1618757623049355267), 5 (1618757623049355268), 6
(1618757623049355269), 7 (1618757623049355270), 8 (1618757623049355271), 9
(1618757623049355272), ... (500 adds)]} 0 42
[junit4] 2> 827397 INFO (commitScheduler-5204-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@77aeafa0[collection1] realtime]
[junit4] 2> 827397 INFO (commitScheduler-5204-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 827397 INFO (commitScheduler-5204-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 827397 INFO (commitScheduler-5204-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@5628b3ed commitCommandVersion:0
[junit4] 2> 827398 INFO (commitScheduler-5204-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@175218bd[collection1] realtime]
[junit4] 2> 827410 INFO (commitScheduler-5204-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 827441 INFO (commitScheduler-5204-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 827441 INFO (commitScheduler-5204-thread-2) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@5628b3ed commitCommandVersion:0
[junit4] 2> 827446 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[0
(-1618757623208738816), 1 (-1618757623209787392), 2 (-1618757623209787393), 3
(-1618757623209787394), 4 (-1618757623209787395), 5 (-1618757623209787396), 6
(-1618757623209787397), 7 (-1618757623209787398), 8 (-1618757623209787399), 9
(-1618757623209787400), ... (500 deletes)]} 0 9
[junit4] 2> 827473 INFO (commitScheduler-5204-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@267e27e1[collection1] realtime]
[junit4] 2> 827475 INFO (commitScheduler-5204-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 827475 INFO (commitScheduler-5204-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 827475 INFO (commitScheduler-5204-thread-2) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@5628b3ed commitCommandVersion:0
[junit4] 2> 827480 INFO (commitScheduler-5204-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@dba8278[collection1] realtime]
[junit4] 2> 827481 INFO (commitScheduler-5204-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 827497 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDeletes
[junit4] 2> 827497 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 827497 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1168574898
[junit4] 2> 827498 INFO (coreCloseExecutor-5206-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4795db15
[junit4] 2> 827498 INFO (coreCloseExecutor-5206-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=4795db15
[junit4] 2> 827498 INFO (coreCloseExecutor-5206-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4bb60cde: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1c9b2e5c
[junit4] 2> 827511 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 827511 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@249a7123: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@6ee7a5ed
[junit4] 2> 827517 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 827517 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@26364008: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@25268d39
[junit4] 2> 827521 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 827521 INFO
(TEST-MaxSizeAutoCommitTest.testDeletes-seed#[C785378A79E3D98E]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@bfb13e5: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@671cbd1f
[junit4] 2> 827525 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.SolrTestCaseJ4 ###Starting testRedundantDeletes
[junit4] 2> 827525 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 827526 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 827559 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 827583 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 827676 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 827770 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 827770 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 827792 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 827813 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 827813 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 827815 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 827847 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 827881 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 827979 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 827988 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 827989 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2dd17326
[junit4] 2> 827989 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_C785378A79E3D98E-001/init-core-data-001/]
[junit4] 2> 827990 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 827991 WARN (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 828031 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 828031 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 828031 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 828031 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 828032 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 828032 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3521ea63[collection1] main]
[junit4] 2> 828032 WARN (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 828032 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 828032 INFO (coreLoadExecutor-5216-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1618757623832641536
[junit4] 2> 828034 INFO
(searcherExecutor-5217-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3521ea63[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 828035 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 828045 INFO (commitScheduler-5220-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 828045 INFO (commitScheduler-5220-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3cb0a866 commitCommandVersion:0
[junit4] 2> 828049 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0
(1618757623836835840), 1 (1618757623843127296), 2 (1618757623843127297), 3
(1618757623843127298), 4 (1618757623843127299), 5 (1618757623843127300), 6
(1618757623843127301), 7 (1618757623843127302), 8 (1618757623844175872), 9
(1618757623844175873), ... (150 adds)]} 0 13
[junit4] 2> 828061 INFO (commitScheduler-5220-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@661bd2b5[collection1] realtime]
[junit4] 2> 828061 INFO (commitScheduler-5220-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 828061 INFO (commitScheduler-5220-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 828061 INFO (commitScheduler-5220-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3cb0a866 commitCommandVersion:0
[junit4] 2> 828061 INFO (commitScheduler-5220-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5088a466[collection1] realtime]
[junit4] 2> 828061 INFO (commitScheduler-5220-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 828103 INFO (commitScheduler-5220-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 828103 INFO (commitScheduler-5220-thread-2) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3cb0a866 commitCommandVersion:0
[junit4] 2> 828107 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100
(-1618757623903944704), 100 (-1618757623904993280), 100 (-1618757623904993281),
100 (-1618757623904993282), 100 (-1618757623904993283), 100
(-1618757623904993284), 100 (-1618757623904993285), 100 (-1618757623904993286),
100 (-1618757623904993287), 100 (-1618757623904993288), ... (500 deletes)]} 0 6
[junit4] 2> 828107 INFO (commitScheduler-5220-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7b11c182[collection1] realtime]
[junit4] 2> 829894 INFO (commitScheduler-5220-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 829894 INFO (commitScheduler-5220-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 829894 INFO (commitScheduler-5220-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 829894 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.SolrTestCaseJ4 ###Ending testRedundantDeletes
[junit4] 2> 829894 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 829895 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1978794990
[junit4] 2> 829895 INFO (coreCloseExecutor-5222-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6f6a61d2
[junit4] 2> 829895 INFO (coreCloseExecutor-5222-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=6f6a61d2
[junit4] 2> 829895 INFO (coreCloseExecutor-5222-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@79a1b37d: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@59d3c4c6
[junit4] 2> 831032 INFO (commitScheduler-5220-thread-2) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 831034 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 831034 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@428567f4: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@3172f652
[junit4] 2> 831040 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 831040 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5cf2c6fa: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@25268d39
[junit4] 2> 831045 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 831045 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@ea99ffc: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@671cbd1f
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=MaxSizeAutoCommitTest -Dtests.method=testRedundantDeletes
-Dtests.seed=C785378A79E3D98E -Dtests.slow=true -Dtests.locale=ckb-IR
-Dtests.timezone=Etc/GMT-13 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 3.54s J0 | MaxSizeAutoCommitTest.testRedundantDeletes <<<
[junit4] > Throwable #1: java.lang.AssertionError: Current tlog size is
larger than the max bound
[junit4] > at
__randomizedtesting.SeedInfo.seed([C785378A79E3D98E:230F9CEFA46093B5]:0)
[junit4] > at
org.apache.solr.update.MaxSizeAutoCommitTest.testRedundantDeletes(MaxSizeAutoCommitTest.java:136)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.MaxSizeAutoCommitTest_C785378A79E3D98E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{multiDefault=Lucene50(blocksize=128),
_root_=PostingsFormat(name=LuceneFixedGap),
id=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
_version_=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70),
id_i1=DocValuesFormat(name=Lucene70),
range_facet_i_dv=DocValuesFormat(name=Asserting),
intDvoDefault=DocValuesFormat(name=Direct),
range_facet_l=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1722,
maxMBSortInHeap=7.15846045308275,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@48ebd094),
locale=ckb-IR, timezone=Etc/GMT-13
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9
(64-bit)/cpus=3,threads=1,free=58717464,total=257208320
[junit4] 2> NOTE: All tests run in this JVM: [OverseerTaskQueueTest,
TestHdfsCloudBackupRestore, TestDownShardTolerantSearch,
DistribJoinFromCollectionTest, TestMultiValuedNumericRangeQuery, TestLazyCores,
RegexBoostProcessorTest, TestExpandComponent, ReplaceNodeNoTargetTest,
TestSegmentSorting, TestCloudDeleteByQuery, PKIAuthenticationIntegrationTest,
TestOrdValues, TestAtomicUpdateErrorCases, OverseerRolesTest,
SimplePostToolTest, TestExtendedDismaxParser, AddBlockUpdateTest,
TestXmlQParser, SimpleMLTQParserTest, ExecutePlanActionTest,
TestSolrCloudWithDelegationTokens, AutoAddReplicasIntegrationTest,
UUIDFieldTest, TestEmbeddedSolrServerSchemaAPI, SplitShardTest,
TestRawTransformer, NodeAddedTriggerIntegrationTest, UtilsToolTest,
BlockJoinFacetDistribTest, TestReversedWildcardFilterFactory, IndexSchemaTest,
SaslZkACLProviderTest, ExternalFileFieldSortTest, TestCollectionAPI, ZkCLITest,
OutputWriterTest, TestPerFieldSimilarityWithDefaultOverride,
OpenExchangeRatesOrgProviderTest, TestPayloadScoreQParserPlugin,
TestPrepRecovery, SystemInfoHandlerTest, TestBadConfig,
SolrMetricsIntegrationTest, AlternateDirectoryTest, DirectUpdateHandlerTest,
TestReplicationHandlerBackup, TestFunctionQuery, JsonLoaderTest,
SignatureUpdateProcessorFactoryTest, SpellingQueryConverterTest,
HdfsWriteToMultipleCollectionsTest, SynonymTokenizerTest, TestPointFields,
AssignTest, EchoParamsTest, ZkFailoverTest, SearchHandlerTest,
SuggesterTSTTest, TestIndexSearcher, PrimitiveFieldTypeTest,
TestHdfsBackupRestoreCore, TestUpdate, TestConfigSetsAPIExclusivity,
TestFieldResource, TestTolerantUpdateProcessorRandomCloud, BlockDirectoryTest,
SolrCoreTest, TestSizeLimitedDistributedMap, TestSchemaVersionResource,
WordBreakSolrSpellCheckerTest, PeerSyncWithBufferUpdatesTest, SmileWriterTest,
DisMaxRequestHandlerTest, CdcrOpsAndBoundariesTest,
CollectionTooManyReplicasTest, TriggerSetPropertiesIntegrationTest,
CollectionsAPIDistributedZkTest, TestShardHandlerFactory,
OutOfBoxZkACLAndCredentialsProvidersTest, TestNumericRangeQuery64,
ReplicationFactorTest, TestUtils, TestManagedResource, CopyFieldTest,
HttpPartitionTest, URLClassifyProcessorTest, TestJoin, CdcrUpdateLogTest,
SolrMetricManagerTest, MultiThreadedOCPTest, TestLegacyFieldCache,
CdcrRequestHandlerTest, NoCacheHeaderTest, PeerSyncReplicationTest,
TestDistributedSearch, CoreAdminCreateDiscoverTest, TestFieldCacheVsDocValues,
TestConfigSetImmutable, TestUniqueKeyFieldResource, HealthCheckHandlerTest,
TestRecovery, ForceLeaderTest, TestPivotHelperCode, MaxSizeAutoCommitTest]
[junit4] Completed [222/837 (1!)] on J0 in 5.08s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 2223 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20181202_160542_1446698550928675455277.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20181202_160542_14494009835651263818.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 1124 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/temp/junit4-J1-20181202_165114_35213896884607011042617.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/temp/junit4-J0-20181202_165114_35210884076263066984850.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 1512 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J1-20181202_165638_4535152397802244963920.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J0-20181202_165638_44911537278174553891361.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 803 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20181202_165658_86714290915795881656936.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20181202_165658_86715288988807283753541.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 571 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20181202_165859_74012471671624726361405.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20181202_165859_7416865267914325223403.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 1300 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20181202_165949_72717016698283199534103.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20181202_165949_7292912200101840523013.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 664 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20181202_170018_3745230107574526976765.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 3 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20181202_170018_37414689348509161765986.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 573 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-cell/test/temp/junit4-J0-20181202_170109_25813110749809283914033.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-cell/test/temp/junit4-J1-20181202_170109_25813930186401559075844.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 578 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J0-20181202_170138_1824166503578636317000.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 3 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J1-20181202_170138_1872492767390132687139.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 681 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/so
[...truncated too long message...]
junit4] 2> 20167 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0
(1618760869260296192), 1 (1618760869277073408), 2 (1618760869277073409), 3
(1618760869277073410), 4 (1618760869278121984), 5 (1618760869278121985), 6
(1618760869278121986), 7 (1618760869278121987), 8 (1618760869278121988), 9
(1618760869278121989), ... (150 adds)]} 0 29
[junit4] 2> 21143 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ad2a323[collection1] realtime]
[junit4] 2> 21144 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 21145 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21145 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4a2eca60 commitCommandVersion:0
[junit4] 2> 21151 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@34940357[collection1] realtime]
[junit4] 2> 21206 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 21210 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21210 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4a2eca60 commitCommandVersion:0
[junit4] 2> 21217 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[100
(-1618760870335086592), 100 (-1618760870382272512), 100 (-1618760870382272513),
100 (-1618760870382272514), 100 (-1618760870382272515), 100
(-1618760870382272516), 100 (-1618760870382272517), 100 (-1618760870382272518),
100 (-1618760870382272519), 100 (-1618760870382272520), ... (500 deletes)]} 0 56
[junit4] 2> 21234 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@396e1984[collection1] realtime]
[junit4] 2> 21247 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 21247 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21247 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 21264 INFO (commitScheduler-93-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 21274 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.SolrTestCaseJ4 ###Ending testRedundantDeletes
[junit4] 2> 21274 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 21274 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=209088561
[junit4] 2> 21275 INFO (coreCloseExecutor-95-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@33f3945
[junit4] 2> 21275 INFO (coreCloseExecutor-95-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=33f3945
[junit4] 2> 21275 INFO (coreCloseExecutor-95-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2ec71a5a: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@69a01ba1
[junit4] 2> 21322 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 21323 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4effd2d0: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@678f3f34
[junit4] 2> 21333 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 21333 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b0714bb: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@246c5671
[junit4] 2> 21333 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 21333 INFO
(TEST-MaxSizeAutoCommitTest.testRedundantDeletes-seed#[C785378A79E3D98E]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@c935f73: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@3caac836
[junit4] OK 2.26s J1 | MaxSizeAutoCommitTest.testRedundantDeletes
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.MaxSizeAutoCommitTest_C785378A79E3D98E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{multiDefault=Lucene50(blocksize=128),
_root_=PostingsFormat(name=LuceneFixedGap),
id=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
_version_=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70),
id_i1=DocValuesFormat(name=Lucene70),
range_facet_i_dv=DocValuesFormat(name=Asserting),
intDvoDefault=DocValuesFormat(name=Direct),
range_facet_l=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1722,
maxMBSortInHeap=7.15846045308275,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5829519b),
locale=ckb-IR, timezone=Etc/GMT-13
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9
(64-bit)/cpus=3,threads=1,free=25524128,total=76218368
[junit4] 2> NOTE: All tests run in this JVM: [MaxSizeAutoCommitTest,
MaxSizeAutoCommitTest]
[junit4] Completed [3/5 (1!)] on J1 in 6.61s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 7 lines...]
[junit4] JVM J1: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20181202_171045_1016005591602774239045.syserr
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J1: EOF ----
[...truncated 6 lines...]
[junit4] JVM J0: stderr was not empty, see:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20181202_171045_1016031278502904077822.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option
UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in
a future release.
[junit4] <<< JVM J0: EOF ----
[...truncated 9 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1567:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1092:
There were test failures: 5 suites, 15 tests, 1 failure [seed:
C785378A79E3D98E]
Total time: 29 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 1/5 failed: org.apache.solr.update.MaxSizeAutoCommitTest
[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=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=6e4c9b3b58148a48f582095a5a51aca2a63d0d35,
workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4958
Recording test results
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]