Hi
NoahGochuico603609
These are not Automic errors but Unix messages. This one is likely an ssh command tried to connect to a host that couldn't be resolved in the DNS. For these messages google is a better place to find answers.
If you don't know what exactly is being executed on Unix, write the following line at the top of the preprocess script:
set -x
Alternatively you can set the -x also in the "Unix Attribute" tab of the job (Shell parameters or something like that, I don't have access to an AE system right now).
The report will be way more chatty then.