Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Copy Artifact Plugin fails: Failed to set timestamp
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Derek Brown  
View profile  
 More options Sep 16 2011, 2:22 pm
From: Derek Brown <de...@revolutionanalytics.com>
Date: Fri, 16 Sep 2011 11:22:14 -0700 (PDT)
Local: Fri, Sep 16 2011 2:22 pm
Subject: Copy Artifact Plugin fails: Failed to set timestamp
Running Jenkins 1.430,
Jenkins server is Debian 6
Client are Windows:  2003 Server, Windows XP, Windows 7

Started to see this problem when upgraded from Hudson 1.3??

I don't see mention of this in the Jenkins Bug database, or in this
forum.
Has anyone seen this before? Any idea of a solution?

Thanks
Derek . . .

ERROR: Failed to copy artifacts from anonimized-jobname in with
filter: **/buildNotes*,**/anonomizedArtifact*.exe
hudson.util.IOException2: remote file operation failed: c:\opt\hudson
\workspace\anotherAnominizedJobname\downloadDir\anomonizedArtifact.exe
at hudson.remoting.Channel@d383128:autotest03-win7
        at hudson.FilePath.act(FilePath.java:754)
        at hudson.FilePath.act(FilePath.java:740)
        at hudson.FilePath.touch(FilePath.java:1036)
        at hudson.FilePath.copyToWithPermission(FilePath.java:1402)
        at
hudson.plugins.copyartifact.FilePathCopyMethod.copyOne(FilePathCopyMethod.j ava:
58)
        at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:
231)
        at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:
200)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
        at hudson.model.AbstractBuild
$AbstractRunner.perform(AbstractBuild.java:693)
        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:
459)
        at hudson.model.Run.run(Run.java:1376)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:
88)
        at hudson.model.Executor.run(Executor.java:230)
Caused by: java.io.IOException: Failed to set the timestamp of c:\opt
\hudson\workspace\anotherAnominizedJobname\downloadDir
\anominizedArtifact.exe to 1316142956000
        at hudson.FilePath$17.invoke(FilePath.java:1041)
        at hudson.FilePath$17.invoke(FilePath.java:1036)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1995)
        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 java.util.concurrent.Executors$RunnableAdapter.call(Unknown
Source)
        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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim  
View profile   Translate to Translated (View Original)
 More options Sep 19 2011, 3:22 pm
From: Tim <tjstaven...@gmail.com>
Date: Mon, 19 Sep 2011 12:22:10 -0700 (PDT)
Local: Mon, Sep 19 2011 3:22 pm
Subject: Re: Copy Artifact Plugin fails: Failed to set timestamp
I'm receiving and debugging the same error -- different file,
obviously, but the same "Failed to set the timestamp" message. Did you
have any luck resolving it?

Thanks!

On Sep 16, 11:22 am, Derek Brown <de...@revolutionanalytics.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Derek Brown  
View profile  
 More options Sep 20 2011, 4:24 pm
From: Derek Brown <de...@revolutionanalytics.com>
Date: Tue, 20 Sep 2011 13:24:54 -0700 (PDT)
Local: Tues, Sep 20 2011 4:24 pm
Subject: Re: Copy Artifact Plugin fails: Failed to set timestamp
I did not resolve the problem. I'm in the process of implementing a
work around, eliminating the use of "Copy artifacts from project".
Using a wget like construct in a ruby script to download the required
artifact from the other project, given the artifacts url,
E.g.  http://anonomizedjenkinsserver.com:8080/job/anonomizedProject/lastSuc...

Derek . . .

On Sep 19, 12:22 pm, Tim <tjstaven...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jfbos  
View profile  
 More options Sep 21 2011, 6:31 am
From: jfbos <jahn.fu...@bossoftware.de>
Date: Wed, 21 Sep 2011 03:31:04 -0700 (PDT)
Local: Wed, Sep 21 2011 6:31 am
Subject: Re: Copy Artifact Plugin fails: Failed to set timestamp
I have the same problem here.
Probably started with Jenkins version 1.430.

Right now i am running Jenkins server 1.431 on debian 6
and the copy artifacts problem is with a Windows XP slave.

It is a job that worked before (but is started only manually occasionally)
I think the problem might have started with 1.430...

Did you guys already made a bug report??

Here is my similar looking error msg from the jenkins output:

--
View this message in context: http://jenkins.361315.n4.nabble.com/Copy-Artifact-Plugin-fails-Failed...
Sent from the Jenkins users mailing list archive at Nabble.com.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff  
View profile  
 More options Sep 21 2011, 9:03 am
From: Jeff <jkoenig...@gmail.com>
Date: Wed, 21 Sep 2011 06:03:30 -0700 (PDT)
Local: Wed, Sep 21 2011 9:03 am
Subject: Re: Copy Artifact Plugin fails: Failed to set timestamp
I am experiencing the same issue and just wrote up a bug report
https://issues.jenkins-ci.org/browse/JENKINS-11073

-Jeff

On Sep 21, 6:31 am, jfbos <jahn.fu...@bossoftware.de> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »