Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.4/4/

No tests ran.

Build Log:
[...truncated 15 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
git://git.apache.org/lucene-solr.git
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:862)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1129)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1160)
        at hudson.scm.SCM.checkout(SCM.java:495)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
        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:1724)
        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 git://git.apache.org/lucene-solr.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.apache.org:
git.apache.org[0: 54.84.58.65]: errno=Connection refused


        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1996)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1715)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
        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:207)
        at hudson.remoting.UserRequest.perform(UserRequest.java:53)
        at hudson.remoting.Request$2.run(Request.java:358)
        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:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
                at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
                at hudson.remoting.Channel.call(Channel.java:908)
                at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
                at sun.reflect.GeneratedMethodAccessor884.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.$Proxy110.execute(Unknown Source)
                at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:860)
                at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1129)
                at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1160)
                at hudson.scm.SCM.checkout(SCM.java:495)
                at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
                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:1724)
                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
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/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 git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_7_4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_7_4^{commit} # timeout=10
Checking out Revision 0a1fe1ed7d9e7a43bb1820caf205fff1934965dd 
(refs/remotes/origin/branch_7_4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0a1fe1ed7d9e7a43bb1820caf205fff1934965dd
Commit message: "LUCENE-8344: TokenStreamToAutomaton doesn't ignore trailing 
posInc when preservePositionIncrements=false"
 > git rev-list --no-walk 30ed80092b789359e00b12097a5f6ed02aa1f995 # timeout=10
No emails were triggered.
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Lucene-Solr-SmokeRelease-7.4] $ 
/home/jenkins/tools/ant/apache-ant-1.8.4/bin/ant 
-DsmokeTestRelease.java9=/home/jenkins/tools/java/latest1.9 nightly-smoke
Buildfile: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/build.xml

clean:

clean:

clean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: 
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

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

resolve-markdown:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found com.vladsch.flexmark#flexmark;0.16.1 in public
[ivy:cachepath]         found com.vladsch.flexmark#flexmark-util;0.16.1 in 
public
[ivy:cachepath]         found com.vladsch.flexmark#flexmark-ext-autolink;0.16.1 
in public
[ivy:cachepath]         found org.nibor.autolink#autolink;0.6.0 in public
[ivy:cachepath]         found com.vladsch.flexmark#flexmark-formatter;0.16.1 in 
public
[ivy:cachepath]         found 
com.vladsch.flexmark#flexmark-ext-abbreviation;0.16.1 in public
[ivy:cachepath] :: resolution report :: resolve 253ms :: artifacts dl 8ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   6   |   0   |   0   |   0   ||   6   |   0   |
        ---------------------------------------------------------------------

install-maven-tasks:
[ivy:cachepath] :: resolving dependencies :: 
org.apache.maven#maven-ant-tasks-caller;working
[ivy:cachepath]         confs: [master]
[ivy:cachepath]         found org.apache.maven#maven-ant-tasks;2.1.3 in public
[ivy:cachepath] :: resolution report :: resolve 56ms :: artifacts dl 3ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      master      |   1   |   0   |   0   |   0   ||   1   |   0   |
        ---------------------------------------------------------------------

-nightly-smoke-java9params:

nightly-smoke:
 [python32] Python 3.4.3

clean:
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve-groovy:

check-lucene-core-uptodate:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build
     [copy] Copying 1 file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java
    [javac] Compiling 842 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene62/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
     [copy] Copying 3 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java

jar-core:

-mrjar-classes-uptodate:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve-groovy:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

patch-mrjar-classes:
[patch-cls] Remapped: 
org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl
[patch-cls] Remapped: org/apache/lucene/codecs/compressing/LZ4
[patch-cls] Remapped: org/apache/lucene/document/BinaryPoint$2
[patch-cls] Remapped: org/apache/lucene/document/DoubleRange
[patch-cls] Remapped: org/apache/lucene/document/FloatRange
[patch-cls] Remapped: org/apache/lucene/document/IntRange
[patch-cls] Remapped: org/apache/lucene/document/LongRange
[patch-cls] Remapped: org/apache/lucene/index/BitsSlice
[patch-cls] Remapped: org/apache/lucene/index/CodecReader
[patch-cls] Remapped: org/apache/lucene/index/MergeReaderWrapper
[patch-cls] Remapped: org/apache/lucene/search/BooleanScorer$TailPriorityQueue
[patch-cls] Remapped: org/apache/lucene/util/BytesRef
[patch-cls] Remapped: org/apache/lucene/util/BytesRefArray
[patch-cls] Remapped: 
org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator
[patch-cls] Remapped: org/apache/lucene/util/CharsRef
[patch-cls] Remapped: org/apache/lucene/util/IntsRef
[patch-cls] Remapped: org/apache/lucene/util/LongsRef
[patch-cls] Remapped: org/apache/lucene/util/StringHelper
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton$Builder
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton
[patch-cls] Remapped 20 class files for Java 9 to: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/java9
    [touch] Creating 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/patch-mrjar.stamp

-mrjar-check:

-mrjar-core:
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/lucene-core-7.4.0.jar

-jar-core:

jar-core:

jar-test-framework:

-mrjar-classes-uptodate:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve-groovy:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

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

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

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

compile-core:

patch-mrjar-classes:
[patch-cls] Remapped 0 class files for Java 9 to: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/test-framework/classes/java9
    [touch] Creating 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/test-framework/patch-mrjar.stamp

-mrjar-check:

-mrjar-core:

-jar-core:
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/test-framework/lucene-test-framework-7.4.0.jar

jar-core:

compile-test:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/test
    [javac] Compiling 482 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/test
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:2685:
 warning: [try] auto-closeable resource closeable is never referenced in body 
of corresponding try statement
    [javac]          Closeable closeable = () -> IOUtils.close(toClose)) {
    [javac]                    ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning
     [copy] Copying 3 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/core/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/test-framework/classes/test
    [javac] Compiling 45 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/test-framework/classes/test

compile-test:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java
    [javac] Compiling 475 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/hunspell/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/minhash/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/ga/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/ca/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/custom/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/sr/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/collation/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/sv/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/bg/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/payloads/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/ngram/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/core/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/bn/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/fr/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/tartarus/snowball/ext/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/br/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/miscellaneous/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/sinks/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/cjk/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/synonym/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/wikipedia/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/fa/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/reverse/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/nl/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/ro/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/fi/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/ru/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/no/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/el/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/ckb/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/tartarus/snowball/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/in/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/util/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/it/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/snowball/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/en/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/es/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/shingle/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/eu/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/ar/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/query/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/id/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/compound/hyphenation/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/charfilter/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/pt/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/lv/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/lt/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/hu/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/hy/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/pattern/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/cz/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/th/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/path/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/tr/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/da/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/de/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/hi/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/collation/tokenattributes/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/gl/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/commongrams/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java/org/apache/lucene/analysis/compound/package-info.class
     [copy] Copying 40 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/test
    [javac] Compiling 295 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 117 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-mrjar-classes-uptodate:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve-groovy:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

patch-mrjar-classes:
[patch-cls] Remapped 0 class files for Java 9 to: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/classes/java9
    [touch] Creating 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/patch-mrjar.stamp

-mrjar-check:

-mrjar-core:

-jar-core:
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/common/lucene-analyzers-common-7.4.0.jar

jar-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/java
    [javac] Compiling 25 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/java
    [javac] Note: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/analysis/icu/src/java/org/apache/lucene/analysis/icu/ICUTransformFilter.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/java/org/apache/lucene/analysis/icu/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/java/org/apache/lucene/analysis/icu/tokenattributes/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/java/org/apache/lucene/analysis/icu/segmentation/package-info.class
     [copy] Copying 6 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/test
    [javac] Compiling 16 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/test
     [copy] Copying 3 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/icu/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

module-build.compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/java
    [javac] Compiling 39 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/java/org/apache/lucene/analysis/ja/dict/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/java/org/apache/lucene/analysis/ja/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/java/org/apache/lucene/analysis/ja/util/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/java/org/apache/lucene/analysis/ja/tokenattributes/package-info.class
     [copy] Copying 14 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/test
    [javac] Compiling 22 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/test
     [copy] Copying 3 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/test

resolve-icu:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

check-analyzers-common-uptodate:

jar-analyzers-common:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-tools:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/tools/classes/java
    [javac] Compiling 7 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/tools/classes/java
     [copy] Copying 1 file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/tools/classes/java

compile-tools:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/tools
    [javac] Compiling 9 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/tools

compile-tools-tests:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/tools-test
    [javac] Compiling 1 source file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/kuromoji/classes/tools-test

compile-test:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/morfologik/classes/java
    [javac] Compiling 8 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/morfologik/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/morfologik/classes/java/org/apache/lucene/analysis/uk/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/morfologik/classes/java/org/apache/lucene/analysis/morfologik/package-info.class
     [copy] Copying 3 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/morfologik/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/morfologik/classes/test
    [javac] Compiling 3 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/morfologik/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

module-build.compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/java
    [javac] Compiling 29 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/java/org/apache/lucene/analysis/ko/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/java/org/apache/lucene/analysis/ko/tokenattributes/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/java/org/apache/lucene/analysis/ko/util/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/java/org/apache/lucene/analysis/ko/dict/package-info.class
     [copy] Copying 11 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/test
    [javac] Compiling 9 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/test
     [copy] Copying 1 file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/test

resolve-icu:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

check-analyzers-common-uptodate:

jar-analyzers-common:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-tools:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-core:

compile-tools:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/tools
    [javac] Compiling 9 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/tools

compile-tools-tests:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/tools-test
    [javac] Compiling 1 source file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/nori/classes/tools-test

compile-test:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/opennlp/classes/java
    [javac] Compiling 18 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/opennlp/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/opennlp/classes/java/org/apache/lucene/analysis/opennlp/tools/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/opennlp/classes/java/org/apache/lucene/analysis/opennlp/package-info.class
     [copy] Copying 2 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/opennlp/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/opennlp/classes/test
    [javac] Compiling 5 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/opennlp/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/phonetic/classes/java
    [javac] Compiling 9 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/phonetic/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/phonetic/classes/java/org/apache/lucene/analysis/phonetic/package-info.class
     [copy] Copying 1 file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/phonetic/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/phonetic/classes/test
    [javac] Compiling 8 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/phonetic/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/smartcn/classes/java
    [javac] Compiling 20 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/smartcn/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/smartcn/classes/java/org/apache/lucene/analysis/cn/smart/hhmm/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/smartcn/classes/java/org/apache/lucene/analysis/cn/smart/package-info.class
     [copy] Copying 4 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/smartcn/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/smartcn/classes/test
    [javac] Compiling 2 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/smartcn/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/java
    [javac] Compiling 20 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/java/org/apache/lucene/analysis/stempel/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/java/org/apache/lucene/analysis/pl/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/java/org/egothor/stemmer/package-info.class
     [copy] Copying 3 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/test
    [javac] Compiling 4 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/test
     [copy] Copying 1 file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/stempel/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

check-analyzers-common-uptodate:

jar-analyzers-common:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/uima/classes/java
    [javac] Compiling 13 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/uima/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/uima/classes/java/org/apache/lucene/analysis/uima/ae/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/uima/classes/java/org/apache/lucene/analysis/uima/package-info.class
     [copy] Copying 2 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/uima/classes/java

compile-core:

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/uima/classes/test
    [javac] Compiling 8 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/analysis/uima/classes/test

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

compile-test:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/backward-codecs/classes/java
    [javac] Compiling 13 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/backward-codecs/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/backward-codecs/classes/java/org/apache/lucene/codecs/lucene54/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/backward-codecs/classes/java/org/apache/lucene/codecs/lucene53/package-info.class
     [copy] Copying 3 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/backward-codecs/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/backward-codecs/classes/test
    [javac] Compiling 15 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/backward-codecs/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 205 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/backward-codecs/classes/test

copy-alg-files-for-testing:
     [copy] Copying 37 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/benchmark/classes/test/conf

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

module-build.init:

check-memory-uptodate:

jar-memory:

-mrjar-classes-uptodate:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve-groovy:

check-queryparser-uptodate:

jar-queryparser:

-mrjar-classes-uptodate:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve-groovy:

check-queries-uptodate:

jar-queries:

-mrjar-classes-uptodate:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve-groovy:

check-expressions-uptodate:

jar-expressions:

-mrjar-classes-uptodate:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/top-level-ivy-settings.xml

resolve-groovy:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/expressions/classes/java
    [javac] Compiling 17 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/expressions/classes/java
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/expressions/classes/java/org/apache/lucene/expressions/js/package-info.class
    [javac] Creating empty 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/expressions/classes/java/org/apache/lucene/expressions/package-info.class
     [copy] Copying 1 file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/expressions/classes/java

patch-mrjar-classes:
[patch-cls] Remapped 0 class files for Java 9 to: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/expressions/classes/java9
    [touch] Creating 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/expressions/patch-mrjar.stamp

-mrjar-check:

-mrjar-core:

-jar-core:
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/expressions/lucene-expressions-7.4.0.jar

jar-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/queries/classes/java
    [javac] Compiling 86 source files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/queries/classes/java
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/FunctionQuery.java:59:
 warning: [rawtypes] found raw type: Map
    [javac]     protected final Map context;
    [javac]                     ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:54:
 warning: [rawtypes] found raw type: Map
    [javac]   public abstract FunctionValues getValues(Map context, 
LeafReaderContext readerContext) throws IOException;
    [javac]                                            ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:78:
 warning: [rawtypes] found raw type: Map
    [javac]   public void createWeight(Map context, IndexSearcher searcher) 
throws IOException {
    [javac]                            ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:84:
 warning: [rawtypes] found raw type: Map
    [javac]   public static Map newContext(IndexSearcher searcher) {
    [javac]                 ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:85:
 warning: [rawtypes] found raw type: Map
    [javac]     Map context = new IdentityHashMap();
    [javac]     ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:85:
 warning: [rawtypes] found raw type: IdentityHashMap
    [javac]     Map context = new IdentityHashMap();
    [javac]                       ^
    [javac]   missing type arguments for generic class IdentityHashMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class IdentityHashMap
    [javac]     V extends Object declared in class IdentityHashMap
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:86:
 warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
    [javac]     context.put("searcher", searcher);
    [javac]                ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:132:
 warning: [rawtypes] found raw type: Map
    [javac]       Map context = new IdentityHashMap<>();
    [javac]       ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:134:
 warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
    [javac]       context.put("scorer", scorer);
    [javac]                  ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:208:
 warning: [rawtypes] found raw type: Map
    [javac]       Map context = new HashMap<>();
    [javac]       ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:210:
 warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
    [javac]       context.put("scorer", scorer);
    [javac]                  ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:211:
 warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
    [javac]       context.put("searcher", searcher);
    [javac]                  ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:245:
 warning: [rawtypes] found raw type: Map
    [javac]       Map context = new HashMap<>();
    [javac]       ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/queries/src/java/org/apache/lucene/queries/function/ValueSource.java:248:
 warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
    [javac]       context.put("scorer", scorer);
    [javac]                  ^
    [javac]   where K,V are 

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

 [smoker]    [junit4] Suite: 
org.apache.solr.update.processor.ClassificationUpdateProcessorIntegrationTest
   [smoker]    [junit4] Completed [794/817 (1!)] on J1 in 1.40s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.update.processor.CloneFieldUpdateProcessorFactoryTest
   [smoker]    [junit4] Completed [795/817 (1!)] on J1 in 2.41s, 9 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.store.hdfs.HdfsDirectoryTest
   [smoker]    [junit4] IGNOR/A 0.00s J2 | HdfsDirectoryTest.testEOF
   [smoker]    [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [smoker]    [junit4] Completed [796/817 (1!)] on J2 in 116.58s, 4 tests, 1 
skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.update.TestInPlaceUpdatesStandalone
   [smoker]    [junit4] Completed [797/817 (1!)] on J0 in 77.28s, 18 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
   [smoker]    [junit4] Completed [798/817 (1!)] on J2 in 2.61s, 33 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.update.processor.TestNamedUpdateProcessors
   [smoker]    [junit4] IGNOR/A 0.00s J2 | TestNamedUpdateProcessors.test
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled 
(@Slow())
   [smoker]    [junit4] Completed [799/817 (1!)] on J2 in 0.02s, 1 test, 1 
skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.update.processor.PreAnalyzedUpdateProcessorTest
   [smoker]    [junit4] Completed [800/817 (1!)] on J0 in 2.03s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.update.processor.TolerantUpdateProcessorTest
   [smoker]    [junit4] Completed [801/817 (1!)] on J0 in 1.75s, 11 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.DistanceUnitsTest
   [smoker]    [junit4] Completed [802/817 (1!)] on J0 in 0.01s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.NumberUtilsTest
   [smoker]    [junit4] Completed [803/817 (1!)] on J0 in 0.02s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.OrderedExecutorTest
   [smoker]    [junit4] Completed [804/817 (1!)] on J0 in 1.09s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.update.processor.DocExpirationUpdateProcessorFactoryTest
   [smoker]    [junit4] Completed [805/817 (1!)] on J1 in 9.87s, 5 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.TestRTimerTree
   [smoker]    [junit4] Completed [806/817 (1!)] on J1 in 0.04s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.TestTestInjection
   [smoker]    [junit4] Completed [807/817 (1!)] on J1 in 0.05s, 4 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.util.configuration.providers.EnvSSLCredentialProviderTest
   [smoker]    [junit4] Completed [808/817 (1!)] on J1 in 0.00s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.util.configuration.providers.HadoopSSLCredentialProviderTest
   [smoker]    [junit4] Completed [809/817 (1!)] on J1 in 0.00s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.util.configuration.providers.SysPropSSLCredentialProviderTest
   [smoker]    [junit4] Completed [810/817 (1!)] on J1 in 0.00s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.hll.ExplicitHLLTest
   [smoker]    [junit4] Completed [811/817 (1!)] on J1 in 0.10s, 6 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.hll.HLLSerializationTest
   [smoker]    [junit4] IGNOR/A 0.00s J1 | 
HLLSerializationTest.monsterHLLSerializationTest
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled 
(@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | 
HLLSerializationTest.serializationSmokeTest
   [smoker]    [junit4]    > Assumption #1: 'nightly' test group is disabled 
(@Nightly())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | 
HLLSerializationTest.manyValuesMonsterHLLSerializationTest
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled 
(@Slow())
   [smoker]    [junit4] IGNOR/A 0.00s J1 | 
HLLSerializationTest.manyValuesHLLSerializationTest
   [smoker]    [junit4]    > Assumption #1: 'slow' test group is disabled 
(@Slow())
   [smoker]    [junit4] Completed [812/817 (1!)] on J1 in 0.00s, 4 tests, 4 
skipped
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.hll.HLLUtilTest
   [smoker]    [junit4] Completed [813/817 (1!)] on J1 in 0.06s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.hll.SparseHLLTest
   [smoker]    [junit4] Completed [814/817 (1!)] on J1 in 0.48s, 8 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.stats.MetricUtilsTest
   [smoker]    [junit4] Completed [815/817 (1!)] on J1 in 0.31s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: org.apache.solr.util.TestObjectReleaseTracker
   [smoker]    [junit4] Completed [816/817 (1!)] on J0 in 4.02s, 1 test
   [smoker]    [junit4] 
   [smoker]    [junit4] Suite: 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [smoker]    [junit4] Completed [817/817 (1!)] on J2 in 27.71s, 2 tests
   [smoker]    [junit4] 
   [smoker]    [junit4] 
   [smoker]    [junit4] Tests with failures [seed: 4CDA78824CDD90D1]:
   [smoker]    [junit4]   - 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration
   [smoker]    [junit4] 
   [smoker]    [junit4] 
   [smoker]    [junit4] JVM J0:     3.70 ..  2300.30 =  2296.60s
   [smoker]    [junit4] JVM J1:     2.68 ..  2299.64 =  2296.96s
   [smoker]    [junit4] JVM J2:     2.66 ..  2318.55 =  2315.89s
   [smoker]    [junit4] Execution time total: 38 minutes 38 seconds
   [smoker]    [junit4] Tests summary: 817 suites (5 ignored), 3937 tests, 1 
failure, 494 ignored (474 assumptions)
   [smoker] 
   [smoker] BUILD FAILED
   [smoker] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/smokeTestRelease/tmp/unpack/solr-7.4.0/solr/build.xml:267:
 The following error occurred while executing this line:
   [smoker] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/smokeTestRelease/tmp/unpack/solr-7.4.0/solr/common-build.xml:557:
 The following error occurred while executing this line:
   [smoker] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/smokeTestRelease/tmp/unpack/solr-7.4.0/lucene/common-build.xml:1568:
 The following error occurred while executing this line:
   [smoker] 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/smokeTestRelease/tmp/unpack/solr-7.4.0/lucene/common-build.xml:1092:
 There were test failures: 817 suites (5 ignored), 3937 tests, 1 failure, 494 
ignored (474 assumptions) [seed: 4CDA78824CDD90D1]
   [smoker] 
   [smoker] Total time: 40 minutes 14 seconds
   [smoker] 
   [smoker] 
   [smoker] Traceback (most recent call last):
   [smoker]   File 
"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/dev-tools/scripts/smokeTestRelease.py",
 line 1524, in <module>
   [smoker]     main()
   [smoker]   File 
"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/dev-tools/scripts/smokeTestRelease.py",
 line 1465, in main
   [smoker]     smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, 
c.is_signed, ' '.join(c.test_args))
   [smoker]   File 
"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/dev-tools/scripts/smokeTestRelease.py",
 line 1514, in smokeTest
   [smoker]     gitRevision, version, testArgs, baseURL)
   [smoker]   File 
"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/dev-tools/scripts/smokeTestRelease.py",
 line 622, in unpackAndVerify
   [smoker]     verifyUnpacked(java, project, artifact, unpackPath, 
gitRevision, version, testArgs, tmpDir, baseURL)
   [smoker]   File 
"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/dev-tools/scripts/smokeTestRelease.py",
 line 743, in verifyUnpacked
   [smoker]     java.run_java8('ant clean test -Dtests.slow=false %s' % 
testArgs, '%s/test.log' % unpackPath)
   [smoker]   File 
"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/dev-tools/scripts/smokeTestRelease.py",
 line 1267, in run_java
   [smoker]     run('%s; %s' % (cmd_prefix, cmd), logfile)
   [smoker]   File 
"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/dev-tools/scripts/smokeTestRelease.py",
 line 547, 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.slow=false -Dtests.badapples=false -Dtests.slow=false" failed; see log 
file 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/lucene/build/smokeTestRelease/tmp/unpack/solr-7.4.0/test.log

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.4/build.xml:462: 
exec returned: 1

Total time: 197 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
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
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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to