[JIRA] (JENKINS-50729) exception when cleaning workspace

2018-04-16 Thread d...@danny.cz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Horák commented on  JENKINS-50729  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: exception when cleaning workspace   
 

  
 
 
 
 

 
 The attached jenkins-clean-bug.tar.gz file contains /var/lib/jenkins/workspace provoking the crash (on a x86_64 system).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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/d/optout.


[JIRA] (JENKINS-50729) exception when cleaning workspace

2018-04-16 Thread d...@danny.cz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Horák updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50729  
 
 
  exception when cleaning workspace   
 

  
 
 
 
 

 
Change By: 
 Dan Horák  
 
 
Attachment: 
 jenkins-clean-bug.tar.gz  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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/d/optout.


[JIRA] (JENKINS-50729) exception when cleaning workspace

2018-04-12 Thread d...@danny.cz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Horák commented on  JENKINS-50729  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: exception when cleaning workspace   
 

  
 
 
 
 

 
 [jenkins@guest02 ~]$ ll workspace/strace/label/ppc64le/tests/fsync-y.dir/ total 0 rw--. 1 jenkins jenkins 0 Apr 3 13:27 '\001\002''0'$'\v\004''7'$'\f\005''8'$'\t\a''9'$'\n\b\017''1'$'\r\016''7'$'\021''8'$'\037'' \'\''"<<0::0>>1~'$'\177\200\377'   I can upload a tar with the offending filename. yes, rm -rf removes the dir yes, git clean -xfd removes the dir  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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/d/optout.


[JIRA] (JENKINS-50729) exception when cleaning workspace

2018-04-11 Thread d...@danny.cz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Horák created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50729  
 
 
  exception when cleaning workspace   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2018-04-11 08:45  
 
 
Environment: 
 Jenkins ver. 2.107.1  Git plugin 3.8.0  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Dan Horák  
 

  
 
 
 
 

 
 Jenkins is not able to clean workspace before updating strace git checkout. It crashes with   {{ Started by upstream project "[strace]" build number [98]}} {{ originally caused by:}} {{ Started by an SCM change}} {{ Building remotely on }} {{ [p8-ppc64le]}} {{ (Fedora F27 ppc64le) in workspace /home/jenkins/workspace/strace/label/ppc64le}} {{ Cloning the remote Git repository}} {{ Cloning repository }} {{ https://github.com/strace/strace.git}} {{ ERROR: Failed to clean the workspace}} {{ java.io.IOException: Unable to delete '/home/jenkins/workspace/strace/label/ppc64le'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.}} {{ at hudson.Util.deleteContentsRecursive(Util.java:238)}} {{ at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:555)}} {{ at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)}} {{ at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)}} {{ at hudson.remoting.UserRequest.perform(UserRequest.java:210)}} {{ at hudson.remoting.UserRequest.perform(UserRequest.java:53)}} {{ at hudson.remoting.Request$2.run(Request.java:364)}} {{ at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)}} {{ at java.util.concurrent.FutureTask.run(FutureTask.java:266)}} {{ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)}} {{ at