I think the issue has to do with the fork/join_any/disable fork statements in your driver. Why are you using this in your driver? It seems like it’s possible that part of the driver task is disabled prior to completing. I would recommend not using a fork/join when handling sequence items.
Also, you should not raise/drop objections in your driver. This should only be done at the test level.