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