Thanks for getting back with me! There's no error. It just finishes up quickly. Specifically, if I just run it by itself it says "GC deleted dbs: no deleted dbs found." If I add a new deleted DB as mentioned, it will delete that DB's log, index, and potentially even garbage segments (but only if there were a lot of changes that got obsoleted). It will not delete any additional segments, i.e. running the same temporary DB creation code and running `gc-deleted-dbs` will show the same number of log, index, and garbage segments each time, proving that it is not e.g. taking care of leftover garbage segments. (Creating just an empty temporary database and deleting it will omit any line about garbage segments entirely.)