You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/09/09 16:31:37 UTC

Build failed in Jenkins: tapestry-trunk-freestyle #945

See <https://builds.apache.org/job/tapestry-trunk-freestyle/945/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@57550cc6:ubuntu4
Using strategy: Default
Last Built Revision: Revision 229e049e42ddbbbdd07525040004cd6d7e09b5f1 (origin/master)
Cloning the remote Git repository
Cloning repository origin
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/tapestry-5.git
Commencing build of Revision 229e049e42ddbbbdd07525040004cd6d7e09b5f1 (origin/master)
Checking out Revision 229e049e42ddbbbdd07525040004cd6d7e09b5f1 (origin/master)
FATAL: Could not apply tag jenkins-tapestry-trunk-freestyle-945
hudson.plugins.git.GitException: Could not apply tag jenkins-tapestry-trunk-freestyle-945
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:751)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1321)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1269)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #945 jenkins-tapestry-trunk-freestyle-945" 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  <jenkins@janus.apache.org
> not allowed

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:818)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:780)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:790)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:749)
	... 12 more

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #949

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/949/>

------------------------------------------
Started by an SCM change
Building remotely on solaris1 in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@30dba80e:solaris1
Using strategy: Default
Last Built Revision: Revision 229e049e42ddbbbdd07525040004cd6d7e09b5f1 (origin/master)
Cloning the remote Git repository
Cloning repository origin
Error trying to determine the git version: Error performing command: git --version
Assuming 1.6
ERROR: Error cloning remote repo 'origin' : Could not clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git
hudson.plugins.git.GitException: Could not clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:251)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1122)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.plugins.git.GitException: Error performing command: git clone -o origin https://git-wip-us.apache.org/repos/asf/tapestry-5.git <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:825)
	at hudson.plugins.git.GitAPI.access$000(GitAPI.java:39)
	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:247)
	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:227)
	at hudson.FilePath.act(FilePath.java:842)
	at hudson.FilePath.act(FilePath.java:824)
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:227)
	... 12 more
Caused by: java.io.IOException: git: not found
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:709)
	at hudson.Launcher$ProcStarter.start(Launcher.java:338)
	at hudson.Launcher$ProcStarter.join(Launcher.java:345)
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:806)
	... 18 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1134)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #948

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/948/>

------------------------------------------
Started by an SCM change
Building remotely on solaris1 in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@30dba80e:solaris1
Using strategy: Default
Last Built Revision: Revision 229e049e42ddbbbdd07525040004cd6d7e09b5f1 (origin/master)
Cloning the remote Git repository
Cloning repository origin
Error trying to determine the git version: Error performing command: git --version
Assuming 1.6
ERROR: Error cloning remote repo 'origin' : Could not clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git
hudson.plugins.git.GitException: Could not clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:251)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1122)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.plugins.git.GitException: Error performing command: git clone -o origin https://git-wip-us.apache.org/repos/asf/tapestry-5.git <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:825)
	at hudson.plugins.git.GitAPI.access$000(GitAPI.java:39)
	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:247)
	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:227)
	at hudson.FilePath.act(FilePath.java:842)
	at hudson.FilePath.act(FilePath.java:824)
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:227)
	... 12 more
Caused by: java.io.IOException: git: not found
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:709)
	at hudson.Launcher$ProcStarter.start(Launcher.java:338)
	at hudson.Launcher$ProcStarter.join(Launcher.java:345)
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:806)
	... 18 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1134)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #947

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/947/>

------------------------------------------
Started by an SCM change
Building remotely on solaris1 in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@15e04945:solaris1
Using strategy: Default
Last Built Revision: Revision 229e049e42ddbbbdd07525040004cd6d7e09b5f1 (origin/master)
Cloning the remote Git repository
Cloning repository origin
Error trying to determine the git version: Error performing command: git --version
Assuming 1.6
ERROR: Error cloning remote repo 'origin' : Could not clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git
hudson.plugins.git.GitException: Could not clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:251)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1122)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.plugins.git.GitException: Error performing command: git clone -o origin https://git-wip-us.apache.org/repos/asf/tapestry-5.git <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:825)
	at hudson.plugins.git.GitAPI.access$000(GitAPI.java:39)
	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:247)
	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:227)
	at hudson.FilePath.act(FilePath.java:842)
	at hudson.FilePath.act(FilePath.java:824)
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:227)
	... 12 more
Caused by: java.io.IOException: git: not found
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:709)
	at hudson.Launcher$ProcStarter.start(Launcher.java:338)
	at hudson.Launcher$ProcStarter.join(Launcher.java:345)
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:806)
	... 18 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1134)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Build failed in Jenkins: tapestry-trunk-freestyle #946

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tapestry-trunk-freestyle/946/>

------------------------------------------
Started by an SCM change
Building remotely on solaris1 in workspace <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
Checkout:tapestry-trunk-freestyle / <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/> - hudson.remoting.Channel@3200cf01:solaris1
Using strategy: Default
Last Built Revision: Revision 229e049e42ddbbbdd07525040004cd6d7e09b5f1 (origin/master)
Cloning the remote Git repository
Cloning repository origin
Error trying to determine the git version: Error performing command: git --version
Assuming 1.6
ERROR: Error cloning remote repo 'origin' : Could not clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git
hudson.plugins.git.GitException: Could not clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:251)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1122)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.plugins.git.GitException: Error performing command: git clone -o origin https://git-wip-us.apache.org/repos/asf/tapestry-5.git <https://builds.apache.org/job/tapestry-trunk-freestyle/ws/>
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:825)
	at hudson.plugins.git.GitAPI.access$000(GitAPI.java:39)
	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:247)
	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:227)
	at hudson.FilePath.act(FilePath.java:842)
	at hudson.FilePath.act(FilePath.java:824)
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:227)
	... 12 more
Caused by: java.io.IOException: git: not found
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:709)
	at hudson.Launcher$ProcStarter.start(Launcher.java:338)
	at hudson.Launcher$ProcStarter.join(Launcher.java:345)
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:806)
	... 18 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1134)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org