-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I would expect this plugin to only be looking at workspaces, not the root file system
Oct 22, 2013 12:24:08 PM hudson.plugins.disk_usage.DiskUsageUtil calculateWorkspaceDiskUsageForPath WARNING: Disk usage fails to calculate workspace for file path / through channel hudson.remoting.LocalChannel@13f83e3b java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:258) at java.util.concurrent.FutureTask.get(FutureTask.java:119) at hudson.remoting.LocalChannel$2.get(LocalChannel.java:81) at hudson.plugins.disk_usage.DiskUsageUtil.calculateWorkspaceDiskUsageForPath(DiskUsageUtil.java:294) at hudson.plugins.disk_usage.DiskUsageUtil.calculateWorkspaceDiskUsage(DiskUsageUtil.java:349) at hudson.plugins.disk_usage.WorkspaceDiskUsageCalculationThread.execute(WorkspaceDiskUsageCalculationThread.java:46) at hudson.model.AsyncAperiodicWork$1.run(AsyncAperiodicWork.java:76) at java.lang.Thread.run(Thread.java:722)
INFO: Failed to list files in /proc/tty/driver - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/1/task/1/fd - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/1/task/1/fdinfo - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/1/fd - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/1/fdinfo - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/tty/driver - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/1/task/1/fd - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/1/task/1/fdinfo - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/tty/driver - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/1/fd - ignoring Oct 22, 2013 1:20:26 PM hudson.plugins.disk_usage.DiskUsageUtil getFileSize INFO: Failed to list files in /proc/1/fdinfo - ignoring
Hi, yes it should. But it really does not seem like a workspace of slave or workspace of job. I had disku usage on our test jenkins for 1 month and this was not happen to me. Is there any info about workspace in log? Maybe I will add the posibility of extended log. There must be something wrong .... it controls the workspaces which is in JobProperty (in for cycle). After each build the buildListener add into JobProperty information about path to the workspace and slave name (if there is duplicity it rewrites old information). So there should not be workspace with path / if this path was not set for some build (with custom workspace). To be sure - can you check if no build has workspace with path /? or better do you have installed Job config history plugin? There should be information about setting of custom workspace.