Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
When buildbot shuts down on a VM worker it kills the script with kill -9. This prevents a cleanup part of the script from attempting to clean up.
on bb-rhel8-dockerlibary this leaves outstanding build containers and volumes allocated that eventually leads to out of space.
A SIGTERM following by up to a minute before SIGKILL would be appreciated.