Created
July 21, 2011 15:25
-
-
Save jpadilla/1097434 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(in /Users/jpadilla/Desktop/smeagol) | |
INFO: *** Chef 0.10.2 *** | |
INFO: Setting the run_list to ["homebrew", "homebrew::dbs", "homebrew::misc", "git", "ruby", "ruby::irbrc", "python", "erlang", "node", "mvim"] from JSON | |
INFO: Run List is [recipe[homebrew], recipe[homebrew::dbs], recipe[homebrew::misc], recipe[git], recipe[ruby], recipe[ruby::irbrc], recipe[python], recipe[erlang], recipe[node], recipe[mvim]] | |
INFO: Run List expands to [homebrew, homebrew::dbs, homebrew::misc, git, ruby, ruby::irbrc, python, erlang, node, mvim] | |
INFO: Starting Chef Run for hydra.local | |
INFO: Processing directory[/Users/jpadilla/Developer] action create (homebrew::default line 12) | |
INFO: directory[/Users/jpadilla/Developer] created directory /Users/jpadilla/Developer | |
INFO: Processing directory[/Users/jpadilla/Developer/tmp] action create (homebrew::default line 16) | |
INFO: directory[/Users/jpadilla/Developer/tmp] created directory /Users/jpadilla/Developer/tmp | |
INFO: Processing directory[/Users/jpadilla/.cinderella] action create (homebrew::default line 20) | |
INFO: directory[/Users/jpadilla/.cinderella] created directory /Users/jpadilla/.cinderella | |
INFO: Processing execute[download homebrew installer] action run (homebrew::default line 24) | |
INFO: execute[download homebrew installer] sh(/usr/bin/curl -sfL http://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1) | |
INFO: execute[download homebrew installer] ran successfully | |
INFO: Processing script[cleaning legacy artifacts] action run (homebrew::default line 30) | |
INFO: script[cleaning legacy artifacts] sh("bash" "/var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/chef-script20110721-14922-1bjifzt-0") | |
INFO: script[cleaning legacy artifacts] ran successfully | |
INFO: Processing template[/Users/jpadilla/.cinderella.profile] action create (homebrew::default line 42) | |
INFO: template[/Users/jpadilla/.cinderella.profile] mode changed to 700 | |
INFO: template[/Users/jpadilla/.cinderella.profile] updated content | |
INFO: Processing execute[include cinderella environment into defaults for ~/.bash_profile] action run (homebrew::default line 51) | |
INFO: execute[include cinderella environment into defaults for ~/.bash_profile] sh(if [ -f ~/.bash_profile ]; then echo 'source ~/.cinderella.profile' >> ~/.bash_profile; fi) | |
INFO: execute[include cinderella environment into defaults for ~/.bash_profile] ran successfully | |
INFO: Processing execute[include cinderella environment into defaults for ~/.bashrc] action run (homebrew::default line 51) | |
INFO: execute[include cinderella environment into defaults for ~/.bashrc] sh(if [ -f ~/.bashrc ]; then echo 'source ~/.cinderella.profile' >> ~/.bashrc; fi) | |
INFO: execute[include cinderella environment into defaults for ~/.bashrc] ran successfully | |
INFO: Processing execute[include cinderella environment into defaults for ~/.zshrc] action run (homebrew::default line 51) | |
INFO: execute[include cinderella environment into defaults for ~/.zshrc] sh(if [ -f ~/.zshrc ]; then echo 'source ~/.cinderella.profile' >> ~/.zshrc; fi) | |
INFO: execute[include cinderella environment into defaults for ~/.zshrc] ran successfully | |
INFO: Processing execute[setup cinderella profile sourcing in ~/.profile] action run (homebrew::default line 57) | |
INFO: execute[setup cinderella profile sourcing in ~/.profile] sh(echo 'source ~/.cinderella.profile' >> ~/.profile) | |
INFO: execute[setup cinderella profile sourcing in ~/.profile] ran successfully | |
INFO: Processing homebrew[git] action install (homebrew::default line 62) | |
INFO: homebrew[git] installed version 1.7.6 | |
INFO: Processing script[ensure the git remote is installed] action run (homebrew::default line 64) | |
INFO: script[ensure the git remote is installed] sh("bash" "/var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/chef-script20110721-14922-mcc5ys-0") | |
Initialized empty Git repository in /Users/jpadilla/Developer/.git/ | |
HEAD is now at 40b1a2a brew pull --install should build from source. | |
INFO: script[ensure the git remote is installed] ran successfully | |
INFO: Processing script[updating homebrew from github] action run (homebrew::default line 78) | |
INFO: script[updating homebrew from github] sh("bash" "/var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/chef-script20110721-14922-z3n0lt-0") | |
INFO: script[updating homebrew from github] ran successfully | |
INFO: Processing homebrew[nginx] action install (homebrew::default line 87) | |
INFO: homebrew[nginx] installed version 1.0.5 | |
INFO: Processing homebrew_db[redis] action install (homebrew::dbs line 11) | |
INFO: Configuring redis to automatically start on login | |
INFO: homebrew_db[redis] installed version 2.2.11 | |
INFO: Processing homebrew_db[mongodb] action install (homebrew::dbs line 12) | |
INFO: Configuring mongodb to automatically start on login | |
INFO: homebrew_db[mongodb] installed version 1.8.2-x86_64 | |
INFO: Processing homebrew_db[memcached] action install (homebrew::dbs line 13) | |
INFO: Configuring memcached to automatically start on login | |
INFO: homebrew_db[memcached] installed version 1.4.5 | |
INFO: Processing homebrew_db[postgresql] action install (homebrew::dbs line 14) | |
INFO: Configuring postgresql to automatically start on login | |
INFO: homebrew_db[postgresql] installed version 9.0.4 | |
INFO: Processing homebrew_db[mysql] action install (homebrew::dbs line 15) | |
INFO: Configuring mysql to automatically start on login | |
INFO: homebrew_db[mysql] installed version 5.5.14 | |
INFO: Processing homebrew[tig] action install (homebrew::misc line 12) | |
INFO: homebrew[tig] installed version 0.17 | |
INFO: Processing homebrew[ack] action install (homebrew::misc line 12) | |
INFO: homebrew[ack] installed version 1.94 | |
INFO: Processing homebrew[coreutils] action install (homebrew::misc line 12) | |
INFO: homebrew[coreutils] installed version 8.12 | |
INFO: Processing homebrew[imagemagick] action install (homebrew::misc line 12) | |
INFO: homebrew[imagemagick] installed version 6.6.9-4 | |
INFO: Processing homebrew[sqlite] action install (homebrew::misc line 12) | |
INFO: homebrew[sqlite] installed version 3.7.7 | |
INFO: Processing homebrew[wget] action install (homebrew::misc line 12) | |
INFO: homebrew[wget] installed version 1.12 | |
INFO: Processing homebrew[hub] action install (homebrew::misc line 12) | |
INFO: homebrew[hub] installed version 1.6.1 | |
INFO: Processing homebrew[fortune] action install (homebrew::misc line 12) | |
INFO: homebrew[fortune] installed version 9708 | |
INFO: Processing homebrew[proctools] action install (homebrew::misc line 12) | |
INFO: homebrew[proctools] installed version 0.4pre1 | |
INFO: Processing homebrew[markdown] action install (homebrew::misc line 12) | |
INFO: homebrew[markdown] installed version 1.0.1 | |
INFO: Processing homebrew[ctags-exuberant] action install (homebrew::misc line 12) | |
INFO: homebrew[ctags-exuberant] installed version 5.8 | |
INFO: Processing template[/Users/jpadilla/.gitconfig] action create (git::default line 10) | |
INFO: template[/Users/jpadilla/.gitconfig] mode changed to 700 | |
INFO: template[/Users/jpadilla/.gitconfig] updated content | |
INFO: Processing template[/Users/jpadilla/.rvmrc] action create (ruby::default line 9) | |
INFO: Processing script[installing rvm to ~/Developer] action run (ruby::default line 17) | |
INFO: script[installing rvm to ~/Developer] sh("bash" "/var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/chef-script20110721-14922-111k3t7-0") | |
INFO: script[installing rvm to ~/Developer] ran successfully | |
INFO: Processing script[updating rvm to the latest stable version] action run (ruby::default line 31) | |
INFO: script[updating rvm to the latest stable version] sh("bash" "/var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/chef-script20110721-14922-lc70re-0") | |
INFO: script[updating rvm to the latest stable version] ran successfully | |
INFO: Processing script[installing ruby] action run (ruby::default line 39) | |
INFO: script[installing ruby] sh("bash" "/var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/chef-script20110721-14922-14mncg4-0") | |
Installing Ruby from source to: /Users/jpadilla/Developer/.rvm/rubies/ruby-1.8.7-p248, this may take a while depending on your cpu(s)... | |
ruby-1.8.7-p248 - #fetching | |
ruby-1.8.7-p248 - #downloading ruby-1.8.7-p248, this may take a while depending on your connection... | |
ruby-1.8.7-p248 - #extracting ruby-1.8.7-p248 to /Users/jpadilla/Developer/.rvm/src/ruby-1.8.7-p248 | |
ruby-1.8.7-p248 - #extracted to /Users/jpadilla/Developer/.rvm/src/ruby-1.8.7-p248 | |
ruby-1.8.7-p248 - #configuring | |
ruby-1.8.7-p248 - #compiling | |
ruby-1.8.7-p248 - #installing | |
Retrieving rubygems-1.6.2 | |
Extracting rubygems-1.6.2 ... | |
Removing old Rubygems files... | |
Installing rubygems dedicated to ruby-1.8.7-p248... | |
Installing rubygems for /Users/jpadilla/Developer/.rvm/rubies/ruby-1.8.7-p248/bin/ruby | |
Installation of rubygems completed successfully. | |
ruby-1.8.7-p248 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
ruby-1.8.7-p248 - #importing default gemsets (/Users/jpadilla/Developer/.rvm/gemsets/) | |
Install of ruby-1.8.7-p248 - #complete | |
INFO: script[installing ruby] ran successfully | |
INFO: Processing script[ensuring a default ruby is set] action run (ruby::default line 50) | |
INFO: script[ensuring a default ruby is set] sh("bash" "/var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/chef-script20110721-14922-g1ytd9-0") | |
Using /Users/jpadilla/Developer/.rvm/gems/ruby-1.8.7-p248 | |
INFO: script[ensuring a default ruby is set] ran successfully | |
INFO: Processing directory[/Users/jpadilla/Developer/.rvm/gemsets] action create (ruby::default line 61) | |
INFO: Processing template[/Users/jpadilla/Developer/.rvm/gemsets/default.gems] action create (ruby::default line 65) | |
INFO: template[/Users/jpadilla/Developer/.rvm/gemsets/default.gems] backed up to /var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/smeagol/backup/Users/jpadilla/Developer/.rvm/gemsets/default.gems.chef-20110721105351 | |
INFO: template[/Users/jpadilla/Developer/.rvm/gemsets/default.gems] updated content | |
INFO: Processing script[ensuring default rubygems are installed] action run (ruby::default line 69) | |
INFO: script[ensuring default rubygems are installed] sh("bash" "/var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/chef-script20110721-14922-7eqdvn-0") | |
INFO: script[ensuring default rubygems are installed] ran successfully | |
INFO: Processing execute[cleanup rvm build artifacts] action run (ruby::default line 77) | |
INFO: execute[cleanup rvm build artifacts] sh(find ~/Developer/.rvm/src -depth 1 | grep -v src/rvm | xargs rm -rf ) | |
INFO: execute[cleanup rvm build artifacts] ran successfully | |
INFO: Processing template[/Users/jpadilla/.gemrc] action create (ruby::default line 81) | |
INFO: template[/Users/jpadilla/.gemrc] updated content | |
INFO: Processing template[/Users/jpadilla/.rdebugrc] action create (ruby::default line 85) | |
INFO: template[/Users/jpadilla/.rdebugrc] updated content | |
INFO: Processing homebrew[rpg] action install (ruby::default line 89) | |
INFO: homebrew[rpg] installed version 0.3.0 | |
INFO: Processing template[/Users/jpadilla/.irbrc] action create (ruby::irbrc line 6) | |
INFO: template[/Users/jpadilla/.irbrc] updated content | |
INFO: Processing homebrew[python] action install (python::default line 11) | |
ERROR: homebrew[python] (python::default line 11) has had an error | |
ERROR: Running exception handlers | |
ERROR: Exception handlers complete | |
FATAL: Stacktrace dumped to /var/folders/y6/m7v5xh9525j7k0hvt5bv5_s00000gn/T/smeagol/cookbooks/chef-stacktrace.out | |
FATAL: Chef::Exceptions::Exec: homebrew[python] (python::default line 11) had an error: /usr/bin/env HOMEBREW_TEMP=/Users/jpadilla/Developer/tmp /Users/jpadilla/Developer/bin/brew install python returned 1, expected 0 | |
hydra:smeagol jpadilla$ brew | |
-bash: brew: command not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment