My host is Windows and I'm trying to use a Vagrant builder. I have no 
provisioners specified. Very basic. I get the following error. It does not 
repro on a Mac host and I get the below error on 2 separate Windows 
machines. I tried hardcoding the port w/ my own build of packer but then 
the SSH step times out after doing that. I have verified that `Vagrant SSH` 
will successfully get to the machine VM so I know it's in a healthy state. 
I suspect it may not be using Vagrant SSH for this step but I'm unsure. Any 
help is appreciated.


Debug mode enabled. Builds will not be parallelized.
vagrant output will be in this color.

==> vagrant: Pausing after run of step 'StepOutputDir'. Press enter to 
continue.
==> vagrant: Creating a Vagrantfile in the build directory...
==> vagrant: Pausing after run of step 'StepCreateVagrantfile'. Press enter 
to continue.
==> vagrant: Adding box using vagrant box add..
==> vagrant: Pausing after run of step 'StepAddBox'. Press enter to 
continue.
==> vagrant: Calling Vagrant Up...
==> vagrant: Pausing after run of step 'StepUp'. Press enter to continue.
==> vagrant: Pausing before cleanup of step 'StepUp'. Press enter to 
continue.
==> vagrant: destroying Vagrant box...
==> vagrant: Pausing before cleanup of step 'StepAddBox'. Press enter to 
continue.
==> vagrant: Pausing before cleanup of step 'StepCreateVagrantfile'. Press 
enter to continue.
==> vagrant: Pausing before cleanup of step 'StepOutputDir'. Press enter to 
continue.
==> vagrant: Deleting output directory...
Build 'vagrant' errored: strconv.Atoi: parsing "2222\r": invalid syntax

==> Some builds didn't complete successfully and had errors:
--> vagrant: strconv.Atoi: parsing "2222\r": invalid syntax

==> Builds finished but no artifacts were created.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/40acc61e-5347-4211-bed6-731df978d579%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to