Community
Participate
Working Groups
There is an intermittent failure which affects the releng builds. The build is failing attempting to delete an empty directory. I can see no explanation for why this would happen, file permissions are fine, the directory was created by the same process that is trying to delete it. I suspect a hardware/os problem related to bug 335274
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. >