Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/4704/
Java: 32bit/jdk1.8.0_201 -client -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 26 lines...]
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded 
(cannot open shared object file): ignored.
Buildfile: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml

jenkins-hourly:

-print-java-info:
[java-info] java version "1.8.0_201"
[java-info] Java(TM) SE Runtime Environment (1.8.0_201-b09, Oracle Corporation)
[java-info] Java HotSpot(TM) Server VM (25.201-b09, Oracle Corporation)
[java-info] Test args: [-client -XX:+UseParallelGC]

clean:

clean:

clean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: 
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: 
org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found org.codehaus.groovy#groovy-all;2.4.17 in public
[ivy:cachepath] :: resolution report :: resolve 93ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
        ---------------------------------------------------------------------

-test-with-heapdumps-enabled:
     [echo] Java HotSpot(TM) Server VM: Enabling heap dumps on OutOfMemoryError 
to dir '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/heapdumps'.
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/heapdumps

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve-groovy:

test:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

-clover.load:

resolve-groovy:

-init-totals:

test-core:

-clover.disable:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

-clover.load:

-clover.classpath:

-clover.setup:

clover:

-check-git-state:

-git-cleanroot:

-copy-git-state:
     [copy] Copying 1 file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build

git-autoclean:

resolve:

init:

compile-core:
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java
    [javac] Compiling 948 source files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java
    [javac] 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:338:
 warning: [rawtypes] found raw type: Arc
    [javac]       static boolean isBitSet(int bitIndex, Arc arc, 
FST.BytesReader in) throws IOException {
    [javac]                                             ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:348:
 warning: [rawtypes] found raw type: Arc
    [javac]       static int countBits(Arc arc, FST.BytesReader in) throws 
IOException {
    [javac]                            ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:355:
 warning: [rawtypes] found raw type: Arc
    [javac]       static int countBitsUpTo(int bitIndex, Arc arc, 
FST.BytesReader in) throws IOException {
    [javac]                                              ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:362:
 warning: [rawtypes] found raw type: Arc
    [javac]       static int nextBitSet(int bitIndex, Arc arc, FST.BytesReader 
in) throws IOException {
    [javac]                                           ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:369:
 warning: [rawtypes] found raw type: Arc
    [javac]       static int previousBitSet(int bitIndex, Arc arc, 
FST.BytesReader in) throws IOException {
    [javac]                                               ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/util/fst/FST.java:378:
 warning: [rawtypes] found raw type: Arc
    [javac]       static boolean assertIsValid(Arc arc, FST.BytesReader in) 
throws IOException {
    [javac]                                    ^
    [javac]   missing type arguments for generic class Arc<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Arc
    [javac] 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/search/MaxScoreAccumulator.java:55:
 warning: [overrides] Class DocAndScore overrides equals, but neither it nor 
any superclass overrides hashCode method
    [javac]   static class DocAndScore implements Comparable<DocAndScore> {
    [javac]          ^
    [javac] 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/core/src/java/org/apache/lucene/store/SimpleFSDirectory.java:50:
 warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public class SimpleFSDirectory extends FSDirectory {
    [javac]        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 8 warnings
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/compress/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene80/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/comparators/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene87/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene86/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene84/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
     [copy] Copying 4 files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java
    [javac] Compiling 102 source files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/uniformsplit/sharedterms/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/uniformsplit/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
     [copy] Copying 3 files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/codecs/classes/java

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java
    [javac] Compiling 205 source files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
    [javac] Creating empty 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
     [copy] Copying 7 files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/test-framework/classes/java

compile-core:

compile-test:
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/test
    [javac] Compiling 585 source files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 3 files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/test

-mrjar-classes-uptodate:

resolve-groovy:

patch-mrjar-classes:
[patch-cls] Remapped: 
org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl
[patch-cls] Remapped: 
org/apache/lucene/codecs/blocktree/BlockTreeTermsWriter$TermsWriter
[patch-cls] Remapped: org/apache/lucene/codecs/blocktree/SegmentTermsEnumFrame
[patch-cls] Remapped: org/apache/lucene/codecs/compressing/FieldsIndexReader
[patch-cls] Remapped: org/apache/lucene/document/BinaryPoint$2
[patch-cls] Remapped: org/apache/lucene/document/DoubleRange
[patch-cls] Remapped: org/apache/lucene/document/FloatRange
[patch-cls] Remapped: org/apache/lucene/document/IntRange
[patch-cls] Remapped: 
org/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$2
[patch-cls] Remapped: org/apache/lucene/document/LatLonPointDistanceQuery$1
[patch-cls] Remapped: org/apache/lucene/document/LatLonPointInPolygonQuery$1
[patch-cls] Remapped: 
org/apache/lucene/document/LatLonShapeBoundingBoxQuery$EncodedRectangle
[patch-cls] Remapped: 
org/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer$2
[patch-cls] Remapped: org/apache/lucene/document/LongRange
[patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$1
[patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$2
[patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$3
[patch-cls] Remapped: org/apache/lucene/index/BitsSlice
[patch-cls] Remapped: org/apache/lucene/index/CheckIndex$VerifyPointsVisitor
[patch-cls] Remapped: org/apache/lucene/index/CodecReader
[patch-cls] Remapped: org/apache/lucene/index/MergeReaderWrapper
[patch-cls] Remapped: org/apache/lucene/index/PointValues
[patch-cls] Remapped: org/apache/lucene/search/BooleanScorer$TailPriorityQueue
[patch-cls] Remapped: 
org/apache/lucene/search/PointInSetQuery$SinglePointVisitor
[patch-cls] Remapped: org/apache/lucene/search/PointRangeQuery$1
[patch-cls] Remapped: org/apache/lucene/search/TopFieldCollector
[patch-cls] Remapped: 
org/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$1
[patch-cls] Remapped: org/apache/lucene/store/DataInput
[patch-cls] Remapped: org/apache/lucene/util/BytesRef
[patch-cls] Remapped: org/apache/lucene/util/BytesRefArray
[patch-cls] Remapped: 
org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator
[patch-cls] Remapped: org/apache/lucene/util/CharsRef
[patch-cls] Remapped: org/apache/lucene/util/IntsRef
[patch-cls] Remapped: org/apache/lucene/util/LongsRef
[patch-cls] Remapped: org/apache/lucene/util/StringHelper
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton$Builder
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector$1$1
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector$2$1
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDReader
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter$BKDMergeQueue
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter$OneDimensionBKDWriter
[patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter
[patch-cls] Remapped: org/apache/lucene/util/bkd/HeapPointWriter
[patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$1$1
[patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$2
[patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$3$1
[patch-cls] Remapped: 
org/apache/lucene/util/compress/LZ4$FastCompressionHashTable
[patch-cls] Remapped: 
org/apache/lucene/util/compress/LZ4$HighCompressionHashTable
[patch-cls] Remapped: org/apache/lucene/util/compress/LZ4
[patch-cls] Remapped 51 class files for Java 9 to: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java9
    [touch] Creating 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/patch-mrjar.stamp

install-junit4-taskdef:

validate:

-init-totals:

-test:
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/test
[loadresource] Do not set property tests.explicitclass as its length is 0.
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/test/temp
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/.caches/test-stats/core
   [junit4] <JUnit4> says salut! Master seed: B25537E3F127CD83
   [junit4] Executing 570 suites with 6 JVMs.
   [junit4] 
   [junit4] Started J2 PID(1984293@localhost).
   [junit4] Started J5 PID(1984296@localhost).
   [junit4] Started J4 PID(1984297@localhost).
   [junit4] Started J3 PID(1984303@localhost).
   [junit4] Started J0 PID(1984294@localhost).
   [junit4] Started J1 PID(1984302@localhost).
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight
   [junit4] IGNOR/A 0.01s J1 | TestDuelingCodecsAtNight.testEquals
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestDuelingCodecsAtNight.testBigEquals
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestDuelingCodecsAtNight.testCrazyReaderEquals
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [1/570] on J1 in 0.15s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSPIClassIterator
   [junit4] Completed [2/570] on J1 in 0.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestExceedMaxTermLength
   [junit4] Completed [3/570] on J2 in 0.64s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldInfos
   [junit4] Completed [4/570] on J4 in 0.88s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSentinelIntSet
   [junit4] Completed [5/570] on J2 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldInvertState
   [junit4] Completed [6/570] on J5 in 0.93s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSmallFloat
   [junit4] Completed [7/570] on J5 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
   [junit4] IGNOR/A 0.01s J5 | TestIndexWriterOnJRECrash.testNRTThreads
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [8/570] on J5 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestExitableDirectoryReader
   [junit4] Completed [9/570] on J3 in 1.43s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestQueryVisitor
   [junit4] Completed [10/570] on J5 in 0.27s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSetOnce
   [junit4] Completed [11/570] on J3 in 0.26s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYCircle
   [junit4] Completed [12/570] on J5 in 0.26s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSloppyMath
   [junit4] Completed [13/570] on J4 in 1.26s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnDiskFull
   [junit4] Completed [14/570] on J4 in 1.01s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] IGNOR/A 0.03s J5 | 
TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.01s J5 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] Completed [15/570] on J5 in 1.28s, 47 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestTimSorterWorstCase
   [junit4] IGNOR/A 0.00s J5 | TestTimSorterWorstCase.testWorstCaseStackSize
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [16/570] on J5 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterNRTIsCurrent
   [junit4] Completed [17/570] on J3 in 2.04s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSynonymQuery
   [junit4] Completed [18/570] on J5 in 0.51s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4] IGNOR/A 0.00s J1 | 
TestIndexWriterMergePolicy.testMaxBufferedDocsChange
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [19/570] on J1 in 3.53s, 16 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestQueryRescorer
   [junit4] Completed [20/570] on J4 in 0.75s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCodecHoldsOpenFiles
   [junit4] Completed [21/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestMergedIterator
   [junit4] Completed [22/570] on J5 in 0.27s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConstantScoreScorer
   [junit4] Completed [23/570] on J5 in 0.26s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixRandom
   [junit4] Completed [24/570] on J3 in 1.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixInBooleanQuery
   [junit4] Completed [25/570] on J1 in 1.01s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestSimpleWKTShapeParsing
   [junit4] Completed [26/570] on J3 in 0.26s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestTessellator
   [junit4] IGNOR/A 0.00s J4 | TestTessellator.testComplexPolygon42
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J4 | TestTessellator.testComplexPolygon40
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J4 | TestTessellator.testSimpleTessellationAtNight
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [27/570] on J4 in 1.01s, 51 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging
   [junit4] Completed [28/570] on J2 in 4.29s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestDirectory
   [junit4] IGNOR/A 0.00s J4 | TestDirectory.testListAll
   [junit4]    > Assumption #1: this test does not expect extra files
   [junit4] Completed [29/570] on J4 in 0.25s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestTimSorter
   [junit4] Completed [30/570] on J4 in 0.25s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecs
   [junit4] Completed [31/570] on J0 in 5.70s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSubScorerFreqs
   [junit4] Completed [32/570] on J4 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixQuery
   [junit4] Completed [33/570] on J2 in 0.76s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRollingBuffer
   [junit4] Completed [34/570] on J0 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestRectangle2D
   [junit4] Completed [35/570] on J2 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteBuffersDataOutput
   [junit4] Completed [36/570] on J2 in 0.37s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCheckIndex
   [junit4] Completed [37/570] on J4 in 0.76s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteBuffersDirectory
   [junit4] IGNOR/A 0.01s J3 | TestByteBuffersDirectory.testPendingDeletions 
{impl=byte array (heap)}
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] IGNOR/A 0.00s J3 | 
TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=byte array (heap)}
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testPendingDeletions 
{impl=one buffer (heap)}
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] IGNOR/A 0.00s J3 | 
TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=one buffer (heap)}
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testPendingDeletions 
{impl=many buffers (heap)}
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] IGNOR/A 0.00s J3 | 
TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=many buffers 
(heap)}
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J3 | TestByteBuffersDirectory.testPendingDeletions 
{impl=lucene's buffers (heap)}
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] IGNOR/A 0.00s J3 | 
TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=lucene's buffers 
(heap)}
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [38/570] on J3 in 1.76s, 180 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestStringHelper
   [junit4] Completed [39/570] on J2 in 0.25s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestMathUtil
   [junit4] Completed [40/570] on J4 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestWANDScorer
   [junit4] Completed [41/570] on J5 in 2.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.Test2BPagedBytes
   [junit4] IGNOR/A 0.00s J5 | Test2BPagedBytes.test
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=You must increase heap to > 2 G to run this))
   [junit4] Completed [42/570] on J5 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortedSetSelector
   [junit4] Completed [43/570] on J2 in 0.25s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConstantScoreQuery
   [junit4] Completed [44/570] on J4 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNewestSegment
   [junit4] Completed [45/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMaxDocs
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterMaxDocs.testExactlyAtTrueLimit
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=takes over two hours))
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterMaxDocs.testAddTooManyIndexesDir
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [46/570] on J0 in 1.01s, 21 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBufferedUpdates
   [junit4] Completed [47/570] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestUsageTrackingFilterCachingPolicy
   [junit4] Completed [48/570] on J4 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.analysis.tokenattributes.TestSimpleAttributeImpl
   [junit4] Completed [49/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPositiveScoresOnlyCollector
   [junit4] Completed [50/570] on J0 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestLongsRef
   [junit4] Completed [51/570] on J2 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestCircle
   [junit4] Completed [52/570] on J5 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPolygon
   [junit4] Completed [53/570] on J0 in 0.25s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
   [junit4] Completed [54/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteArrayDataInput
   [junit4] Completed [55/570] on J0 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestTrackingDirectoryWrapper
   [junit4] IGNOR/A 0.00s J4 | TestTrackingDirectoryWrapper.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] IGNOR/A 0.00s J4 | 
TestTrackingDirectoryWrapper.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [56/570] on J4 in 0.76s, 49 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterLeafReader
   [junit4] Completed [57/570] on J5 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestBufferedIndexInput
   [junit4] Completed [58/570] on J5 in 0.76s, 4 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.util.automaton.LimitedFiniteStringsIteratorTest
   [junit4] Completed [59/570] on J5 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPolygon2D
   [junit4] Completed [60/570] on J1 in 4.26s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSparseFixedBitDocIdSet
   [junit4] Completed [61/570] on J0 in 1.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestStringMSBRadixSorter
   [junit4] Completed [62/570] on J3 in 2.50s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortedSetSortField
   [junit4] Completed [63/570] on J3 in 0.25s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortRescorer
   [junit4] Completed [64/570] on J0 in 1.00s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteBuffersDataInput
   [junit4] Completed [65/570] on J1 in 2.29s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestByteSlices
   [junit4] Completed [66/570] on J3 in 2.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNeverDelete
   [junit4] Completed [67/570] on J4 in 3.75s, 1 test
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.analysis.tokenattributes.TestPackedTokenAttributeImpl
   [junit4] Completed [68/570] on J4 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYShapeEncoding
   [junit4] Completed [69/570] on J4 in 0.26s, 18 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestSearch
   [junit4] Completed [70/570] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterDirectoryReader
   [junit4] Completed [71/570] on J4 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConjunctionDISI
   [junit4] Completed [72/570] on J2 in 5.50s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestBufferedChecksum
   [junit4] Completed [73/570] on J4 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTotalHitCountCollector
   [junit4] Completed [74/570] on J2 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestMSBRadixSorter
   [junit4] Completed [75/570] on J3 in 2.00s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConjunctions
   [junit4] Completed [76/570] on J3 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTotalHits
   [junit4] Completed [77/570] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterStallControl
   [junit4] Completed [78/570] on J5 in 5.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestSleepingLockWrapper
   [junit4] Completed [79/570] on J2 in 1.25s, 6 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.search.similarities.TestIndependenceStandardized
   [junit4] Completed [80/570] on J5 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBinaryDocValuesUpdates
   [junit4] IGNOR/A 0.00s J0 | TestBinaryDocValuesUpdates.testTonsOfUpdates
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [81/570] on J0 in 4.51s, 29 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTReaderWithThreads
   [junit4] Completed [82/570] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanOrQuery
   [junit4] Completed [83/570] on J5 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestLSBRadixSorter
   [junit4] Completed [84/570] on J0 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.analysis.tokenattributes.TestBytesRefAttImpl
   [junit4] Completed [85/570] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.FiniteStringsIteratorTest
   [junit4] Completed [86/570] on J4 in 2.15s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterPerThreadPool
   [junit4] Completed [87/570] on J4 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSparseFixedBitSet
   [junit4] Completed [88/570] on J1 in 4.02s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortedNumericSortField
   [junit4] Completed [89/570] on J1 in 0.25s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanations
   [junit4] Completed [90/570] on J0 in 1.00s, 21 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.search.similarities.TestIndependenceSaturated
   [junit4] Completed [91/570] on J4 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestLevenshteinAutomata
   [junit4] Completed [92/570] on J5 in 1.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBinaryTerms
   [junit4] Completed [93/570] on J1 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanNotQuery
   [junit4] Completed [94/570] on J4 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestLongBitSet
   [junit4] IGNOR/A 0.00s J1 | TestLongBitSet.testHugeCapacity
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [95/570] on J1 in 0.25s, 11 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanationsOfNonMatches
   [junit4] Completed [96/570] on J1 in 0.27s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopFieldCollector
   [junit4] Completed [97/570] on J0 in 0.76s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminizeLexicon
   [junit4] Completed [98/570] on J4 in 1.76s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestSimpleFSLockFactory
   [junit4] Completed [99/570] on J0 in 1.76s, 7 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination
   [junit4] Completed [100/570] on J1 in 2.01s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiTermsEnum
   [junit4] Completed [101/570] on J0 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.packed.TestDirectPacked
   [junit4] Completed [102/570] on J4 in 1.00s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestSingleInstanceLockFactory
   [junit4] Completed [103/570] on J1 in 0.50s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestWordlistLoader
   [junit4] Completed [104/570] on J0 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanContainQuery
   [junit4] Completed [105/570] on J4 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTReaderCleanup
   [junit4] Completed [106/570] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestStopFilter
   [junit4] Completed [107/570] on J4 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTwoPhaseCommitTool
   [junit4] Completed [108/570] on J4 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.packed.TestPackedInts
   [junit4] IGNOR/A 0.00s J5 | TestPackedInts.testBlockReaderOverflow
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [109/570] on J5 in 3.76s, 28 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestStressLockFactories
   [junit4] Completed [110/570] on J3 in 6.00s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCrashCausesCorruptIndex
   [junit4] Completed [111/570] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.codecs.compressing.TestFastDecompressionMode
   [junit4] Completed [112/570] on J4 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYPolygonShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestXYPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [113/570] on J2 in 5.26s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanations
   [junit4] Completed [114/570] on J5 in 0.76s, 30 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSort
   [junit4] Completed [115/570] on J4 in 0.50s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestToken
   [junit4] Completed [116/570] on J5 in 0.26s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestExternalCodecs
   [junit4] Completed [117/570] on J2 in 0.51s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestUniqueTermCount
   [junit4] Completed [118/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.standard.TestStandardAnalyzer
   [junit4] Completed [119/570] on J1 in 1.77s, 45 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRateLimiter
   [junit4] Completed [120/570] on J4 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPostingsBytes
   [junit4] IGNOR/A 0.00s J4 | Test2BPostingsBytes.test
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=takes ~20GB-30GB of space and 10 minutes))
   [junit4] Completed [121/570] on J4 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldsReader
   [junit4] Completed [122/570] on J2 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestEarlyTermination
   [junit4] Completed [123/570] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYPointShapeQueries
   [junit4] IGNOR/A 0.00s J1 | TestXYPointShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [124/570] on J1 in 0.75s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpans
   [junit4] Completed [125/570] on J2 in 0.51s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestDemo
   [junit4] Completed [126/570] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTThreads
   [junit4] Completed [127/570] on J3 in 2.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestVirtualMethod
   [junit4] Completed [128/570] on J2 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldUpdatesBuffer
   [junit4] Completed [129/570] on J1 in 0.25s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentWriter
   [junit4] Completed [130/570] on J2 in 0.26s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanTermQuery
   [junit4] Completed [131/570] on J1 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.analysis.tokenattributes.TestCharTermAttributeImpl
   [junit4] Completed [132/570] on J3 in 0.51s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCustomNorms
   [junit4] Completed [133/570] on J5 in 1.76s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestVersion
   [junit4] Completed [134/570] on J1 in 0.25s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYShape
   [junit4] Completed [135/570] on J3 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestDistributionSPL
   [junit4] Completed [136/570] on J2 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestHighCompressionMode
   [junit4] Completed [137/570] on J5 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocsWithFieldSet
   [junit4] Completed [138/570] on J1 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanMultiTermQueryWrapper
   [junit4] Completed [139/570] on J2 in 0.25s, 9 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.util.automaton.TestDaciukMihovAutomatonBuilder
   [junit4] Completed [140/570] on J2 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortRandom
   [junit4] Completed [141/570] on J5 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestDistributionLL
   [junit4] Completed [142/570] on J1 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestMergeSchedulerExternal
   [junit4] Completed [143/570] on J3 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.mutable.TestMutableValues
   [junit4] Completed [144/570] on J2 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanFirstQuery
   [junit4] Completed [145/570] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterCodecReader
   [junit4] Completed [146/570] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanBoostQuery
   [junit4] Completed [147/570] on J2 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpansEnum
   [junit4] Completed [148/570] on J3 in 0.25s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestSimpleFSDirectory
   [junit4] Completed [149/570] on J5 in 0.75s, 46 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesFixedSorted
   [junit4] IGNOR/A 0.00s J5 | Test2BSortedDocValuesFixedSorted.testFixedSorted
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=Takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [150/570] on J5 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestCompiledAutomaton
   [junit4] Completed [151/570] on J1 in 0.50s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestElevationComparator
   [junit4] Completed [152/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.util.graph.TestGraphTokenStreamFiniteStrings
   [junit4] Completed [153/570] on J1 in 0.26s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestGraphTokenizers
   [junit4] Completed [154/570] on J2 in 0.76s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF1EXP
   [junit4] Completed [155/570] on J5 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestNearSpansOrdered
   [junit4] Completed [156/570] on J1 in 0.50s, 19 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLazyProxSkipping
   [junit4] Completed [157/570] on J5 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestGraphTokenFilter
   [junit4] Completed [158/570] on J1 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestWeakIdentityMap
   [junit4] Completed [159/570] on J3 in 1.28s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactionRollback
   [junit4] Completed [160/570] on J1 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterDeleteQueue
   [junit4] Completed [161/570] on J3 in 0.25s, 7 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.search.similarities.TestIndependenceChiSquared
   [junit4] Completed [162/570] on J3 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestXYPointQueries
   [junit4] IGNOR/A 0.00s J4 | TestXYPointQueries.testRandomDistanceHuge
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J4 | TestXYPointQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [163/570] on J4 in 4.76s, 38 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanNearQuery
   [junit4] Completed [164/570] on J3 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIsCurrent
   [junit4] Completed [165/570] on J4 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactions
   [junit4] Completed [166/570] on J2 in 2.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterConfig
   [junit4] Completed [167/570] on J4 in 0.26s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminism
   [junit4] Completed [168/570] on J3 in 0.53s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMatchNoDocsQuery
   [junit4] Completed [169/570] on J4 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
   [junit4] IGNOR/A 0.00s J5 | TestIndexWriterDelete.testApplyDeletesOnFlush
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestIndexWriterDelete.testIndexingThenDeleting
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestIndexWriterDelete.testDeletesOnDiskFull
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestIndexWriterDelete.testUpdatesOnDiskFull
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [170/570] on J5 in 1.76s, 26 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMatchesIterator
   [junit4] Completed [171/570] on J5 in 0.76s, 27 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestConcurrentMergeScheduler
   [junit4] Completed [172/570] on J1 in 2.52s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSameTokenSamePosition
   [junit4] Completed [173/570] on J5 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCodecUtil
   [junit4] Completed [174/570] on J1 in 0.25s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPolygonShapeQueries
   [junit4] IGNOR/A 0.00s J0 | TestXYMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [175/570] on J0 in 9.26s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestConsistentFieldNumbers
   [junit4] Completed [176/570] on J2 in 1.76s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNeedsScores
   [junit4] Completed [177/570] on J5 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestAssertions
   [junit4] Completed [178/570] on J0 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCompetitiveFreqNormAccumulator
   [junit4] Completed [179/570] on J2 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestRollingUpdates
   [junit4] Completed [180/570] on J4 in 1.75s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFloatRange
   [junit4] Completed [181/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldReuse
   [junit4] Completed [182/570] on J0 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.packed.TestDirectMonotonic
   [junit4] Completed [183/570] on J3 in 2.00s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNGramPhraseQuery
   [junit4] Completed [184/570] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleSearchEquivalence
   [junit4] Completed [185/570] on J1 in 0.76s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanCollection
   [junit4] Completed [186/570] on J3 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFieldType
   [junit4] Completed [187/570] on J4 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestReusableStringReader
   [junit4] Completed [188/570] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTryDelete
   [junit4] Completed [189/570] on J3 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery
   [junit4] Completed [190/570] on J2 in 1.01s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCrash
   [junit4] Completed [191/570] on J3 in 0.51s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastCompressionMode
   [junit4] Completed [192/570] on J3 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNativeFSLockFactory
   [junit4] IGNOR/A 0.00s J2 | TestNativeFSLockFactory.testStressLocks
   [junit4]    > Assumption #1: cannot handle buggy Files.delete
   [junit4] IGNOR/A 0.00s J2 | TestNativeFSLockFactory.testDeleteLockFile
   [junit4]    > Assumption #1: we must be able to delete an open file
   [junit4] Completed [193/570] on J2 in 0.75s, 11 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPositions
   [junit4] IGNOR/A 0.00s J2 | Test2BPositions.test
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=uses lots of space and takes a few minutes))
   [junit4] Completed [194/570] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNRTCachingDirectory
   [junit4] IGNOR/A 0.00s J1 | 
TestNRTCachingDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J1 | TestNRTCachingDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] Completed [195/570] on J1 in 1.51s, 47 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPoints
   [junit4] IGNOR/A 0.00s J1 | Test2BPoints.test1D
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] IGNOR/A 0.00s J1 | Test2BPoints.test2D
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] Completed [196/570] on J1 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanSearchEquivalence
   [junit4] Completed [197/570] on J0 in 2.01s, 33 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestUnicodeUtil
   [junit4] Completed [198/570] on J0 in 0.51s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery2
   [junit4] Completed [199/570] on J3 in 1.51s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDoubleRangeFieldQueries
   [junit4] IGNOR/A 0.00s J2 | TestDoubleRangeFieldQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [200/570] on J2 in 1.51s, 7 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocsAndPositions
   [junit4] Completed [201/570] on J0 in 0.75s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRAMDirectory
   [junit4] IGNOR/A 0.00s J3 | TestRAMDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J3 | TestRAMDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] Completed [202/570] on J3 in 0.76s, 48 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPostings
   [junit4] IGNOR/A 0.00s J3 | Test2BPostings.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [203/570] on J3 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestClassicSimilarity
   [junit4] Completed [204/570] on J0 in 0.76s, 12 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.search.spans.TestSpanExplanationsOfNonMatches
   [junit4] Completed [205/570] on J0 in 0.26s, 30 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDoubleValuesSource
   [junit4] Completed [206/570] on J3 in 1.01s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestIndexedDISI
   [junit4] IGNOR/A 0.00s J4 | TestIndexedDISI.testEmptyBlocks
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J4 | TestIndexedDISI.testRandomBlocks
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [207/570] on J4 in 5.02s, 17 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestXYPointDistanceSort
   [junit4] IGNOR/A 0.00s J3 | TestXYPointDistanceSort.testRandomHuge
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [208/570] on J3 in 1.03s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocValuesRewriteMethod
   [junit4] Completed [209/570] on J1 in 4.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIntBlockPool
   [junit4] Completed [210/570] on J3 in 0.26s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestWildcardRandom
   [junit4] Completed [211/570] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexingSequenceNumbers
   [junit4] IGNOR/A 0.00s J1 | 
TestIndexingSequenceNumbers.testStressConcurrentAddAndDeleteAndCommit
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | 
TestIndexingSequenceNumbers.testStressConcurrentDocValuesUpdatesCommit
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | 
TestIndexingSequenceNumbers.testStressUpdateSameID
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | 
TestIndexingSequenceNumbers.testStressConcurrentCommit
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [212/570] on J1 in 0.25s, 8 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexTooManyDocs
   [junit4] Completed [213/570] on J1 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterCommit
   [junit4] IGNOR/A 0.00s J3 | TestIndexWriterCommit.testCommitOnCloseDiskUsage
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [214/570] on J3 in 1.01s, 14 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMatchAllDocsQuery
   [junit4] Completed [215/570] on J3 in 0.50s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestRollback
   [junit4] Completed [216/570] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLongRangeFieldQueries
   [junit4] IGNOR/A 0.00s J1 | TestLongRangeFieldQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [217/570] on J1 in 1.26s, 7 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiset
   [junit4] Completed [218/570] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderPool
   [junit4] Completed [219/570] on J1 in 0.26s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
   [junit4] Completed [220/570] on J0 in 4.26s, 56 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestField
   [junit4] Completed [221/570] on J3 in 0.25s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiTermQueryRewrites
   [junit4] Completed [222/570] on J1 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestUtil
   [junit4] Completed [223/570] on J0 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene60FieldInfoFormat
   [junit4] Completed [224/570] on J3 in 0.25s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFeatureField
   [junit4] Completed [225/570] on J1 in 0.25s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestFilterSpans
   [junit4] Completed [226/570] on J0 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestXYDocValuesQueries
   [junit4] IGNOR/A 0.00s J2 | TestXYDocValuesQueries.testRandomDistanceHuge
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J2 | TestXYDocValuesQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [227/570] on J2 in 6.02s, 38 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50LiveDocsFormat
   [junit4] IGNOR/A 0.00s J1 | TestLucene50LiveDocsFormat.testOverflow
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=Uses lots of memory))
   [junit4] Completed [228/570] on J1 in 0.25s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestDelegatingAnalyzerWrapper
   [junit4] Completed [230/570] on J0 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestInfoStream
   [junit4] Completed [231/570] on J2 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTragicIndexWriterDeadlock
   [junit4] Completed [232/570] on J0 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestBytesStore
   [junit4] Completed [233/570] on J3 in 1.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2
   [junit4] Completed [234/570] on J1 in 1.00s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCodecs
   [junit4] Completed [235/570] on J0 in 0.50s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDateTools
   [junit4] Completed [236/570] on J3 in 0.26s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoMergePolicy
   [junit4] Completed [237/570] on J1 in 0.26s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCodecLoadingDeadlock
   [junit4] Completed [238/570] on J0 in 0.18s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNorms
   [junit4] Completed [239/570] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestFSTs
   [junit4] IGNOR/A 0.00s J4 | TestFSTs.testBigSet
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [240/570] on J4 in 5.01s, 21 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDocument
   [junit4] Completed [241/570] on J4 in 0.26s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4] Completed [242/570] on J3 in 1.77s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearchAfter
   [junit4] Completed [243/570] on J3 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFilterWeight
   [junit4] Completed [244/570] on J3 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestAnalyzerWrapper
   [junit4] Completed [245/570] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCachingTokenFilter
   [junit4] Completed [246/570] on J3 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharArrayMap
   [junit4] Completed [247/570] on J3 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing
   [junit4] Completed [248/570] on J1 in 4.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharArraySet
   [junit4] Completed [249/570] on J3 in 0.25s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestScoreCachingWrappingScorer
   [junit4] Completed [250/570] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharFilter
   [junit4] Completed [251/570] on J3 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldSortOptimizationSkipping
   [junit4] IGNOR/A 0.00s J1 | 
TestFieldSortOptimizationSkipping.testDocSortOptimizationWithAfter
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-9569))
   [junit4] IGNOR/A 0.00s J1 | 
TestFieldSortOptimizationSkipping.testDocSortOptimization
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-9569))
   [junit4] Completed [252/570] on J1 in 0.50s, 8 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharacterUtils
   [junit4] Completed [253/570] on J3 in 0.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsWithFillerDocs
   [junit4] IGNOR/A 0.01s J0 | TestSimpleExplanationsWithFillerDocs.testMA1
   [junit4]    > Assumption #1: got: <[test is not viable with empty filler 
docs, null]>, expected: every item is not null
   [junit4] IGNOR/A 0.00s J0 | TestSimpleExplanationsWithFillerDocs.testMA2
   [junit4]    > Assumption #1: got: <[test is not viable with empty filler 
docs, null]>, expected: every item is not null
   [junit4] Completed [254/570] on J0 in 6.52s, 70 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNIOFSDirectory
   [junit4] Completed [255/570] on J0 in 0.76s, 45 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BNumericDocValues
   [junit4] IGNOR/A 0.00s J0 | Test2BNumericDocValues.testNumerics
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=takes ~ 2 hours if the heap is 5gb))
   [junit4] Completed [256/570] on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] Completed [257/570] on J2 in 8.76s, 101 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates
   [junit4] Completed [258/570] on J4 in 7.52s, 34 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSumDocFreq
   [junit4] Completed [259/570] on J4 in 0.51s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearchWithThreads
   [junit4] Completed [260/570] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLongValuesSource
   [junit4] Completed [261/570] on J2 in 1.25s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderWrapperDVTypeCheck
   [junit4] Completed [262/570] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiThreadTermVectors
   [junit4] Completed [263/570] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFeatureSort
   [junit4] Completed [264/570] on J2 in 0.26s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFloatRangeFieldQueries
   [junit4] IGNOR/A 0.00s J4 | TestFloatRangeFieldQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [265/570] on J4 in 1.25s, 7 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene84.TestForDeltaUtil
   [junit4] Completed [266/570] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene84.TestForUtil
   [junit4] Completed [267/570] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocValuesQueries
   [junit4] Completed [268/570] on J0 in 7.01s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestWildcard
   [junit4] Completed [269/570] on J0 in 0.25s, 8 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.codecs.lucene50.TestLucene50TermVectorsFormat
   [junit4] IGNOR/A 0.00s J2 | TestLucene50TermVectorsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [270/570] on J2 in 5.26s, 18 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexableField
   [junit4] Completed [271/570] on J0 in 0.76s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestBitTableUtil
   [junit4] Completed [272/570] on J2 in 0.76s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestBinaryDocument
   [junit4] Completed [273/570] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoMergeScheduler
   [junit4] Completed [274/570] on J2 in 0.25s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat
   [junit4] IGNOR/A 0.00s J4 | TestLucene84PostingsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [275/570] on J4 in 5.28s, 29 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing2
   [junit4] Completed [276/570] on J2 in 0.50s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene84.TestPForUtil
   [junit4] Completed [277/570] on J4 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestLucene80NormsFormat
   [junit4] IGNOR/A 0.00s J1 | TestLucene80NormsFormat.testNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestLucene80NormsFormat.testSparseNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestLucene80NormsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestLucene80NormsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the 
fly, so we can't check it
   [junit4] Completed [278/570] on J1 in 13.77s, 32 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene86.TestLucene86PointsFormat
   [junit4] IGNOR/A 0.00s J4 | TestLucene86PointsFormat.testMergeStability
   [junit4]    > Assumption #1: TODO: mess with the parameters and test gets 
angry!
   [junit4] IGNOR/A 0.00s J4 | TestLucene86PointsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J4 | TestLucene86PointsFormat.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [279/570] on J4 in 2.25s, 23 tests, 3 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.codecs.lucene80.TestLucene80NormsFormatMergeInstance
   [junit4] IGNOR/A 0.00s J3 | 
TestLucene80NormsFormatMergeInstance.testNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J3 | 
TestLucene80NormsFormatMergeInstance.testSparseNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J3 | 
TestLucene80NormsFormatMergeInstance.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J3 | 
TestLucene80NormsFormatMergeInstance.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the 
fly, so we can't check it
   [junit4] Completed [280/570] on J3 in 13.76s, 32 tests, 4 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.codecs.lucene86.TestLucene86SegmentInfoFormat
   [junit4] Completed [281/570] on J1 in 0.25s, 17 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.codecs.lucene87.TestLucene87StoredFieldsFormat
   [junit4] IGNOR/A 0.00s J4 | TestLucene87StoredFieldsFormat.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J4 | TestLucene87StoredFieldsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [282/570] on J4 in 1.26s, 18 tests, 2 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.codecs.lucene87.TestLucene87StoredFieldsFormatHighCompression
   [junit4] IGNOR/A 0.00s J3 | 
TestLucene87StoredFieldsFormatHighCompression.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J3 | 
TestLucene87StoredFieldsFormatHighCompression.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [283/570] on J3 in 1.51s, 21 tests, 2 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.codecs.lucene87.TestLucene87StoredFieldsFormatMergeInstance
   [junit4] IGNOR/A 0.00s J1 | 
TestLucene87StoredFieldsFormatMergeInstance.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | 
TestLucene87StoredFieldsFormatMergeInstance.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [284/570] on J1 in 1.51s, 18 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestIntRange
   [junit4] Completed [285/570] on J3 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonDocValuesField
   [junit4] Completed [286/570] on J1 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestScorerPerf
   [junit4] Completed [287/570] on J2 in 6.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4] Completed [288/570] on J0 in 9.76s, 53 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLiveFieldValues
   [junit4] Completed [289/570] on J0 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldValueQuery
   [junit4] Completed [290/570] on J2 in 2.51s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderClosed
   [junit4] Completed [291/570] on J0 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiTermConstantScore
   [junit4] Completed [292/570] on J0 in 0.75s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFeatureDoubleValues
   [junit4] Completed [293/570] on J0 in 0.26s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonLineShapeQueries
   [junit4] IGNOR/A 0.00s J3 | TestLatLonLineShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [294/570] on J3 in 5.25s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPointShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestLatLonMultiPointShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [295/570] on J2 in 1.75s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPoint
   [junit4] Completed [296/570] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50CompoundFormat
   [junit4] IGNOR/A 0.00s J0 | TestLucene50CompoundFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [297/570] on J0 in 2.50s, 28 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.compress.TestLowercaseAsciiCompression
   [junit4] Completed [298/570] on J0 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: 
org.apache.lucene.document.TestLatLonPointDistanceFeatureQuery
   [junit4] Completed [299/570] on J2 in 1.50s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPointDistanceSort
   [junit4] IGNOR/A 0.00s J2 | TestLatLonPointDistanceSort.testRandomHuge
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [300/570] on J2 in 0.75s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiLineShapeQueries
   [junit4] IGNOR/A 0.00s J1 | TestLatLonMultiLineShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [301/570] on J1 in 9.26s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPointShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestLatLonPointShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [302/570] on J2 in 1.01s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4] Completed [303/570] on J2 in 0.75s, 20 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonShapeEncoding
   [junit4] Completed [304/570] on J2 in 0.25s, 18 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLongDistanceFeatureQuery
   [junit4] Completed [305/570] on J2 in 0.51s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLongRange
   [junit4] Completed [306/570] on J2 in 0.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testTermsEnumRandomMany
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testSortedSetVariableLengthManyVsStoredFields
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testNumericBlocksOfVariousBitsPerValue
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testThreads3
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testTermsEnumLongSharedPrefixes
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testSortedNumericBlocksOfVariousBitsPerValue
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testSparseNumericBlocksOfVariousBitsPerValue
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testSortedVariableLengthManyVsStoredFields
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testSparseSortedNumericBlocksOfVariousBitsPerValue
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testSortedSetAroundBlockSize
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testTermsEnumFixedWidth
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testSortedNumericAroundBlockSize
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testNumericFieldJumpTables
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | TestLucene80DocValuesFormat.testThreads2
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J5 | 
TestLucene80DocValuesFormat.testTermsEnumVariableWidth
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [307/570] on J5 in 47.54s, 129 tests, 16 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYLineShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestXYLineShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [308/570] on J2 in 2.01s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestFstDirectAddressing
   [junit4] IGNOR/A 0.00s J5 | 
TestFstDirectAddressing.testWorstCaseForDirectAddressing
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [309/570] on J5 in 0.25s, 3 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDoubleRange
   [junit4] Completed [310/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitNorms
   [junit4] Completed [311/570] on J5 in 0.75s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSwappedIndexFiles
   [junit4] Completed [312/570] on J5 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestLatLonPolygonShapeQueries
   [junit4] IGNOR/A 0.00s J1 | TestLatLonPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [313/570] on J1 in 7.76s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYMultiLineShapeQueries
   [junit4] IGNOR/A 0.00s J2 | TestXYMultiLineShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [314/570] on J2 in 2.75s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4] Completed [315/570] on J5 in 2.00s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPointShapeQueries
   [junit4] IGNOR/A 0.00s J1 | TestXYMultiPointShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [316/570] on J1 in 0.77s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestCircle2D
   [junit4] Completed [317/570] on J2 in 0.25s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testRamBytesUsed
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the 
fly, so we can't check it
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testPostingsEnumReuse
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the 
fly, so we can't check it
   [junit4] Completed [318/570] on J0 in 11.51s, 26 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFuzzyQuery
   [junit4] Completed [319/570] on J5 in 1.00s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestGeoEncodingUtils
   [junit4] Completed [320/570] on J1 in 0.75s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoDeletionPolicy
   [junit4] Completed [321/570] on J0 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestLine2D
   [junit4] Completed [322/570] on J5 in 0.26s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPoint
   [junit4] Completed [323/570] on J1 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressDeletes
   [junit4] Completed [324/570] on J0 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPoint2D
   [junit4] Completed [325/570] on J5 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYLine
   [junit4] Completed [326/570] on J1 in 0.25s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYPoint
   [junit4] Completed [327/570] on J5 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYPolygon
   [junit4] Completed [328/570] on J1 in 0.26s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSameScoresWithThreads
   [junit4] Completed [329/570] on J0 in 1.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BBinaryDocValues
   [junit4] IGNOR/A 0.00s J1 | Test2BBinaryDocValues.testFixedBinary
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=takes ~ 6 hours if the heap is 5gb))
   [junit4] IGNOR/A 0.00s J1 | Test2BBinaryDocValues.testVariableBinary
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [330/570] on J1 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BDocs
   [junit4] IGNOR/A 0.00s J1 | Test2BDocs.test2BDocs
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=Takes ~30min))
   [junit4] Completed [331/570] on J1 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestXYRectangle
   [junit4] Completed [332/570] on J5 in 0.51s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesOrds
   [junit4] IGNOR/A 0.00s J1 | Test2BSortedDocValuesOrds.test2BOrds
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=Takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [333/570] on J1 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldCacheRewriteMethod
   [junit4] Completed [334/570] on J0 in 0.75s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BTerms
   [junit4] IGNOR/A 0.00s J5 | Test2BTerms.test2BTerms
   [junit4]    > Assumption #1: 'monster' test group is disabled 
(@Monster(value=very slow, use 5g minimum heap))
   [junit4] Completed [335/570] on J5 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test4GBStoredFields
   [junit4] IGNOR/A 0.00s J1 | Test4GBStoredFields.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [336/570] on J1 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesDetectBitFlips
   [junit4] IGNOR/A 0.00s J1 | TestAllFilesDetectBitFlips.test
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-9356))
   [junit4] IGNOR/A 0.00s J1 | TestAllFilesDetectBitFlips.testCFS
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-9356))
   [junit4] Completed [337/570] on J1 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesDetectTruncation
   [junit4] IGNOR/A 0.00s J1 | TestAllFilesDetectTruncation.test
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-9409))
   [junit4] Completed [338/570] on J1 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesCheckIndexHeader
   [junit4] Completed [339/570] on J5 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestGeoUtils
   [junit4] Completed [340/570] on J2 in 4.26s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesHaveChecksumFooter
   [junit4] Completed [341/570] on J1 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAddIndexes
   [junit4] Completed [342/570] on J0 in 1.25s, 28 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesHaveCodecHeader
   [junit4] Completed [343/570] on J5 in 0.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCustomTermFreq
   [junit4] Completed [344/570] on J5 in 0.25s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAtomicUpdate
   [junit4] Completed [345/570] on J2 in 0.75s, 1 t

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

ce] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/null2080319119
     [copy] Copying 38 files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/null2080319119
   [delete] Deleting directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/null2080319119

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/null170428447
     [copy] Copying 260 files to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/null170428447
   [delete] Deleting directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/null170428447

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;[email protected]
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath]         found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath]         found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath]         found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 14ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:634: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:507: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:495: Source checkout is 
modified!!! Offending files:
* lucene/licenses/junit-4.13.1.jar.sha1
* solr/licenses/junit-4.13.1.jar.sha1

Total time: 49 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to