[JIRA] (JENKINS-12732) Fingerprint failure in copy artifact 1.21, even though fingerprinting is turned off in my jobs

2012-11-28 Thread hits...@gmail.com (JIRA)














































hiteswar kumar
 commented on  JENKINS-12732


Fingerprint failure in copy artifact 1.21, even though fingerprinting is turned off in my jobs















can share update for this issue?
i am also facing this isuee- copying .git objects from sub project to main project .

jenkins lTS:1.447.2
copy artifect plugin:1.24

at main project configure:
trigger builds on other project
  -sub_project

copy artifact from another project
 project name sub_project,

	which build-Copy from workspace of latest completed build
	enable Flatten directories



at sub projectsub_project:
Build-execute shell
repo init and repo sync git repository

stacktrack at main project is below for your reference:

Build step 'Trigger/call builds on other projects' changed build result to SUCCESS
ERROR: Failed to copy artifacts from sub project: **
hudson.util.IOException2: Failed to copy /home/hudsonslave/root/workspace/sub_project/.repo/manifests/.git/objects/pack/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx to /home/hudsonslave/root/workspace/sub_project/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx
	at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:97)
	at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:248)
	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:697)
	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:467)
	at hudson.model.Run.run(Run.java:1404)
	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: java.io.FileNotFoundException: /home/hudsonslave/root/workspace/EXPERIMENTAL_22709304_trigger_from_SELD_check/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx (Permission denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.init(FileOutputStream.java:194)
	at java.io.FileOutputStream.init(FileOutputStream.java:145)
	at hudson.FilePath$26.call(FilePath.java:1350)
	at hudson.FilePath$26.call(FilePath.java:1346)
	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(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)
Build step 'Copy artifacts from another project' marked build as failure
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






[JIRA] (JENKINS-12732) Fingerprint failure in copy artifact 1.21, even though fingerprinting is turned off in my jobs

2012-11-28 Thread hits...@gmail.com (JIRA)












































 
hiteswar kumar
 edited a comment on  JENKINS-12732


Fingerprint failure in copy artifact 1.21, even though fingerprinting is turned off in my jobs
















can share update for this issue?
i am also facing this isuee- copying .git objects from sub project to main project .

jenkins lTS:1.447.2
copy artifect plugin:1.24

at main project configure:
trigger builds on other project
  -sub_project

copy artifact from another project
 project name sub_project,

	which build-Copy from workspace of latest completed build
	enable Flatten directories



at sub projectsub_project:
Build-execute shell
repo init and repo sync git repository

stacktrack at main project is below for your reference:

Build step 'Trigger/call builds on other projects' changed build result to SUCCESS
ERROR: Failed to copy artifacts from sub project: **
hudson.util.IOException2: Failed to copy /home/hudsonslave/root/workspace/sub_project/.repo/manifests/.git/objects/pack/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx to /home/hudsonslave/root/workspace/sub_project/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx
	at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:97)
	at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:248)
	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:697)
	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:467)
	at hudson.model.Run.run(Run.java:1404)
	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: java.io.FileNotFoundException: /home/hudsonslave/root/workspace/main_project/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx (Permission denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.init(FileOutputStream.java:194)
	at java.io.FileOutputStream.init(FileOutputStream.java:145)
	at hudson.FilePath$26.call(FilePath.java:1350)
	at hudson.FilePath$26.call(FilePath.java:1346)
	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(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)
Build step 'Copy artifacts from another project' marked build as failure
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






[JIRA] (JENKINS-12732) Fingerprint failure in copy artifact 1.21, even though fingerprinting is turned off in my jobs

2012-11-28 Thread hits...@gmail.com (JIRA)












































 
hiteswar kumar
 edited a comment on  JENKINS-12732


Fingerprint failure in copy artifact 1.21, even though fingerprinting is turned off in my jobs
















can share update for this issue?
i am also facing this isuee- copying .git objects from sub project to main project .

jenkins lTS:1.447.2
copy artifect plugin:1.24

at main project configure:
trigger builds on other project
  -sub_project

copy artifact from another project
 project name sub_project,

	which build-Copy from workspace of latest completed build
	enable Flatten directories



at sub projectsub_project:
Build-execute shell
repo init and repo sync git repository

stacktrack at main project is below for your reference:

Build step 'Trigger/call builds on other projects' changed build result to SUCCESS
ERROR: Failed to copy artifacts from sub project: **
hudson.util.IOException2: Failed to copy /home/hudsonslave/root/workspace/sub_project/.repo/manifests/.git/objects/pack/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx to /home/hudsonslave/root/workspace/main_project/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx
	at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:97)
	at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:248)
	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:697)
	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:467)
	at hudson.model.Run.run(Run.java:1404)
	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: java.io.FileNotFoundException: /home/hudsonslave/root/workspace/main_project/pack-c5eb0a5b960078895187994136dfb4513c1878c4.idx (Permission denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.init(FileOutputStream.java:194)
	at java.io.FileOutputStream.init(FileOutputStream.java:145)
	at hudson.FilePath$26.call(FilePath.java:1350)
	at hudson.FilePath$26.call(FilePath.java:1346)
	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(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)
Build step 'Copy artifacts from another project' marked build as failure
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






[JIRA] (JENKINS-12732) Fingerprint failure in copy artifact 1.21, even though fingerprinting is turned off in my jobs

2012-04-24 Thread klei...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161974#comment-161974
 ] 

Kyle Leinen commented on JENKINS-12732:
---

I am also seeing this with a job that has fingerprinting turned on.  It seems 
to work for many configurations of a matrix job, but it randomly doesn't work 
for a few of the configurations.  The ones it fails on are also random, making 
this issue very hard to reproduce.

12:36:44  Copied 1 artifact from GSix_Squish_UX » 
Squish_10in_Desktop,Service_Center_Diagnostic_Address build number 317
12:36:44  Copied 1 artifact from GSix_Squish_UX » 
Squish_10in_Desktop,Service_Center_Diagnostic_Trouble_Codes build number 317
12:36:44  Copied 1 artifact from GSix_Squish_UX » 
Squish_10in_Desktop,Service_Center_General build number 317
12:36:44  Copied 1 artifact from GSix_Squish_UX » 
Squish_10in_Desktop,Shift_Track_Integration build number 317
12:36:44  Copied 1 artifact from GSix_Squish_UX » 
Squish_10in_Desktop,StraightTrack_Methods build number 317
12:36:44  ERROR: Failed to copy artifacts from GSix_Squish_UX with filter: **
12:36:44  hudson.util.IOException2: Failed to copy 
C:\Hudson\jobs\GSix_Squish_UX\configurations\axis-Platform\Squish_10in_Desktop\axis-SuiteName\Third_Party_Apps\builds\2012-04-24_12-04-35\archive\SQUISH_Tests_Results\Third_Party_Apps-RESULTS.xml
 to 
C:\Jenkins\workspace\GSix_Squish_Results\SQUISH_Tests_Results\Platform=Squish_10in_Desktop,SuiteName=Third_Party_Apps\Third_Party_Apps-RESULTS.xml
12:36:44at 
hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:91)
12:36:44at 
hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:248)
12:36:44at 
hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:211)
12:36:44at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
12:36:44at 
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:705)
12:36:44at hudson.model.Build$RunnerImpl.build(Build.java:178)
12:36:44at hudson.model.Build$RunnerImpl.doRun(Build.java:139)
12:36:44at 
hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475)
12:36:44at hudson.model.Run.run(Run.java:1421)
12:36:44at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
12:36:44at 
hudson.model.ResourceController.execute(ResourceController.java:88)
12:36:44at hudson.model.Executor.run(Executor.java:238)
12:36:44  Caused by: hudson.util.IOException2: remote file operation failed: 
C:\Jenkins\workspace\GSix_Squish_Results\SQUISH_Tests_Results\Platform=Squish_10in_Desktop,SuiteName=Third_Party_Apps\Third_Party_Apps-RESULTS.xml
 at hudson.remoting.Channel@5f6994db:WDXISGGSIXCT1
12:36:44at hudson.FilePath.act(FilePath.java:828)
12:36:44at hudson.FilePath.act(FilePath.java:814)
12:36:44at hudson.FilePath.touch(FilePath.java:1160)
12:36:44at 
hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:79)
12:36:44... 11 more
12:36:44  Caused by: java.io.IOException: Failed to set the timestamp of 
C:\Jenkins\workspace\GSix_Squish_Results\SQUISH_Tests_Results\Platform=Squish_10in_Desktop,SuiteName=Third_Party_Apps\Third_Party_Apps-RESULTS.xml
 to 1335287115000
12:36:44at hudson.FilePath$19.invoke(FilePath.java:1166)
12:36:44at hudson.FilePath$19.invoke(FilePath.java:1160)
12:36:44at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2154)
12:36:44at hudson.remoting.UserRequest.perform(UserRequest.java:118)
12:36:44at hudson.remoting.UserRequest.perform(UserRequest.java:48)
12:36:44at hudson.remoting.Request$2.run(Request.java:287)
12:36:44at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
12:36:44at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
12:36:44at java.util.concurrent.FutureTask.run(Unknown Source)
12:36:44at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
12:36:44at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown 
Source)
12:36:44at hudson.remoting.Engine$1$1.run(Engine.java:60)
12:36:44at java.lang.Thread.run(Unknown Source)
12:36:44  Build step 'Copy artifacts from another project' marked build as 
failure
12:36:44  Archiving artifacts
12:36:44  Recording fingerprints

 Fingerprint failure in copy artifact 1.21, even though fingerprinting is 
 turned off in my jobs
 --

 Key: JENKINS-12732
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12732
 Project: Jenkins
  Issue Type: Bug
  Components: copyartifact
 Environment: Linux
 

[JIRA] (JENKINS-12732) Fingerprint failure in copy artifact 1.21, even though fingerprinting is turned off in my jobs

2012-02-11 Thread mindl...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-12732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Harder updated JENKINS-12732:
--

Assignee: Kohsuke Kawaguchi  (was: Alan Harder)

Kohsuke or Jørgen, please take a look at this.

 Fingerprint failure in copy artifact 1.21, even though fingerprinting is 
 turned off in my jobs
 --

 Key: JENKINS-12732
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12732
 Project: Jenkins
  Issue Type: Bug
  Components: copyartifact
 Environment: Linux
 Jenkins 1.45
Reporter: Ruth Morgenstein
Assignee: Kohsuke Kawaguchi

 I am copying a large artifact from a previous step and am getting the stack 
 trace below. I downgraded the copyartifact plugin to 1.19 - which does not 
 have this problem.
 step1 - checkout a git repo into directory pro, then archive pro/** and 
 trigger buildstep2, passing a parmeter
 step2 - checkout another git repo and then copy artifact from step1 from 
 upstream build that triggered this job
 Commencing build of Revision 04a5687ef9869a96a488b5be559f5a4a77fec3ba 
 (origin/HEAD)
 Checking out Revision 04a5687ef9869a96a488b5be559f5a4a77fec3ba (origin/HEAD)
 Cleaning workspace
 ERROR: Failed to copy artifacts from branch-pro-step01-checkout-pro with 
 filter: pro/**
 hudson.util.IOException2: Failed to copy 
 /var/lib/jenkins/jobs/branch-pro-step01-checkout-pro/builds/2012-02-08_16-31-54/archive/pro/.git/objects/pack/pack-b6bcfbde9cf85594588dc36e89676d73b43a3de0.idx
  to 
 /var/voltdb/jenkins/workspace/branch-pro-step02-checkout-voltdb-and-build/pro/.git/objects/pack/pack-b6bcfbde9cf85594588dc36e89676d73b43a3de0.idx
   at 
 hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:90)
   at 
 hudson.plugins.copyartifact.FingerprintingCopyMethod.copyAll(FingerprintingCopyMethod.java:63)
   at 
 hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:231)
   at 
 hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:203)
   at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
   at 
 hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:700)
   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:470)
   at hudson.model.Run.run(Run.java:1409)
   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: java.io.FileNotFoundException: 
 /var/voltdb/jenkins/workspace/branch-pro-step02-checkout-voltdb-and-build/pro/.git/objects/pack/pack-b6bcfbde9cf85594588dc36e89676d73b43a3de0.idx
  (Permission denied)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.init(FileOutputStream.java:179)
   at java.io.FileOutputStream.init(FileOutputStream.java:131)
   at hudson.FilePath$26.call(FilePath.java:1401)
   at hudson.FilePath$26.call(FilePath.java:1397)
   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(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:619)
 Build step 'Copy artifacts from another project' marked build as failure
 Archiving artifacts
 Recording test results
 Finished: 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