Skip to content

Instantly share code, notes, and snippets.

@arangamani
Created March 7, 2014 18:21
Show Gist options
  • Save arangamani/9416886 to your computer and use it in GitHub Desktop.
Save arangamani/9416886 to your computer and use it in GitHub Desktop.
test-kitchen failure
kitchen | [default] Setting the name of the VM...
kitchen | [default] Clearing any previously set forwarded ports...
kitchen | [default] Clearing any previously set network interfaces...
kitchen | [default] Preparing network interfaces based on configuration...
kitchen | [default] Forwarding ports...
kitchen | [default] -- 22 => 2222 (adapter 1)
kitchen | [default] Running 'pre-boot' VM customizations...
kitchen | [default] Booting VM...
kitchen | [default] Waiting for machine to boot. This may take a few minutes...
kitchen | [default] Machine booted and ready!
kitchen | [default] Setting hostname...
kitchen | STDERR: The following SSH command responded with a non-zero exit status.
kitchen | Vagrant assumes that this means the command failed!
kitchen | hostname --fqdn > /etc/mailname
kitchen | Stdout from the command:
kitchen | Stderr from the command:
kitchen | sudo: unable to resolve host default-debian-720
kitchen | stdin: is not a tty
kitchen | hostname: Name or service not known
kitchen | ---- End output of vagrant up --no-provision --provider=virtualbox ----
kitchen | Ran vagrant up --no-provision --provider=virtualbox returned 1]
kitchen | >>>>>> ----------------------
kitchen | >>>>>> Please see .kitchen/logs/kitchen.log for more details
kitchen | >>>>>> Also try running `kitchen diagnose --all` for configuration
kitchen |
kitchen | Terminated with a non-zero exit status. Strainer assumes this is a failure.
kitchen | FAILURE!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment