Skip to content

Instantly share code, notes, and snippets.

@goutham27
Created November 19, 2015 02:27
Show Gist options
  • Save goutham27/8a819668fc6e835700b6 to your computer and use it in GitHub Desktop.
Save goutham27/8a819668fc6e835700b6 to your computer and use it in GitHub Desktop.
C:\GIT\kitchen\puppet-module-git>kitchen converge
DL is deprecated, please use Fiddle
-----> Starting Kitchen (v1.4.2)
-----> Creating <default-windows>...
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'win2012r2-virtualbox'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: kitchen-puppet-module-git-defaul
t-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...
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.
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: Failed to complete #create action: [Expected process to exit wit
h [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'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: kitchen-puppet-module-git-default-windo
ws_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]
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
C:\GIT\kitchen\puppet-module-git>kitchen converge
DL is deprecated, please use Fiddle
-----> Starting Kitchen (v1.4.2)
-----> Creating <default-windows>...
Bringing machine 'default' up with 'virtualbox' provider...
==> default: VirtualBox VM is already running.
_puppet@127.0.0.1's password:
[SSH] Established
Vagrant instance <default-windows> created.
Finished creating <default-windows> (0m13.92s).
-----> Converging <default-windows>...
Preparing files for transfer
Preparing modules
Resolving module dependencies with Librarian-Puppet 2.2.1...
Preparing manifests
Preparing files
nothing to do for files
Preparing hiera
Preparing hiera data
Finished Preparing files for transfer
Installing puppet, will try to determine platform os
>>>>>> Unsupported Platform - windows
>>>>>> Unsupported Platform - windows
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: Failed to complete #converge action: [undefined method `split' f
or true:TrueClass]
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
zlib(finalizer): the stream was freed prematurely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment