You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2011/06/30 23:33:28 UTC

[jira] [Closed] (INFRA-3741) Apache Jenkins Failing Every Minute for Wave

     [ https://issues.apache.org/jira/browse/INFRA-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin closed INFRA-3741.
------------------------

    Resolution: Fixed

HG Installed.
Your builds have been changed to poll hourly instead of every minute(insane make sure that does not happen again!)

Michael, Yourself and Yuri have been added as hudson jojbadmins so you can now access and configure your own jobs.

Enjoy

> Apache Jenkins Failing Every Minute for Wave
> --------------------------------------------
>
>                 Key: INFRA-3741
>                 URL: https://issues.apache.org/jira/browse/INFRA-3741
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jenkins
>            Reporter: Michael MacFadden
>            Priority: Critical
>         Attachments: Screen shot 2011-06-30 at 1.44.28 PM.png
>
>
> The wave test project:
> https://builds.apache.org/job/wave-all_tests/
> Is failing every minute.  This is spamming the wave-dev mailing list with an email every minute or so.  I have attached the console exception below.  It looks like there is an issue with Jenkins trying to execute hg to check out the source code which is causing the build to fail.
> Started by an SCM change
> Building remotely on ubuntu3
> $ hg clone --rev default https://wave-protocol.googlecode.com/hg /home/jenkins/jenkins-slave/workspace/wave-all_tests
> ERROR: Failed to clone https://wave-protocol.googlecode.com/hg
> java.io.IOException: Cannot run program "hg": java.io.IOException: error=2, No such file or directory
> 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
> 	at hudson.Proc$LocalProc.<init>(Proc.java:244)
> 	at hudson.Proc$LocalProc.<init>(Proc.java:216)
> 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:698)
> 	at hudson.Launcher$ProcStarter.start(Launcher.java:329)
> 	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:923)
> 	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:890)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> 	at hudson.remoting.Request$2.run(Request.java:270)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
> 	at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
> 	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
> 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
> 	... 15 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira