You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/02/15 00:05:24 UTC

Build failed in Jenkins: pulsar-master #298

See <https://builds.apache.org/job/pulsar-master/298/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace <https://builds.apache.org/job/pulsar-master/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/apache/incubator-pulsar.git
 > git init <https://builds.apache.org/job/pulsar-master/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/incubator-pulsar.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/incubator-pulsar.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress https://github.com/apache/incubator-pulsar.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 31105, done.        
remote: Compressing objects:   3% (1/27)           remote: Compressing objects:   7% (2/27)           remote: Compressing objects:  11% (3/27)           remote: Compressing objects:  14% (4/27)           remote: Compressing objects:  18% (5/27)           remote: Compressing objects:  22% (6/27)           remote: Compressing objects:  25% (7/27)           remote: Compressing objects:  29% (8/27)           remote: Compressing objects:  33% (9/27)           remote: Compressing objects:  37% (10/27)           remote: Compressing objects:  40% (11/27)           remote: Compressing objects:  44% (12/27)           remote: Compressing objects:  48% (13/27)           remote: Compressing objects:  51% (14/27)           remote: Compressing objects:  55% (15/27)           remote: Compressing objects:  59% (16/27)           remote: Compressing objects:  62% (17/27)           remote: Compressing objects:  66% (18/27)           remote: Compressing objects:  70% (19/27)           remote: Compressing objects:  74% (20/27)           remote: Compressing objects:  77% (21/27)           remote: Compressing objects:  81% (22/27)           remote: Compressing objects:  85% (23/27)           remote: Compressing objects:  88% (24/27)           remote: Compressing objects:  92% (25/27)           remote: Compressing objects:  96% (26/27)           remote: Compressing objects: 100% (27/27)           remote: Compressing objects: 100% (27/27), done.        
Receiving objects:   0% (1/31105)   Receiving objects:   1% (312/31105)   Receiving objects:   2% (623/31105)   Receiving objects:   3% (934/31105)   Receiving objects:   4% (1245/31105)   Receiving objects:   5% (1556/31105)   Receiving objects:   6% (1867/31105)   Receiving objects:   7% (2178/31105)   Receiving objects:   8% (2489/31105)   Receiving objects:   9% (2800/31105)   Receiving objects:  10% (3111/31105)   Receiving objects:  11% (3422/31105)   Receiving objects:  12% (3733/31105)   Receiving objects:  13% (4044/31105)   fatal: write error: No space left on device
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1689)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:380)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:589)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H26
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor712.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy127.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1083)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123)
		at hudson.scm.SCM.checkout(SCM.java:495)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1724)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:421)
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/incubator-pulsar.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/apache/incubator-pulsar.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:825)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1092)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:421)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://github.com/apache/incubator-pulsar.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file <https://builds.apache.org/job/pulsar-master/ws/.git/config.lock>

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1938)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1934)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1572)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1584)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1218)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
	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:922)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:896)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H26
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:281)
		at com.sun.proxy.$Proxy110.setRemoteUrl(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:813)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1092)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123)
		at hudson.scm.SCM.checkout(SCM.java:495)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1724)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:421)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/incubator-pulsar.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/apache/incubator-pulsar.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:825)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1092)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:421)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://github.com/apache/incubator-pulsar.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file <https://builds.apache.org/job/pulsar-master/ws/.git/config.lock>

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1938)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1934)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1572)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1584)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1218)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
	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:922)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:896)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H26
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:281)
		at com.sun.proxy.$Proxy110.setRemoteUrl(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:813)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1092)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123)
		at hudson.scm.SCM.checkout(SCM.java:495)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1724)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:421)
ERROR: Error fetching remote repo 'origin'
Not sending mail to unregistered user github@alasdairhodge.co.uk

Jenkins build is back to stable : pulsar-master #301

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/pulsar-master/301/display/redirect?page=changes>


Jenkins build is unstable: pulsar-master #300

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/pulsar-master/300/display/redirect?page=changes>


Build failed in Jenkins: pulsar-master #299

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/pulsar-master/299/display/redirect?page=changes>

Changes:

[mmerli] Make max clients per topic/subscription configurable (#1234)

[mmerli] add httpcore dep required by httpclient in hostname-verification (#1239)

------------------------------------------
[...truncated 378.68 KB...]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ pulsar-client-kafka-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-kafka-compat/pulsar-client-kafka-tests/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ pulsar-client-kafka-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ pulsar-client-kafka-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-kafka-compat/pulsar-client-kafka-tests/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ pulsar-client-kafka-tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ pulsar-client-kafka-tests ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ pulsar-client-kafka-tests ---
[INFO] Building jar: <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-kafka-compat/pulsar-client-kafka-tests/target/pulsar-client-kafka-tests.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ pulsar-client-kafka-tests ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building pulsar-zookeeper 2.0.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ pulsar-zookeeper ---
[INFO] 
[INFO] --- license-maven-plugin:3.0.rc1:check (default-cli) @ pulsar-zookeeper ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:build-classpath (build-classpath) @ pulsar-zookeeper ---
[INFO] Wrote classpath file '<https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper/target/classpath.txt'.>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ pulsar-zookeeper ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ pulsar-zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ pulsar-zookeeper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper/target/classes>
[INFO] 
[INFO] --- aspectj-maven-plugin:1.10:compile (default) @ pulsar-zookeeper ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] Join point 'method-execution(void org.apache.zookeeper.server.FinalRequestProcessor.processRequest(org.apache.zookeeper.server.Request))' in Type 'org.apache.zookeeper.server.FinalRequestProcessor' (FinalRequestProcessor.java:87) advised by around advice from 'org.apache.pulsar.zookeeper.FinalRequestProcessorAspect' (FinalRequestProcessorAspect.java:85)
[INFO] Join point 'constructor-execution(void org.apache.zookeeper.server.ZooKeeperServer.<init>())' in Type 'org.apache.zookeeper.server.ZooKeeperServer' (ZooKeeperServer.java:104) advised by after advice from 'org.apache.pulsar.zookeeper.ZooKeeperServerAspect' (ZooKeeperServerAspect.java:41)
[INFO] Join point 'constructor-execution(void org.apache.zookeeper.server.ZooKeeperServer.<init>(org.apache.zookeeper.server.persistence.FileTxnSnapLog, int, int, int, org.apache.zookeeper.server.ZooKeeperServer$DataTreeBuilder, org.apache.zookeeper.server.ZKDatabase))' in Type 'org.apache.zookeeper.server.ZooKeeperServer' (ZooKeeperServer.java:104) advised by after advice from 'org.apache.pulsar.zookeeper.ZooKeeperServerAspect' (ZooKeeperServerAspect.java:41)
[INFO] Join point 'constructor-execution(void org.apache.zookeeper.server.ZooKeeperServer.<init>(org.apache.zookeeper.server.persistence.FileTxnSnapLog, int, org.apache.zookeeper.server.ZooKeeperServer$DataTreeBuilder))' in Type 'org.apache.zookeeper.server.ZooKeeperServer' (ZooKeeperServer.java:191) advised by after advice from 'org.apache.pulsar.zookeeper.ZooKeeperServerAspect' (ZooKeeperServerAspect.java:41)
[INFO] Join point 'constructor-execution(void org.apache.zookeeper.server.ZooKeeperServer.<init>(java.io.File, java.io.File, int))' in Type 'org.apache.zookeeper.server.ZooKeeperServer' (ZooKeeperServer.java:226) advised by after advice from 'org.apache.pulsar.zookeeper.ZooKeeperServerAspect' (ZooKeeperServerAspect.java:41)
[INFO] Join point 'constructor-execution(void org.apache.zookeeper.server.ZooKeeperServer.<init>(org.apache.zookeeper.server.persistence.FileTxnSnapLog, org.apache.zookeeper.server.ZooKeeperServer$DataTreeBuilder))' in Type 'org.apache.zookeeper.server.ZooKeeperServer' (ZooKeeperServer.java:239) advised by after advice from 'org.apache.pulsar.zookeeper.ZooKeeperServerAspect' (ZooKeeperServerAspect.java:41)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ pulsar-zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ pulsar-zookeeper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ pulsar-zookeeper ---
[JENKINS] Recording test results[INFO] 

[INFO] --- maven-dependency-plugin:2.10:build-classpath (build-classpath) @ pulsar-zookeeper ---
[INFO] Skipped writing classpath file '<https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper/target/classpath.txt'.>  No changes found.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ pulsar-zookeeper ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ pulsar-zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ pulsar-zookeeper ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- aspectj-maven-plugin:1.10:compile (default) @ pulsar-zookeeper ---
[INFO] No modifications found skipping aspectJ compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ pulsar-zookeeper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ pulsar-zookeeper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ pulsar-zookeeper ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ pulsar-zookeeper ---
[INFO] Building jar: <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper/target/pulsar-zookeeper.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ pulsar-zookeeper ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building distribution 2.0.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repo1.maven.org/maven2/org/apache/bookkeeper/stats/datasketches-metrics-provider/4.3.1.91-yahoo/datasketches-metrics-provider-4.3.1.91-yahoo.pom
[INFO] Downloading: https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/bookkeeper/stats/datasketches-metrics-provider/4.3.1.91-yahoo/datasketches-metrics-provider-4.3.1.91-yahoo.pom
[INFO] Downloaded: https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/bookkeeper/stats/datasketches-metrics-provider/4.3.1.91-yahoo/datasketches-metrics-provider-4.3.1.91-yahoo.pom (1.3 kB at 5.0 kB/s)
[INFO] Downloading: http://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-stats-providers/4.3.1.91-yahoo/bookkeeper-stats-providers-4.3.1.91-yahoo.pom
[INFO] Downloading: https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/bookkeeper/bookkeeper-stats-providers/4.3.1.91-yahoo/bookkeeper-stats-providers-4.3.1.91-yahoo.pom
[INFO] Downloaded: https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/bookkeeper/bookkeeper-stats-providers/4.3.1.91-yahoo/bookkeeper-stats-providers-4.3.1.91-yahoo.pom (1.9 kB at 8.7 kB/s)
[INFO] Downloading: http://repo1.maven.org/maven2/org/apache/bookkeeper/stats/datasketches-metrics-provider/4.3.1.91-yahoo/datasketches-metrics-provider-4.3.1.91-yahoo.jar
[INFO] Downloading: https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/bookkeeper/stats/datasketches-metrics-provider/4.3.1.91-yahoo/datasketches-metrics-provider-4.3.1.91-yahoo.jar
[INFO] Downloaded: https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/bookkeeper/stats/datasketches-metrics-provider/4.3.1.91-yahoo/datasketches-metrics-provider-4.3.1.91-yahoo.jar (22 kB at 51 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ distribution ---
[INFO] 
[INFO] --- license-maven-plugin:3.0.rc1:check (default-cli) @ distribution ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:build-classpath (build-classpath) @ distribution ---
[INFO] Wrote classpath file '<https://builds.apache.org/job/pulsar-master/ws/all/target/classpath.txt'.>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ distribution ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:build-classpath (build-classpath) @ distribution ---
[INFO] Skipped writing classpath file '<https://builds.apache.org/job/pulsar-master/ws/all/target/classpath.txt'.>  No changes found.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ distribution ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ distribution ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.6:single (distro-assembly) @ distribution ---
[INFO] Reading assembly descriptor: src/assemble/bin.xml
[INFO] Reading assembly descriptor: src/assemble/src.xml
[WARNING] Encountered ModuleSet with no sources or binaries specified. Skipping.
[INFO] Building tar: <https://builds.apache.org/job/pulsar-master/ws/all/target/apache-pulsar-2.0.0-incubating-SNAPSHOT-bin.tar.gz>
[INFO] Building tar: <https://builds.apache.org/job/pulsar-master/ws/all/target/apache-pulsar-2.0.0-incubating-SNAPSHOT-src.tar.gz>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Pulsar ............................................. SUCCESS [  7.753 s]
[INFO] Pulsar Build Tools ................................. SUCCESS [  6.245 s]
[INFO] Pulsar Checksum .................................... SUCCESS [01:30 min]
[INFO] Pulsar Common ...................................... SUCCESS [ 58.248 s]
[INFO] Managed Ledger ..................................... SUCCESS [02:49 min]
[INFO] Pulsar ZooKeeper Utils ............................. SUCCESS [ 32.034 s]
[INFO] pulsar-broker-common ............................... SUCCESS [  6.563 s]
[INFO] Pulsar Client Java ................................. SUCCESS [ 21.995 s]
[INFO] Pulsar Discovery Service WAR ....................... SUCCESS [ 21.005 s]
[INFO] Pulsar WebSocket ................................... SUCCESS [  9.766 s]
[INFO] Pulsar Client Admin Original ....................... SUCCESS [  5.222 s]
[INFO] Pulsar Broker ...................................... SUCCESS [36:11 min]
[INFO] Pulsar Shaded Broker ............................... SUCCESS [ 26.144 s]
[INFO] Pulsar Client Admin ................................ SUCCESS [ 11.061 s]
[INFO] Pulsar Client Tools ................................ SUCCESS [ 19.711 s]
[INFO] Pulsar Client Java ................................. SUCCESS [ 10.115 s]
[INFO] Pulsar Proxy ....................................... SUCCESS [01:37 min]
[INFO] Pulsar Storm adapter ............................... SUCCESS [ 52.643 s]
[INFO] Spark Streaming Pulsar Receivers ................... SUCCESS [ 23.511 s]
[INFO] Pulsar Test Client ................................. SUCCESS [  6.061 s]
[INFO] pulsar-broker-auth-athenz .......................... SUCCESS [  8.856 s]
[INFO] pulsar-client-auth-athenz .......................... SUCCESS [  6.941 s]
[INFO] Pulsar Kafka compatibility ......................... SUCCESS [  1.542 s]
[INFO] Pulsar Kafka compatibility :: API .................. SUCCESS [ 29.220 s]
[INFO] Pulsar Kafka compatibility :: Tests ................ SUCCESS [ 12.869 s]
[INFO] pulsar-zookeeper ................................... SUCCESS [  4.714 s]
[INFO] distribution ....................................... SUCCESS [ 10.056 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49:58 min
[INFO] Finished at: 2018-02-15T01:55:31Z
[INFO] Final Memory: 149M/2326M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-checksum/pom.xml> to org.apache.pulsar/pulsar-checksum/2.0.0-incubating-SNAPSHOT/pulsar-checksum-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-checksum/target/pulsar-checksum.jar> to org.apache.pulsar/pulsar-checksum/2.0.0-incubating-SNAPSHOT/pulsar-checksum-2.0.0-incubating-SNAPSHOT.nar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-checksum/target/pulsar-checksum-amd64-Linux-gpp-jni.nar> to org.apache.pulsar/pulsar-checksum/2.0.0-incubating-SNAPSHOT/pulsar-checksum-2.0.0-incubating-SNAPSHOT-amd64-Linux-gpp-jni.nar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-checksum/target/pulsar-checksum.jar> to org.apache.pulsar/pulsar-checksum/2.0.0-incubating-SNAPSHOT/pulsar-checksum-2.0.0-incubating-SNAPSHOT.jar
[Fast Archiver] Compressed 4.26 MB of artifacts by 95.4% relative to #296
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-proxy/pom.xml> to org.apache.pulsar/pulsar-proxy/2.0.0-incubating-SNAPSHOT/pulsar-proxy-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-proxy/target/pulsar-proxy.jar> to org.apache.pulsar/pulsar-proxy/2.0.0-incubating-SNAPSHOT/pulsar-proxy-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-kafka-compat/pom.xml> to org.apache.pulsar/pulsar-client-kafka-compat/2.0.0-incubating-SNAPSHOT/pulsar-client-kafka-compat-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-discovery-service/pom.xml> to org.apache.pulsar/pulsar-discovery-service/2.0.0-incubating-SNAPSHOT/pulsar-discovery-service-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-discovery-service/target/pulsar-discovery-service.jar> to org.apache.pulsar/pulsar-discovery-service/2.0.0-incubating-SNAPSHOT/pulsar-discovery-service-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-kafka-compat/pulsar-client-kafka/dependency-reduced-pom.xml> to org.apache.pulsar/pulsar-client-kafka/2.0.0-incubating-SNAPSHOT/pulsar-client-kafka-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-kafka-compat/pulsar-client-kafka/target/pulsar-client-kafka.jar> to org.apache.pulsar/pulsar-client-kafka/2.0.0-incubating-SNAPSHOT/pulsar-client-kafka-2.0.0-incubating-SNAPSHOT.jar
[Fast Archiver] Compressed 15.48 MB of artifacts by 13.5% relative to #296
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-spark/dependency-reduced-pom.xml> to org.apache.pulsar/pulsar-spark/2.0.0-incubating-SNAPSHOT/pulsar-spark-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-spark/target/pulsar-spark.jar> to org.apache.pulsar/pulsar-spark/2.0.0-incubating-SNAPSHOT/pulsar-spark-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper-utils/pom.xml> to org.apache.pulsar/pulsar-zookeeper-utils/2.0.0-incubating-SNAPSHOT/pulsar-zookeeper-utils-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper-utils/target/pulsar-zookeeper-utils.jar> to org.apache.pulsar/pulsar-zookeeper-utils/2.0.0-incubating-SNAPSHOT/pulsar-zookeeper-utils-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper-utils/target/pulsar-zookeeper-utils-tests.jar> to org.apache.pulsar/pulsar-zookeeper-utils/2.0.0-incubating-SNAPSHOT/pulsar-zookeeper-utils-2.0.0-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-testclient/pom.xml> to org.apache.pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/pulsar-testclient-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-testclient/target/pulsar-testclient.jar> to org.apache.pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/pulsar-testclient-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker-common/pom.xml> to org.apache.pulsar/pulsar-broker-common/2.0.0-incubating-SNAPSHOT/pulsar-broker-common-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker-common/target/pulsar-broker-common.jar> to org.apache.pulsar/pulsar-broker-common/2.0.0-incubating-SNAPSHOT/pulsar-broker-common-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client/pom.xml> to org.apache.pulsar/pulsar-client-original/2.0.0-incubating-SNAPSHOT/pulsar-client-original-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client/target/pulsar-client-original.jar> to org.apache.pulsar/pulsar-client-original/2.0.0-incubating-SNAPSHOT/pulsar-client-original-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-common/pom.xml> to org.apache.pulsar/pulsar-common/2.0.0-incubating-SNAPSHOT/pulsar-common-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-common/target/pulsar-common.jar> to org.apache.pulsar/pulsar-common/2.0.0-incubating-SNAPSHOT/pulsar-common-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-admin-shaded/dependency-reduced-pom.xml> to org.apache.pulsar/pulsar-client-admin/2.0.0-incubating-SNAPSHOT/pulsar-client-admin-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-admin-shaded/target/pulsar-client-admin.jar> to org.apache.pulsar/pulsar-client-admin/2.0.0-incubating-SNAPSHOT/pulsar-client-admin-2.0.0-incubating-SNAPSHOT.jar
[Fast Archiver] Compressed 17.00 MB of artifacts by 12.3% relative to #296
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-shaded/dependency-reduced-pom.xml> to org.apache.pulsar/pulsar-client/2.0.0-incubating-SNAPSHOT/pulsar-client-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-shaded/target/pulsar-client.jar> to org.apache.pulsar/pulsar-client/2.0.0-incubating-SNAPSHOT/pulsar-client-2.0.0-incubating-SNAPSHOT.jar
[Fast Archiver] Compressed 17.18 MB of artifacts by 26.7% relative to #296
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-kafka-compat/pulsar-client-kafka-tests/pom.xml> to org.apache.pulsar/pulsar-client-kafka-tests/2.0.0-incubating-SNAPSHOT/pulsar-client-kafka-tests-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-kafka-compat/pulsar-client-kafka-tests/target/pulsar-client-kafka-tests.jar> to org.apache.pulsar/pulsar-client-kafka-tests/2.0.0-incubating-SNAPSHOT/pulsar-client-kafka-tests-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-websocket/pom.xml> to org.apache.pulsar/pulsar-websocket/2.0.0-incubating-SNAPSHOT/pulsar-websocket-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-websocket/target/pulsar-websocket.jar> to org.apache.pulsar/pulsar-websocket/2.0.0-incubating-SNAPSHOT/pulsar-websocket-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker/pom.xml> to org.apache.pulsar/pulsar-broker/2.0.0-incubating-SNAPSHOT/pulsar-broker-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker/target/pulsar-broker.jar> to org.apache.pulsar/pulsar-broker/2.0.0-incubating-SNAPSHOT/pulsar-broker-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker/target/pulsar-broker-tests.jar> to org.apache.pulsar/pulsar-broker/2.0.0-incubating-SNAPSHOT/pulsar-broker-2.0.0-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/buildtools/pom.xml> to org.apache.pulsar/buildtools/2.0.0-incubating-SNAPSHOT/buildtools-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/buildtools/target/buildtools.jar> to org.apache.pulsar/buildtools/2.0.0-incubating-SNAPSHOT/buildtools-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/all/pom.xml> to org.apache.pulsar/distribution/2.0.0-incubating-SNAPSHOT/distribution-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/managed-ledger/pom.xml> to org.apache.pulsar/managed-ledger/2.0.0-incubating-SNAPSHOT/managed-ledger-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/managed-ledger/target/managed-ledger.jar> to org.apache.pulsar/managed-ledger/2.0.0-incubating-SNAPSHOT/managed-ledger-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/managed-ledger/target/managed-ledger-tests.jar> to org.apache.pulsar/managed-ledger/2.0.0-incubating-SNAPSHOT/managed-ledger-2.0.0-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-admin/pom.xml> to org.apache.pulsar/pulsar-client-admin-original/2.0.0-incubating-SNAPSHOT/pulsar-client-admin-original-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-admin/target/pulsar-client-admin-original.jar> to org.apache.pulsar/pulsar-client-admin-original/2.0.0-incubating-SNAPSHOT/pulsar-client-admin-original-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-auth-athenz/pom.xml> to org.apache.pulsar/pulsar-client-auth-athenz/2.0.0-incubating-SNAPSHOT/pulsar-client-auth-athenz-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-auth-athenz/target/pulsar-client-auth-athenz.jar> to org.apache.pulsar/pulsar-client-auth-athenz/2.0.0-incubating-SNAPSHOT/pulsar-client-auth-athenz-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker-auth-athenz/pom.xml> to org.apache.pulsar/pulsar-broker-auth-athenz/2.0.0-incubating-SNAPSHOT/pulsar-broker-auth-athenz-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker-auth-athenz/target/pulsar-broker-auth-athenz.jar> to org.apache.pulsar/pulsar-broker-auth-athenz/2.0.0-incubating-SNAPSHOT/pulsar-broker-auth-athenz-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-tools/pom.xml> to org.apache.pulsar/pulsar-client-tools/2.0.0-incubating-SNAPSHOT/pulsar-client-tools-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-client-tools/target/pulsar-client-tools.jar> to org.apache.pulsar/pulsar-client-tools/2.0.0-incubating-SNAPSHOT/pulsar-client-tools-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper/pom.xml> to org.apache.pulsar/pulsar-zookeeper/2.0.0-incubating-SNAPSHOT/pulsar-zookeeper-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-zookeeper/target/pulsar-zookeeper.jar> to org.apache.pulsar/pulsar-zookeeper/2.0.0-incubating-SNAPSHOT/pulsar-zookeeper-2.0.0-incubating-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker-shaded/dependency-reduced-pom.xml> to org.apache.pulsar/pulsar-broker-shaded/2.0.0-incubating-SNAPSHOT/pulsar-broker-shaded-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-broker-shaded/target/pulsar-broker-shaded.jar> to org.apache.pulsar/pulsar-broker-shaded/2.0.0-incubating-SNAPSHOT/pulsar-broker-shaded-2.0.0-incubating-SNAPSHOT.jar
[Fast Archiver] Compressed 46.02 MB of artifacts by 32.5% relative to #296
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pom.xml> to org.apache.pulsar/pulsar/2.0.0-incubating-SNAPSHOT/pulsar-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-storm/dependency-reduced-pom.xml> to org.apache.pulsar/pulsar-storm/2.0.0-incubating-SNAPSHOT/pulsar-storm-2.0.0-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/pulsar-master/ws/pulsar-storm/target/pulsar-storm.jar> to org.apache.pulsar/pulsar-storm/2.0.0-incubating-SNAPSHOT/pulsar-storm-2.0.0-incubating-SNAPSHOT.jar
channel stopped
[pulsar-master] $ /bin/bash -xe /tmp/jenkins8234864249808940133.sh
+ echo 'Build C++ client library'
Build C++ client library
+ pulsar-client-cpp/docker-build.sh
---- Build Pulsar C++ client using image apachepulsar/pulsar-build:ubuntu-16.04
Warning: failed to get default registry endpoint from daemon (Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?). Using system default: https://index.docker.io/v1/
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user github@alasdairhodge.co.uk