static int getVMPortForBot(S bot) { L l = fullBotScan(bot); ret empty(l) ? 0 : parseFirstInt(first(l).address); }