Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 506398

Summary: On SWTBot's HIPP, cannot clean workspace
Product: Community Reporter: Mickael Istria <mistria>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3 CC: frederic.gurr, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Mickael Istria CLA 2016-10-23 13:35:56 EDT
On 
there's an error that prevents the build from carrying on: https://hudson.eclipse.org/swtbot/job/swtbot-gerrit/583/console
"""
Retriggered by user mistria@redhat.com for Gerrit: https://git.eclipse.org/r/83750
Cleaning the workspace because project is configured to clean the workspace before each build.
FATAL: Unable to delete /home/hudson/genie.swtbot/.hudson/jobs/swtbot-gerrit/workspace/.maven/.nfs00000000073ee1320000018c
java.io.IOException: Unable to delete /home/hudson/genie.swtbot/.hudson/jobs/swtbot-gerrit/workspace/.maven/.nfs00000000073ee1320000018c
	at hudson.Util.deleteFile(Util.java:265)
	at hudson.Util.deleteRecursive(Util.java:305)
	at hudson.Util.deleteContentsRecursive(Util.java:222)
	at hudson.Util.deleteRecursive(Util.java:303)
	at hudson.Util.deleteContentsRecursive(Util.java:222)
	at hudson.Util.deleteRecursive(Util.java:303)
	at hudson.FilePath$9.invoke(FilePath.java:860)
	at hudson.FilePath$9.invoke(FilePath.java:858)
	at hudson.FilePath.act(FilePath.java:791)
	at hudson.FilePath.act(FilePath.java:773)
	at hudson.FilePath.deleteRecursive(FilePath.java:858)
	at hudson.model.AbstractProject.cleanWorkspace(AbstractProject.java:2118)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:423)
	at hudson.model.Run.run(Run.java:1390)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:40)
	at hudson.model.ResourceController.execute(ResourceController.java:82)
	at hudson.model.Executor.run(Executor.java:137)
"""
Comment 1 Frederic Gurr CLA 2016-10-24 04:19:44 EDT
I wiped the workspace manually. Now it works again.
Comment 2 Mickael Istria CLA 2016-10-24 06:13:51 EDT
There's now a Git issue: https://hudson.eclipse.org/swtbot/job/swtbot-gerrit/588/console
Is this related? Should I open a new bug?
Comment 3 Frederic Gurr CLA 2016-10-24 07:30:42 EDT
Nope, this is unrelated. Git is acting up a bit this morning, but it should work again now.
Comment 4 Mickael Istria CLA 2016-10-24 08:02:14 EDT
Build is still failing for same reason. Is there another bug I can follow to be notified upon resolution?