hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.19k stars 4.43k forks source link

Vagrant Up Fails while creating a Windows EC2 Instance #8396

Closed pradeeps24 closed 7 years ago

pradeeps24 commented 7 years ago

We are behind a corporate proxy. Unsetting proxy makes vagrant unable to connect AWS. Setting proxy throws this error.

Vagrant version: Vagrant 1.9.1 (Same for any Version)

Host operating system: AWS Windows 2012R2

Guest operating system: AWS Windows 2012R2

Vagrantfile:

# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.configure("2") do |config|

  config.vm.communicator = "winrm"
  config.vm.guest = :windows
  config.winrm.username = "vagrantuser"
  config.winrm.password = "Vagrant@123"

  config.vm.box = "awsbox"
  config.vm.synced_folder ".", "/vagrant", disabled: true
  config.vm.provider :aws do |aws, override|

    aws.access_key_id = ENV['AccessKeyId']
    aws.secret_access_key = ENV['SecretAccessKey']
    aws.session_token = ENV['Token']
    aws.region = "us-east-1"
    aws.keypair_name = "AWS-KEY"
    aws.instance_ready_timeout = 600
    aws.instance_check_interval = 300

    aws.tags = {
      'Name' => 'AWS-VAGRANT-WINDOWS-DEMO',
      'Env' => 'Test'
    }

    aws.ami = "ami-xxxxxxx"
    aws.instance_type = "t2.micro"
    aws.security_groups = ["sg-xxxxxxx"]
    aws.subnet_id = "subnet-xxxxxxxx"

  end
end

Debug output (Some output are masked like aws secret key, subnet, ami id, security group, system ip, etc)

PS C:\Users\Administrator\Vagrant-DWPWin> vagrant up --provider=aws --debug
 INFO global: Vagrant version: 1.9.1
 INFO global: Ruby version: 2.2.5
 INFO global: RubyGems version: 2.4.5.1
 INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.1\\bin\\vagrant"
 INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
 INFO global: VAGRANT_INSTALLER_ENV="1"
 INFO global: VAGRANT_INSTALLER_VERSION="2"
 INFO global: VAGRANT_LOG="debug"
 INFO global: VAGRANT_OLD_ENV_="::=::\\"
 INFO global: VAGRANT_OLD_ENV_AccessKeyId="xxxxxxxxxxxxx"
 INFO global: VAGRANT_OLD_ENV_ALLUSERSPROFILE="C:\\ProgramData"
 INFO global: VAGRANT_OLD_ENV_APPDATA="C:\\Users\\Administrator\\AppData\\Roaming"
 INFO global: VAGRANT_OLD_ENV_CLIENTNAME="xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 INFO global: VAGRANT_OLD_ENV_CommonProgramFiles="C:\\Program Files (x86)\\Common Files"
 INFO global: VAGRANT_OLD_ENV_CommonProgramFiles(x86)="C:\\Program Files (x86)\\Common Files"
 INFO global: VAGRANT_OLD_ENV_CommonProgramW6432="C:\\Program Files\\Common Files"
 INFO global: VAGRANT_OLD_ENV_COMPUTERNAME="xxxxxxxxxxxxxxxxxx"
 INFO global: VAGRANT_OLD_ENV_ComSpec="C:\\Windows\\system32\\cmd.exe"
 INFO global: VAGRANT_OLD_ENV_copycmd="/y"
 INFO global: VAGRANT_OLD_ENV_dircmd="/o:gne"
 INFO global: VAGRANT_OLD_ENV_FP_NO_HOST_CHECK="NO"
 INFO global: VAGRANT_OLD_ENV_HOMEDRIVE="C:"
 INFO global: VAGRANT_OLD_ENV_HOMEPATH="\\Users\\Administrator"
 INFO global: VAGRANT_OLD_ENV_HTTPS_PROXY="http://proxy.xyz.com:80/"
 INFO global: VAGRANT_OLD_ENV_HTTP_PROXY="http://proxy.xyz.com:80/"
 INFO global: VAGRANT_OLD_ENV_LOCALAPPDATA="C:\\Users\\Administrator\\AppData\\Local"
 INFO global: VAGRANT_OLD_ENV_LOGONSERVER="\\\\IP-10-74-75-232"
 INFO global: VAGRANT_OLD_ENV_NO_PROXY="localhost,127.0.0.0/8,10.34.64.0/21,10.74.64.0/21,169.254.169.254"

 INFO global: VAGRANT_OLD_ENV_NUMBER_OF_PROCESSORS="1"
 INFO global: VAGRANT_OLD_ENV_OS="Windows_NT"
 INFO global: VAGRANT_OLD_ENV_Path="C:\\Python27\\;C:\\Python27\\Scripts;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Pyt
hon\\Python36-32\\Scripts\\;C:\\Python\\Python36-32\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\
Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Amazon\\cfn-bootstrap\\;C:\\HashiCorp\\Vagrant\\bin;C:\\
OpenSSH"
 INFO global: VAGRANT_OLD_ENV_PATHEXT=".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_ARCHITECTURE="x86"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_ARCHITEW6432="AMD64"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_IDENTIFIER="Intel64 Family 6 Model 63 Stepping 2, GenuineIntel"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_LEVEL="6"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_REVISION="3f02"
 INFO global: VAGRANT_OLD_ENV_ProgramData="C:\\ProgramData"
 INFO global: VAGRANT_OLD_ENV_ProgramFiles="C:\\Program Files (x86)"
 INFO global: VAGRANT_OLD_ENV_ProgramFiles(x86)="C:\\Program Files (x86)"
 INFO global: VAGRANT_OLD_ENV_ProgramW6432="C:\\Program Files"
 INFO global: VAGRANT_OLD_ENV_PROMPT="$m$_$p$g"
 INFO global: VAGRANT_OLD_ENV_PSModulePath="C:\\Users\\Administrator\\Documents\\WindowsPowerShell\\Modules;C:\\Program
Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\;C:\\Program Files (x86)\\AWS
 Tools\\PowerShell\\"
 INFO global: VAGRANT_OLD_ENV_PUBLIC="C:\\Users\\Public"
 INFO global: VAGRANT_OLD_ENV_SecretAccessKey="zzzzzzzzzzzzzzzzzz"
 INFO global: VAGRANT_OLD_ENV_SESSIONNAME="RDP-Tcp#1"
 INFO global: VAGRANT_OLD_ENV_SystemDrive="C:"
 INFO global: VAGRANT_OLD_ENV_SystemRoot="C:\\Windows"
 INFO global: VAGRANT_OLD_ENV_TEMP="C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2"
 INFO global: VAGRANT_OLD_ENV_TMP="C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2"
 INFO global: VAGRANT_OLD_ENV_Token="FQoDYXdzEIr//////////wEaDLdGW9ujLx3TL2IzyyK3A3O+SUCnVf8iJkMeH4Jf/s6i6XUFl7/t0w+8Xxm
Bu+ouSlJzxIG9ldX5/IIu8/rjc5BGWDzXDfn9SwZutawBSG5dAqlXnkhdlFzU8Do4Dgn/WHJwMbcZAeHeVFHxs7GvgLUx7UQVDsCGE21U5beDLDDeMfQ+xK1
M3huPdUHNxsB+eae1z2tgLBN+UDI4vDpZRDTwIOaMGAi8TT37BTYYBqPLLod3WZtfO/SylR9TC75kqmqJ74GXQZohJ/EdB8iLeUAhoagGBDkE+eJg+VCGD5z
mRx/o7uAF9ibKXI6r2a8YbbBkNfNV/WVTXMCk6pQ76cTWTeG/4W/6a85FbM/0AM3/J3h7Q5xud+Hu/fpTuNKwKFiBKVRFEQfr562QPIszwXJ80dC6W5KJG8d
0CxW5lyF0mS8dBknLhpC7/4Czn79ck/Oppq1vxvEl5C8Id2grzcT92I31n07kFd7/Ks3NkwUjtGh6zqdZDpttkwGAPewSxDA+tuIWKHCCJNAQgYH+CpmT3Zt
G7RTbdUGtncQmcQAiipAPm4L5qqH09lNZcTgTfVKJhF1bwXrr5pAfnpAuTnnqOyepYHMopf/IxgU="
 INFO global: VAGRANT_OLD_ENV_USERDOMAIN="aaaaaaaaaaaaaaaaaaaa"
 INFO global: VAGRANT_OLD_ENV_USERDOMAIN_ROAMINGPROFILE="aaaaaaaaaaaaaaaaaaaa"
 INFO global: VAGRANT_OLD_ENV_USERNAME="Administrator"
 INFO global: VAGRANT_OLD_ENV_USERPROFILE="C:\\Users\\Administrator"
 INFO global: VAGRANT_OLD_ENV_VBOX_MSI_INSTALL_PATH="C:\\Program Files\\Oracle\\VirtualBox\\"
 INFO global: VAGRANT_OLD_ENV_windir="C:\\Windows"
 INFO global: Plugins:
 INFO global:   - vagrant-aws = [installed: 0.7.2 constraint: > 0]
 INFO global:   - vagrant-proxyconf = [installed: 1.5.2 constraint: > 0]
 INFO global:   - vagrant-share = [installed: undefined constraint: > 0]
DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-aws" requirements
="> 0">, <Gem::Dependency type=:runtime name="vagrant-proxyconf" requirements="> 0">, <Gem::Dependency type=:runtime nam
e="vagrant-share" requirements="> 0">]
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Activating solution set: ["vagrant-share-1.1.6", "vagrant-proxyconf-1.5.2", "vagrant-aws-0.7.2", "rest-cl
ient-2.0.0", "iniparse-1.4.2", "fog-1.38.0", "ffi-1.9.14", "netrc-0.11.0", "mime-types-3.1", "http-cookie-1.0.3", "fog-x
enserver-0.2.3", "fog-vsphere-1.7.0", "fog-voxel-0.1.0", "fog-vmfusion-0.1.0", "fog-terremark-0.1.0", "fog-storm_on_dema
nd-0.1.1", "fog-softlayer-1.1.4", "fog-serverlove-0.1.2", "fog-sakuracloud-1.7.5", "fog-riakcs-0.1.0", "fog-radosgw-0.0.
5", "fog-rackspace-0.1.4", "fog-profitbricks-3.0.0", "fog-powerdns-0.1.1", "fog-openstack-0.1.19", "fog-local-0.3.1", "f
og-google-0.1.0", "fog-ecloud-0.3.0", "fog-dynect-0.0.3", "fog-cloudatcost-0.1.2", "fog-brightbox-0.11.0", "fog-aws-1.2.
0", "fog-atmos-0.1.0", "fog-aliyun-0.1.0", "ipaddress-0.8.3", "fog-xml-0.1.2", "fog-json-1.0.2", "fog-core-1.43.0", "mim
e-types-data-3.2016.0521", "domain_name-0.5.20161129", "rbvmomi-1.9.4", "fission-0.5.0", "inflecto-0.0.2", "xml-simple-1
.1.5", "nokogiri-1.6.7.1", "multi_json-1.12.1", "formatador-0.2.5", "excon-0.54.0", "builder-3.2.2", "unf-0.1.4", "troll
op-2.1.2", "json-1.8.1", "CFPropertyList-2.3.5", "mini_portile2-2.0.0", "unf_ext-0.0.7.2"]
DEBUG bundler: Activating gem vagrant-share-1.1.6
DEBUG bundler: Activating gem vagrant-proxyconf-1.5.2
DEBUG bundler: Activating gem vagrant-aws-0.7.2
DEBUG bundler: Failed to load solution set. Retrying with reverse order.
DEBUG bundler: Activating solution set: ["unf_ext-0.0.7.2", "mini_portile2-2.0.0", "CFPropertyList-2.3.5", "json-1.8.1",
 "trollop-2.1.2", "unf-0.1.4", "builder-3.2.2", "excon-0.54.0", "formatador-0.2.5", "multi_json-1.12.1", "nokogiri-1.6.7
.1", "xml-simple-1.1.5", "inflecto-0.0.2", "fission-0.5.0", "rbvmomi-1.9.4", "domain_name-0.5.20161129", "mime-types-dat
a-3.2016.0521", "fog-core-1.43.0", "fog-json-1.0.2", "fog-xml-0.1.2", "ipaddress-0.8.3", "fog-aliyun-0.1.0", "fog-atmos-
0.1.0", "fog-aws-1.2.0", "fog-brightbox-0.11.0", "fog-cloudatcost-0.1.2", "fog-dynect-0.0.3", "fog-ecloud-0.3.0", "fog-g
oogle-0.1.0", "fog-local-0.3.1", "fog-openstack-0.1.19", "fog-powerdns-0.1.1", "fog-profitbricks-3.0.0", "fog-rackspace-
0.1.4", "fog-radosgw-0.0.5", "fog-riakcs-0.1.0", "fog-sakuracloud-1.7.5", "fog-serverlove-0.1.2", "fog-softlayer-1.1.4",
 "fog-storm_on_demand-0.1.1", "fog-terremark-0.1.0", "fog-vmfusion-0.1.0", "fog-voxel-0.1.0", "fog-vsphere-1.7.0", "fog-
xenserver-0.2.3", "http-cookie-1.0.3", "mime-types-3.1", "netrc-0.11.0", "ffi-1.9.14", "fog-1.38.0", "iniparse-1.4.2", "
rest-client-2.0.0", "vagrant-aws-0.7.2", "vagrant-proxyconf-1.5.2", "vagrant-share-1.1.6"]
DEBUG bundler: Activating gem CFPropertyList-2.3.5
DEBUG bundler: Activating gem trollop-2.1.2
DEBUG bundler: Activating gem excon-0.54.0
DEBUG bundler: Activating gem formatador-0.2.5
DEBUG bundler: Activating gem xml-simple-1.1.5
DEBUG bundler: Activating gem inflecto-0.0.2
DEBUG bundler: Activating gem fission-0.5.0
DEBUG bundler: Activating gem rbvmomi-1.9.4
DEBUG bundler: Activating gem fog-core-1.43.0
DEBUG bundler: Activating gem fog-json-1.0.2
DEBUG bundler: Activating gem fog-xml-0.1.2
DEBUG bundler: Activating gem ipaddress-0.8.3
DEBUG bundler: Activating gem fog-aliyun-0.1.0
DEBUG bundler: Activating gem fog-atmos-0.1.0
DEBUG bundler: Activating gem fog-aws-1.2.0
DEBUG bundler: Activating gem fog-brightbox-0.11.0
DEBUG bundler: Activating gem fog-cloudatcost-0.1.2
DEBUG bundler: Activating gem fog-dynect-0.0.3
DEBUG bundler: Activating gem fog-ecloud-0.3.0
DEBUG bundler: Activating gem fog-google-0.1.0
DEBUG bundler: Activating gem fog-local-0.3.1
DEBUG bundler: Activating gem fog-openstack-0.1.19
DEBUG bundler: Activating gem fog-powerdns-0.1.1
DEBUG bundler: Activating gem fog-profitbricks-3.0.0
DEBUG bundler: Activating gem fog-rackspace-0.1.4
DEBUG bundler: Activating gem fog-radosgw-0.0.5
DEBUG bundler: Activating gem fog-riakcs-0.1.0
DEBUG bundler: Activating gem fog-sakuracloud-1.7.5
DEBUG bundler: Activating gem fog-serverlove-0.1.2
DEBUG bundler: Activating gem fog-softlayer-1.1.4
DEBUG bundler: Activating gem fog-storm_on_demand-0.1.1
DEBUG bundler: Activating gem fog-terremark-0.1.0
DEBUG bundler: Activating gem fog-vmfusion-0.1.0
DEBUG bundler: Activating gem fog-voxel-0.1.0
DEBUG bundler: Activating gem fog-vsphere-1.7.0
DEBUG bundler: Activating gem fog-xenserver-0.2.3
DEBUG bundler: Activating gem fog-1.38.0
DEBUG bundler: Activating gem iniparse-1.4.2
DEBUG bundler: Activating gem vagrant-aws-0.7.2
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/cap/plugin.rb
 INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/destroy/plugin
.rb
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/global-status/
plugin.rb
 INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/halt/plugin.rb

 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/help/plugin.rb

 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/init/plugin.rb

 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/list-commands/
plugin.rb
 INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/login/plugin.r
b
 INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/package/plugin
.rb
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/plugin/plugin.
rb
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/port/plugin.rb

 INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/powershell/plu
gin.rb
 INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/provider/plugi
n.rb
 INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/provision/plug
in.rb
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/push/plugin.rb

 INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/rdp/plugin.rb
 INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/reload/plugin.
rb
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/resume/plugin.
rb
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/snapshot/plugi
n.rb
 INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/ssh_config/plu
gin.rb
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/status/plugin.
rb
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/suspend/plugin
.rb
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/version/plugin
.rb
 INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/ssh/plugi
n.rb
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/winrm/plu
gin.rb
 INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/amazon/plugin.rb

 INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/atomic/plugin.rb

 INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/bsd/plugin.rb
 INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/coreos/plugin.rb

 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/darwin/plugin.rb

 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/debian/plugin.rb

 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/dragonflybsd/plu
gin.rb
 INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/fedora/plugin.rb

 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/freebsd/plugin.r
b
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/funtoo/plugin.rb

 INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/gentoo/plugin.rb

 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/mint/plugin.rb
 INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/netbsd/plugin.rb

 INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/nixos/plugin.rb
 INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/omnios/plugin.rb

 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/openbsd/plugin.r
b
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/photon/plugin.rb

 INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/redhat/plugin.rb

 INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/slackware/plugin
.rb
 INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/smartos/plugin.r
b
 INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/solaris/plugin.r
b
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/solaris11/plugin
.rb
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/tinycore/plugin.
rb
 INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/trisquel/plugin.
rb
 INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/ubuntu/plugin.rb

 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/windows/plugin.r
b
 INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/darwin/plugin.rb
 INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/freebsd/plugin.rb

 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/null/plugin.rb
 INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/slackware/plugin.
rb
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/suse/plugin.rb
 INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/windows/plugin.rb

 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/docker/plugin
.rb
 INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin
.rb
 INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/pl
ugin.rb
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/ansible/pl
ugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/cfengine/p
lugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/chef/plugi
n.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/docker/plu
gin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/file/plugi
n.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/puppet/plu
gin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/salt/plugi
n.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/shell/plug
in.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/atlas/plugin.rb
 INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/ftp/plugin.rb
 INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/heroku/plugin.rb

 INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/local-exec/plugi
n.rb
 INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/noop/plugin.rb
 INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/nfs/plug
in.rb
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/rsync/pl
ugin.rb
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/smb/plug
in.rb
 INFO manager: Registered plugin: SMB synced folders
 INFO global: Loading plugins!
DEBUG global: Loading plugin `vagrant-aws` with default require: `vagrant-aws`
 INFO manager: Registered plugin: AWS
DEBUG global: Successfully loaded plugin `vagrant-aws`.
DEBUG global: Loading plugin `vagrant-proxyconf` with default require: `vagrant-proxyconf`
 INFO proxyconf: Trying to load vagrant-aws
 INFO proxyconf: Trying to load vagrant-omnibus
 INFO proxyconf: Failed to load vagrant-omnibus: #<LoadError: cannot load such file -- vagrant-omnibus>
 INFO proxyconf: Ignoring the error
 INFO proxyconf: Trying to load vagrant-vbguest
 INFO proxyconf: Failed to load vagrant-vbguest: #<LoadError: cannot load such file -- vagrant-vbguest>
 INFO proxyconf: Ignoring the error
 INFO manager: Registered plugin: vagrant-proxyconf
DEBUG global: Successfully loaded plugin `vagrant-proxyconf`.
DEBUG global: Loading plugin `vagrant-share` with default require: `vagrant-share`
 INFO manager: Registered plugin: vagrant-share
DEBUG global: Successfully loaded plugin `vagrant-share`.
 INFO vagrant: `vagrant` invoked: ["up", "--provider=aws", "--debug"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x360c978>)
 INFO environment:   - cwd: C:/Users/Administrator/Vagrant-DWPWin
 INFO environment: Home path: C:/Users/Administrator/.vagrant.d
DEBUG environment: Effective local data path: C:/Users/Administrator/Vagrant-DWPWin/.vagrant
 INFO environment: Local data path: C:/Users/Administrator/Vagrant-DWPWin/.vagrant
DEBUG environment: Creating: C:/Users/Administrator/Vagrant-DWPWin/.vagrant
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x451c68>
 INFO environment: Running hook: environment_load
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x366aa58>
 INFO cli: CLI: [] "up" ["--provider=aws"]
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command ["--provider=aws"]
DEBUG command: 'Up' each target VM...
 INFO loader: Set :root = ["#<Pathname:C:/Users/Administrator/Vagrant-DWPWin/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:C:/Users/Administrator/Vagrant-DWPWin/Vagrantfile>
DEBUG loader: Load procs for pathname: C:/Users/Administrator/Vagrant-DWPWin/Vagrantfile
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG provisioner: Provisioner defined:
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["default"]
DEBUG command:  -- options: nil
DEBUG command: Finding machine that match name: default
 INFO loader: Set "18343644_machine_default" = []
 INFO loader: Loading configuration in order: [:home, :root, "18343644_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO environment: Getting machine: default (aws)
 INFO environment: Uncached load of machine.
 INFO loader: Set "18343644_machine_default" = []
 INFO loader: Loading configuration in order: [:home, :root, "18343644_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO box_collection: Box found: awsbox (aws)
 INFO loader: Set :"18343644_vm_default_awsbox_aws" = ["[\"2\", #<Proc:0x370c5c0>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x370c5c0>]
 INFO loader: Loading configuration in order: [:home, :root, "18343644_machine_default", :"18343644_vm_default_awsbox_aw
s"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 18343644_vm_default_awsbox_aws (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO machine: Initializing machine: default
 INFO machine:   - Provider: VagrantPlugins::AWS::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x363f078>
 INFO machine:   - Data dir: C:/Users/Administrator/Vagrant-DWPWin/.vagrant/machines/default/aws
DEBUG machine: Eager loading WinRM communicator to avoid GH-3390
 INFO winrm: Initializing WinRMCommunicator
 INFO machine: Calling action: read_state on provider AWS (new)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO host: Autodetecting host type for [#<Vagrant::Environment: C:/Users/Administrator/Vagrant-DWPWin>]
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: suse
DEBUG host: Trying: bsd
DEBUG host: Trying: linux
DEBUG host: Trying: null
DEBUG host: Trying: windows
 INFO host: Detected: windows!
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x3634440>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3e862f0>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x3e86278>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadState:0x37c1340>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadState:0x37c1340>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x3e86278>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3e862f0>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO machine: New machine ID: nil
 INFO interface: Machine: metadata ["provider", :aws, {:target=>:default}]
 INFO command: With machine: default (#<VagrantPlugins::AWS::Provider:0x295a280 @machine=#<Vagrant::Machine: default (Va
grantPlugins::AWS::Provider)>, @cap_logger=#<Log4r::Logger:0x2959980 @fullname="vagrant::capability_host::vagrantplugins
::aws::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::aws
", @parent=#<Log4r::Logger:0x22c0230 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x2234970 @mon_owner=nil
, @mon_count=0, @mon_mutex=#<Mutex:0x22348b0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x222e478
@depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x22c0158 @leve
l=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:aws, #<#<Class:0x295a220>:0x2
83fb18>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::AWS::Provider)>], @cap_caps={:docker=>#<Vagrant::Regi
stry:0x295a040 @items={:public_address=>#<Proc:0x382b990@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/p
roviders/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x382b858@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/pl
ugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x2959ec0 @items={:public_addres
s=>#<Proc:0x294d008@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb:25>, :snaps
hot_list=>#<Proc:0x294cfc0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb:30>}
, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x2959d40 @items={:forwarded_ports=>#<Proc:0x3816db0@C:/HashiCorp
/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x3816d
38@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<
Proc:0x3816d20@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:37>, :snapsh
ot_list=>#<Proc:0x3816d08@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:4
2>}, @results_cache={}>}>)
 INFO machine: Calling action: read_state on provider AWS (new)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x4059f78>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x403c440>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x403c3f8>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadState:0x3fef760>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadState:0x3fef760>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x403c3f8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x403c440>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
DEBUG host: Searching for cap: provider_install_aws
DEBUG host: Checking in: windows
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["default"]
DEBUG command:  -- options: {:provider=>"aws"}
DEBUG command: Finding machine that match name: default
 INFO environment: Getting machine: default (aws)
 INFO environment: Returning cached machine: default (aws)
 INFO command: With machine: default (#<VagrantPlugins::AWS::Provider:0x295a280 @machine=#<Vagrant::Machine: default (Va
grantPlugins::AWS::Provider)>, @cap_logger=#<Log4r::Logger:0x2959980 @fullname="vagrant::capability_host::vagrantplugins
::aws::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::aws
", @parent=#<Log4r::Logger:0x22c0230 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x2234970 @mon_owner=nil
, @mon_count=0, @mon_mutex=#<Mutex:0x22348b0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x222e478
@depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x22c0158 @leve
l=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:aws, #<#<Class:0x295a220>:0x2
83fb18>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::AWS::Provider)>], @cap_caps={:docker=>#<Vagrant::Regi
stry:0x295a040 @items={:public_address=>#<Proc:0x382b990@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/p
roviders/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x382b858@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/pl
ugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x2959ec0 @items={:public_addres
s=>#<Proc:0x294d008@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb:25>, :snaps
hot_list=>#<Proc:0x294cfc0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb:30>}
, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x2959d40 @items={:forwarded_ports=>#<Proc:0x3816db0@C:/HashiCorp
/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x3816d
38@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<
Proc:0x3816d20@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:37>, :snapsh
ot_list=>#<Proc:0x3816d08@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb:4
2>}, @results_cache={}>}>)
 INFO interface: info: Bringing machine 'default' up with 'aws' provider...
Bringing machine 'default' up with 'aws' provider...
 INFO machine: Calling action: read_state on provider AWS (new)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x3e67c60>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x37cae08>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x37cadc0>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadState:0x3864300>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadState:0x3864300>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x37cadc0>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x37cae08>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO batch_action: Enabling parallelization by default.
 INFO batch_action: Disabling parallelization because only executing one action
 INFO batch_action: Batch action will parallelize: false
 INFO batch_action: Starting action: #<Vagrant::Machine:0x367e648> up {:destroy_on_error=>true, :install_provider=>true,
 :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil, :provider=>"aws"}
 INFO machine: Calling action: up on provider AWS (new)
DEBUG environment: Attempting to acquire process-lock: machine-action-62a5df53b20fb661a28c212255dd5d73
DEBUG environment: Attempting to acquire process-lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO environment: Acquired process lock: machine-action-62a5df53b20fb661a28c212255dd5d73
 INFO interface: Machine: action ["up", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x3662298>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x294c888>
 INFO handle_box: Machine already has box. HandleBox will not run.
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x2776f08>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x2776ea8>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x463d70>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x42a5138>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x4146918>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::IsCreated:0x4136658>
 INFO machine: Calling action: read_state on provider AWS (new)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x4058c70>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x4034f10>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x4034ef8>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadState:0x3f75e58>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadState:0x3f75e58>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x4034ef8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x4034f10>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::IsCreated:0x4136658>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x2860e60>
 INFO warden: Calling IN action: #<Proc:0x3f39fa8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/acti
on/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x2860d70>
 INFO provision: Checking provisioner sentinel file...
 INFO warden: Calling IN action: #<VagrantPlugins::ProxyConf::Action::OnlyOnce:0x459db0>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x459d98>
 INFO synced_folders: SyncedFolders loading from cache: false
 INFO warden: Calling IN action: #<VagrantPlugins::ProxyConf::Action::OnlyOnce:0x2871ea0>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::WarnNetworks:0x2871e40>
 INFO interface: warn: Warning! The AWS provider doesn't support any of the Vagrant
high-level network configurations (`config.vm.network`). They
will be silently ignored.
 INFO interface: warn: ==> default: Warning! The AWS provider doesn't support any of the Vagrant
==> default: high-level network configurations (`config.vm.network`). They
==> default: will be silently ignored.
==> default: Warning! The AWS provider doesn't support any of the Vagrant
==> default: high-level network configurations (`config.vm.network`). They
==> default: will be silently ignored.
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ElbRegisterInstance:0x2871c00>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::RunInstance:0x376d7c0>
 INFO interface: warn: Warning! You're launching this instance into a VPC without an
elastic IP. Please verify you're properly connected to a VPN so
you can access this machine, otherwise Vagrant will not be able
to SSH into it.
 INFO interface: warn: ==> default: Warning! You're launching this instance into a VPC without an
==> default: elastic IP. Please verify you're properly connected to a VPN so
==> default: you can access this machine, otherwise Vagrant will not be able
==> default: to SSH into it.
==> default: Warning! You're launching this instance into a VPC without an
==> default: elastic IP. Please verify you're properly connected to a VPN so
==> default: you can access this machine, otherwise Vagrant will not be able
==> default: to SSH into it.
 INFO interface: info: Launching an instance with the following settings...
 INFO interface: info: ==> default: Launching an instance with the following settings...
==> default: Launching an instance with the following settings...
 INFO interface: info:  -- Type: t2.micro
 INFO interface: info: ==> default:  -- Type: t2.micro
==> default:  -- Type: t2.micro
 INFO interface: info:  -- AMI: ami-aaaaaaaa
 INFO interface: info: ==> default:  -- AMI: ami-aaaaaa
==> default:  -- AMI: ami-aaaaaaaa
 INFO interface: info:  -- Region: us-east-1
 INFO interface: info: ==> default:  -- Region: us-east-1
==> default:  -- Region: us-east-1
 INFO interface: info:  -- Keypair: AWS-KEY
 INFO interface: info: ==> default:  -- Keypair: AWS-KEY
==> default:  -- Keypair: AWS-KEY
 INFO interface: info:  -- Subnet ID: subnet-AAAAAAAA
 INFO interface: info: ==> default:  -- Subnet ID: subnet-AAAAAAAA
==> default:  -- Subnet ID: subnet-AAAAAAAA
 INFO interface: info:  -- Security Groups: ["sg-AAAAAAAA"]
 INFO interface: info: ==> default:  -- Security Groups: ["sg-AAAAAAAA"]
==> default:  -- Security Groups: ["sg-AAAAAAAA"]
 INFO interface: info:  -- Block Device Mapping: []
 INFO interface: info: ==> default:  -- Block Device Mapping: []
==> default:  -- Block Device Mapping: []
 INFO interface: info:  -- Terminate On Shutdown: false
 INFO interface: info: ==> default:  -- Terminate On Shutdown: false
==> default:  -- Terminate On Shutdown: false
 INFO interface: info:  -- Monitoring: false
 INFO interface: info: ==> default:  -- Monitoring: false
==> default:  -- Monitoring: false
 INFO interface: info:  -- EBS optimized: false
 INFO interface: info: ==> default:  -- EBS optimized: false
==> default:  -- EBS optimized: false
 INFO interface: info:  -- Source Destination check:
 INFO interface: info: ==> default:  -- Source Destination check:
==> default:  -- Source Destination check:
 INFO interface: info:  -- Assigning a public IP address in a VPC: false
 INFO interface: info: ==> default:  -- Assigning a public IP address in a VPC: false
==> default:  -- Assigning a public IP address in a VPC: false
 INFO interface: info:  -- VPC tenancy specification: default
 INFO interface: info: ==> default:  -- VPC tenancy specification: default
==> default:  -- VPC tenancy specification: default
 INFO interface: warn: Warning! Vagrant might not be able to SSH into the instance.
Please check your security groups settings.
 INFO interface: warn: ==> default: Warning! Vagrant might not be able to SSH into the instance.
==> default: Please check your security groups settings.
==> default: Warning! Vagrant might not be able to SSH into the instance.
==> default: Please check your security groups settings.
 INFO machine: New machine ID: "i-0d3936f14a8818874"
 INFO interface: info: Waiting for instance to become "ready"...
 INFO interface: info: ==> default: Waiting for instance to become "ready"...
==> default: Waiting for instance to become "ready"...
 INFO run_instance: Time to instance ready: 61.644229888916016
 INFO interface: info: Waiting for SSH to become available...
 INFO interface: info: ==> default: Waiting for SSH to become available...
==> default: Waiting for SSH to become available...
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x429dff8>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x56943a8>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x5694390>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x4285cf8>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x4285cf8>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x5694390>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x56943a8>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x59a5010>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x59bef30>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x59bef18>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x59ccf10>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x59ccf10>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x59bef18>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x59bef30>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x4036380>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x632f310>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x632f2f8>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x634c320>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x634c320>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x632f2f8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x632f310>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x65606d0>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3f54828>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x3f54810>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x3f40aa0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x3f40aa0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x3f54810>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3f54828>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x672df50>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3e6ef68>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x3e6ef38>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x37c8078>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x37c8078>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x3e6ef38>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3e6ef68>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x690aab8>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x6908790>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x6908778>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x69475e0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x69475e0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x6908778>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x6908790>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x6b4b280>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x6b48f58>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x6b48f40>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x6ba30c0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x6ba30c0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x6b48f40>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x6b48f58>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x6d45290>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x6d57e78>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x6d57e60>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x6d746c0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x6d746c0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x6d57e60>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x6d57e78>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x6f31fe0>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x2812b30>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x2812ae8>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x6f50358>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x6f50358>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x2812ae8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x2812b30>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x6efae58>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x6ef88f0>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x6ef88d8>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x6d770d8>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x6d770d8>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x6ef88d8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x6ef88f0>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
 WARN run_instance: translation missing: en.vagrant_aws.waiting_for_ssh, retrying
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: aws
 INFO machine: Calling action: read_ssh_info on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x6541a58>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x65236f8>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x65236e0>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x5aca0b0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x5aca0b0>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x65236e0>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x65236f8>
 INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:default}]
DEBUG winrmshell: initializing WinRMShell
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.74.74.178
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrantuser
 INFO winrmshell:   - Transport: negotiate
ERROR warden: Error occurred: undefined method `split' for nil:NilClass
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<VagrantPlugins::AWS::Action::RunInstance:0x376d7c0>
 INFO machine: Calling action: read_state on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x589ed50>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x589c218>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x589c1e8>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadState:0x5855b68>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadState:0x5855b68>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x589c1e8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x589c218>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x53462e8>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x3e8c170>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x42851d0>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::DestroyConfirm:0x427d898>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::DestroyConfirm:0x427d898>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x422f988>
 INFO warden: Calling IN action: #<Proc:0x41ce5a8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/acti
on/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x422f940>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x422f910>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x40dd6d8>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::IsCreated:0x40d5080>
 INFO machine: Calling action: read_state on provider AWS (i-0d3936f14a8818874)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x407db70>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x4071648>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x4071630>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadState:0x400f410>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadState:0x400f410>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x4071630>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x4071648>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::IsCreated:0x40d5080>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x3e648d0>
 INFO warden: Calling IN action: #<Proc:0x278e9c8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/acti
on/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x3e64888>
 INFO connect_aws: Connecting to AWS...
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ElbDeregisterInstance:0x3866010>
 INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::TerminateInstance:0x37ed788>
 INFO interface: info: Terminating the instance...
 INFO interface: info: ==> default: Terminating the instance...
==> default: Terminating the instance...
 INFO machine: New machine ID: nil
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ProvisionerCleanup:0x36d1e38>
 INFO warden: Calling IN action: #<Proc:0x35fc340@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/acti
on/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x422f8b0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/acti
on/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Proc:0x422f8b0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/act
ion/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Proc:0x35fc340@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/act
ion/warden.rb:94 (lambda)>
DEBUG provision_cleanup: Skipping cleanup tasks for `shell' - not defined
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ProvisionerCleanup:0x36d1e38>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::TerminateInstance:0x37ed788>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ElbDeregisterInstance:0x3866010>
 INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x3e64888>
 INFO warden: Calling OUT action: #<Proc:0x278e9c8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/act
ion/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x422f910>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x422f940>
 INFO warden: Calling OUT action: #<Proc:0x41ce5a8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/act
ion/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x3e8c170>
 INFO warden: Calling recover: #<VagrantPlugins::ProxyConf::Action::OnlyOnce:0x2871ea0>
 INFO warden: Calling recover: #<VagrantPlugins::ProxyConf::Action::OnlyOnce:0x459db0>
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: undefined method `split' for nil:NilClass
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: undefined method `split' for nil:NilClass
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x42a5138>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO environment: Released process lock: machine-action-62a5df53b20fb661a28c212255dd5d73
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x56b4520>
C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/http/transport.rb:228:in `init_auth': undefined method `sp
lit' for nil:NilClass (NoMethodError)
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/http/transport.rb:168:in `send_request'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/winrm_service.rb:492:in `send_message'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/winrm_service.rb:393:in `run_wql'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/command_executor.rb:190:in `os_version'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/command_executor.rb:149:in `code_page'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/command_executor.rb:72:in `block in open'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/command_executor.rb:222:in `retryable'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/command_executor.rb:71:in `open'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-1.8.1/lib/winrm/winrm_service.rb:359:in `create_executor'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/winrm/shell.rb:65:in `cmd'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/winrm/communicator.rb:107:in `b
lock in ready?'
        from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:88:in `block in timeout'
        from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:32:in `block in catch'
        from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:32:in `catch'
        from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:32:in `catch'
        from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:103:in `timeout'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/winrm/communicator.rb:106:in `r
eady?'
        from C:/Users/Administrator/.vagrant.d/gems/2.2.5/gems/vagrant-aws-0.7.2/lib/vagrant-aws/action/run_instance.rb:
190:in `block in call'
        from C:/Users/Administrator/.vagrant.d/gems/2.2.5/gems/vagrant-aws-0.7.2/lib/vagrant-aws/util/timer.rb:9:in `tim
e'
        from C:/Users/Administrator/.vagrant.d/gems/2.2.5/gems/vagrant-aws-0.7.2/lib/vagrant-aws/action/run_instance.rb:
179:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/Users/Administrator/.vagrant.d/gems/2.2.5/gems/vagrant-aws-0.7.2/lib/vagrant-aws/action/elb_register_ins
tance.rb:16:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/Users/Administrator/.vagrant.d/gems/2.2.5/gems/vagrant-aws-0.7.2/lib/vagrant-aws/action/warn_networks.rb
:14:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/Users/Administrator/.vagrant.d/gems/2.2.5/gems/vagrant-proxyconf-1.5.2/lib/vagrant-proxyconf/action/only
_once.rb:21:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/builtin/synced_folders.rb:87:in `c
all'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/Users/Administrator/.vagrant.d/gems/2.2.5/gems/vagrant-proxyconf-1.5.2/lib/vagrant-proxyconf/action/only
_once.rb:21:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/builtin/provision.rb:80:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:95:in `block in finalize
_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/Users/Administrator/.vagrant.d/gems/2.2.5/gems/vagrant-aws-0.7.2/lib/vagrant-aws/action/connect_aws.rb:4
3:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/builtin/box_check_outdated.rb:36:i
n `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/builtin/config_validate.rb:25:in `
call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/builtin/handle_box.rb:56:in `call'

        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/machine.rb:225:in `action_raw'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/machine.rb:200:in `block in action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/environment.rb:567:in `lock'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/machine.rb:186:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/machine.rb:186:in `action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/batch_action.rb:82:in `block (2 levels) i
n run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/logging-2.1.0/lib/logging/diagnostic_context.rb:450:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/logging-2.1.0/lib/logging/diagnostic_context.rb:450:in `block in cr
eate_with_logging_context'

Expected behavior

EC2 Instance should be launched and connected with WinRM

Actual behavior

WinRM connection fails through Vagrant Ruby WinRM

chrisroberts commented 7 years ago

Hi there! The WinRM dependencies within Vagrant were updated in the 1.9.2 release. The updated WinRM version fixes this split error and produces a helpful error if the auth header cannot be properly parsed or is missing. Please upgrade and see if the problem still persists. Thanks!

chrisroberts commented 7 years ago

Hey there,

I am going to close this due to lack of response. If this is still occurring, please open a new issue and follow the provided issue template that appears when you click the "New Issue" button. This will help us in getting a reproduction and fix. Thanks! 😄

ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.