You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/27 03:37:43 UTC

Build failed in Jenkins: PreCommit-ZOOKEEPER-github-pr-build-maven #983

See <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/983/display/redirect>

------------------------------------------
GitHub pull request #632 to apache/zookeeper
[EnvInject] - Loading node environment variables.
Building remotely on H5 (Hadoop) in workspace <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/zookeeper
 > git init <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/zookeeper
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/zookeeper +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/zookeeper # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/zookeeper # timeout=10
Fetching upstream changes from https://github.com/apache/zookeeper
 > git fetch --tags --progress https://github.com/apache/zookeeper +refs/pull/*:refs/remotes/origin/pr/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master origin/master
  Opening connection
    Done: 0
  Counting objects
    Done: 138
  Finding sources
    Done: 138
  Getting sizes
    Done: 95
  Compressing objects
    Done: 249447
  Writing objects
    Done: 138
  remote: Resolving deltas
  remote: Updating references
Merging refs/tags/changes/983
 > git rev-parse refs/tags/changes/983^{commit} # timeout=10
 > git merge 60985ecf10bcc593031e700b7bb21196fa7081bd # timeout=10
FATAL: Command "git merge 60985ecf10bcc593031e700b7bb21196fa7081bd" returned status code 1:
stdout: Auto-merging zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/Commands.java
CONFLICT (content): Merge conflict in zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/Commands.java
Auto-merging zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
CONFLICT (content): Merge conflict in zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
Automatic merge failed; fix conflicts and then commit the result.

stderr: 
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H5
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy114.merge(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.merge(RemoteGitImpl.java:435)
		at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:107)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1086)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "git merge 60985ecf10bcc593031e700b7bb21196fa7081bd" returned status code 1:
stdout: Auto-merging zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/Commands.java
CONFLICT (content): Merge conflict in zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/Commands.java
Auto-merging zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
CONFLICT (content): Merge conflict in zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
Automatic merge failed; fix conflicts and then commit the result.

stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2010)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1638)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:738)
	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.merge(AbstractGitAPIImpl.java:86)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.merge(CliGitAPIImpl.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Putting comment on the pull request

Jenkins build is back to normal : PreCommit-ZOOKEEPER-github-pr-build-maven #989

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/989/display/redirect>


Build failed in Jenkins: PreCommit-ZOOKEEPER-github-pr-build-maven #988

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/988/display/redirect>

------------------------------------------
[...truncated 437.78 KB...]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom (2.1 kB at 190 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 194 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 500 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom (12 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom (9.0 kB at 820 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom (8.5 kB at 771 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom (12 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom (1.9 kB at 176 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (5.5 kB at 500 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.pom (1.7 kB at 150 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.pom (1.9 kB at 135 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.pom (1.7 kB at 127 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.pom (1.4 kB at 115 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.pom (19 kB at 1.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 939 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 2.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 431 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.pom (4.0 kB at 332 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.36.Final/netty-all-4.1.36.Final.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.17.v20190418/jetty-server-9.4.17.v20190418.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar (12 kB at 680 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.17.v20190418/jetty-http-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar (307 kB at 9.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.17.v20190418/jetty-util-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 2.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.17.v20190418/jetty-io-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.17.v20190418/jetty-server-9.4.17.v20190418.jar (647 kB at 14 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.17.v20190418/jetty-servlet-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.17.v20190418/jetty-http-9.4.17.v20190418.jar (203 kB at 4.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.17.v20190418/jetty-security-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.17.v20190418/jetty-io-9.4.17.v20190418.jar (156 kB at 2.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.17.v20190418/jetty-servlet-9.4.17.v20190418.jar (121 kB at 1.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.17.v20190418/jetty-security-9.4.17.v20190418.jar (116 kB at 1.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar (24 kB at 299 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar (326 kB at 3.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jline/jline/2.11/jline-2.11.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jline/jline/2.11/jline-2.11.jar (209 kB at 1.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.5/metrics-core-3.2.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.17.v20190418/jetty-util-9.4.17.v20190418.jar (526 kB at 4.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar (1.3 MB at 10 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.1.0/kerb-core-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.5/metrics-core-3.2.5.jar (136 kB at 1.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.1.0/kerby-pkix-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 5.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.1.0/kerby-asn1-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 3.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.1.0/kerby-util-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.36.Final/netty-all-4.1.36.Final.jar (4.0 MB at 20 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.1.0/kerb-simplekdc-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.1.0/kerb-simplekdc-1.1.0.jar (20 kB at 100 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.1.0/kerb-client-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.1.0/kerb-client-1.1.0.jar (117 kB at 523 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.1.0/kerb-common-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.1.0/kerb-common-1.1.0.jar (71 kB at 300 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.1.0/kerb-crypto-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.1.0/kerb-crypto-1.1.0.jar (117 kB at 458 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.1.0/kerb-util-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.1.0/kerby-pkix-1.1.0.jar (205 kB at 790 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.1.0/token-provider-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.1.0/kerb-core-1.1.0.jar (228 kB at 875 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/4.41.2/nimbus-jose-jwt-4.41.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.1.0/kerby-util-1.1.0.jar (41 kB at 151 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.1.0/kerb-util-1.1.0.jar (37 kB at 136 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.1.0/kerby-asn1-1.1.0.jar (102 kB at 373 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (4.7 kB at 17 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/4.41.2/nimbus-jose-jwt-4.41.2.jar (300 kB at 1.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 419 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 105 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar (53 kB at 181 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.jar (18 kB at 60 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.1.0/kerby-config-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.jar (81 kB at 267 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.jar (85 kB at 279 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.jar (29 kB at 95 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.1.0/kerby-config-1.1.0.jar (31 kB at 96 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar (43 kB at 133 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.jar (588 kB at 1.7 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.1.0/token-provider-1.1.0.jar (20 kB at 55 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.jar (2.0 MB at 4.6 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.jar (3.3 MB at 7.1 MB/s)
[INFO] 
[INFO] --- git-commit-id-plugin:3.0.0:revision (find-current-git-revision) @ zookeeper ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ zookeeper ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:timestamp-property (tbuild-time) @ zookeeper ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ zookeeper ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 11 MB/s)
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ zookeeper ---
[INFO] Source directory: <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/generated-sources/java> added.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (pre-compile-vergen) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/classes>
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (generate-version-info) @ zookeeper ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ zookeeper ---
[INFO] artifact net.minidev:json-smart: checking for updates from central
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-serversrc/main/java/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 328 source files to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 34 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 293 source files to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[27,23] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[74,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[82,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[86,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[92,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[100,9] junit.framework.Assert in junit.framework has been deprecated
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] warnings found and -Werror specified
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache ZooKeeper 3.6.0-SNAPSHOT:
[INFO] 
[INFO] Apache ZooKeeper ................................... SUCCESS [ 22.840 s]
[INFO] Apache ZooKeeper - Documentation ................... SUCCESS [  9.194 s]
[INFO] Apache ZooKeeper - Jute ............................ SUCCESS [01:18 min]
[INFO] Apache ZooKeeper - Server .......................... FAILURE [ 14.604 s]
[INFO] Apache ZooKeeper - Metrics Providers ............... SKIPPED
[INFO] Apache ZooKeeper - Prometheus.io Metrics Provider .. SKIPPED
[INFO] Apache ZooKeeper - Client .......................... SKIPPED
[INFO] Apache ZooKeeper - Client - C ...................... SKIPPED
[INFO] Apache ZooKeeper - Recipes ......................... SKIPPED
[INFO] Apache ZooKeeper - Recipes - Election .............. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Lock .................. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Queue ................. SKIPPED
[INFO] Apache ZooKeeper - Assembly ........................ SKIPPED
[INFO] Apache ZooKeeper - Contrib ......................... SKIPPED
[INFO] Apache ZooKeeper - Contrib - Loggraph .............. SKIPPED
[INFO] Apache ZooKeeper - Contrib - Rest .................. SKIPPED
[INFO] Apache ZooKeeper - Contrib - ZooInspector .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:39 min
[INFO] Finished at: 2019-07-27T12:17:20Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project zookeeper: Compilation failure
[ERROR] warnings found and -Werror specified
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :zookeeper
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/pom.xml> to org.apache.zookeeper/zookeeper/3.6.0-SNAPSHOT/zookeeper-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml> to org.apache.zookeeper/zookeeper-contrib-loggraph/3.6.0-SNAPSHOT/zookeeper-contrib-loggraph-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-metrics-providers/pom.xml> to org.apache.zookeeper/zookeeper-metrics-providers/3.6.0-SNAPSHOT/zookeeper-metrics-providers-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml> to org.apache.zookeeper/zookeeper-prometheus-metrics/3.6.0-SNAPSHOT/zookeeper-prometheus-metrics-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-election/pom.xml> to org.apache.zookeeper/zookeeper-recipes-election/3.6.0-SNAPSHOT/zookeeper-recipes-election-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/pom.xml> to org.apache.zookeeper/parent/3.6.0-SNAPSHOT/parent-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-lock/pom.xml> to org.apache.zookeeper/zookeeper-recipes-lock/3.6.0-SNAPSHOT/zookeeper-recipes-lock-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/pom.xml> to org.apache.zookeeper/zookeeper-contrib/3.6.0-SNAPSHOT/zookeeper-contrib-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-client/pom.xml> to org.apache.zookeeper/zookeeper-client/3.6.0-SNAPSHOT/zookeeper-client-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/pom.xml> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-tests.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-sources.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-javadoc.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-queue/pom.xml> to org.apache.zookeeper/zookeeper-recipes-queue/3.6.0-SNAPSHOT/zookeeper-recipes-queue-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/pom.xml> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT-tests.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT-sources.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/pom.xml> to org.apache.zookeeper/zookeeper-recipes/3.6.0-SNAPSHOT/zookeeper-recipes-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-client/zookeeper-client-c/pom.xml> to org.apache.zookeeper/zookeeper-client-c/3.6.0-SNAPSHOT/zookeeper-client-c-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-rest/pom.xml> to org.apache.zookeeper/zookeeper-contrib-rest/3.6.0-SNAPSHOT/zookeeper-contrib-rest-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-assembly/pom.xml> to org.apache.zookeeper/zookeeper-assembly/3.6.0-SNAPSHOT/zookeeper-assembly-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml> to org.apache.zookeeper/zookeeper-contrib-zooinspector/3.6.0-SNAPSHOT/zookeeper-contrib-zooinspector-3.6.0-SNAPSHOT.pom
channel stopped
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Setting status of fa1c9a32a6659b7488cba9f8328f224bdbca19a3 to FAILURE with url https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/988/ and message: 'FAILURE
 '
Using context: JenkinsMaven

Jenkins build is still unstable: PreCommit-ZOOKEEPER-github-pr-build-maven #987

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/987/display/redirect?page=changes>


Jenkins build is unstable: PreCommit-ZOOKEEPER-github-pr-build-maven #986

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/986/display/redirect?page=changes>


Build failed in Jenkins: PreCommit-ZOOKEEPER-github-pr-build-maven #985

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/985/display/redirect?page=changes>

Changes:

[fangmin] Add tree digest check and verify consistency when loading from disk

[fangmin] address the comment have so far

[fangmin] address the comments

[fangmin] Rename HashCommand to DigestCommand

[fangmin] reflect some internal changes we made and improved recently

[fangmin] fix tests failure with latest rebased code

------------------------------------------
[...truncated 437.62 KB...]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.2/minidev-parent-2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.2/minidev-parent-2.2.pom (9.1 kB at 650 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom (2.1 kB at 174 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 161 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 392 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom (12 kB at 930 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom (9.0 kB at 752 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom (8.5 kB at 707 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom (12 kB at 964 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom (1.9 kB at 149 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (5.5 kB at 392 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.pom (1.7 kB at 118 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.pom (1.9 kB at 126 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.pom (1.7 kB at 118 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.pom (1.4 kB at 99 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.pom (19 kB at 1.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 794 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 1.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 464 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.pom (4.0 kB at 306 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.36.Final/netty-all-4.1.36.Final.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.17.v20190418/jetty-server-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar (12 kB at 720 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 1.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.17.v20190418/jetty-http-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 3.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.17.v20190418/jetty-util-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar (307 kB at 7.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.17.v20190418/jetty-io-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.17.v20190418/jetty-io-9.4.17.v20190418.jar (156 kB at 2.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.17.v20190418/jetty-servlet-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.17.v20190418/jetty-server-9.4.17.v20190418.jar (647 kB at 10 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.17.v20190418/jetty-security-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.17.v20190418/jetty-http-9.4.17.v20190418.jar (203 kB at 3.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.17.v20190418/jetty-servlet-9.4.17.v20190418.jar (121 kB at 1.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.17.v20190418/jetty-security-9.4.17.v20190418.jar (116 kB at 1.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.17.v20190418/jetty-util-9.4.17.v20190418.jar (526 kB at 5.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar (24 kB at 222 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jline/jline/2.11/jline-2.11.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar (326 kB at 2.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.5/metrics-core-3.2.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jline/jline/2.11/jline-2.11.jar (209 kB at 1.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.5/metrics-core-3.2.5.jar (136 kB at 868 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.1.0/kerb-core-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 5.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.1.0/kerby-pkix-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar (1.3 MB at 7.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.1.0/kerby-asn1-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 2.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.1.0/kerby-util-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.1.0/kerb-core-1.1.0.jar (228 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.1.0/kerb-simplekdc-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.1.0/kerby-pkix-1.1.0.jar (205 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.1.0/kerb-client-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.1.0/kerby-asn1-1.1.0.jar (102 kB at 530 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.1.0/kerb-common-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.1.0/kerb-simplekdc-1.1.0.jar (20 kB at 99 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.1.0/kerb-crypto-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.1.0/kerby-util-1.1.0.jar (41 kB at 194 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.1.0/kerb-util-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.1.0/kerb-common-1.1.0.jar (71 kB at 336 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.1.0/token-provider-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.1.0/kerb-client-1.1.0.jar (117 kB at 540 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/4.41.2/nimbus-jose-jwt-4.41.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.1.0/token-provider-1.1.0.jar (20 kB at 86 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.1.0/kerb-util-1.1.0.jar (37 kB at 159 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.1.0/kerb-crypto-1.1.0.jar (117 kB at 504 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (4.7 kB at 20 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 121 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/4.41.2/nimbus-jose-jwt-4.41.2.jar (300 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 472 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar (53 kB at 207 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.jar (81 kB at 300 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.1.0/kerby-config-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.jar (18 kB at 66 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.jar (85 kB at 308 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.jar (29 kB at 105 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar (43 kB at 147 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.1.0/kerby-config-1.1.0.jar (31 kB at 102 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.jar (588 kB at 1.7 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.36.Final/netty-all-4.1.36.Final.jar (4.0 MB at 11 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.jar (2.0 MB at 4.4 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.jar (3.3 MB at 6.6 MB/s)
[INFO] 
[INFO] --- git-commit-id-plugin:3.0.0:revision (find-current-git-revision) @ zookeeper ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ zookeeper ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:timestamp-property (tbuild-time) @ zookeeper ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ zookeeper ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 11 MB/s)
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ zookeeper ---
[INFO] Source directory: <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/generated-sources/java> added.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (pre-compile-vergen) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/classes>
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (generate-version-info) @ zookeeper ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ zookeeper ---
[INFO] artifact net.minidev:json-smart: checking for updates from central
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-serversrc/main/java/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 328 source files to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 34 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 293 source files to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[27,23] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[74,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[82,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[86,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[92,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[100,9] junit.framework.Assert in junit.framework has been deprecated
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] warnings found and -Werror specified
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache ZooKeeper 3.6.0-SNAPSHOT:
[INFO] 
[INFO] Apache ZooKeeper ................................... SUCCESS [ 24.859 s]
[INFO] Apache ZooKeeper - Documentation ................... SUCCESS [  9.393 s]
[INFO] Apache ZooKeeper - Jute ............................ SUCCESS [01:15 min]
[INFO] Apache ZooKeeper - Server .......................... FAILURE [ 14.924 s]
[INFO] Apache ZooKeeper - Metrics Providers ............... SKIPPED
[INFO] Apache ZooKeeper - Prometheus.io Metrics Provider .. SKIPPED
[INFO] Apache ZooKeeper - Client .......................... SKIPPED
[INFO] Apache ZooKeeper - Client - C ...................... SKIPPED
[INFO] Apache ZooKeeper - Recipes ......................... SKIPPED
[INFO] Apache ZooKeeper - Recipes - Election .............. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Lock .................. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Queue ................. SKIPPED
[INFO] Apache ZooKeeper - Assembly ........................ SKIPPED
[INFO] Apache ZooKeeper - Contrib ......................... SKIPPED
[INFO] Apache ZooKeeper - Contrib - Loggraph .............. SKIPPED
[INFO] Apache ZooKeeper - Contrib - Rest .................. SKIPPED
[INFO] Apache ZooKeeper - Contrib - ZooInspector .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:39 min
[INFO] Finished at: 2019-07-27T04:26:01Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project zookeeper: Compilation failure
[ERROR] warnings found and -Werror specified
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :zookeeper
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/pom.xml> to org.apache.zookeeper/zookeeper/3.6.0-SNAPSHOT/zookeeper-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml> to org.apache.zookeeper/zookeeper-contrib-loggraph/3.6.0-SNAPSHOT/zookeeper-contrib-loggraph-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-metrics-providers/pom.xml> to org.apache.zookeeper/zookeeper-metrics-providers/3.6.0-SNAPSHOT/zookeeper-metrics-providers-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml> to org.apache.zookeeper/zookeeper-prometheus-metrics/3.6.0-SNAPSHOT/zookeeper-prometheus-metrics-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-election/pom.xml> to org.apache.zookeeper/zookeeper-recipes-election/3.6.0-SNAPSHOT/zookeeper-recipes-election-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/pom.xml> to org.apache.zookeeper/parent/3.6.0-SNAPSHOT/parent-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-lock/pom.xml> to org.apache.zookeeper/zookeeper-recipes-lock/3.6.0-SNAPSHOT/zookeeper-recipes-lock-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/pom.xml> to org.apache.zookeeper/zookeeper-contrib/3.6.0-SNAPSHOT/zookeeper-contrib-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-client/pom.xml> to org.apache.zookeeper/zookeeper-client/3.6.0-SNAPSHOT/zookeeper-client-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/pom.xml> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-tests.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-sources.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-javadoc.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-queue/pom.xml> to org.apache.zookeeper/zookeeper-recipes-queue/3.6.0-SNAPSHOT/zookeeper-recipes-queue-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/pom.xml> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT-tests.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT-sources.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/pom.xml> to org.apache.zookeeper/zookeeper-recipes/3.6.0-SNAPSHOT/zookeeper-recipes-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-client/zookeeper-client-c/pom.xml> to org.apache.zookeeper/zookeeper-client-c/3.6.0-SNAPSHOT/zookeeper-client-c-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-rest/pom.xml> to org.apache.zookeeper/zookeeper-contrib-rest/3.6.0-SNAPSHOT/zookeeper-contrib-rest-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-assembly/pom.xml> to org.apache.zookeeper/zookeeper-assembly/3.6.0-SNAPSHOT/zookeeper-assembly-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml> to org.apache.zookeeper/zookeeper-contrib-zooinspector/3.6.0-SNAPSHOT/zookeeper-contrib-zooinspector-3.6.0-SNAPSHOT.pom
channel stopped
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Putting comment on the pull request

Build failed in Jenkins: PreCommit-ZOOKEEPER-github-pr-build-maven #984

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/984/display/redirect>

------------------------------------------
[...truncated 437.78 KB...]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom (2.1 kB at 190 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 176 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 458 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom (12 kB at 711 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom (9.0 kB at 902 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom (8.5 kB at 707 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom (12 kB at 681 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom (1.9 kB at 176 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (5.5 kB at 500 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.pom (1.7 kB at 83 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.pom (1.9 kB at 86 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.pom (1.7 kB at 138 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.pom (1.4 kB at 115 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.pom (19 kB at 1.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 607 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 2.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 377 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.pom (4.0 kB at 306 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.36.Final/netty-all-4.1.36.Final.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.17.v20190418/jetty-server-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 2.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar (12 kB at 532 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.17.v20190418/jetty-http-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar (307 kB at 11 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.17.v20190418/jetty-util-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 2.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.17.v20190418/jetty-io-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.17.v20190418/jetty-http-9.4.17.v20190418.jar (203 kB at 4.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.17.v20190418/jetty-servlet-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.17.v20190418/jetty-server-9.4.17.v20190418.jar (647 kB at 11 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.17.v20190418/jetty-security-9.4.17.v20190418.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.17.v20190418/jetty-io-9.4.17.v20190418.jar (156 kB at 2.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.17.v20190418/jetty-servlet-9.4.17.v20190418.jar (121 kB at 1.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.17.v20190418/jetty-security-9.4.17.v20190418.jar (116 kB at 1.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.17.v20190418/jetty-util-9.4.17.v20190418.jar (526 kB at 6.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar (24 kB at 247 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jline/jline/2.11/jline-2.11.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar (326 kB at 3.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.5/metrics-core-3.2.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jline/jline/2.11/jline-2.11.jar (209 kB at 1.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.5/metrics-core-3.2.5.jar (136 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.1.0/kerb-core-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 6.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.1.0/kerby-pkix-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar (1.3 MB at 9.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.1.0/kerby-asn1-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.1.0/kerby-asn1-1.1.0.jar (102 kB at 664 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.1.0/kerby-util-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 3.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.1.0/kerb-simplekdc-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.1.0/kerby-pkix-1.1.0.jar (205 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.1.0/kerb-client-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.1.0/kerb-simplekdc-1.1.0.jar (20 kB at 123 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.1.0/kerb-common-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.1.0/kerby-util-1.1.0.jar (41 kB at 242 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.1.0/kerb-crypto-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.1.0/kerb-core-1.1.0.jar (228 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.1.0/kerb-util-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.1.0/kerb-client-1.1.0.jar (117 kB at 667 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.1.0/token-provider-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.1.0/kerb-common-1.1.0.jar (71 kB at 383 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.1.0/kerb-crypto-1.1.0.jar (117 kB at 628 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/4.41.2/nimbus-jose-jwt-4.41.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.1.0/kerb-util-1.1.0.jar (37 kB at 194 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.36.Final/netty-all-4.1.36.Final.jar (4.0 MB at 20 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (4.7 kB at 24 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 144 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 573 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.1.0/token-provider-1.1.0.jar (20 kB at 92 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar (53 kB at 250 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/4.41.2/nimbus-jose-jwt-4.41.2.jar (300 kB at 1.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.1.0/kerby-config-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.1.0/kerb-admin-1.1.0.jar (81 kB at 358 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.1.0/kerb-server-1.1.0.jar (85 kB at 374 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.1.0/kerb-identity-1.1.0.jar (18 kB at 80 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.1.0/kerby-xdr-1.1.0.jar (29 kB at 128 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.1.0/kerby-config-1.1.0.jar (31 kB at 132 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar (43 kB at 178 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.27.0/mockito-core-2.27.0.jar (588 kB at 2.1 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7/snappy-java-1.1.7.jar (2.0 MB at 5.5 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.jar (3.3 MB at 8.4 MB/s)
[INFO] 
[INFO] --- git-commit-id-plugin:3.0.0:revision (find-current-git-revision) @ zookeeper ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ zookeeper ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:timestamp-property (tbuild-time) @ zookeeper ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ zookeeper ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 10 MB/s)
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ zookeeper ---
[INFO] Source directory: <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/generated-sources/java> added.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (pre-compile-vergen) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/classes>
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (generate-version-info) @ zookeeper ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ zookeeper ---
[INFO] artifact net.minidev:json-smart: checking for updates from central
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-serversrc/main/java/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 328 source files to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 34 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 293 source files to <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[27,23] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[74,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[82,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[86,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[92,9] junit.framework.Assert in junit.framework has been deprecated
[WARNING] <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/AdHashTest.java>:[100,9] junit.framework.Assert in junit.framework has been deprecated
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] warnings found and -Werror specified
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache ZooKeeper 3.6.0-SNAPSHOT:
[INFO] 
[INFO] Apache ZooKeeper ................................... SUCCESS [ 22.730 s]
[INFO] Apache ZooKeeper - Documentation ................... SUCCESS [  9.136 s]
[INFO] Apache ZooKeeper - Jute ............................ SUCCESS [01:13 min]
[INFO] Apache ZooKeeper - Server .......................... FAILURE [ 13.726 s]
[INFO] Apache ZooKeeper - Metrics Providers ............... SKIPPED
[INFO] Apache ZooKeeper - Prometheus.io Metrics Provider .. SKIPPED
[INFO] Apache ZooKeeper - Client .......................... SKIPPED
[INFO] Apache ZooKeeper - Client - C ...................... SKIPPED
[INFO] Apache ZooKeeper - Recipes ......................... SKIPPED
[INFO] Apache ZooKeeper - Recipes - Election .............. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Lock .................. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Queue ................. SKIPPED
[INFO] Apache ZooKeeper - Assembly ........................ SKIPPED
[INFO] Apache ZooKeeper - Contrib ......................... SKIPPED
[INFO] Apache ZooKeeper - Contrib - Loggraph .............. SKIPPED
[INFO] Apache ZooKeeper - Contrib - Rest .................. SKIPPED
[INFO] Apache ZooKeeper - Contrib - ZooInspector .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:33 min
[INFO] Finished at: 2019-07-27T04:02:45Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project zookeeper: Compilation failure
[ERROR] warnings found and -Werror specified
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :zookeeper
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-server/pom.xml> to org.apache.zookeeper/zookeeper/3.6.0-SNAPSHOT/zookeeper-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml> to org.apache.zookeeper/zookeeper-contrib-loggraph/3.6.0-SNAPSHOT/zookeeper-contrib-loggraph-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-metrics-providers/pom.xml> to org.apache.zookeeper/zookeeper-metrics-providers/3.6.0-SNAPSHOT/zookeeper-metrics-providers-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml> to org.apache.zookeeper/zookeeper-prometheus-metrics/3.6.0-SNAPSHOT/zookeeper-prometheus-metrics-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-election/pom.xml> to org.apache.zookeeper/zookeeper-recipes-election/3.6.0-SNAPSHOT/zookeeper-recipes-election-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/pom.xml> to org.apache.zookeeper/parent/3.6.0-SNAPSHOT/parent-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-lock/pom.xml> to org.apache.zookeeper/zookeeper-recipes-lock/3.6.0-SNAPSHOT/zookeeper-recipes-lock-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/pom.xml> to org.apache.zookeeper/zookeeper-contrib/3.6.0-SNAPSHOT/zookeeper-contrib-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-client/pom.xml> to org.apache.zookeeper/zookeeper-client/3.6.0-SNAPSHOT/zookeeper-client-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/pom.xml> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-tests.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-sources.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-jute/target/zookeeper-jute-3.6.0-SNAPSHOT-javadoc.jar> to org.apache.zookeeper/zookeeper-jute/3.6.0-SNAPSHOT/zookeeper-jute-3.6.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/zookeeper-recipes-queue/pom.xml> to org.apache.zookeeper/zookeeper-recipes-queue/3.6.0-SNAPSHOT/zookeeper-recipes-queue-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/pom.xml> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT-tests.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-docs/target/zookeeper-docs-3.6.0-SNAPSHOT-sources.jar> to org.apache.zookeeper/zookeeper-docs/3.6.0-SNAPSHOT/zookeeper-docs-3.6.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-recipes/pom.xml> to org.apache.zookeeper/zookeeper-recipes/3.6.0-SNAPSHOT/zookeeper-recipes-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-client/zookeeper-client-c/pom.xml> to org.apache.zookeeper/zookeeper-client-c/3.6.0-SNAPSHOT/zookeeper-client-c-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-rest/pom.xml> to org.apache.zookeeper/zookeeper-contrib-rest/3.6.0-SNAPSHOT/zookeeper-contrib-rest-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-assembly/pom.xml> to org.apache.zookeeper/zookeeper-assembly/3.6.0-SNAPSHOT/zookeeper-assembly-3.6.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/ws/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml> to org.apache.zookeeper/zookeeper-contrib-zooinspector/3.6.0-SNAPSHOT/zookeeper-contrib-zooinspector-3.6.0-SNAPSHOT.pom
channel stopped
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Setting status of fa1c9a32a6659b7488cba9f8328f224bdbca19a3 to FAILURE with url https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven/984/ and message: 'FAILURE
 '
Using context: JenkinsMaven