You're making a beta version application, which is purely for local testing purposes and collecting feedback by Mendix.
Therefor deployment to nodes currently isn't supported I believe unless you talk to Mendix.
After briefly checking the provide log I couldn’t identify your exact issue but for me 99% of the time if the build fails, it has something to do with java-actions. Clean up the deployment directory locally and check your java actions in eclipse and look for missing imports or other errors.
Sometimes the local deployment/building of packages will still work, even if there are errors in your javaactions, if there are compiled version of the java actions which are used instead.