Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Weird hudson errors

I set up a new Hudson slave yesterday, and called it hudson-slave2.  It
has 2 executor threads.

I've fixed the signing permission, and I believe I've fixed the git
error as well.  If the problem persists, please let me know.

Denis



On 04/25/2012 05:47 PM, Greg Watson wrote:
> We're getting weird hudson build errors. We haven't changed our build at all, so this must be some problem with hudson. I've included two examples below. Is something being changed?
>
> Greg
>
>
> [ERROR] 
> java.io.IOException: Cannot run program "/usr/bin/sign": java.io.IOException: error=13, Permission denied
> 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
> 	at java.lang.Runtime.exec(Runtime.java:593)
> 	at java.lang.Runtime.exec(Runtime.java:466)
> 	at org.eclipse.dash.m4e.eclipse.signing.SignMojo.signLocally(SignMojo.java:209)
> 	at org.eclipse.dash.m4e.eclipse.signing.SignMojo.execute(SignMojo.java:167)
> 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
> 	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
> 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> Caused by: java.io.IOException: java.io.IOException: error=13, Permission denied
> 	at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
> 	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
> 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
> 	... 25 more
>
>
> Checking out Revision dcca2e03291f4da761419ad5f8cb306ae46c70ab (origin1/master)
> FATAL: Could not apply tag hudson-ptp-nightly-327
> hudson.plugins.git.GitException: Could not apply tag hudson-ptp-nightly-327
> 	at hudson.plugins.git.GitAPI.tag(GitAPI.java:680)
> 	at hudson.plugins.git.GitSCM.createInternalTag(GitSCM.java:1615)
> 	at hudson.plugins.git.GitSCM.access$400(GitSCM.java:105)
> 	at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:736)
> 	at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:687)
> 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> 	at hudson.remoting.Request$2.run(Request.java:283)
> 	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: hudson.plugins.git.GitException: Error performing command: git tag -a -f -m Hudson Build #327 hudson-ptp-nightly-327
> Command "git tag -a -f -m Hudson Build #327 hudson-ptp-nightly-327" returned status code 128: 
> *** Please tell me who you are.



Back to the top