Skip to content

Instantly share code, notes, and snippets.

@pthrasher
Created September 16, 2011 20:55
Show Gist options
  • Save pthrasher/1223132 to your computer and use it in GitHub Desktop.
Save pthrasher/1223132 to your computer and use it in GitHub Desktop.
hiro:~ pthrasher$ curl -L https://github.com/atmos/cinderella/raw/master/bootstrap.sh -o - | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1233 100 1233 0 0 1113 0 0:00:01 0:00:01 --:--:-- 1113
Ensuring we have the latest version of cinderella installed
A first time install takes about 45 minutes on a modern machine
Invalid gemspec in [/Library/Ruby/Gems/1.8/specifications/json-1.6.0.gemspec]: invalid date format in specification: "2011-09-12 00:00:00.000000000Z"
You need to upgrade rubygems to 1.7.2
Cinderella installed successfully
[Fri, 16 Sep 2011 16:53:33 -0400] INFO: *** Chef 0.10.4 ***
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Setting the run_list to ["homebrew", "homebrew::dbs", "homebrew::misc", "ruby", "ruby::rbenv", "node", "python", "erlang", "mvim::cli"] from JSON
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Run List is [recipe[homebrew], recipe[homebrew::dbs], recipe[homebrew::misc], recipe[ruby], recipe[ruby::rbenv], recipe[node], recipe[python], recipe[erlang], recipe[mvim::cli]]
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Run List expands to [homebrew, homebrew::dbs, homebrew::misc, ruby, ruby::rbenv, node, python, erlang, mvim::cli]
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Starting Chef Run for hiro
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing directory[/Users/pthrasher/Developer] action create (homebrew::default line 14)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing directory[/Users/pthrasher/Developer/tmp] action create (homebrew::default line 18)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing directory[/Users/pthrasher/.cinderella] action create (homebrew::default line 22)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing execute[download homebrew installer] action run (homebrew::default line 26)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing script[cleaning legacy artifacts] action run (homebrew::default line 32)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: script[cleaning legacy artifacts] sh("bash" "/var/folders/85/ph8dngcn55x1nyydyw559lgm0000gn/T/chef-script20110916-928-1ojq2yb-0")
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: script[cleaning legacy artifacts] ran successfully
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing template[/Users/pthrasher/.cinderella.profile] action create (homebrew::default line 44)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.bash_profile] action run (homebrew::default line 53)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: execute[include cinderella environment into defaults for ~/.bash_profile] sh(if [ -f ~/.bash_profile ]; then echo 'source ~/.cinderella.profile' >> ~/.bash_profile; fi)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: execute[include cinderella environment into defaults for ~/.bash_profile] ran successfully
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.bashrc] action run (homebrew::default line 53)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: execute[include cinderella environment into defaults for ~/.bashrc] sh(if [ -f ~/.bashrc ]; then echo 'source ~/.cinderella.profile' >> ~/.bashrc; fi)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: execute[include cinderella environment into defaults for ~/.bashrc] ran successfully
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.zshrc] action run (homebrew::default line 53)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: execute[include cinderella environment into defaults for ~/.zshrc] sh(if [ -f ~/.zshrc ]; then echo 'source ~/.cinderella.profile' >> ~/.zshrc; fi)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: execute[include cinderella environment into defaults for ~/.zshrc] ran successfully
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing execute[setup cinderella profile sourcing in ~/.profile] action run (homebrew::default line 59)
[Fri, 16 Sep 2011 16:53:34 -0400] INFO: Processing homebrew[git] action install (homebrew::default line 64)
[Fri, 16 Sep 2011 16:53:34 -0400] ERROR: homebrew[git] (homebrew::default line 64) has had an error
[Fri, 16 Sep 2011 16:53:34 -0400] ERROR: homebrew[git] (/Users/pthrasher/.cinderella/cookbooks/homebrew/recipes/default.rb:64:in `from_file') had an error:
homebrew[git] (homebrew::default line 64) had an error: /usr/bin/env HOMEBREW_TEMP=/Users/pthrasher/Developer/tmp /Users/pthrasher/Developer/bin/brew install git returned 1, expected 0
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/mixin/command.rb:185:in `handle_command_failures'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/mixin/command.rb:132:in `run_command'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/mixin/command.rb:200:in `run_command_with_systems_locale'
/Users/pthrasher/.cinderella/cookbooks/homebrew/providers/homebrew.rb:33:in `run_brew_command'
/Users/pthrasher/.cinderella/cookbooks/homebrew/providers/homebrew.rb:23:in `install_package'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/provider/package.rb:60:in `action_install'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource.rb:437:in `send'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource.rb:437:in `run_action'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:45:in `run_action'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:81:in `converge'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:81:in `each'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:81:in `converge'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection.rb:94:in `execute_each_resource'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call_iterator_block'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in `step'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:in `iterate'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in `each_with_index'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection.rb:92:in `execute_each_resource'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:76:in `converge'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:312:in `converge'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:160:in `run'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/solo.rb:192:in `run_application'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/solo.rb:183:in `loop'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/solo.rb:183:in `run_application'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application.rb:67:in `run'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/chef-solo:25
/usr/bin/chef-solo:19:in `load'
/usr/bin/chef-solo:19
[Fri, 16 Sep 2011 16:53:34 -0400] ERROR: Running exception handlers
[Fri, 16 Sep 2011 16:53:34 -0400] ERROR: Exception handlers complete
[Fri, 16 Sep 2011 16:53:34 -0400] FATAL: Stacktrace dumped to /Users/pthrasher/.cinderella/chef-stacktrace.out
[Fri, 16 Sep 2011 16:53:34 -0400] FATAL: Chef::Exceptions::Exec: homebrew[git] (homebrew::default line 64) had an error: /usr/bin/env HOMEBREW_TEMP=/Users/pthrasher/Developer/tmp /Users/pthrasher/Developer/bin/brew install git returned 1, expected 0
Testing...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment