[ 
https://issues.jenkins-ci.org/browse/JENKINS-11073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161883#comment-161883
 ] 

Alexander Dvorsky commented on JENKINS-11073:
---------------------------------------------

I can confirm this too. Rolling back to 1.21 fixes the problem.
Slave having the problem is Windows 7. Master is Windows 7 too.

StackTrace:
ERROR: Artefaktekopie aus xxxxxxxx mit Filter: ** fehlgeschlagen
hudson.util.IOException2: Failed to copy 
C:\Jenkins\jobs\xxxxxxxx\builds\2012-04-22_22-02-00\archive\Build\xxxxxxxx\File.xrs
 to c:\xxxxxxxx\Build\xxxxxxxx\File.xrs
        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:215)
        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:\xxxxxxxx\Build\xxxxxxxx\File.xrs at 
hudson.remoting.Channel@d1faace:BuildSlaveWindows
        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:\xxxxxxxx\Build\xxxxxxxx\File.xrs to 1335126036000
        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 java.lang.Thread.run(Unknown Source)
Build step 'Artefakte aus einem anderen Projekt kopieren' marked build as 
failure

                
> copy artifact fails on windows XP slaves due to failing to set a timestamp
> --------------------------------------------------------------------------
>
>                 Key: JENKINS-11073
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-11073
>             Project: Jenkins
>          Issue Type: Bug
>          Components: copyartifact, core
>    Affects Versions: current
>         Environment: Windows XP slave.  CentOS 5.5 server
>            Reporter: Jeff Koenig
>            Assignee: kutzi
>         Attachments: copyArtifact.txt
>
>
> The copy artifact build step fails when it trys to set the time stamp on 
> windows XP slaves.  I have attached the stack trace that shows this error
> "Caused by: java.io.IOException: Failed to set the timestamp of 
> C:\automation\AccuNurse-3.2.0.0-569-upgrade.zip to 1316552260000"
> I believe this issue was caused by the changes made for JENKINS-10805.
> I have also found a discussion of others experiencing the same issue 
> http://groups.google.com/group/jenkinsci-users/browse_thread/thread/249ebeb0660d5e0d/e831b70f5688d0c4?show_docid=e831b70f5688d0c4

--
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

        

Reply via email to