Skip to content

Instantly share code, notes, and snippets.

@damm
Created November 25, 2013 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damm/ec9c9ccd9487b573c35b to your computer and use it in GitHub Desktop.
Save damm/ec9c9ccd9487b573c35b to your computer and use it in GitHub Desktop.
$ kitchen create -l debug
Invalid gemspec in [/usr/lib/ruby/gems/1.9.1/specifications/ZenTest-4.9.4.gemspec]: Illformed requirement ["< 2.2, >= 1.8"]
-----> Starting Kitchen (v1.0.0.beta.4)
-----> Creating <default-ubuntu-1204>
[kitchen::driver::docker command] BEGIN (docker -H tcp://172.29.32.70:4243 inspect 79448a9a06f9)
[{
"ID": "79448a9a06f95829a84098eb05e229e1efe7af6868b1a0ff26448690e36f4eff",
"Created": "2013-11-25T19:17:49.312540651Z",
"Path": "/usr/sbin/sshd",
"Args": [
"-D",
"-o",
"UseDNS=no",
"-o",
"UsePAM=no"
],
"Config": {
"Hostname": "79448a9a06f9",
"Domainname": "",
"User": "",
"Memory": 0,
"MemorySwap": 0,
"CpuShares": 0,
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"PortSpecs": null,
"ExposedPorts": {
"22/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"HOME=/",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"DEBIAN_FRONTEND=noninteractive"
],
"Cmd": [
"/usr/sbin/sshd",
"-D",
"-o",
"UseDNS=no",
"-o",
"UsePAM=no"
],
"Dns": null,
"Image": "931bf593fe57",
"Volumes": null,
"VolumesFrom": "",
"WorkingDir": "",
"Entrypoint": null,
"NetworkDisabled": false
},
"State": {
"Running": true,
"Pid": 24907,
"ExitCode": 0,
"StartedAt": "2013-11-25T19:17:49.319904218Z",
"FinishedAt": "0001-01-01T00:00:00Z",
"Ghost": false
},
"Image": "931bf593fe57007fca81c34503dc0d8a72963374eb47c4bbd479e8c7e73475ce",
"NetworkSettings": {
"IPAddress": "10.1.0.48",
"IPPrefixLen": 16,
"Gateway": "10.1.42.1",
"Bridge": "docker0",
"PortMapping": null,
"Ports": {
"22/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "49166"
}
]
}
},
"SysInitPath": "/usr/bin/docker",
"ResolvConfPath": "/etc/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/79448a9a06f95829a84098eb05e229e1efe7af6868b1a0ff26448690e36f4eff/hostname",
"HostsPath": "/var/lib/docker/containers/79448a9a06f95829a84098eb05e229e1efe7af6868b1a0ff26448690e36f4eff/hosts",
"Name": "/tan_dog",
"Volumes": {},
"VolumesRW": {}
}]
[kitchen::driver::docker command] END (0m0.00s)
Finished creating <default-ubuntu-1204> (0m0.02s).
-----> Kitchen is finished. (0m0.06s)
$ kitchen converge -l debug
Invalid gemspec in [/usr/lib/ruby/gems/1.9.1/specifications/ZenTest-4.9.4.gemspec]: Illformed requirement ["< 2.2, >= 1.8"]
-----> Starting Kitchen (v1.0.0.beta.4)
-----> Converging <default-ubuntu-1204>
D [SSH] kitchen@172.29.32.70:49166<{:user_known_hosts_file=>"/dev/null", :paranoid=>false, :password=>"kitchen", :port=>49166}> (sudo -E rm -rf /tmp/kitchen-chef-solo)
D [SSH] opening connection to kitchen@172.29.32.70:49166<{:user_known_hosts_file=>"/dev/null", :paranoid=>false, :password=>"kitchen", :port=>49166}>
D Creating local sandbox in /tmp/default-ubuntu-1204-sandbox-20131125-14149-dsku7y
Resolving cookbook dependencies with Berkshelf
D Using Berksfile from /root/git/mopub-cookbooks/backup/Berksfile
Using backup (0.0.6)
Using build-essential (1.4.0)
Using apt (1.10.0)
Using yum (2.2.4)
Using minitest-handler (0.2.1)
Using backup_test (0.1.0) at './test/cookbooks/backup_test'
Using chef_handler (1.1.4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment