我跑了一个测试厨房实例,一切都很好,但最后我确实试图用以下方法销毁厨房:
roberto@pc:~$ kitchen destroy
Run Code Online (Sandbox Code Playgroud)
Virtualbox给了我这个错误.
-----> Starting Kitchen (v1.1.1)
-----> Destroying <default-ubuntu-1204>...
[default] Destroying VM and associated drives...
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: Failed to complete #destroy action: [Expected process to exit with [0], but received '1'
---- Begin output of vagrant destroy -f ----
STDOUT: [default] Destroying VM and associated drives...
STDERR: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["unregistervm", "2507bc77-3734-429b-a573-d92fadb80e95", …Run Code Online (Sandbox Code Playgroud)