You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/06/20 04:02:36 UTC

Build failed in Jenkins: Curator #704

See <https://builds.apache.org/job/Curator/704/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Curator/ws/>
Checkout:Curator / <https://builds.apache.org/job/Curator/ws/> - hudson.remoting.Channel@3a02fec6:ubuntu2
Using strategy: Default
Last Built Revision: Revision 133f846171dfd3fc967aaa98d5155725cd765675 (origin/2.0.2-incubating)
Fetching changes from 1 remote Git repository
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-curator.git
Seen branch in repository origin/2.0.1-incubating
Seen branch in repository origin/2.0.2-incubating
Seen branch in repository origin/CURATOR-10
Seen branch in repository origin/CURATOR-14
Seen branch in repository origin/CURATOR-16
Seen branch in repository origin/CURATOR-17
Seen branch in repository origin/CURATOR-18
Seen branch in repository origin/CURATOR-21
Seen branch in repository origin/CURATOR-22
Seen branch in repository origin/CURATOR-24
Seen branch in repository origin/CURATOR-25
Seen branch in repository origin/CURATOR-35
Seen branch in repository origin/HEAD
Seen branch in repository origin/initialize
Seen branch in repository origin/ir
Seen branch in repository origin/master
Seen branch in repository origin/persistent
Seen branch in repository origin/sync
Seen branch in repository origin/zk3.3.x
Commencing build of Revision 133f846171dfd3fc967aaa98d5155725cd765675 (origin/2.0.2-incubating)
Checking out Revision 133f846171dfd3fc967aaa98d5155725cd765675 (origin/2.0.2-incubating)
FATAL: Could not apply tag jenkins-Curator-704
hudson.plugins.git.GitException: Could not apply tag jenkins-Curator-704
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:829)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1270)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1231)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #704 jenkins-Curator-704" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  <je...@vesta.apache.org> not allowed

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:897)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:858)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:868)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:827)
	... 12 more

Jenkins build is back to stable : Curator #709

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator/709/>


Jenkins build is still unstable: Curator #708

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator/708/>


Jenkins build is unstable: Curator #707

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator/707/>


Re: NEW PARAMETERS FOR CURATOR TESTING TOOLS

Posted by Evaristo José Camarero <ev...@yahoo.es>.
Hi there,

I sent a patch to close this ticket (https://issues.apache.org/jira/browse/CURATOR-37) almost 2 months ago. Any comment?

Any comment on that?

Regards,

Evaristo


________________________________
 De: Jordan Zimmerman <jo...@jordanzimmerman.com>
Para: "dev@curator.incubator.apache.org" <de...@curator.incubator.apache.org> 
CC: "dev@curator.incubator.apache.org" <de...@curator.incubator.apache.org> 
Enviado: Viernes 21 de junio de 2013 13:54
Asunto: Re: NEW PARAMETERS FOR CURATOR TESTING TOOLS
 

Please do. Thanks. 

====================
Jordan Zimmerman

On Jun 21, 2013, at 4:50 AM, Evaristo José Camarero <ev...@yahoo.es> wrote:

> 
> 
> Hi there,
> 
> I am using Curator testing tools, and I would like to set ticktime and maxClientCnxns to the Zookeeper server using InstanceSpec class.
> 
> If it is OK for you I can open a JIRA and provide the patches to support the proposal.
> 
> Regards,
> 
> Evaristo.

Re: NEW PARAMETERS FOR CURATOR TESTING TOOLS

Posted by Jordan Zimmerman <jo...@jordanzimmerman.com>.
Please do. Thanks. 

====================
Jordan Zimmerman

On Jun 21, 2013, at 4:50 AM, Evaristo José Camarero <ev...@yahoo.es> wrote:

> 
> 
> Hi there,
> 
> I am using Curator testing tools, and I would like to set ticktime and maxClientCnxns to the Zookeeper server using InstanceSpec class.
> 
> If it is OK for you I can open a JIRA and provide the patches to support the proposal.
> 
> Regards,
> 
> Evaristo.

NEW PARAMETERS FOR CURATOR TESTING TOOLS

Posted by Evaristo José Camarero <ev...@yahoo.es>.

Hi there,

I am using Curator testing tools, and I would like to set ticktime and maxClientCnxns to the Zookeeper server using InstanceSpec class.

If it is OK for you I can open a JIRA and provide the patches to support the proposal.

Regards,

Evaristo.

Re: Build failed in Jenkins: Curator #706

Posted by Jordan Zimmerman <jo...@jordanzimmerman.com>.
Anyone seen this before? Is this a Jenkins bug?

-JZ

On Jun 19, 2013, at 9:06 PM, Apache Jenkins Server  <je...@builds.apache.org> wrote:

> ATAL: Could not apply tag jenkins-Curator-706
> hudson.plugins.git.GitException: Could not apply tag jenkins-Curator-706
> 	at hudson.plugins.git.GitAPI.tag(GitAPI.java:829)
> 	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1270)
> 	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1231)
> 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> 	at hudson.remoting.Request$2.run(Request.java:326)


Build failed in Jenkins: Curator #706

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator/706/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Curator/ws/>
Checkout:Curator / <https://builds.apache.org/job/Curator/ws/> - hudson.remoting.Channel@4361bbfc:ubuntu2
Using strategy: Default
Last Built Revision: Revision 133f846171dfd3fc967aaa98d5155725cd765675 (origin/2.0.2-incubating)
Fetching changes from 1 remote Git repository
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-curator.git
Seen branch in repository origin/2.0.1-incubating
Seen branch in repository origin/2.0.2-incubating
Seen branch in repository origin/CURATOR-10
Seen branch in repository origin/CURATOR-14
Seen branch in repository origin/CURATOR-16
Seen branch in repository origin/CURATOR-17
Seen branch in repository origin/CURATOR-18
Seen branch in repository origin/CURATOR-21
Seen branch in repository origin/CURATOR-22
Seen branch in repository origin/CURATOR-24
Seen branch in repository origin/CURATOR-25
Seen branch in repository origin/CURATOR-35
Seen branch in repository origin/HEAD
Seen branch in repository origin/initialize
Seen branch in repository origin/ir
Seen branch in repository origin/master
Seen branch in repository origin/persistent
Seen branch in repository origin/sync
Seen branch in repository origin/zk3.3.x
Commencing build of Revision 133f846171dfd3fc967aaa98d5155725cd765675 (origin/2.0.2-incubating)
Checking out Revision 133f846171dfd3fc967aaa98d5155725cd765675 (origin/2.0.2-incubating)
FATAL: Could not apply tag jenkins-Curator-706
hudson.plugins.git.GitException: Could not apply tag jenkins-Curator-706
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:829)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1270)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1231)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #706 jenkins-Curator-706" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  <je...@vesta.apache.org> not allowed

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:897)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:858)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:868)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:827)
	... 12 more

Jenkins build is unstable: Curator #705

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator/705/>