-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Hudson 1.387
ClearCase Plugin 1.3.2
Master: Linux Centos 5.3
Slave: Linux Centos 4.7
We are running a ClearCase build jobs on a Centos 4.7 Slave. We are currently using Snapshot views and for some reason which we cannot figure out sometimes when a build is run it creates/renames a previous view to a .keep folder. This is really troublesome as one of our target build projects is almost 40GB and we run out of space on the slave.
Example of one view in the workspace:
drwxr-xr-x 3 builder ccusers 4096 Nov 15 15:08 builder_RavenPlat1.3.0.0_Platform.keep.1
drwxr-xr-x 3 builder ccusers 4096 Nov 25 23:41 builder_RavenPlat1.3.0.0_Platform.keep.2
drwxr-xr-x 3 builder ccusers 4096 Nov 28 23:41 builder_RavenPlat1.3.0.0_Platform.keep.3
drwxr-xr-x 3 builder ccusers 4096 Nov 30 23:42 builder_RavenPlat1.3.0.0_Platform
In the above list, these are not the only builds, so its not every time that a build creates a keep folder. For example there were two builds done between the 28th and the 30th.
So far we have been manually removing these keep folders but it seems to be non deterministic when the view is copied to a keep folder.
An additional datapoint, we were in testing and we created a project and then immediately cloned it in hudson so that we have two projects building the same code on the same Clearcase stream. On one project it had created several .keep folders while the other one never did. These projects in Hudson are 100% identical except one is called test1 and the other test2 (view names also follow the same convention).