| Summary: | Intermittent unable to delete directory fails builds | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Andrew Niefer <aniefer> |
| Component: | Client | Assignee: | Project Inbox <e4.orion-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2 | ||
| Target Milestone: | 0.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Andrew Niefer
The log looks like this:
[delete] Deleting /shared/eclipse/e4/orion/I201101281253/tmp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20101018/about.html
[delete] Deleting /shared/eclipse/e4/orion/I201101281253/tmp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20101018/eclipse_1404.so
[delete] Deleting /shared/eclipse/e4/orion/I201101281253/tmp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20101018/META-INF/MANIFEST.MF
[delete] Deleting /shared/eclipse/e4/orion/I201101281253/tmp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20101018/META-INF/ECLIPSEF.SF
[delete] Deleting /shared/eclipse/e4/orion/I201101281253/tmp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20101018/META-INF/ECLIPSEF.RSA
[delete] Deleting /shared/eclipse/e4/orion/I201101281253/tmp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20101018/META-INF/eclipse.inf
[delete] Deleting directory /shared/eclipse/e4/orion/I201101281253/tmp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20101018/META-INF
Unable to delete directory /shared/eclipse/e4/orion/I201101281253/tmp
at org.apache.tools.ant.taskdefs.Delete.handle(Delete.java:624)
at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:689)
at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:679)
at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:679)
at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:679)
at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:679)
at org.apache.tools.ant.taskdefs.Delete.execute(Delete.java:543)
looking on disk:
e4Build@build:/shared/eclipse/e4/orion/I201101281253/tmp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20101018/META-INF> ls -la
total 0
drwxrwxr-x+ 2 e4Build users 48 2011-01-28 12:58 .
drwxrwxr-x+ 3 e4Build users 72 2011-01-28 12:58 ..
I have released changes to the builder to work around problems deleting files. See bug 335274 comment #8 > The .nfs files are consistent with a file handle that is in the process of > being deleted. The NFS server (or its disk arrays) may be lagged when you see > this. > |