Skip to content

Instantly share code, notes, and snippets.

@jcderose
Last active August 29, 2015 14:22
Show Gist options
  • Save jcderose/00e612d024232e9e7e7f to your computer and use it in GitHub Desktop.
Save jcderose/00e612d024232e9e7e7f to your computer and use it in GitHub Desktop.
kitchen create -l debug for kitchen-ec2 issue #135
➜ kitchen create -l debug
-----> Starting Kitchen (v1.4.0)
-----> Creating <default-amazon>...
Creating <>...
If you are not using an account that qualifies under the AWS
free-tier, you may be charged to run these suites. The charge
should be minimal, but neither Test Kitchen nor its maintainers
are responsible for your incurred costs.
D Creating EC2 Instance..
Instance <i-064a13f0> requested.
EC2 instance <i-064a13f0> created.
Waited 0/300s for instance <i-064a13f0> to become ready.
Waited 5/300s for instance <i-064a13f0> to become ready.
Waited 10/300s for instance <i-064a13f0> to become ready.
Waited 15/300s for instance <i-064a13f0> to become ready.
Waited 20/300s for instance <i-064a13f0> to become ready.
Waited 25/300s for instance <i-064a13f0> to become ready.
EC2 instance <i-064a13f0> ready.
D [SSH] opening connection to ec2-user@ec2-52-25-208-12.us-west-2.compute.amazonaws.com<{:user_known_hosts_file=>"/dev/null", :paranoid=>false, :port=>22, :compression=>"zlib", :compression_level=>6, :keepalive=>true, :keepalive_interval=>60, :timeout=>15}>
D [SSH] connection failed (#<Errno::ECONNREFUSED: Connection refused - connect(2) for "ec2-52-25-208-12.us-west-2.compute.amazonaws.com" port 22>)
Waiting for SSH service on ec2-52-25-208-12.us-west-2.compute.amazonaws.com:22, retrying in 3 seconds
D [SSH] opening connection to ec2-user@ec2-52-25-208-12.us-west-2.compute.amazonaws.com<{:user_known_hosts_file=>"/dev/null", :paranoid=>false, :port=>22, :compression=>"zlib", :compression_level=>6, :keepalive=>true, :keepalive_interval=>60, :timeout=>15, :user=>"ec2-user"}>
D [SSH] connection failed (#<Errno::ECONNREFUSED: Connection refused - connect(2) for "ec2-52-25-208-12.us-west-2.compute.amazonaws.com" port 22>)
Waiting for SSH service on ec2-52-25-208-12.us-west-2.compute.amazonaws.com:22, retrying in 3 seconds
...
D [SSH] opening connection to ec2-user@ec2-52-25-208-12.us-west-2.compute.amazonaws.com<{:user_known_hosts_file=>"/dev/null", :paranoid=>false, :port=>22, :compression=>"zlib", :compression_level=>6, :keepalive=>true, :keepalive_interval=>60, :timeout=>15, :user=>"ec2-user"}>
D [SSH] connection failed (#<Net::SSH::AuthenticationFailed: Authentication failed for user ec2-user@ec2-52-25-208-12.us-west-2.compute.amazonaws.com>)
Waiting for SSH service on ec2-52-25-208-12.us-west-2.compute.amazonaws.com:22, retrying in 3 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment