You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/01/16 12:44:08 UTC

Build failed in Jenkins: bookkeeper_release_nightly_snapshot #256

See <https://builds.apache.org/job/bookkeeper_release_nightly_snapshot/256/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu xenial) in workspace <https://builds.apache.org/job/bookkeeper_release_nightly_snapshot/ws/>
 > 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/bookkeeper.git # timeout=10
Fetching upstream changes from https://github.com/apache/bookkeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/bookkeeper.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d00491bc103dd85fb60307257bc2ad6d44f3118f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d00491bc103dd85fb60307257bc2ad6d44f3118f
Commit message: "Make Spotbugs pass on JDK11"
 > git rev-list --no-walk 42fe1506afe04b8068b897c530c7ca7188da503e # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
FATAL: Command "git clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/SOURCES.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/namespace_packages.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/PKG-INFO
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/top_level.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/requires.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/dependency_links.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/not-zip-safe
warning: failed to remove stream/clients/python/build/lib/bookkeeper/types.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/stream_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/common_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_store_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/cluster_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespace.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespaces.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/table.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/futures.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/timeout.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/constants.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/polling.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/base.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/method.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/grpc_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/datetime_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/service_uri.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/router.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/util.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/protobuf_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/retry.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/general_helpers.py
warning: failed to remove stream/clients/python/build/bdist.linux-x86_64
warning: failed to remove stream/clients/python/dist/apache-bookkeeper-client-4.9.0a2.tar.gz
warning: failed to remove stream/clients/python/dist/apache_bookkeeper_client-4.9.0a2-py2.py3-none-any.whl

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H33
		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.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1264)
		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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "git clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/SOURCES.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/namespace_packages.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/PKG-INFO
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/top_level.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/requires.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/dependency_links.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/not-zip-safe
warning: failed to remove stream/clients/python/build/lib/bookkeeper/types.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/stream_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/common_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_store_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/cluster_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespace.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespaces.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/table.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/futures.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/timeout.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/constants.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/polling.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/base.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/method.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/grpc_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/datetime_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/service_uri.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/router.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/util.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/protobuf_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/retry.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/general_helpers.py
warning: failed to remove stream/clients/python/build/bdist.linux-x86_64
warning: failed to remove stream/clients/python/dist/apache-bookkeeper-client-4.9.0a2.tar.gz
warning: failed to remove stream/clients/python/dist/apache_bookkeeper_client-4.9.0a2-py2.py3-none-any.whl

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2038)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1634)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1646)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:824)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor274.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: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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Not sending mail to unregistered user noreply@github.com
Not sending mail to unregistered user guosijie@gmail.com

Build failed in Jenkins: bookkeeper_release_nightly_snapshot #259

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/bookkeeper_release_nightly_snapshot/259/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu xenial) in workspace <https://builds.apache.org/job/bookkeeper_release_nightly_snapshot/ws/>
 > 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/bookkeeper.git # timeout=10
Fetching upstream changes from https://github.com/apache/bookkeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/bookkeeper.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 58b9d284dbe8bd67d67e62d3be412db88a4d1a85 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58b9d284dbe8bd67d67e62d3be412db88a4d1a85
Commit message: "replace default source-release-assembly by bookkeeper-dist"
 > git rev-list --no-walk 58b9d284dbe8bd67d67e62d3be412db88a4d1a85 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
FATAL: Command "git clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/SOURCES.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/namespace_packages.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/PKG-INFO
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/top_level.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/requires.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/dependency_links.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/not-zip-safe
warning: failed to remove stream/clients/python/build/lib/bookkeeper/types.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/stream_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/common_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_store_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/cluster_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespace.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespaces.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/table.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/futures.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/timeout.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/constants.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/polling.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/base.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/method.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/grpc_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/datetime_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/service_uri.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/router.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/util.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/protobuf_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/retry.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/general_helpers.py
warning: failed to remove stream/clients/python/build/bdist.linux-x86_64
warning: failed to remove stream/clients/python/dist/apache-bookkeeper-client-4.9.0a2.tar.gz
warning: failed to remove stream/clients/python/dist/apache_bookkeeper_client-4.9.0a2-py2.py3-none-any.whl

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H33
		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.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1264)
		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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "git clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/SOURCES.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/namespace_packages.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/PKG-INFO
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/top_level.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/requires.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/dependency_links.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/not-zip-safe
warning: failed to remove stream/clients/python/build/lib/bookkeeper/types.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/stream_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/common_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_store_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/cluster_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespace.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespaces.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/table.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/futures.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/timeout.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/constants.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/polling.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/base.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/method.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/grpc_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/datetime_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/service_uri.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/router.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/util.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/protobuf_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/retry.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/general_helpers.py
warning: failed to remove stream/clients/python/build/bdist.linux-x86_64
warning: failed to remove stream/clients/python/dist/apache-bookkeeper-client-4.9.0a2.tar.gz
warning: failed to remove stream/clients/python/dist/apache_bookkeeper_client-4.9.0a2-py2.py3-none-any.whl

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2038)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1634)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1646)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:824)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor274.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: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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Not sending mail to unregistered user noreply@github.com
Not sending mail to unregistered user guosijie@gmail.com

Build failed in Jenkins: bookkeeper_release_nightly_snapshot #258

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/bookkeeper_release_nightly_snapshot/258/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu xenial) in workspace <https://builds.apache.org/job/bookkeeper_release_nightly_snapshot/ws/>
 > 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/bookkeeper.git # timeout=10
Fetching upstream changes from https://github.com/apache/bookkeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/bookkeeper.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 58b9d284dbe8bd67d67e62d3be412db88a4d1a85 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58b9d284dbe8bd67d67e62d3be412db88a4d1a85
Commit message: "replace default source-release-assembly by bookkeeper-dist"
 > git rev-list --no-walk 58b9d284dbe8bd67d67e62d3be412db88a4d1a85 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
FATAL: Command "git clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/SOURCES.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/namespace_packages.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/PKG-INFO
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/top_level.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/requires.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/dependency_links.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/not-zip-safe
warning: failed to remove stream/clients/python/build/lib/bookkeeper/types.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/stream_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/common_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_store_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/cluster_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespace.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespaces.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/table.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/futures.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/timeout.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/constants.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/polling.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/base.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/method.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/grpc_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/datetime_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/service_uri.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/router.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/util.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/protobuf_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/retry.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/general_helpers.py
warning: failed to remove stream/clients/python/build/bdist.linux-x86_64
warning: failed to remove stream/clients/python/dist/apache-bookkeeper-client-4.9.0a2.tar.gz
warning: failed to remove stream/clients/python/dist/apache_bookkeeper_client-4.9.0a2-py2.py3-none-any.whl

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H33
		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.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1264)
		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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "git clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/SOURCES.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/namespace_packages.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/PKG-INFO
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/top_level.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/requires.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/dependency_links.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/not-zip-safe
warning: failed to remove stream/clients/python/build/lib/bookkeeper/types.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/stream_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/common_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_store_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/cluster_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespace.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespaces.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/table.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/futures.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/timeout.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/constants.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/polling.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/base.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/method.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/grpc_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/datetime_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/service_uri.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/router.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/util.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/protobuf_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/retry.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/general_helpers.py
warning: failed to remove stream/clients/python/build/bdist.linux-x86_64
warning: failed to remove stream/clients/python/dist/apache-bookkeeper-client-4.9.0a2.tar.gz
warning: failed to remove stream/clients/python/dist/apache_bookkeeper_client-4.9.0a2-py2.py3-none-any.whl

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2038)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1634)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1646)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:824)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor274.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: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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Not sending mail to unregistered user noreply@github.com
Not sending mail to unregistered user guosijie@gmail.com

Build failed in Jenkins: bookkeeper_release_nightly_snapshot #257

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/bookkeeper_release_nightly_snapshot/257/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu xenial) in workspace <https://builds.apache.org/job/bookkeeper_release_nightly_snapshot/ws/>
 > 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/bookkeeper.git # timeout=10
Fetching upstream changes from https://github.com/apache/bookkeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/bookkeeper.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 58b9d284dbe8bd67d67e62d3be412db88a4d1a85 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58b9d284dbe8bd67d67e62d3be412db88a4d1a85
Commit message: "replace default source-release-assembly by bookkeeper-dist"
 > git rev-list --no-walk d00491bc103dd85fb60307257bc2ad6d44f3118f # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
FATAL: Command "git clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/SOURCES.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/namespace_packages.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/PKG-INFO
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/top_level.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/requires.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/dependency_links.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/not-zip-safe
warning: failed to remove stream/clients/python/build/lib/bookkeeper/types.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/stream_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/common_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_store_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/cluster_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespace.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespaces.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/table.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/futures.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/timeout.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/constants.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/polling.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/base.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/method.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/grpc_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/datetime_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/service_uri.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/router.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/util.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/protobuf_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/retry.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/general_helpers.py
warning: failed to remove stream/clients/python/build/bdist.linux-x86_64
warning: failed to remove stream/clients/python/dist/apache-bookkeeper-client-4.9.0a2.tar.gz
warning: failed to remove stream/clients/python/dist/apache_bookkeeper_client-4.9.0a2-py2.py3-none-any.whl

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H33
		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.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1264)
		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.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "git clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/SOURCES.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/namespace_packages.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/PKG-INFO
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/top_level.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/requires.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/dependency_links.txt
warning: failed to remove stream/clients/python/apache_bookkeeper_client.egg-info/not-zip-safe
warning: failed to remove stream/clients/python/build/lib/bookkeeper/types.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/stream_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/common_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2_grpc.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_store_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/kv_rpc_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/cluster_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/proto/storage_pb2.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespace.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/namespaces.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/admin/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/table.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/client.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/kv/futures.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/timeout.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/exceptions.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/constants.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/polling.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/future/base.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/method.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/grpc_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/datetime_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/service_uri.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/router.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/router/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/util.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/__init__.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/protobuf_helpers.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/retry.py
warning: failed to remove stream/clients/python/build/lib/bookkeeper/common/general_helpers.py
warning: failed to remove stream/clients/python/build/bdist.linux-x86_64
warning: failed to remove stream/clients/python/dist/apache-bookkeeper-client-4.9.0a2.tar.gz
warning: failed to remove stream/clients/python/dist/apache_bookkeeper_client-4.9.0a2-py2.py3-none-any.whl

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2038)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1634)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1646)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:824)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor274.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: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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Not sending mail to unregistered user noreply@github.com
Not sending mail to unregistered user guosijie@gmail.com