Created
December 8, 2016 23:37
-
-
Save vignesh-v3/41919ad8c5bfe5b5273aa43195a05577 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\chef-repo\cookbooks\try\try2>kitchen create default-ubuntu-1404 | |
-----> Starting Kitchen (v1.13.2) | |
-----> Creating <default-ubuntu-1404>... | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Box 'bento/ubuntu-14.04' could not be found. Attempting to f | |
ind and install... | |
default: Box Provider: virtualbox | |
default: Box Version: >= 0 | |
==> default: Loading metadata for box 'bento/ubuntu-14.04' | |
default: URL: https://atlas.hashicorp.com/bento/ubuntu-14.04 | |
==> default: Adding box 'bento/ubuntu-14.04' (v2.3.1) for provider: virtu | |
albox | |
default: Downloading: https://atlas.hashicorp.com/bento/boxes/ubuntu- | |
14.04/versions/2.3.1/providers/virtualbox.box | |
default: Progress: 100% (Rate: 4446k/s, Estimated time remaining: --:--:--) | |
==> default: Successfully added box 'bento/ubuntu-14.04' (v2.3.1) for 'vi | |
rtualbox'! | |
==> default: Importing base box 'bento/ubuntu-14.04'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Checking if box 'bento/ubuntu-14.04' is up to date... | |
==> default: Setting the name of the VM: kitchen-try2-default-ubuntu-1404 | |
_default_1481240153165_28713 | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
==> default: Forwarding ports... | |
default: 22 (guest) => 2222 (host) (adapter 1) | |
==> default: Booting VM... | |
There was an error while executing `VBoxManage`, a CLI used by Vagrant | |
for controlling VirtualBox. The command and stderr is shown below. | |
Command: ["startvm", "f1ff9a84-5302-4de1-818e-f82d45adb2bc", "--type", "h | |
eadless"] | |
Stderr: VBoxManage.exe: error: The virtual machine 'kitchen-try2-default- | |
ubuntu-1404_default_1481240153165_28713' has terminated unexpectedly during star | |
tup with exit code 1 (0x1). More details may be available in 'D:\Oracle VM\kitc | |
hen-try2-default-ubuntu-1404_default_1481240153165_28713\Logs\VBoxHardening.log' | |
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component Machi | |
neWrap, interface IMachine | |
>>>>>> ------Exception------- | |
>>>>>> Class: Kitchen::ActionFailed | |
>>>>>> Message: 1 actions failed. | |
>>>>>> Failed to complete #create action: [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: Box 'bento/ubuntu-14.04' could not be found. Attempting to find and | |
install... | |
default: Box Provider: virtualbox | |
default: Box Version: >= 0 | |
==> default: Loading metadata for box 'bento/ubuntu-14.04' | |
default: URL: https://atlas.hashicorp.com/bento/ubuntu-14.04 | |
==> default: Adding box 'bento/ubuntu-14.04' (v2.3.1) for provider: virtualbox | |
default: Downloading: https://atlas.hashicorp.com/bento/boxes/ubuntu-14.04/v | |
ersions/2.3.1/providers/virtualbox.box | |
default: Progress: 100% (Rate: 4446k/s, Estimated time remaining: --:--:--) | |
==> default: Successfully added box 'bento/ubuntu-14.04' (v2.3.1) for 'virtualbo | |
x'! | |
==> default: Importing base box 'bento/ubuntu-14.04'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Checking if box 'bento/ubuntu-14.04' is up to date... | |
==> default: Setting the name of the VM: kitchen-try2-default-ubuntu-1404_defaul | |
t_1481240153165_28713 | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
==> default: Forwarding ports... | |
default: 22 (guest) => 2222 (host) (adapter 1) | |
==> default: Booting VM... | |
STDERR: There was an error while executing `VBoxManage`, a CLI used by Vagrant | |
for controlling VirtualBox. The command and stderr is shown below. | |
Command: ["startvm", "f1ff9a84-5302-4de1-818e-f82d45adb2bc", "--type", "headless | |
"] | |
Stderr: VBoxManage.exe: error: The virtual machine 'kitchen-try2-default-ubuntu- | |
1404_default_1481240153165_28713' has terminated unexpectedly during startup wit | |
h exit code 1 (0x1). More details may be available in 'D:\Oracle VM\kitchen-try | |
2-default-ubuntu-1404_default_1481240153165_28713\Logs\VBoxHardening.log' | |
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, | |
interface IMachine | |
---- End output of vagrant up --no-provision --provider virtualbox ---- | |
Ran vagrant up --no-provision --provider virtualbox returned 1] on default-ubunt | |
u-1404 | |
>>>>>> ---------------------- | |
>>>>>> Please see .kitchen/logs/kitchen.log for more details | |
>>>>>> Also try running `kitchen diagnose --all` for configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment