This seems to be new since my upgrade to BOA 2.3.5. I have a couple of custom platforms created awhile ago per https://omega8.cc/how-to-add-custom-platform-properly-140. Prior to migrating I run a successful verify on a site, then clone that site within the same platform to stage.site.com. During the clone process I now get the "could not find version of ...(any in sites/all/modules) module" warnings, but the clone generates successfully and verifies okay.
When the platform was created using drush make and logged in as o1.ftp the permissions were set:
; chmod 775 ~/static/newplatform
; chmod 775 -R ~/static/newplatform/sites
; chmod 775 ~/static/newplatform/modules
Should I just ignore these warnings, or is this a sign I've missed something that's gonna bite me later?
Thanks!

Comments
I have found if you change
I have found if you change anything within a custom platform you need to reverify it before doing a site migration or clone. This doesn't always clean up any warnings about missing modules though. I usually compare what Aegir says is missing vs what is actually missing. I have however found that when it reports something is missing and it isn't, there have been no issues.
--
David Thorne
Thanks for the feedback. I've
Thanks for the feedback. I've done several migrations since I posted this and it doesn't seem to be an issue. The migrated sites verify fine and all runs well.