Skip to content

Instantly share code, notes, and snippets.

@ranjib
Created April 11, 2013 03:50
Show Gist options
  • Save ranjib/5360599 to your computer and use it in GitHub Desktop.
Save ranjib/5360599 to your computer and use it in GitHub Desktop.
ranjib@ranjib-pd:~/workspace/foss/community-cookbooks/apt [master] $ gem list
*** LOCAL GEMS ***
activesupport (3.2.13)
addressable (2.3.3)
archive-tar-minitar (0.5.2)
awesome_print (1.0.2)
berkshelf (1.3.1)
bigdecimal (1.1.0)
boson (1.2.4)
bundler (1.3.4)
celluloid (0.13.0)
chef (11.4.0)
childprocess (0.3.9)
chozo (0.6.1)
classifier (1.3.3)
clipboard (1.0.1)
coderay (1.0.9)
copperegg (0.6.1)
directory_watcher (1.5.1)
dogstatsd-ruby (1.1.0)
dynect_rest (0.4.3)
erubis (2.7.0)
every_day_irb (1.4.0)
facter (1.6.18)
fancy_irb (0.7.3)
faraday (0.8.7)
fast-stemmer (1.0.2)
ffi (1.4.0)
g (1.7.2)
hashie (2.0.3)
highline (1.6.16)
hirb (0.7.1)
i18n (0.6.4, 0.6.1)
interactive_editor (0.0.10)
io-console (0.3)
ipaddress (0.8.0)
irbtools (1.4.0)
jekyll (0.12.1)
json (1.5.5)
json_pure (1.7.7)
kitchen-vagrant (0.7.4)
kramdown (0.14.2)
liquid (2.5.0)
log4r (1.1.10)
maruku (0.6.1)
method_locator (0.0.4)
method_source (0.8.1)
methodfinder (1.2.5)
mime-types (1.21)
minitar (0.5.4)
minitest (2.5.1)
mixlib-authentication (1.3.0)
mixlib-cli (1.3.0)
mixlib-config (1.1.2)
mixlib-log (1.4.1)
mixlib-shellout (1.1.0)
multi_json (1.7.1)
multipart-post (1.2.0)
net-http-persistent (2.8)
net-scp (1.0.4)
net-ssh (2.6.6, 2.2.2)
net-ssh-gateway (1.2.0)
net-ssh-multi (1.1)
nokogiri (1.5.7)
ohai (6.16.0)
ori (0.1.0)
paint (0.8.5)
posix-spawn (0.3.6)
pry (0.9.12)
pygments.rb (0.3.7)
rake (0.9.2.2)
rdoc (3.9.5)
rest-client (1.6.7)
retryable (1.3.2)
ridley (0.9.0)
safe_yaml (0.9.0)
slop (3.4.4)
solve (0.4.2)
spoon (0.0.1)
syntax (1.0.0)
systemu (2.5.2)
test-kitchen (1.0.0.alpha.4)
thor (0.16.0)
timers (1.1.0)
unicode-display_width (0.1.1)
wirb (1.0.1)
yajl-ruby (1.1.0)
zucker (12.1)
ranjib@ranjib-pd:~/workspace/foss/community-cookbooks/apt [master] $ kitchen converge default-ubuntu-1204
-----> Starting Kitchen
-----> Converging <default-ubuntu-1204>
[kitchen::driver::vagrant command] BEGIN (vagrant provision)
[Berkshelf] Berkshelf plugin is disabled but a Berksfile was found at your configured path: /Users/ranjib/workspace/foss/community-cookbooks/apt/Berksfile
[Berkshelf] Enable the Berkshelf plugin by setting 'config.berkshelf.enabled = true' in your vagrant config
[default] Running provisioner: VagrantPlugins::Chef::Provisioner::ChefSolo...
Generating chef JSON and uploading...
Running chef-solo...
stdin: is not a tty
[2013-04-11T03:46:39+00:00] INFO: *** Chef 11.4.0 ***
[2013-04-11T03:46:42+00:00] INFO: Setting the run_list to ["recipe[apt]", "recipe[minitest-handler]", "recipe[apt_test]"] from JSON
[2013-04-11T03:46:43+00:00] INFO: Run List is [recipe[apt], recipe[minitest-handler], recipe[apt_test]]
[2013-04-11T03:46:43+00:00] INFO: Run List expands to [apt, minitest-handler, apt_test]
[2013-04-11T03:46:43+00:00] INFO: Starting Chef Run for default-ubuntu-1204.vagrantup.com
[2013-04-11T03:46:43+00:00] INFO: Running start handlers
[2013-04-11T03:46:43+00:00] INFO: Start handlers complete.
[2013-04-11T03:46:43+00:00] ERROR: Running exception handlers
[2013-04-11T03:46:43+00:00] ERROR: Exception handlers complete [2013-04-11T03:46:43+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[2013-04-11T03:46:43+00:00] FATAL: Chef::Exceptions::CookbookNotFound: Cookbook apt not found. If you're loading apt from another cookbook, make sure you configure the dependency in your metadata
[kitchen::driver::vagrant command] END (0m23.43s)
/Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/instance.rb:266:in `rescue in action': Failed to complete #converge action: [Expected process to exit with [0], but received '1' (Kitchen::ActionFailed)
---- Begin output of vagrant provision ----
STDOUT: [Berkshelf] Berkshelf plugin is disabled but a Berksfile was found at your configured path: /Users/ranjib/workspace/foss/community-cookbooks/apt/Berksfile
[Berkshelf] Enable the Berkshelf plugin by setting 'config.berkshelf.enabled = true' in your vagrant config
[default] Running provisioner: VagrantPlugins::Chef::Provisioner::ChefSolo...
Generating chef JSON and uploading...
Running chef-solo...
stdin: is not a tty
[2013-04-11T03:46:39+00:00] INFO: *** Chef 11.4.0 ***
[2013-04-11T03:46:42+00:00] INFO: Setting the run_list to ["recipe[apt]", "recipe[minitest-handler]", "recipe[apt_test]"] from JSON
[2013-04-11T03:46:43+00:00] INFO: Run List is [recipe[apt], recipe[minitest-handler], recipe[apt_test]]
[2013-04-11T03:46:43+00:00] INFO: Run List expands to [apt, minitest-handler, apt_test]
[2013-04-11T03:46:43+00:00] INFO: Starting Chef Run for default-ubuntu-1204.vagrantup.com
[2013-04-11T03:46:43+00:00] INFO: Running start handlers
[2013-04-11T03:46:43+00:00] INFO: Start handlers complete.
[2013-04-11T03:46:43+00:00] ERROR: Running exception handlers
[2013-04-11T03:46:43+00:00] ERROR: Exception handlers complete
[2013-04-11T03:46:43+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[2013-04-11T03:46:43+00:00] FATAL: Chef::Exceptions::CookbookNotFound: Cookbook apt not found. If you're loading apt from another cookbook, make sure you configure the dependency in your metadata
STDERR: Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
---- End output of vagrant provision ----
Ran vagrant provision returned 1]
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/instance.rb:269:in `action'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/instance.rb:249:in `perform_action'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/instance.rb:232:in `converge_action'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/instance.rb:222:in `block in transition_to'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/instance.rb:221:in `each'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/instance.rb:221:in `transition_to'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/instance.rb:121:in `converge'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/cli.rb:258:in `public_send'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/cli.rb:258:in `block in run_serial'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/cli.rb:258:in `map'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/cli.rb:258:in `run_serial'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/cli.rb:252:in `block in exec_action'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/benchmark.rb:280:in `measure'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/cli.rb:249:in `exec_action'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/cli.rb:75:in `block (2 levels) in <class:CLI>'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/thor-0.16.0/lib/thor/task.rb:27:in `run'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/thor-0.16.0/lib/thor/invocation.rb:120:in `invoke_task'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/lib/kitchen/cli.rb:232:in `invoke_task'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/thor-0.16.0/lib/thor.rb:275:in `dispatch'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/thor-0.16.0/lib/thor/base.rb:425:in `start'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/test-kitchen-1.0.0.alpha.4/bin/kitchen:12:in `<top (required)>'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/bin/kitchen:23:in `load'
from /Users/ranjib/.rbenv/versions/1.9.3-p392/bin/kitchen:23:in `<main>'
ranjib@ranjib-pd:~/workspace/foss/community-cookbooks/apt [master] $ vagrant -v
Vagrant version 1.1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment