AnacondaWebUIWorkflow is using virt-install command to start VM and to get console output. But virsh console switches the terminal in to raw mode and that breaks output of the whole pipeline. New lines do not return to the start.
This is not an issue if the output is redirected in to a file, eg. running in jenkins or GitHub CI.
And it can be workaround-ed but running Permian with /dev/null on stdin ./pipeline ... < /dev/null (Permian will create new pty).
AnacondaWebUIWorkflow is using virt-install command to start VM and to get console output. But virsh console switches the terminal in to raw mode and that breaks output of the whole pipeline. New lines do not return to the start.
This is not an issue if the output is redirected in to a file, eg. running in jenkins or GitHub CI.
And it can be workaround-ed but running Permian with /dev/null on stdin
./pipeline ... < /dev/null(Permian will create new pty).