QAPR72LX6K24XLPX37ZZGAJWOYM2BIHNCHIZZXGKCIC3RWUE43DAC
46ADBTMQAHQAPW3OCI24F4I5DVK5N5QVHUA4TQVB6HFN337CHAVQC
MHVIT4JYWUYD4UCGB2AHLXWLX6B5SYE22BREERNGANT7RGGDUFOAC
if (!mi.machine->supportsStep(step)) continue;
if (!mi.machine->supportsStep(step)) { debug("machine '%s' does not support step '%s' (system type '%s')", mi.machine->sshName, step->drvPath, step->drv.platform); continue; }
if (!mi.machine->supportsStep(step)) {
debug("machine '%s' does not support step '%s' (system type '%s')",
mi.machine->sshName, step->drvPath, step->drv.platform);
continue;
}