We are having this issue on Jenkins 1.480 after installing the m2release plugin v0.9.1, on a Windows slave when running new jobs. Sample output below. Disabling the plugin resolves the issue, but we would like to use the plugin.

Cloning the remote Git repository
Cloning repository origin
hudson.util.IOException2: remote file operation failed: z:\jenkins\workspace\com.jagex.libs.native thirdparty at hudson.remoting.Channel@7ae5fdad:win-build-slave-1
	at hudson.FilePath.act(FilePath.java:838)
	at hudson.FilePath.act(FilePath.java:824)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1063)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
	at hudson.model.Run.execute(Run.java:1502)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.io.IOException: Remote call on win-build-slave-1 failed
	at hudson.remoting.Channel.call(Channel.java:673)
	at hudson.FilePath.act(FilePath.java:831)
	... 10 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class hudson.util.jna.Kernel32
	at hudson.util.jna.Kernel32Utils.isJunctionOrSymlink(Kernel32Utils.java:62)
	at hudson.Util.isSymlink(Util.java:314)
	at hudson.Util.deleteRecursive(Util.java:279)
	at hudson.FilePath$11.invoke(FilePath.java:910)
	at hudson.FilePath$11.invoke(FilePath.java:908)
	at hudson.FilePath.act(FilePath.java:842)
	at hudson.FilePath.act(FilePath.java:824)
	at hudson.FilePath.deleteRecursive(FilePath.java:908)
	at hudson.plugins.git.GitAPI.clone(GitAPI.java:211)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1121)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1063)
	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:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:60)
	at java.lang.Thread.run(Unknown Source)
Finished: FAILURE
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to