|
Bertrand Latinville created JENKINS-13515:
--------------------------------------------- Summary: Copy failed on windows machine because of timestamp Key: JENKINS-13515 URL: https://issues.jenkins-ci.org/browse/JENKINS-13515 Project: Jenkins Issue Type: Bug Components: copyartifact Environment: Jenkins ver. 1.460, debian master. XP slave. Reporter: Bertrand Latinville Assignee: Alan Harder After upgrading Copy artifacts plugin to 1.22 I have some problems of copy on a windows XP slave. Downgrading to 1.21 solves the problem. This is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-11073 ERROR: Failed to copy artifacts from job with filter: **/* hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/(filepath).html to C:\jenkins\workspace\(filepath).html at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91) at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63) at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:243) at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705) at hudson.model.Build$RunnerImpl.build(Build.java:178) at hudson.model.Build$RunnerImpl.doRun(Build.java:139) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475) at hudson.model.Run.run(Run.java:1421) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:238) Caused by: hudson.util.IOException2: remote file operation failed: C:\jenkins\workspace\(filepath).html at hudson.remoting.Channel@2b0857d2:build-w7 at hudson.FilePath.act(FilePath.java:828) at hudson.FilePath.act(FilePath.java:814) at hudson.FilePath.touch(FilePath.java:1160) at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79) ... 12 more Caused by: java.io.IOException: Failed to set the timestamp of C:\jenkins\workspace\(filepath).html to 1334755712000 at hudson.FilePath$19.invoke(FilePath.java:1166) at hudson.FilePath$19.invoke(FilePath.java:1160) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154) 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) Build step 'Copy artifacts from another project' marked build as failure -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Harder reassigned JENKINS-13515: ------------------------------------- Assignee: Kohsuke Kawaguchi (was: Alan Harder) > Copy failed on windows machine because of timestamp > --------------------------------------------------- > > Key: JENKINS-13515 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13515 > Project: Jenkins > Issue Type: Bug > Components: copyartifact > Environment: Jenkins ver. 1.460, debian master. > XP slave. > Reporter: Bertrand Latinville > Assignee: Kohsuke Kawaguchi > > After upgrading Copy artifacts plugin to 1.22 I have some problems of copy on a windows XP slave. > Downgrading to 1.21 solves the problem. > This is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-11073 > ERROR: Failed to copy artifacts from job with filter: **/* > hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/(filepath).html to C:\jenkins\workspace\(filepath).html > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:243) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705) > at hudson.model.Build$RunnerImpl.build(Build.java:178) > at hudson.model.Build$RunnerImpl.doRun(Build.java:139) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475) > at hudson.model.Run.run(Run.java:1421) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:238) > Caused by: hudson.util.IOException2: remote file operation failed: C:\jenkins\workspace\(filepath).html at hudson.remoting.Channel@2b0857d2:build-w7 > at hudson.FilePath.act(FilePath.java:828) > at hudson.FilePath.act(FilePath.java:814) > at hudson.FilePath.touch(FilePath.java:1160) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79) > ... 12 more > Caused by: java.io.IOException: Failed to set the timestamp of C:\jenkins\workspace\(filepath).html to 1334755712000 > at hudson.FilePath$19.invoke(FilePath.java:1166) > at hudson.FilePath$19.invoke(FilePath.java:1160) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154) > 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) > Build step 'Copy artifacts from another project' marked build as failure -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161879#comment-161879 ] aleksas commented on JENKINS-13515: ----------------------------------- Same here. Faceing this issue after updating Jenkins together with plugins to 1.460. Env: Windows 2008 slaves, and master. > Copy failed on windows machine because of timestamp > --------------------------------------------------- > > Key: JENKINS-13515 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13515 > Project: Jenkins > Issue Type: Bug > Components: copyartifact > Environment: Jenkins ver. 1.460, debian master. > XP slave. > Reporter: Bertrand Latinville > Assignee: Kohsuke Kawaguchi > > After upgrading Copy artifacts plugin to 1.22 I have some problems of copy on a windows XP slave. > Downgrading to 1.21 solves the problem. > This is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-11073 > ERROR: Failed to copy artifacts from job with filter: **/* > hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/(filepath).html to C:\jenkins\workspace\(filepath).html > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:243) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705) > at hudson.model.Build$RunnerImpl.build(Build.java:178) > at hudson.model.Build$RunnerImpl.doRun(Build.java:139) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475) > at hudson.model.Run.run(Run.java:1421) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:238) > Caused by: hudson.util.IOException2: remote file operation failed: C:\jenkins\workspace\(filepath).html at hudson.remoting.Channel@2b0857d2:build-w7 > at hudson.FilePath.act(FilePath.java:828) > at hudson.FilePath.act(FilePath.java:814) > at hudson.FilePath.touch(FilePath.java:1160) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79) > ... 12 more > Caused by: java.io.IOException: Failed to set the timestamp of C:\jenkins\workspace\(filepath).html to 1334755712000 > at hudson.FilePath$19.invoke(FilePath.java:1166) > at hudson.FilePath$19.invoke(FilePath.java:1160) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154) > 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) > Build step 'Copy artifacts from another project' marked build as failure -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161879#comment-161879 ] aleksas edited comment on JENKINS-13515 at 4/23/12 6:59 AM: ------------------------------------------------------------ Same here. Facing this issue after updating Jenkins to v.1.460 together with plugins. Env: Windows 2008 slaves, and master. was (Author: aleksas): Same here. Faceing this issue after updating Jenkins together with plugins to 1.460. Env: Windows 2008 slaves, and master. > Copy failed on windows machine because of timestamp > --------------------------------------------------- > > Key: JENKINS-13515 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13515 > Project: Jenkins > Issue Type: Bug > Components: copyartifact > Environment: Jenkins ver. 1.460, debian master. > XP slave. > Reporter: Bertrand Latinville > Assignee: Kohsuke Kawaguchi > > After upgrading Copy artifacts plugin to 1.22 I have some problems of copy on a windows XP slave. > Downgrading to 1.21 solves the problem. > This is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-11073 > ERROR: Failed to copy artifacts from job with filter: **/* > hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/(filepath).html to C:\jenkins\workspace\(filepath).html > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:243) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705) > at hudson.model.Build$RunnerImpl.build(Build.java:178) > at hudson.model.Build$RunnerImpl.doRun(Build.java:139) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475) > at hudson.model.Run.run(Run.java:1421) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:238) > Caused by: hudson.util.IOException2: remote file operation failed: C:\jenkins\workspace\(filepath).html at hudson.remoting.Channel@2b0857d2:build-w7 > at hudson.FilePath.act(FilePath.java:828) > at hudson.FilePath.act(FilePath.java:814) > at hudson.FilePath.touch(FilePath.java:1160) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79) > ... 12 more > Caused by: java.io.IOException: Failed to set the timestamp of C:\jenkins\workspace\(filepath).html to 1334755712000 > at hudson.FilePath$19.invoke(FilePath.java:1166) > at hudson.FilePath$19.invoke(FilePath.java:1160) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154) > 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) > Build step 'Copy artifacts from another project' marked build as failure -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162011#comment-162011 ] Frederic Bouvier commented on JENKINS-13515: -------------------------------------------- Same for the flightgear project. Since upgrade to v1.22 see: http://flightgear.simpits.org:8080/job/FlightGear-Win-Cmake/432/console > Copy failed on windows machine because of timestamp > --------------------------------------------------- > > Key: JENKINS-13515 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13515 > Project: Jenkins > Issue Type: Bug > Components: copyartifact > Environment: Jenkins ver. 1.460, debian master. > XP slave. > Reporter: Bertrand Latinville > Assignee: Kohsuke Kawaguchi > > After upgrading Copy artifacts plugin to 1.22 I have some problems of copy on a windows XP slave. > Downgrading to 1.21 solves the problem. > This is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-11073 > ERROR: Failed to copy artifacts from job with filter: **/* > hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/(filepath).html to C:\jenkins\workspace\(filepath).html > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:243) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705) > at hudson.model.Build$RunnerImpl.build(Build.java:178) > at hudson.model.Build$RunnerImpl.doRun(Build.java:139) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475) > at hudson.model.Run.run(Run.java:1421) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:238) > Caused by: hudson.util.IOException2: remote file operation failed: C:\jenkins\workspace\(filepath).html at hudson.remoting.Channel@2b0857d2:build-w7 > at hudson.FilePath.act(FilePath.java:828) > at hudson.FilePath.act(FilePath.java:814) > at hudson.FilePath.touch(FilePath.java:1160) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79) > ... 12 more > Caused by: java.io.IOException: Failed to set the timestamp of C:\jenkins\workspace\(filepath).html to 1334755712000 > at hudson.FilePath$19.invoke(FilePath.java:1166) > at hudson.FilePath$19.invoke(FilePath.java:1160) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154) > 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) > Build step 'Copy artifacts from another project' marked build as failure -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162334#comment-162334 ] glimberg commented on JENKINS-13515: ------------------------------------ I'm also seeing this issue on a Windows 7 64 bit slave with Copy Artifacts plugin v1.22. > Copy failed on windows machine because of timestamp > --------------------------------------------------- > > Key: JENKINS-13515 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13515 > Project: Jenkins > Issue Type: Bug > Components: copyartifact > Environment: Jenkins ver. 1.460, debian master. > XP slave. > Reporter: Bertrand Latinville > Assignee: Kohsuke Kawaguchi > > After upgrading Copy artifacts plugin to 1.22 I have some problems of copy on a windows XP slave. > Downgrading to 1.21 solves the problem. > This is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-11073 > ERROR: Failed to copy artifacts from job with filter: **/* > hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/(filepath).html to C:\jenkins\workspace\(filepath).html > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:243) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705) > at hudson.model.Build$RunnerImpl.build(Build.java:178) > at hudson.model.Build$RunnerImpl.doRun(Build.java:139) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475) > at hudson.model.Run.run(Run.java:1421) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:238) > Caused by: hudson.util.IOException2: remote file operation failed: C:\jenkins\workspace\(filepath).html at hudson.remoting.Channel@2b0857d2:build-w7 > at hudson.FilePath.act(FilePath.java:828) > at hudson.FilePath.act(FilePath.java:814) > at hudson.FilePath.touch(FilePath.java:1160) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79) > ... 12 more > Caused by: java.io.IOException: Failed to set the timestamp of C:\jenkins\workspace\(filepath).html to 1334755712000 > at hudson.FilePath$19.invoke(FilePath.java:1166) > at hudson.FilePath$19.invoke(FilePath.java:1160) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154) > 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) > Build step 'Copy artifacts from another project' marked build as failure -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162357#comment-162357 ] Luke Last commented on JENKINS-13515: ------------------------------------- I also had this problem with copy artifacts plugin v1.22 copying from an Ubuntu master to a windows 7 64bit slave. Going back to v1.21 solved the problem. > Copy failed on windows machine because of timestamp > --------------------------------------------------- > > Key: JENKINS-13515 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13515 > Project: Jenkins > Issue Type: Bug > Components: copyartifact > Environment: Jenkins ver. 1.460, debian master. > XP slave. > Reporter: Bertrand Latinville > Assignee: Kohsuke Kawaguchi > > After upgrading Copy artifacts plugin to 1.22 I have some problems of copy on a windows XP slave. > Downgrading to 1.21 solves the problem. > This is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-11073 > ERROR: Failed to copy artifacts from job with filter: **/* > hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/(filepath).html to C:\jenkins\workspace\(filepath).html > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:243) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705) > at hudson.model.Build$RunnerImpl.build(Build.java:178) > at hudson.model.Build$RunnerImpl.doRun(Build.java:139) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475) > at hudson.model.Run.run(Run.java:1421) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:238) > Caused by: hudson.util.IOException2: remote file operation failed: C:\jenkins\workspace\(filepath).html at hudson.remoting.Channel@2b0857d2:build-w7 > at hudson.FilePath.act(FilePath.java:828) > at hudson.FilePath.act(FilePath.java:814) > at hudson.FilePath.touch(FilePath.java:1160) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79) > ... 12 more > Caused by: java.io.IOException: Failed to set the timestamp of C:\jenkins\workspace\(filepath).html to 1334755712000 > at hudson.FilePath$19.invoke(FilePath.java:1166) > at hudson.FilePath$19.invoke(FilePath.java:1160) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154) > 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) > Build step 'Copy artifacts from another project' marked build as failure -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163549#comment-163549 ] Cees Bos commented on JENKINS-13515: ------------------------------------ Same holds for us. Copy was done from a linux master to a windows slave. We had to revert the plugin to 1.21. > Copy failed on windows machine because of timestamp > --------------------------------------------------- > > Key: JENKINS-13515 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13515 > Project: Jenkins > Issue Type: Bug > Components: copyartifact > Environment: Jenkins ver. 1.460, debian master. > XP slave. > Reporter: Bertrand Latinville > Assignee: Kohsuke Kawaguchi > > After upgrading Copy artifacts plugin to 1.22 I have some problems of copy on a windows XP slave. > Downgrading to 1.21 solves the problem. > This is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-11073 > ERROR: Failed to copy artifacts from job with filter: **/* > hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/(filepath).html to C:\jenkins\workspace\(filepath).html > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:243) > at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705) > at hudson.model.Build$RunnerImpl.build(Build.java:178) > at hudson.model.Build$RunnerImpl.doRun(Build.java:139) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475) > at hudson.model.Run.run(Run.java:1421) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:238) > Caused by: hudson.util.IOException2: remote file operation failed: C:\jenkins\workspace\(filepath).html at hudson.remoting.Channel@2b0857d2:build-w7 > at hudson.FilePath.act(FilePath.java:828) > at hudson.FilePath.act(FilePath.java:814) > at hudson.FilePath.touch(FilePath.java:1160) > at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79) > ... 12 more > Caused by: java.io.IOException: Failed to set the timestamp of C:\jenkins\workspace\(filepath).html to 1334755712000 > at hudson.FilePath$19.invoke(FilePath.java:1166) > at hudson.FilePath$19.invoke(FilePath.java:1160) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154) > 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) > Build step 'Copy artifacts from another project' marked build as failure -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
| Powered by Nabble | Edit this page |

In jenkins v1.474 this problem is still there. Overwriting existing files does not work, writing new files works fine.
So I use the following workaround: Use a Execute Windows batch command to delete all files before copying.