Skip to content

Instantly share code, notes, and snippets.

@briancain
Created November 1, 2018 18:49
Show Gist options
  • Save briancain/a6345e4193574a59eb321529f30471a5 to your computer and use it in GitHub Desktop.
Save briancain/a6345e4193574a59eb321529f30471a5 to your computer and use it in GitHub Desktop.
DEBUG guest: Searching for cap: change_host_name
DEBUG guest: Checking in: windows
DEBUG guest: Found cap: change_host_name in windows
INFO guest: Execute capability: change_host_name [#<Vagrant::Machine: windows (VagrantPlugins::HyperV::Provider)>, "test"] (windows)
DEBUG winrmshell: [WinRM] opening remote shell on http://172.18.102.154:5985/wsman
DEBUG winrmshell: [WinRM] Endpoint doesn't support config request for MaxEnvelopsizekb
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] polling for pipeline state. message: #<WinRM::PSRP::Message:0x0000000004713320 @data="\xEF\xBB\xBF<Obj RefId=\"0\"><MS><Version N=\"protocolversion\">2.3</Version><Version N=\"PSVersion\">2.0</Version><Version N=\"SerializationVersion\">1.1.0.1</Version></MS></Obj>", @destination=1, @type=65538, @pipeline_id="00000000-0000-0000-0000-000000000000", @runspace_pool_id="00000000-0000-0000-0000-000000000000">
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] polling for pipeline state. message: #<WinRM::PSRP::Message:0x00000000045aa1a0 @data="\xEF\xBB\xBF<Obj RefId=\"0\"><MS><Obj N=\"ApplicationPrivateData\" RefId=\"1\"><TN RefId=\"0\"><T>System.Management.Automation.PSPrimitiveDictionary</T><T>System.Collections.Hashtable</T><T>System.Object</T></TN><DCT><En><S N=\"Key\">BreakAll</S><B N=\"Value\">false</B></En><En><S N=\"Key\">DebugStop</S><B N=\"Value\">false</B></En><En><S N=\"Key\">UnhandledBreakpointMode</S><I32 N=\"Value\">1</I32></En><En><S N=\"Key\">PSVersionTable</S><Obj N=\"Value\" RefId=\"2\"><TNRef RefId=\"0\" /><DCT><En><S N=\"Key\">PSVersion</S><Version N=\"Value\">5.1.14393.953</Version></En><En><S N=\"Key\">PSEdition</S><S N=\"Value\">Desktop</S></En><En><S N=\"Key\">PSCompatibleVersions</S><Obj N=\"Value\" RefId=\"3\"><TN RefId=\"1\"><T>System.Version[]</T><T>System.Array</T><T>System.Object</T></TN><LST><Version>1.0</Version><Version>2.0</Version><Version>3.0</Version><Version>4.0</Version><Version>5.0</Version><Version>5.1.14393.953</Version></LST></Obj></En><En><S N=\"Key\">CLRVersion</S><Version N=\"Value\">4.0.30319.42000</Version></En><En><S N=\"Key\">BuildVersion</S><Version N=\"Value\">10.0.14393.953</Version></En><En><S N=\"Key\">WSManStackVersion</S><Version N=\"Value\">3.0</Version></En><En><S N=\"Key\">PSRemotingProtocolVersion</S><Version N=\"Value\">2.3</Version></En><En><S N=\"Key\">SerializationVersion</S><Version N=\"Value\">1.1.0.1</Version></En></DCT></Obj></En><En><S N=\"Key\">DebugMode</S><I32 N=\"Value\">1</I32></En><En><S N=\"Key\">DebugBreakpointCount</S><I32 N=\"Value\">0</I32></En></DCT></Obj></MS></Obj>", @destination=1, @type=135177, @pipeline_id="00000000-0000-0000-0000-000000000000", @runspace_pool_id="00000000-0000-0000-0000-000000000000">
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] polling for pipeline state. message: #<WinRM::PSRP::Message:0x000000000416c278 @data="\xEF\xBB\xBF<Obj RefId=\"0\"><MS><I32 N=\"RunspaceState\">2</I32></MS></Obj>", @destination=1, @type=135173, @pipeline_id="00000000-0000-0000-0000-000000000000", @runspace_pool_id="00000000-0000-0000-0000-000000000000">
DEBUG winrmshell: [WinRM] remote shell created with shell_id: 7D54DE49-628E-4F8C-8F68-2375DEE6200A
DEBUG winrmshell: [WinRM] Command created for if ([System.Net.Dns]::GetHostName() -eq 'test') { exit 0 } exit 1
if (!$?) { if($LASTEXITCODE) { exit $LASTEXITCODE } else { exit 1 } } with id: AA39396C-5BE4-4C31-B610-3C5B57AEB862
DEBUG winrmshell: [WinRM] creating command_id: AA39396C-5BE4-4C31-B610-3C5B57AEB862 on shell_id 7D54DE49-628E-4F8C-8F68-2375DEE6200A
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] cleaning up command_id: AA39396C-5BE4-4C31-B610-3C5B57AEB862 on shell_id 7D54DE49-628E-4F8C-8F68-2375DEE6200A
DEBUG winrmshell: Output: #<WinRM::Output:0x00000000050668f0 @data=[], @exitcode=1>
DEBUG winrm: powershell executing:
$computer = Get-WmiObject -Class Win32_ComputerSystem
$retval = $computer.rename("test").returnvalue
if ($retval -eq 0) {
shutdown /r /t 1 /f /d p:4:1 /c "Vagrant Rename Computer"
}
exit $retval
DEBUG winrmshell: [WinRM] opening remote shell on http://172.18.102.154:5985/wsman
DEBUG winrmshell: [WinRM] Endpoint doesn't support config request for MaxEnvelopsizekb
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] polling for pipeline state. message: #<WinRM::PSRP::Message:0x0000000004c7b420 @data="\xEF\xBB\xBF<Obj RefId=\"0\"><MS><Version N=\"protocolversion\">2.3</Version><Version N=\"PSVersion\">2.0</Version><Version N=\"SerializationVersion\">1.1.0.1</Version></MS></Obj>", @destination=1, @type=65538, @pipeline_id="00000000-0000-0000-0000-000000000000", @runspace_pool_id="00000000-0000-0000-0000-000000000000">
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] polling for pipeline state. message: #<WinRM::PSRP::Message:0x0000000004a953e0 @data="\xEF\xBB\xBF<Obj RefId=\"0\"><MS><Obj N=\"ApplicationPrivateData\" RefId=\"1\"><TN RefId=\"0\"><T>System.Management.Automation.PSPrimitiveDictionary</T><T>System.Collections.Hashtable</T><T>System.Object</T></TN><DCT><En><S N=\"Key\">BreakAll</S><B N=\"Value\">false</B></En><En><S N=\"Key\">DebugStop</S><B N=\"Value\">false</B></En><En><S N=\"Key\">UnhandledBreakpointMode</S><I32 N=\"Value\">1</I32></En><En><S N=\"Key\">PSVersionTable</S><Obj N=\"Value\" RefId=\"2\"><TNRef RefId=\"0\" /><DCT><En><S N=\"Key\">PSVersion</S><Version N=\"Value\">5.1.14393.953</Version></En><En><S N=\"Key\">PSEdition</S><S N=\"Value\">Desktop</S></En><En><S N=\"Key\">PSCompatibleVersions</S><Obj N=\"Value\" RefId=\"3\"><TN RefId=\"1\"><T>System.Version[]</T><T>System.Array</T><T>System.Object</T></TN><LST><Version>1.0</Version><Version>2.0</Version><Version>3.0</Version><Version>4.0</Version><Version>5.0</Version><Version>5.1.14393.953</Version></LST></Obj></En><En><S N=\"Key\">CLRVersion</S><Version N=\"Value\">4.0.30319.42000</Version></En><En><S N=\"Key\">BuildVersion</S><Version N=\"Value\">10.0.14393.953</Version></En><En><S N=\"Key\">WSManStackVersion</S><Version N=\"Value\">3.0</Version></En><En><S N=\"Key\">PSRemotingProtocolVersion</S><Version N=\"Value\">2.3</Version></En><En><S N=\"Key\">SerializationVersion</S><Version N=\"Value\">1.1.0.1</Version></En></DCT></Obj></En><En><S N=\"Key\">DebugMode</S><I32 N=\"Value\">1</I32></En><En><S N=\"Key\">DebugBreakpointCount</S><I32 N=\"Value\">0</I32></En></DCT></Obj></MS></Obj>", @destination=1, @type=135177, @pipeline_id="00000000-0000-0000-0000-000000000000", @runspace_pool_id="00000000-0000-0000-0000-000000000000">
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] polling for pipeline state. message: #<WinRM::PSRP::Message:0x00000000038f0ab8 @data="\xEF\xBB\xBF<Obj RefId=\"0\"><MS><I32 N=\"RunspaceState\">2</I32></MS></Obj>", @destination=1, @type=135173, @pipeline_id="00000000-0000-0000-0000-000000000000", @runspace_pool_id="00000000-0000-0000-0000-000000000000">
DEBUG winrmshell: [WinRM] remote shell created with shell_id: AE60F2B9-8528-4FEA-B613-FE5C46BA5D3A
DEBUG winrmshell: [WinRM] Command created for $computer = Get-WmiObject -Class Win32_ComputerSystem
$retval = $computer.rename("test").returnvalue
if ($retval -eq 0) {
shutdown /r /t 1 /f /d p:4:1 /c "Vagrant Rename Computer"
}
exit $retval
if (!$?) { if($LASTEXITCODE) { exit $LASTEXITCODE } else { exit 1 } } with id: EF593D01-9B79-4163-AFDC-A764B2ABB35A
DEBUG winrmshell: [WinRM] creating command_id: EF593D01-9B79-4163-AFDC-A764B2ABB35A on shell_id AE60F2B9-8528-4FEA-B613-FE5C46BA5D3A
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] Waiting for output...
DEBUG winrmshell: [WinRM] Processing output
DEBUG winrmshell: [WinRM] cleaning up command_id: EF593D01-9B79-4163-AFDC-A764B2ABB35A on shell_id AE60F2B9-8528-4FEA-B613-FE5C46BA5D3A
DEBUG winrmshell: Output: #<WinRM::Output:0x0000000004694ca0 @data=[], @exitcode=0>
INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: hyperv
INFO machine: Calling action: read_state on provider Hyper-V (a24efc3c-3a30-4cf8-86db-afebc9960916)
INFO interface: Machine: action ["read_state", "start", {:target=>:windows}]
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 1 hooks defined.
INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x0000000004afb988>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000004af1168>
INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x0000000004af10f0>
INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "$env:PSModulePath=$env:PSModulePath+';\\\\vmware-host\\Shared Folders\\-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0\\plugins\\providers\\hyperv\\scripts\\utils'; &('\\\\vmware-host\\Shared Folders\\-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'a24efc3c-3a30-4cf8-86db-afebc9960916'", "-ErrorAction", "Stop"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
"state": "Running",
"status": "Operating normally"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31998
DEBUG subprocess: Exit status: 0
INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x0000000004af10f0>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000004af1168>
INFO interface: Machine: action ["read_state", "end", {:target=>:windows}]
INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "$env:PSModulePath=$env:PSModulePath+';\\\\vmware-host\\Shared Folders\\-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0\\plugins\\providers\\hyperv\\scripts\\utils'; &('\\\\vmware-host\\Shared Folders\\-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'a24efc3c-3a30-4cf8-86db-afebc9960916'", "-ErrorAction", "Stop"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Error===
{
"error": "Failed to determine IP address"
}
===End-Error===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31993
DEBUG subprocess: Exit status: 1
WARN provider: Failed to read guest IP.
ERROR warden: Error occurred: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
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.
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: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000004e3c9f8>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000004d56d90>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000004738670>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000004e6f948>
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-b80c92061cd42788b09d56b5c0957459
INFO environment: Running hook: environment_unload
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 1 hooks defined.
INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x0000000004f05e20>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<VagrantPlugins::CommunicatorWinRM::Errors::WinRMNotReady: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.>
ERROR vagrant: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
ERROR vagrant: //vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/communicators/winrm/helper.rb:36:in `winrm_address'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/communicators/winrm/helper.rb:21:in `winrm_info'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/communicators/winrm/communicator.rb:186:in `create_shell'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/communicators/winrm/communicator.rb:126:in `shell'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/communicators/winrm/communicator.rb:107:in `block in ready?'
C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout'
C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:33:in `block in catch'
C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:33:in `catch'
C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:33:in `catch'
C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:108:in `timeout'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/communicators/winrm/communicator.rb:106:in `ready?'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/machine.rb:274:in `guest'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/guests/windows/cap/change_host_name.rb:31:in `change_host_name_and_wait'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/guests/windows/cap/change_host_name.rb:7:in `change_host_name'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/capability_host.rb:111:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/capability_host.rb:111:in `capability'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/guest.rb:43:in `capability'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/set_hostname.rb:21:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/synced_folders.rb:87:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/synced_folders/nfs/action_cleanup.rb:14:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/wait_for_communicator.rb:71:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/wait_for_ip_address.rb:52:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/start_instance.rb:12:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/net_set_mac.rb:15:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/net_set_vlan.rb:15:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/set_name.rb:38:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/configure.rb:100:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/provision.rb:80:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/call.rb:53:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/call.rb:53:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/call.rb:53:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/import.rb:78:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/call.rb:53:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/check_access.rb:19:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/plugins/providers/hyperv/action/check_enabled.rb:18:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/machine.rb:239:in `action_raw'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/machine.rb:208:in `block in action'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/environment.rb:614:in `lock'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/machine.rb:194:in `call'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/machine.rb:194:in `action'
//vmware-host/Shared Folders/-hashicorp-vagrant-embedded-gems-2.2.0-gems-vagrant-2.2.0/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'
C:/HashiCorp/Vagrant/embedded/gems/2.2.0/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
INFO interface: error: The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
INFO interface: Machine: error-exit ["VagrantPlugins::CommunicatorWinRM::Errors::WinRMNotReady", "The box is not able to report an address for WinRM to connect to yet.\nWinRM cannot access this Vagrant environment. Please wait for the\nVagrant environment to be running and try again."]
PS C:\Users\vagrant\anothertest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment