You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/04/25 19:59:13 UTC

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 418 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/418/

No tests ran.

Build Log:
[...truncated 30844 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.45 sec (0.2 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1077.4 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.08 sec (1055.0 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.09 sec (1040.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 36 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 438 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/438/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.43 sec (0.2 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.9 MB in 0.05 sec (952.2 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.5 MB in 0.08 sec (984.2 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.6 MB in 0.09 sec (1011.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5463 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5463 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5463 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5463 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker] 
   [smoker] command "export JAVA_HOME="/home/jenkins/tools/java/latest1.8" PATH="/home/jenkins/tools/java/latest1.8/bin:$PATH" JAVACMD="/home/jenkins/tools/java/latest1.8/bin/java"; ant clean test -Dtests.badapples=false -Dtests.slow=false" failed:
   [smoker] Buildfile: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build.xml
   [smoker] 
   [smoker] clean:
   [smoker]    [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build
   [smoker] 
   [smoker] ivy-availability-check:
   [smoker] [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
   [smoker] 
   [smoker] -ivy-fail-disallowed-ivy-version:
   [smoker] 
   [smoker] ivy-fail:
   [smoker] 
   [smoker] ivy-configure:
   [smoker] [ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
   [smoker] [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/top-level-ivy-settings.xml
   [smoker] 
   [smoker] -clover.load:
   [smoker] 
   [smoker] resolve-groovy:
   [smoker] [ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
   [smoker] [ivy:cachepath] 	confs: [default]
   [smoker] [ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.17 in public
   [smoker] [ivy:cachepath] :: resolution report :: resolve 102ms :: artifacts dl 2ms
   [smoker] 	---------------------------------------------------------------------
   [smoker] 	|                  |            modules            ||   artifacts   |
   [smoker] 	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
   [smoker] 	---------------------------------------------------------------------
   [smoker] 	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
   [smoker] 	---------------------------------------------------------------------
   [smoker] 
   [smoker] -init-totals:
   [smoker] 
   [smoker] test-core:
   [smoker] 
   [smoker] -clover.disable:
   [smoker] 
   [smoker] ivy-availability-check:
   [smoker] [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
   [smoker] 
   [smoker] -ivy-fail-disallowed-ivy-version:
   [smoker] 
   [smoker] ivy-fail:
   [smoker] 
   [smoker] ivy-configure:
   [smoker] [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/top-level-ivy-settings.xml
   [smoker] 
   [smoker] -clover.load:
   [smoker] 
   [smoker] -clover.classpath:
   [smoker] 
   [smoker] -clover.setup:
   [smoker] 
   [smoker] clover:
   [smoker] 
   [smoker] -check-git-state:
   [smoker] 
   [smoker] -git-cleanroot:
   [smoker] 
   [smoker] -copy-git-state:
   [smoker] 
   [smoker] git-autoclean:
   [smoker] 
   [smoker] resolve:
   [smoker] 
   [smoker] init:
   [smoker] 
   [smoker] compile-core:
   [smoker]     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java
   [smoker]     [javac] Compiling 932 source files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java
   [smoker]     [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/core/src/java/org/apache/lucene/util/fst/FST.java:337: warning: [rawtypes] found raw type: Arc
   [smoker]     [javac]       static boolean isBitSet(int bitIndex, Arc arc, FST.BytesReader in) throws IOException {
   [smoker]     [javac]                                             ^
   [smoker]     [javac]   missing type arguments for generic class Arc<T>
   [smoker]     [javac]   where T is a type-variable:
   [smoker]     [javac]     T extends Object declared in class Arc
   [smoker]     [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/core/src/java/org/apache/lucene/util/fst/FST.java:347: warning: [rawtypes] found raw type: Arc
   [smoker]     [javac]       static int countBits(Arc arc, FST.BytesReader in) throws IOException {
   [smoker]     [javac]                            ^
   [smoker]     [javac]   missing type arguments for generic class Arc<T>
   [smoker]     [javac]   where T is a type-variable:
   [smoker]     [javac]     T extends Object declared in class Arc
   [smoker]     [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/core/src/java/org/apache/lucene/util/fst/FST.java:354: warning: [rawtypes] found raw type: Arc
   [smoker]     [javac]       static int countBitsUpTo(int bitIndex, Arc arc, FST.BytesReader in) throws IOException {
   [smoker]     [javac]                                              ^
   [smoker]     [javac]   missing type arguments for generic class Arc<T>
   [smoker]     [javac]   where T is a type-variable:
   [smoker]     [javac]     T extends Object declared in class Arc
   [smoker]     [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/core/src/java/org/apache/lucene/util/fst/FST.java:361: warning: [rawtypes] found raw type: Arc
   [smoker]     [javac]       static int nextBitSet(int bitIndex, Arc arc, FST.BytesReader in) throws IOException {
   [smoker]     [javac]                                           ^
   [smoker]     [javac]   missing type arguments for generic class Arc<T>
   [smoker]     [javac]   where T is a type-variable:
   [smoker]     [javac]     T extends Object declared in class Arc
   [smoker]     [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/core/src/java/org/apache/lucene/util/fst/FST.java:368: warning: [rawtypes] found raw type: Arc
   [smoker]     [javac]       static int previousBitSet(int bitIndex, Arc arc, FST.BytesReader in) throws IOException {
   [smoker]     [javac]                                               ^
   [smoker]     [javac]   missing type arguments for generic class Arc<T>
   [smoker]     [javac]   where T is a type-variable:
   [smoker]     [javac]     T extends Object declared in class Arc
   [smoker]     [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/core/src/java/org/apache/lucene/util/fst/FST.java:377: warning: [rawtypes] found raw type: Arc
   [smoker]     [javac]       static boolean assertIsValid(Arc arc, FST.BytesReader in) throws IOException {
   [smoker]     [javac]                                    ^
   [smoker]     [javac]   missing type arguments for generic class Arc<T>
   [smoker]     [javac]   where T is a type-variable:
   [smoker]     [javac]     T extends Object declared in class Arc
   [smoker]     [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/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
   [smoker]     [javac]   static class DocAndScore implements Comparable<DocAndScore> {
   [smoker]     [javac]          ^
   [smoker]     [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/core/src/java/org/apache/lucene/store/SimpleFSDirectory.java:50: warning: [dep-ann] deprecated item is not annotated with @Deprecated
   [smoker]     [javac] public class SimpleFSDirectory extends FSDirectory {
   [smoker]     [javac]        ^
   [smoker]     [javac] Note: Some input files use or override a deprecated API.
   [smoker]     [javac] Note: Recompile with -Xlint:deprecation for details.
   [smoker]     [javac] 8 warnings
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/document/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/util/compress/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/lucene80/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/util/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/index/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/search/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/lucene84/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/analysis/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/store/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java/org/apache/lucene/geo/package-info.class
   [smoker]      [copy] Copying 3 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java
   [smoker] 
   [smoker] compile-test-framework:
   [smoker] 
   [smoker] -check-git-state:
   [smoker] 
   [smoker] -git-cleanroot:
   [smoker] 
   [smoker] -copy-git-state:
   [smoker] 
   [smoker] git-autoclean:
   [smoker] 
   [smoker] ivy-availability-check:
   [smoker] [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
   [smoker] 
   [smoker] -ivy-fail-disallowed-ivy-version:
   [smoker] 
   [smoker] ivy-fail:
   [smoker] 
   [smoker] ivy-configure:
   [smoker] [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/top-level-ivy-settings.xml
   [smoker] 
   [smoker] resolve:
   [smoker] 
   [smoker] init:
   [smoker] 
   [smoker] compile-lucene-core:
   [smoker] 
   [smoker] -check-git-state:
   [smoker] 
   [smoker] -git-cleanroot:
   [smoker] 
   [smoker] -copy-git-state:
   [smoker] 
   [smoker] git-autoclean:
   [smoker] 
   [smoker] ivy-availability-check:
   [smoker] [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
   [smoker] 
   [smoker] -ivy-fail-disallowed-ivy-version:
   [smoker] 
   [smoker] ivy-fail:
   [smoker] 
   [smoker] ivy-configure:
   [smoker] [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/top-level-ivy-settings.xml
   [smoker] 
   [smoker] resolve:
   [smoker] 
   [smoker] init:
   [smoker] 
   [smoker] -clover.disable:
   [smoker] 
   [smoker] -clover.load:
   [smoker] 
   [smoker] -clover.classpath:
   [smoker] 
   [smoker] -clover.setup:
   [smoker] 
   [smoker] clover:
   [smoker] 
   [smoker] compile-core:
   [smoker] 
   [smoker] compile-codecs:
   [smoker] 
   [smoker] -check-git-state:
   [smoker] 
   [smoker] -git-cleanroot:
   [smoker] 
   [smoker] -copy-git-state:
   [smoker] 
   [smoker] git-autoclean:
   [smoker] 
   [smoker] ivy-availability-check:
   [smoker] [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
   [smoker] 
   [smoker] -ivy-fail-disallowed-ivy-version:
   [smoker] 
   [smoker] ivy-fail:
   [smoker] 
   [smoker] ivy-configure:
   [smoker] [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/top-level-ivy-settings.xml
   [smoker] 
   [smoker] resolve:
   [smoker] 
   [smoker] common.init:
   [smoker] 
   [smoker] compile-lucene-core:
   [smoker] 
   [smoker] init:
   [smoker] 
   [smoker] -clover.disable:
   [smoker] 
   [smoker] -clover.load:
   [smoker] 
   [smoker] -clover.classpath:
   [smoker] 
   [smoker] -clover.setup:
   [smoker] 
   [smoker] clover:
   [smoker] 
   [smoker] compile-core:
   [smoker]     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java
   [smoker]     [javac] Compiling 102 source files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java
   [smoker]     [javac] Note: Some input files use or override a deprecated API.
   [smoker]     [javac] Note: Recompile with -Xlint:deprecation for details.
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java/org/apache/lucene/codecs/uniformsplit/sharedterms/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java/org/apache/lucene/codecs/uniformsplit/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
   [smoker]      [copy] Copying 3 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/codecs/classes/java
   [smoker] 
   [smoker] -clover.disable:
   [smoker] 
   [smoker] -clover.load:
   [smoker] 
   [smoker] -clover.classpath:
   [smoker] 
   [smoker] -clover.setup:
   [smoker] 
   [smoker] clover:
   [smoker] 
   [smoker] common.compile-core:
   [smoker]     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java
   [smoker]     [javac] Compiling 203 source files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java
   [smoker]     [javac] Note: Some input files use or override a deprecated API.
   [smoker]     [javac] Note: Recompile with -Xlint:deprecation for details.
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
   [smoker]     [javac] Creating empty /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
   [smoker]      [copy] Copying 6 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/test-framework/classes/java
   [smoker] 
   [smoker] compile-core:
   [smoker] 
   [smoker] compile-test:
   [smoker]     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/test
   [smoker]     [javac] Compiling 579 source files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/test
   [smoker]     [javac] Note: Some input files use or override a deprecated API.
   [smoker]     [javac] Note: Recompile with -Xlint:deprecation for details.
   [smoker]      [copy] Copying 3 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/test
   [smoker] 
   [smoker] -mrjar-classes-uptodate:
   [smoker] 
   [smoker] resolve-groovy:
   [smoker] 
   [smoker] patch-mrjar-classes:
   [smoker] [patch-cls] Remapped: org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl
   [smoker] [patch-cls] Remapped: org/apache/lucene/codecs/blocktree/BlockTreeTermsWriter$TermsWriter
   [smoker] [patch-cls] Remapped: org/apache/lucene/codecs/blocktree/SegmentTermsEnumFrame
   [smoker] [patch-cls] Remapped: org/apache/lucene/codecs/compressing/FieldsIndexReader
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/BinaryPoint$2
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/DoubleRange
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/FloatRange
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/IntRange
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$2
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/LatLonPointDistanceQuery$1
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/LatLonPointInPolygonQuery$1
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/LatLonShapeBoundingBoxQuery$EncodedRectangle
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer$2
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/LongRange
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$1
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$2
   [smoker] [patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$3
   [smoker] [patch-cls] Remapped: org/apache/lucene/index/BitsSlice
   [smoker] [patch-cls] Remapped: org/apache/lucene/index/CheckIndex$VerifyPointsVisitor
   [smoker] [patch-cls] Remapped: org/apache/lucene/index/CodecReader
   [smoker] [patch-cls] Remapped: org/apache/lucene/index/MergeReaderWrapper
   [smoker] [patch-cls] Remapped: org/apache/lucene/index/PointValues
   [smoker] [patch-cls] Remapped: org/apache/lucene/search/BooleanScorer$TailPriorityQueue
   [smoker] [patch-cls] Remapped: org/apache/lucene/search/PointInSetQuery$SinglePointVisitor
   [smoker] [patch-cls] Remapped: org/apache/lucene/search/PointRangeQuery$1
   [smoker] [patch-cls] Remapped: org/apache/lucene/search/TopFieldCollector
   [smoker] [patch-cls] Remapped: org/apache/lucene/store/DataInput
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/BytesRef
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/BytesRefArray
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/CharsRef
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/IntsRef
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/LongsRef
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/StringHelper
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton$Builder
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector$1$1
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector$2$1
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDRadixSelector
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDReader
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter$BKDMergeQueue
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter$OneDimensionBKDWriter
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/HeapPointWriter
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$1$1
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$2
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$3$1
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/compress/LZ4$FastCompressionHashTable
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/compress/LZ4$HighCompressionHashTable
   [smoker] [patch-cls] Remapped: org/apache/lucene/util/compress/LZ4
   [smoker] [patch-cls] Remapped 50 class files for Java 9 to: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/classes/java9
   [smoker]     [touch] Creating /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/patch-mrjar.stamp
   [smoker] 
   [smoker] install-junit4-taskdef:
   [smoker] 
   [smoker] validate:
   [smoker] 
   [smoker] -init-totals:
   [smoker] 
   [smoker] -test:
   [smoker]     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/test
   [smoker]     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build/core/test/temp
   [smoker]     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/.caches/test-stats/core
   [smoker]    [junit4] <JUnit4> says Привет! Master seed: 9636B82245C07B23
   [smoker]    [junit4] Executing 564 suites with 3 JVMs.
   [smoker]    [junit4] 
   [smoker]    [junit4] Started J0 PID(23794@lucene2-us-west.apache.org).
   [smoker]    [junit4] Started J2 PID(23796@lucene2-us-west.apache.org).
   [smoker]    [junit4] Started J1 PID(23795@lucene2-us-west.apache.org).
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestXYLineShapeQueries
   [smoker]    [junit4] IGNOR/A 0.01s J0 | TestXYLineShapeQueries.testRandomMedium
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestXYLineShapeQueries.testLowCardinalityShapeManyTimes
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestXYLineShapeQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [1/564] on J0 in 1.16s, 5 tests, 3 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestXYMultiPointShapeQueries
   [smoker]    [junit4] IGNOR/A 0.01s J2 | TestXYMultiPointShapeQueries.testLowCardinalityShapeManyTimes
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestXYMultiPointShapeQueries.testRandomMedium
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestXYMultiPointShapeQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [2/564] on J2 in 1.16s, 5 tests, 3 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestFeatureSort
   [smoker]    [junit4] Completed [3/564] on J2 in 0.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestFeatureDoubleValues
   [smoker]    [junit4] Completed [4/564] on J0 in 0.26s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestXYMultiLineShapeQueries
   [smoker]    [junit4] IGNOR/A 0.01s J1 | TestXYMultiLineShapeQueries.testLowCardinalityShapeManyTimes
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestXYMultiLineShapeQueries.testRandomMedium
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestXYMultiLineShapeQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [5/564] on J1 in 1.41s, 5 tests, 3 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestSentinelIntSet
   [smoker]    [junit4] Completed [6/564] on J2 in 0.26s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestFeatureField
   [smoker]    [junit4] Completed [7/564] on J1 in 0.25s, 8 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestSpanContainQuery
   [smoker]    [junit4] Completed [8/564] on J2 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestRollingBuffer
   [smoker]    [junit4] Completed [9/564] on J0 in 0.51s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestSPIClassIterator
   [smoker]    [junit4] Completed [10/564] on J1 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestNot
   [smoker]    [junit4] Completed [11/564] on J2 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestSpanBoostQuery
   [smoker]    [junit4] Completed [12/564] on J0 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestSpanCollection
   [smoker]    [junit4] Completed [13/564] on J1 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.TestCompetitiveFreqNormAccumulator
   [smoker]    [junit4] Completed [14/564] on J2 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestNeedsScores
   [smoker]    [junit4] Completed [15/564] on J0 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestMaxTermFrequency
   [smoker]    [junit4] Completed [16/564] on J2 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.TestCodecLoadingDeadlock
   [smoker]    [junit4] Completed [17/564] on J0 in 0.22s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnDiskFull
   [smoker]    [junit4] Completed [18/564] on J2 in 0.50s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.fst.TestBitTableUtil
   [smoker]    [junit4] Completed [19/564] on J2 in 0.50s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestManyFields
   [smoker]    [junit4] Completed [20/564] on J0 in 1.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestNormsFieldExistsQuery
   [smoker]    [junit4] Completed [21/564] on J1 in 1.75s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.TestCodecUtil
   [smoker]    [junit4] Completed [22/564] on J1 in 0.26s, 16 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestMaxPosition
   [smoker]    [junit4] Completed [23/564] on J1 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.store.TestNRTCachingDirectory
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestNRTCachingDirectory.testPendingDeletions
   [smoker]    [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestNRTCachingDirectory.testFsyncDoesntCreateNewFiles
   [smoker]    [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [smoker]    [junit4] Completed [24/564] on J2 in 1.51s, 47 tests, 2 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestIndexWriterMerging.testNoWaitClose
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] Completed [25/564] on J0 in 1.51s, 6 tests, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterNRTIsCurrent
   [smoker]    [junit4] Completed [26/564] on J1 in 1.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.compress.TestLowercaseAsciiCompression
   [smoker]    [junit4] Completed [28/564] on J0 in 0.51s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.store.TestNIOFSDirectory
   [smoker]    [junit4] Completed [29/564] on J1 in 0.75s, 44 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.store.TestMultiMMap
   [smoker]    [junit4] Completed [30/564] on J0 in 1.00s, 57 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPointShapeQueries
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestLatLonMultiPointShapeQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestLatLonMultiPointShapeQueries.testRandomMedium
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestLatLonMultiPointShapeQueries.testLowCardinalityShapeManyTimes
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] Completed [31/564] on J1 in 0.50s, 9 tests, 3 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLatLonMultiPolygonShapeQueries.testRandomMedium
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] Completed [32/564] on J2 in 2.00s, 9 tests, 3 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.document.TestLatLonMultiLineShapeQueries
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestLatLonMultiLineShapeQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestLatLonMultiLineShapeQueries.testRandomMedium
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestLatLonMultiLineShapeQueries.testLowCardinalityShapeManyTimes
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] Completed [33/564] on J0 in 1.25s, 9 tests, 3 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestMixedCodecs
   [smoker]    [junit4] Completed [34/564] on J1 in 1.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestMergeRateLimiter
   [smoker]    [junit4] Completed [35/564] on J0 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTryDelete
   [smoker]    [junit4] Completed [36/564] on J1 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestCodecHoldsOpenFiles
   [smoker]    [junit4] Completed [37/564] on J1 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsWithFillerDocs
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testCSQ2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ19
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQofPQ7
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ16
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ24
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ10
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ14
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ6
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMPQ3
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ10
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMPQ5
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMPQ2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ7
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQofPQ3
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ3
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQofPQ2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ6
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ4
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMA1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testP4
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ17
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ7
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ11
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ9
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testP1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQofPQ1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ25
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMPQ6
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testEquality
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ5
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ5
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ4
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testT2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ4
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQofPQ6
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ8
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testP7
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testT1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMPQ4
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ9
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ3
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMA2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testP5
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ15
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ20
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ9
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ26
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ3
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ5
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testCSQ3
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ23
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQofPQ5
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ8
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testP3
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ7
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQofPQ4
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testSynonymQuery
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testP6
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testCSQ1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMPQ1
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testMultiFieldBQ6
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testBQ21
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testDMQ8
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestSimpleExplanationsWithFillerDocs.testP2
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] Completed [38/564] on J1 in 0.02s, 70 tests, 70 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSortRescorer
   [smoker]    [junit4] Completed [39/564] on J1 in 0.50s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestDocIdSetIterator
   [smoker]    [junit4] Completed [40/564] on J1 in 0.25s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTransactions
   [smoker]    [junit4] Completed [41/564] on J0 in 1.50s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestMixedDocValuesUpdates
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestMixedDocValuesUpdates.testTonsOfUpdates
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [42/564] on J2 in 3.25s, 10 tests, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTwoPhaseCommitTool
   [smoker]    [junit4] Completed [43/564] on J2 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestCheckIndex
   [smoker]    [junit4] Completed [44/564] on J0 in 0.75s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestBoolean2
   [smoker]    [junit4] Completed [45/564] on J1 in 1.25s, 10 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsOfNonMatches
   [smoker]    [junit4] Completed [46/564] on J0 in 0.25s, 70 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestOmitTf
   [smoker]    [junit4] Completed [47/564] on J1 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestCodecs
   [smoker]    [junit4] Completed [48/564] on J2 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSortRandom
   [smoker]    [junit4] Completed [49/564] on J0 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDocValuesIndexing
   [smoker]    [junit4] Completed [50/564] on J1 in 0.25s, 34 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.compress.TestFastLZ4
   [smoker]    [junit4] Completed [51/564] on J1 in 0.25s, 8 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSimpleSearchEquivalence
   [smoker]    [junit4] Completed [52/564] on J2 in 0.50s, 17 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestDisjunctionScoreBlockBoundaryPropagator
   [smoker]    [junit4] Completed [53/564] on J0 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanationsOfNonMatches
   [smoker]    [junit4] Completed [54/564] on J1 in 0.25s, 30 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSortedNumericSortField
   [smoker]    [junit4] Completed [55/564] on J2 in 0.26s, 9 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.analysis.TestStopFilter
   [smoker]    [junit4] Completed [56/564] on J1 in 0.25s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestClassicSimilarity
   [smoker]    [junit4] Completed [57/564] on J1 in 0.50s, 12 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestBlockMaxConjunction
   [smoker]    [junit4] Completed [58/564] on J0 in 1.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestOmitPositions
   [smoker]    [junit4] Completed [59/564] on J0 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDocValuesFieldUpdates
   [smoker]    [junit4] Completed [60/564] on J0 in 0.25s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.packed.TestDirectPacked
   [smoker]    [junit4] Completed [61/564] on J1 in 1.00s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.bkd.TestMutablePointsReaderUtils
   [smoker]    [junit4] Completed [62/564] on J0 in 1.00s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestBM25Similarity
   [smoker]    [junit4] Completed [63/564] on J1 in 1.00s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanations
   [smoker]    [junit4] Completed [64/564] on J0 in 0.50s, 30 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.analysis.TestReusableStringReader
   [smoker]    [junit4] Completed [65/564] on J0 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestGeoEncodingUtils
   [smoker]    [junit4] Completed [66/564] on J1 in 0.75s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.lucene84.TestForDeltaUtil
   [smoker]    [junit4] Completed [67/564] on J1 in 0.27s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestBooleanSimilarity
   [smoker]    [junit4] Completed [68/564] on J0 in 0.50s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSegmentCacheables
   [smoker]    [junit4] Completed [69/564] on J1 in 0.26s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestDocValuesQueries
   [smoker]    [junit4] Completed [70/564] on J2 in 4.01s, 10 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestBoolean2ScorerSupplier
   [smoker]    [junit4] Completed [71/564] on J2 in 0.25s, 10 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestOneMergeWrappingMergePolicy
   [smoker]    [junit4] Completed [72/564] on J2 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestCustomNorms
   [smoker]    [junit4] Completed [73/564] on J1 in 1.00s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDocsAndPositions
   [smoker]    [junit4] Completed [74/564] on J2 in 0.50s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestParallelCompositeReader
   [smoker]    [junit4] Completed [75/564] on J1 in 0.25s, 11 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.compress.TestHighLZ4
   [smoker]    [junit4] Completed [76/564] on J2 in 0.25s, 8 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.packed.TestDirectMonotonic
   [smoker]    [junit4] Completed [77/564] on J0 in 1.50s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestSpanFirstQuery
   [smoker]    [junit4] Completed [78/564] on J2 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticSimilarity
   [smoker]    [junit4] Completed [79/564] on J0 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.analysis.TestToken
   [smoker]    [junit4] Completed [80/564] on J2 in 0.25s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestCircle2D
   [smoker]    [junit4] Completed [81/564] on J0 in 0.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.automaton.TestOperations
   [smoker]    [junit4] Completed [82/564] on J1 in 0.75s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestDistributionLL
   [smoker]    [junit4] Completed [83/564] on J2 in 0.50s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestIndexOrDocValuesQuery
   [smoker]    [junit4] Completed [84/564] on J1 in 1.00s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestNoMergePolicy
   [smoker]    [junit4] Completed [85/564] on J1 in 0.25s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.Test2BTerms
   [smoker]    [junit4] IGNOR/A 0.00s J1 | Test2BTerms.test2BTerms
   [smoker]    [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=very slow, use 5g minimum heap))
   [smoker]    [junit4] Completed [86/564] on J1 in 0.00s, 1 test, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.Test2BPoints
   [smoker]    [junit4] IGNOR/A 0.00s J1 | Test2BPoints.test1D
   [smoker]    [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [smoker]    [junit4] IGNOR/A 0.00s J1 | Test2BPoints.test2D
   [smoker]    [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [smoker]    [junit4] Completed [87/564] on J1 in 0.00s, 2 tests, 2 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF1LOG
   [smoker]    [junit4] Completed [88/564] on J1 in 0.50s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.packed.TestPackedInts
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestPackedInts.testBlockReaderOverflow
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [89/564] on J2 in 3.51s, 28 tests, 3 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestTimeLimitingCollector
   [smoker]    [junit4] Completed [90/564] on J1 in 2.00s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterMaxDocs
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestIndexWriterMaxDocs.testAddTooManyIndexesDir
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestIndexWriterMaxDocs.testExactlyAtTrueLimit
   [smoker]    [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes over two hours))
   [smoker]    [junit4] Completed [91/564] on J1 in 0.50s, 21 tests, 2 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelG
   [smoker]    [junit4] Completed [92/564] on J2 in 0.75s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestGeoUtils
   [smoker]    [junit4] Completed [93/564] on J2 in 2.75s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.lucene84.TestForUtil
   [smoker]    [junit4] Completed [94/564] on J2 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestNeverDelete
   [smoker]    [junit4] Completed [95/564] on J1 in 3.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestFilterSpans
   [smoker]    [junit4] Completed [96/564] on J1 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestRecyclingIntBlockAllocator
   [smoker]    [junit4] Completed [97/564] on J1 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestPoint
   [smoker]    [junit4] Completed [98/564] on J1 in 0.26s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTermVectors
   [smoker]    [junit4] Completed [99/564] on J1 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarityBase
   [smoker]    [junit4] Completed [100/564] on J1 in 0.25s, 27 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.lucene80.TestLucene80NormsFormatMergeInstance
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestLucene80NormsFormatMergeInstance.testMergeStability
   [smoker]    [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestLucene80NormsFormatMergeInstance.testSparseNCommonBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestLucene80NormsFormatMergeInstance.testRamBytesUsed
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestLucene80NormsFormatMergeInstance.testNCommonBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [101/564] on J0 in 9.26s, 32 tests, 4 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.analysis.TestCachingTokenFilter
   [smoker]    [junit4] Completed [102/564] on J1 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestMatchAllDocsQuery
   [smoker]    [junit4] Completed [103/564] on J1 in 0.50s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.store.TestLockFactory
   [smoker]    [junit4] Completed [104/564] on J1 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSortedSetSortField
   [smoker]    [junit4] Completed [105/564] on J1 in 0.25s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [smoker]    [junit4] Completed [106/564] on J0 in 1.25s, 11 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestShardSearching
   [smoker]    [junit4] Completed [107/564] on J2 in 3.01s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestCrashCausesCorruptIndex
   [smoker]    [junit4] Completed [108/564] on J0 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestCustomTermFreq
   [smoker]    [junit4] Completed [109/564] on J2 in 0.25s, 12 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestOrdinalMap
   [smoker]    [junit4] Completed [110/564] on J0 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestParallelLeafReader
   [smoker]    [junit4] Completed [111/564] on J2 in 0.25s, 10 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestTessellator
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestTessellator.testSimpleTessellationAtNight
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestTessellator.testComplexPolygon40
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [112/564] on J1 in 1.00s, 49 tests, 2 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.automaton.TestRegExp
   [smoker]    [junit4] Completed [113/564] on J2 in 0.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestMathUtil
   [smoker]    [junit4] Completed [114/564] on J1 in 0.25s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestMinimize.testMinimizeHuge
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [115/564] on J0 in 0.75s, 3 tests, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestIndexSearcher
   [smoker]    [junit4] Completed [116/564] on J2 in 0.25s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestTermQuery
   [smoker]    [junit4] Completed [117/564] on J1 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestNoMergeScheduler
   [smoker]    [junit4] Completed [118/564] on J2 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.Test4GBStoredFields
   [smoker]    [junit4] IGNOR/A 0.00s J2 | Test4GBStoredFields.test
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [119/564] on J2 in 0.00s, 1 test, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.Test2BPositions
   [smoker]    [junit4] IGNOR/A 0.00s J2 | Test2BPositions.test
   [smoker]    [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=uses lots of space and takes a few minutes))
   [smoker]    [junit4] Completed [120/564] on J2 in 0.00s, 1 test, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestFutureArrays
   [smoker]    [junit4] Completed [121/564] on J1 in 0.25s, 10 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTermdocPerf
   [smoker]    [junit4] Completed [122/564] on J1 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF2EXP
   [smoker]    [junit4] Completed [123/564] on J2 in 0.50s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestFuzzyQuery
   [smoker]    [junit4] Completed [124/564] on J0 in 1.00s, 12 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestNoDeletionPolicy
   [smoker]    [junit4] Completed [125/564] on J0 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesOrds
   [smoker]    [junit4] IGNOR/A 0.00s J0 | Test2BSortedDocValuesOrds.test2BOrds
   [smoker]    [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~ 6 hours if the heap is 5gb))
   [smoker]    [junit4] Completed [126/564] on J0 in 0.00s, 1 test, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.Test2BNumericDocValues
   [smoker]    [junit4] IGNOR/A 0.00s J0 | Test2BNumericDocValues.testNumerics
   [smoker]    [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 2 hours if the heap is 5gb))
   [smoker]    [junit4] Completed [127/564] on J0 in 0.00s, 1 test, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestXYPointDistanceSort
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestXYPointDistanceSort.testRandomHuge
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [128/564] on J1 in 0.75s, 4 tests, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestTopDocsCollector
   [smoker]    [junit4] Completed [129/564] on J2 in 0.75s, 14 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.TestSearch
   [smoker]    [junit4] Completed [130/564] on J1 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF1EXP
   [smoker]    [junit4] Completed [131/564] on J0 in 0.50s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestTermScorer
   [smoker]    [junit4] Completed [132/564] on J0 in 0.25s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterLockRelease
   [smoker]    [junit4] Completed [133/564] on J0 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestDoubleRangeFieldQueries
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestDoubleRangeFieldQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [134/564] on J1 in 0.75s, 7 tests, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDocumentWriter
   [smoker]    [junit4] Completed [135/564] on J1 in 0.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestDocIdSetBuilder
   [smoker]    [junit4] Completed [136/564] on J1 in 0.25s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestIndexWriterMergePolicy.testMaxBufferedDocsChange
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [137/564] on J2 in 1.51s, 7 tests, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestNewestSegment
   [smoker]    [junit4] Completed [138/564] on J2 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestNRTThreads
   [smoker]    [junit4] Completed [139/564] on J0 in 1.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestNearSpansOrdered
   [smoker]    [junit4] Completed [140/564] on J2 in 0.25s, 19 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestFieldMaskingSpanQuery
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestFieldMaskingSpanQuery.testSimple2
   [smoker]    [junit4]    > Assumption #1: Broken scoring: LUCENE-3723
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestFieldMaskingSpanQuery.testSpans2
   [smoker]    [junit4]    > Assumption #1: Broken scoring: LUCENE-3723
   [smoker]    [junit4] Completed [141/564] on J0 in 0.25s, 11 tests, 2 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestRoaringDocIdSet
   [smoker]    [junit4] Completed [142/564] on J2 in 0.50s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestRecyclingByteBlockAllocator
   [smoker]    [junit4] Completed [143/564] on J0 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestNotDocIdSet
   [smoker]    [junit4] Completed [144/564] on J1 in 1.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestPoint2D
   [smoker]    [junit4] Completed [145/564] on J2 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestLine2D
   [smoker]    [junit4] Completed [146/564] on J0 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestXYPoint
   [smoker]    [junit4] Completed [147/564] on J1 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTermVectorsReader
   [smoker]    [junit4] Completed [148/564] on J2 in 0.25s, 13 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTermStates
   [smoker]    [junit4] Completed [149/564] on J0 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDocInverterPerFieldErrorInfo
   [smoker]    [junit4] Completed [150/564] on J1 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarity2
   [smoker]    [junit4] Completed [151/564] on J0 in 0.25s, 8 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastDecompressionMode
   [smoker]    [junit4] Completed [152/564] on J1 in 0.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.analysis.TestAnalyzerWrapper
   [smoker]    [junit4] Completed [153/564] on J0 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestIndexWriterOnVMError.testCheckpoint
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [154/564] on J1 in 0.25s, 3 tests, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestMultiset
   [smoker]    [junit4] Completed [155/564] on J1 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestBasics
   [smoker]    [junit4] Completed [156/564] on J2 in 1.75s, 27 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestLongValuesSource
   [smoker]    [junit4] Completed [157/564] on J0 in 1.25s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.analysis.TestCharArrayMap
   [smoker]    [junit4] Completed [158/564] on J2 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestMatchNoDocsQuery
   [smoker]    [junit4] Completed [159/564] on J2 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDemoParallelLeafReader
   [smoker]    [junit4] Completed [160/564] on J1 in 1.50s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestBooleanRewrites
   [smoker]    [junit4] Completed [161/564] on J1 in 0.25s, 15 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterDeleteByQuery
   [smoker]    [junit4] Completed [162/564] on J1 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.store.TestHugeRamFile
   [smoker]    [junit4] Completed [163/564] on J0 in 1.28s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.store.TestMmapDirectory
   [smoker]    [junit4] Completed [164/564] on J2 in 0.75s, 45 tests, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSortedSetSelector
   [smoker]    [junit4] Completed [165/564] on J0 in 0.25s, 15 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSubScorerFreqs
   [smoker]    [junit4] Completed [166/564] on J2 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexCommit
   [smoker]    [junit4] Completed [167/564] on J1 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestSimpleWKTShapeParsing
   [smoker]    [junit4] Completed [168/564] on J0 in 0.25s, 14 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestXYCircle
   [smoker]    [junit4] Completed [169/564] on J2 in 0.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTermsEnum2
   [smoker]    [junit4] Completed [170/564] on J1 in 0.50s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestMergedIterator
   [smoker]    [junit4] Completed [171/564] on J2 in 0.25s, 25 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestTermRangeQuery
   [smoker]    [junit4] Completed [172/564] on J2 in 0.25s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSameScoresWithThreads
   [smoker]    [junit4] Completed [173/564] on J1 in 0.50s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestFutureObjects
   [smoker]    [junit4] Completed [174/564] on J2 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.spans.TestSpansEnum
   [smoker]    [junit4] Completed [175/564] on J1 in 0.25s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTerms
   [smoker]    [junit4] Completed [176/564] on J2 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestSoftDeletesDirectoryReaderWrapper
   [smoker]    [junit4] Completed [177/564] on J1 in 0.25s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.store.TestTrackingDirectoryWrapper
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestTrackingDirectoryWrapper.testFsyncDoesntCreateNewFiles
   [smoker]    [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [smoker]    [junit4] IGNOR/A 0.00s J1 | TestTrackingDirectoryWrapper.testPendingDeletions
   [smoker]    [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [smoker]    [junit4] Completed [178/564] on J1 in 0.50s, 49 tests, 2 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestMSBRadixSorter
   [smoker]    [junit4] Completed [179/564] on J0 in 2.50s, 8 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestSynonymQuery
   [smoker]    [junit4] Completed [180/564] on J0 in 0.25s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestFrequencyTrackingRingBuffer
   [smoker]    [junit4] Completed [181/564] on J0 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestTermVectorsWriter
   [smoker]    [junit4] Completed [182/564] on J0 in 0.25s, 15 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestXYPointQueries
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestXYPointQueries.testRandomDistanceHuge
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestXYPointQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [183/564] on J2 in 2.75s, 38 tests, 2 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2
   [smoker]    [junit4] Completed [184/564] on J1 in 2.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
   [smoker]    [junit4] Completed [185/564] on J2 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestDoubleValuesSource
   [smoker]    [junit4] Completed [186/564] on J2 in 0.75s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterDeleteQueue
   [smoker]    [junit4] Completed [187/564] on J2 in 0.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.store.TestSimpleFSLockFactory
   [smoker]    [junit4] Completed [188/564] on J1 in 1.25s, 7 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestFilterIterator
   [smoker]    [junit4] Completed [189/564] on J2 in 0.25s, 8 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestNumericUtils
   [smoker]    [junit4] Completed [190/564] on J2 in 0.50s, 24 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestRollingUpdates
   [smoker]    [junit4] Completed [191/564] on J1 in 0.75s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestXYPolygon
   [smoker]    [junit4] Completed [192/564] on J2 in 0.25s, 9 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexableField
   [smoker]    [junit4] Completed [193/564] on J1 in 0.25s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDocValues
   [smoker]    [junit4] Completed [194/564] on J2 in 0.25s, 8 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestXYDocValuesQueries
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestXYDocValuesQueries.testRandomDistanceHuge
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J0 | TestXYDocValuesQueries.testRandomBig
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] Completed [195/564] on J0 in 3.26s, 38 tests, 2 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.compressing.TestHighCompressionMode
   [smoker]    [junit4] Completed [196/564] on J2 in 0.25s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF3EXP
   [smoker]    [junit4] Completed [197/564] on J1 in 0.50s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.TestMergeSchedulerExternal
   [smoker]    [junit4] Completed [198/564] on J0 in 0.75s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterOutOfFileDescriptors
   [smoker]    [junit4] Completed [199/564] on J2 in 2.00s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestNGramPhraseQuery
   [smoker]    [junit4] Completed [200/564] on J2 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestDocValuesRewriteMethod
   [smoker]    [junit4] Completed [201/564] on J0 in 2.00s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDocsWithFieldSet
   [smoker]    [junit4] Completed [202/564] on J0 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestDirectoryReader
   [smoker]    [junit4] Completed [203/564] on J2 in 0.75s, 24 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestFixedBitSet
   [smoker]    [junit4] Completed [204/564] on J1 in 3.26s, 21 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestBooleanScorer
   [smoker]    [junit4] Completed [205/564] on J2 in 0.50s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestMultiFields
   [smoker]    [junit4] Completed [206/564] on J1 in 0.50s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.search.TestFilterWeight
   [smoker]    [junit4] Completed [207/564] on J1 in 0.25s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestCollectionUtil
   [smoker]    [junit4] Completed [208/564] on J0 in 1.75s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.util.TestNamedSPILoader
   [smoker]    [junit4] Completed [209/564] on J0 in 0.25s, 3 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.geo.TestXYLine
   [smoker]    [junit4] Completed [210/564] on

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

ortedVar=DocValuesFormat(name=Direct), dvSortedSet=DocValuesFormat(name=Direct), new_numeric=DocValuesFormat(name=Lucene80), bdv2=DocValuesFormat(name=Lucene80), bdv2_c=DocValuesFormat(name=Lucene80), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Direct), dvBytesDerefVar=DocValuesFormat(name=Lucene80), dvSortedNumeric=DocValuesFormat(name=Lucene80), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Lucene80), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Direct), dvLong=DocValuesFormat(name=Lucene80), dvDouble=DocValuesFormat(name=Direct), dvFloat=DocValuesFormat(name=Lucene80), dvPacked=DocValuesFormat(name=Lucene80), dvByte=DocValuesFormat(name=Lucene80), ndv1_c=DocValuesFormat(name=Direct), ndv2_c=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=579, maxMBSortInHeap=7.86739803737013, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6201c6e7), locale=ru, timezone=Etc/GMT-10
   [smoker]    [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=197901448,total=529006592
   [smoker]    [junit4]   2> NOTE: All tests run in this JVM: [TestIndexedDISI, TestBackwardsCompatibility]
   [smoker]    [junit4] Completed [8/10 (1!)] on J1 in 62.44s, 34 tests, 1 failure, 8 skipped <<< FAILURES!
   [smoker]    [junit4] 
   [smoker]    [junit4] HEARTBEAT J2 PID(3852@lucene2-us-west.apache.org): 2020-05-16T11:25:01, stalled for 66.2s at: TestLucene70DocValuesFormat.testTermsEnumLongSharedPrefixes
   [smoker]    [junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
   [smoker]    [junit4] IGNOR/A 0.07s J2 | TestLucene70DocValuesFormat.testSortedVariableLengthManyVsStoredFields
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSparseNumericBlocksOfVariousBitsPerValue
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testThreads3
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSortedSetVariableLengthManyVsStoredFields
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSparseSortedNumericBlocksOfVariousBitsPerValue
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testTermsEnumRandomMany
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testRamBytesUsed
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.01s J2 | TestLucene70DocValuesFormat.testTermsEnumFixedWidth
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSortedSetVariableLengthBigVsStoredFields
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSortedSetAroundBlockSize
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSortedVariableLengthBigVsStoredFields
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSparseDocValuesVsStoredFields
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testThreads2
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSortedNumericAroundBlockSize
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testNumericBlocksOfVariousBitsPerValue
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testSortedNumericBlocksOfVariousBitsPerValue
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestLucene70DocValuesFormat.testTermsEnumVariableWidth
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled (@Slow())
   [smoker]    [junit4] Completed [9/10 (1!)] on J2 in 104.90s, 128 tests, 17 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnOldIndex
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestIndexWriterOnOldIndex.testOpenModeAndCreatedVersion
   [smoker]    [junit4]    > Assumption #1: Reenable when 7.0 is released
   [smoker]    [junit4] Completed [10/10 (1!)] on J2 in 0.25s, 1 test, 1 skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] 
   [smoker]    [junit4] Tests with failures [seed: ED04A404C358107E]:
   [smoker]    [junit4]   - org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested
   [smoker]    [junit4] 
   [smoker]    [junit4] 
   [smoker]    [junit4] JVM J0:     0.90 ..    56.70 =    55.80s
   [smoker]    [junit4] JVM J1:     0.89 ..    82.19 =    81.30s
   [smoker]    [junit4] JVM J2:     0.92 ..   107.65 =   106.73s
   [smoker]    [junit4] Execution time total: 1 minute 47 seconds
   [smoker]    [junit4] Tests summary: 10 suites, 240 tests, 1 failure, 32 ignored (32 assumptions)
   [smoker] 
   [smoker] BUILD FAILED
   [smoker] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/build.xml:480: The following error occurred while executing this line:
   [smoker] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/common-build.xml:2306: The following error occurred while executing this line:
   [smoker] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/module-build.xml:66: The following error occurred while executing this line:
   [smoker] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/common-build.xml:1599: The following error occurred while executing this line:
   [smoker] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/common-build.xml:1126: There were test failures: 10 suites, 240 tests, 1 failure, 32 ignored (32 assumptions) [seed: ED04A404C358107E]
   [smoker] 
   [smoker] Total time: 9 minutes 12 seconds
   [smoker] 
   [smoker] 
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 665, in verifyUnpacked
   [smoker]     java.run_java8('ant clean test %s' % testArgs, '%s/test.log' % unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1207, in run_java
   [smoker]     run('%s; %s' % (cmd_prefix, cmd), logfile)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 500, in run
   [smoker]     raise RuntimeError('command "%s" failed; see log file %s' % (command, logPath))
   [smoker] RuntimeError: command "export JAVA_HOME="/home/jenkins/tools/java/latest1.8" PATH="/home/jenkins/tools/java/latest1.8/bin:$PATH" JAVACMD="/home/jenkins/tools/java/latest1.8/bin/java"; ant clean test -Dtests.badapples=false -Dtests.slow=false" failed; see log file /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/tmp/unpack/lucene-8.6.0/test.log

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 20 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 437 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/437/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.08 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.05 sec (1008.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.5 MB in 0.06 sec (1308.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.6 MB in 0.08 sec (1154.7 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 436 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/436/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.01 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.03 sec (1390.8 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.5 MB in 0.06 sec (1355.8 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.6 MB in 0.08 sec (1210.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 435 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/435/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.47 sec (0.2 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.05 sec (890.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.5 MB in 0.10 sec (772.0 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.6 MB in 0.12 sec (791.8 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5463 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5463 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5463 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5463 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Traceback (most recent call last):
   [smoker] Releases that don't seem to be tested:  File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]   7.7.3
   [smoker] 
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 61 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 434 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/434/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.07 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.03 sec (1346.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.5 MB in 0.06 sec (1283.7 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.6 MB in 0.07 sec (1262.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4311 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 433 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/433/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.09 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.03 sec (1386.5 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.5 MB in 0.06 sec (1307.6 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.6 MB in 0.07 sec (1258.6 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 32 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 432 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/432/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.48 sec (0.2 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.05 sec (1001.5 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.5 MB in 0.08 sec (991.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.6 MB in 0.09 sec (976.4 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 36 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 431 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/431/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.05 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1293.8 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.5 MB in 0.06 sec (1256.9 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.6 MB in 0.07 sec (1292.5 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 34 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 430 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/430/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.02 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1258.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.06 sec (1257.2 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.07 sec (1254.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 429 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/429/

No tests ran.

Build Log:
[...truncated 16 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': Failed to connect to gitbox.apache.org port 443: Connection timed out

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1196.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy123.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': Failed to connect to gitbox.apache.org port 443: Connection timed out

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1196.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy123.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': Failed to connect to gitbox.apache.org port 443: Connection timed out

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1196.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy123.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 428 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/428/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.14 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1215.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.07 sec (1185.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.08 sec (1191.5 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 32 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 427 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/427/

No tests ran.

Build Log:
[...truncated 30850 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.02 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.03 sec (1401.0 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.06 sec (1365.0 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.07 sec (1364.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 426 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/426/

No tests ran.

Build Log:
[...truncated 30844 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.04 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1255.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.07 sec (1200.0 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.07 sec (1236.7 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 425 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/425/

No tests ran.

Build Log:
[...truncated 30844 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.15 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1279.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.06 sec (1245.5 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.07 sec (1252.5 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 424 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/424/

No tests ran.

Build Log:
[...truncated 3 lines...]
FATAL: java.io.IOException: Unexpected termination of the channel
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:140)
	at hudson.remoting.Command.readFrom(Command.java:126)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.Request.call(Request.java:202)
		at hudson.remoting.Channel.call(Channel.java:956)
		at hudson.FilePath.act(FilePath.java:1162)
		at org.jenkinsci.plugins.envinject.service.EnvironmentVariablesNodeLoader.gatherEnvVarsForNode(EnvironmentVariablesNodeLoader.java:61)
		at org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNode(EnvInjectListener.java:78)
		at org.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironment(EnvInjectListener.java:42)
		at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:542)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:462)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.remoting.RequestAbortedException
	at hudson.remoting.Request.abort(Request.java:340)
	at hudson.remoting.Channel.terminate(Channel.java:1040)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:94)
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 423 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/423/

No tests ran.

Build Log:
[...truncated 30844 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.59 sec (0.2 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1083.9 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.08 sec (1046.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.09 sec (1054.4 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 59 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 422 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/422/

No tests ran.

Build Log:
[...truncated 30844 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.05 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.03 sec (1376.2 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.06 sec (1271.5 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.07 sec (1272.4 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Traceback (most recent call last):
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 421 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/421/

No tests ran.

Build Log:
[...truncated 30844 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.39 sec (0.2 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.05 sec (1000.4 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.08 sec (1071.1 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.09 sec (1061.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 5451 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 60 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 420 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/420/

No tests ran.

Build Log:
[...truncated 30844 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.06 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1305.6 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.06 sec (1279.8 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.07 sec (1306.8 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 33 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 419 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/419/

No tests ran.

Build Log:
[...truncated 30844 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 487 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 226 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] Java 9 JAVA_HOME=/home/jenkins/tools/java/latest1.9
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Get KEYS...
   [smoker]     Downloading online KEYS file https://archive.apache.org/dist/lucene/KEYS
   [smoker] Downloading https://archive.apache.org/dist/lucene/KEYS
   [smoker]     0.3 MB in 1.02 sec (0.3 MB/sec)
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   check changes HTML...
   [smoker]   download lucene-8.6.0-src.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0-src.tgz
   [smoker]     45.7 MB in 0.04 sec (1253.3 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.tgz...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.tgz
   [smoker]     80.4 MB in 0.07 sec (1217.7 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   download lucene-8.6.0.zip...
   [smoker] Downloading file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/lucene/build/smokeTestRelease/dist/lucene/lucene-8.6.0.zip
   [smoker]     92.5 MB in 0.08 sec (1228.9 MB/sec)
   [smoker]     verify sha512 digest
   [smoker]   unpack lucene-8.6.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     test demo with 9...
   [smoker]       got 4299 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-8.6.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]     run tests w/ Java 9 and testArgs='-Dtests.badapples=false -Dtests.slow=false'...
   [smoker]     test demo with 9...
   [smoker]       got 230 hits for query "lucene"
   [smoker]     checkindex with 9...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker] Releases that don't seem to be tested:
   [smoker]   7.7.3
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1487, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1413, in main
   [smoker]     downloadOnly=c.download_only)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1465, in smokeTest
   [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % version, gitRevision, version, testArgs, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 566, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 752, in verifyUnpacked
   [smoker]     confirmAllReleasesAreTestedForBackCompat(version, unpackPath)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/dev-tools/scripts/smokeTestRelease.py", line 1388, in confirmAllReleasesAreTestedForBackCompat
   [smoker]     raise RuntimeError('some releases are not tested by TestBackwardsCompatibility?')
   [smoker] RuntimeError: some releases are not tested by TestBackwardsCompatibility?

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-8.x/build.xml:462: exec returned: 1

Total time: 32 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9