Skip to content

Instantly share code, notes, and snippets.

@goutham27
Created November 19, 2015 02:29
Show Gist options
  • Save goutham27/4188275ac66679466878 to your computer and use it in GitHub Desktop.
Save goutham27/4188275ac66679466878 to your computer and use it in GitHub Desktop.
I, [2015-11-18T21:14:24.347780 #2420] INFO -- default-windows: -----> Creating <default-windows>...
I, [2015-11-18T21:14:26.112881 #2420] INFO -- default-windows: Bringing machine 'default' up with 'virtualbox' provider...
I, [2015-11-18T21:14:27.288948 #2420] INFO -- default-windows: ==> default: Importing base box 'win2012r2-virtualbox'...
I, [2015-11-18T21:16:14.323070 #2420] INFO -- default-windows:
[KProgress: 10%
[KProgress: 80%
[K==> default: Matching MAC address for NAT networking...
I, [2015-11-18T21:16:16.109173 #2420] INFO -- default-windows: ==> default: Setting the name of the VM: kitchen-puppet-module-git-default-windows_default_1447899376062_36752
I, [2015-11-18T21:16:17.802269 #2420] INFO -- default-windows: ==> default: Fixed port collision for 5985 => 5985. Now on port 2200.
I, [2015-11-18T21:16:18.845329 #2420] INFO -- default-windows: ==> default: Clearing any previously set network interfaces...
I, [2015-11-18T21:16:18.952335 #2420] INFO -- default-windows: ==> default: Preparing network interfaces based on configuration...
I, [2015-11-18T21:16:18.952335 #2420] INFO -- default-windows: default: Adapter 1: nat
I, [2015-11-18T21:16:19.028340 #2420] INFO -- default-windows: ==> default: Forwarding ports...
I, [2015-11-18T21:16:19.169348 #2420] INFO -- default-windows: default: 5985 => 2200 (adapter 1)
I, [2015-11-18T21:16:19.169348 #2420] INFO -- default-windows: default: 22 => 2222 (adapter 1)
I, [2015-11-18T21:16:19.866388 #2420] INFO -- default-windows: ==> default: Running 'pre-boot' VM customizations...
I, [2015-11-18T21:16:20.890446 #2420] INFO -- default-windows: ==> default: Booting VM...
I, [2015-11-18T21:16:23.708682 #2420] INFO -- default-windows: ==> default: Waiting for machine to boot. This may take a few minutes...
I, [2015-11-18T21:16:24.193243 #2420] INFO -- default-windows: default: SSH address: 127.0.0.1:2222
I, [2015-11-18T21:16:24.193243 #2420] INFO -- default-windows: default: SSH username: _puppet
I, [2015-11-18T21:16:24.193243 #2420] INFO -- default-windows: default: SSH auth method: password
I, [2015-11-18T21:16:39.410676 #2420] INFO -- default-windows: default: Warning: Connection timeout. Retrying...
I, [2015-11-18T21:16:41.896491 #2420] INFO -- default-windows: Vagrant is configured to generate a random keypair and insert it
I, [2015-11-18T21:16:41.896491 #2420] INFO -- default-windows: onto the guest machine, but it appears Vagrant doesn't know how to do
I, [2015-11-18T21:16:41.896491 #2420] INFO -- default-windows: this with your guest OS. Please disable key insertion by setting
I, [2015-11-18T21:16:41.896491 #2420] INFO -- default-windows: `config.ssh.insert_key = false` in the Vagrantfile.
I, [2015-11-18T21:16:41.896491 #2420] INFO -- default-windows:
I, [2015-11-18T21:16:41.896992 #2420] INFO -- default-windows: After doing so, run `vagrant reload` for the setting to take effect.
I, [2015-11-18T21:16:41.896992 #2420] INFO -- default-windows:
I, [2015-11-18T21:16:41.896992 #2420] INFO -- default-windows: If you'd like Vagrant to learn how to insert keys on this OS, please
I, [2015-11-18T21:16:41.896992 #2420] INFO -- default-windows: open an issue with details about your environment.
E, [2015-11-18T21:16:41.929996 #2420] ERROR -- default-windows: Create failed on instance <default-windows>.
E, [2015-11-18T21:16:41.929996 #2420] ERROR -- default-windows: ------Exception-------
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: Class: Kitchen::ShellOut::ShellCommandFailed
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: Message: Expected process to exit with [0], but received '1'
---- Begin output of vagrant up --no-provision --provider virtualbox ----
STDOUT: Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'win2012r2-virtualbox'...
[KProgress: 10%
[KProgress: 80%
[K==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: kitchen-puppet-module-git-default-windows_default_1447899376062_36752
==> default: Fixed port collision for 5985 => 5985. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 5985 => 2200 (adapter 1)
default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: _puppet
default: SSH auth method: password
default: Warning: Connection timeout. Retrying...
STDERR: Vagrant is configured to generate a random keypair and insert it
onto the guest machine, but it appears Vagrant doesn't know how to do
this with your guest OS. Please disable key insertion by setting
`config.ssh.insert_key = false` in the Vagrantfile.
After doing so, run `vagrant reload` for the setting to take effect.
If you'd like Vagrant to learn how to insert keys on this OS, please
open an issue with details about your environment.
---- End output of vagrant up --no-provision --provider virtualbox ----
Ran vagrant up --no-provision --provider virtualbox returned 1
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: ---Nested Exception---
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: Class: Mixlib::ShellOut::ShellCommandFailed
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: Message: Expected process to exit with [0], but received '1'
---- Begin output of vagrant up --no-provision --provider virtualbox ----
STDOUT: Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'win2012r2-virtualbox'...
[KProgress: 10%
[KProgress: 80%
[K==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: kitchen-puppet-module-git-default-windows_default_1447899376062_36752
==> default: Fixed port collision for 5985 => 5985. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 5985 => 2200 (adapter 1)
default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: _puppet
default: SSH auth method: password
default: Warning: Connection timeout. Retrying...
STDERR: Vagrant is configured to generate a random keypair and insert it
onto the guest machine, but it appears Vagrant doesn't know how to do
this with your guest OS. Please disable key insertion by setting
`config.ssh.insert_key = false` in the Vagrantfile.
After doing so, run `vagrant reload` for the setting to take effect.
If you'd like Vagrant to learn how to insert keys on this OS, please
open an issue with details about your environment.
---- End output of vagrant up --no-provision --provider virtualbox ----
Ran vagrant up --no-provision --provider virtualbox returned 1
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: ------Backtrace-------
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/shell_out.rb:73:in `rescue in run_command'
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/shell_out.rb:61:in `run_command'
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/lib/kitchen/driver/vagrant.rb:343:in `run_command'
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/lib/kitchen/driver/vagrant.rb:302:in `run'
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/lib/kitchen/driver/vagrant.rb:373:in `run_vagrant_up'
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/lib/kitchen/driver/vagrant.rb:88:in `create'
E, [2015-11-18T21:16:41.930496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:424:in `public_send'
E, [2015-11-18T21:16:41.930996 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:424:in `block in perform_action'
E, [2015-11-18T21:16:41.930996 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:485:in `call'
E, [2015-11-18T21:16:41.930996 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:485:in `block in synchronize_or_call'
E, [2015-11-18T21:16:41.930996 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:483:in `synchronize'
E, [2015-11-18T21:16:41.930996 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:483:in `synchronize_or_call'
E, [2015-11-18T21:16:41.930996 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:453:in `block in action'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/2.1.0/benchmark.rb:279:in `measure'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:452:in `action'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:424:in `perform_action'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:352:in `create_action'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:341:in `block in transition_to'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:340:in `each'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:340:in `transition_to'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/instance.rb:138:in `converge'
E, [2015-11-18T21:16:41.931496 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/command.rb:176:in `public_send'
E, [2015-11-18T21:16:41.931996 #2420] ERROR -- default-windows: C:/Ruby21/lib/ruby/gems/2.1.0/gems/test-kitchen-1.4.2/lib/kitchen/command.rb:176:in `block (2 levels) in run_action'
E, [2015-11-18T21:16:41.931996 #2420] ERROR -- default-windows: ----------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment