Skip to content

Instantly share code, notes, and snippets.

@sirmxanot
Created April 26, 2012 17:55
Show Gist options
  • Save sirmxanot/2501434 to your computer and use it in GitHub Desktop.
Save sirmxanot/2501434 to your computer and use it in GitHub Desktop.
Andrews-MacBook-Pro:~ andrewpaulfrank$
Last login: Thu Apr 26 15:07:41 on console
Andrews-MacBook-Pro:~ andrewpaulfrank$ sudo /usr/bin/gem install cinderella --no-rdoc --no-ri
Password:
Building native extensions. This could take a while...
[Version 0.7.8] test suite cleanup (eliminated some race conditions related to queue.message_count)
Building native extensions. This could take a while...
Successfully installed yajl-ruby-1.1.0
Successfully installed ipaddress-0.8.0
Successfully installed ohai-0.6.12
Successfully installed mime-types-1.18
Successfully installed rest-client-1.6.7
Successfully installed bunny-0.7.9
Successfully installed json-1.5.2
Successfully installed polyglot-0.3.3
Successfully installed treetop-1.4.10
Successfully installed net-ssh-2.1.4
Successfully installed net-ssh-gateway-1.1.0
Successfully installed net-ssh-multi-1.1
Successfully installed erubis-2.7.0
Successfully installed moneta-0.6.0
Successfully installed highline-1.6.11
Successfully installed uuidtools-2.1.2
Successfully installed chef-0.10.4
Successfully installed cinderella-0.3.5
18 gems installed
Andrews-MacBook-Pro:~ andrewpaulfrank$ /usr/bin/cinderella[Thu, 26 Apr 2012 15:18:01 -0400] INFO: *** Chef 0.10.4 ***
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Setting the run_list to ["homebrew", "homebrew::misc", "mvim::cli", "ruby", "ruby::rbenv", "homebrew::dbs", "node", "python", "erlang"] from JSON
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Run List is [recipe[homebrew], recipe[homebrew::misc], recipe[mvim::cli], recipe[ruby], recipe[ruby::rbenv], recipe[homebrew::dbs], recipe[node], recipe[python], recipe[erlang]]
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Run List expands to [homebrew, homebrew::misc, mvim::cli, ruby, ruby::rbenv, homebrew::dbs, node, python, erlang]
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Starting Chef Run for Andrews-MacBook-Pro.local
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Processing directory[/Users/andrewpaulfrank/Developer] action create (homebrew::default line 16)
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: directory[/Users/andrewpaulfrank/Developer] created directory /Users/andrewpaulfrank/Developer
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Processing directory[/Users/andrewpaulfrank/Developer/tmp] action create (homebrew::default line 20)
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: directory[/Users/andrewpaulfrank/Developer/tmp] created directory /Users/andrewpaulfrank/Developer/tmp
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Processing directory[/Users/andrewpaulfrank/.cinderella] action create (homebrew::default line 24)
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Processing directory[/Users/andrewpaulfrank/Library/Caches/Homebrew] action create (homebrew::default line 28)
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: directory[/Users/andrewpaulfrank/Library/Caches/Homebrew] created directory /Users/andrewpaulfrank/Library/Caches/Homebrew
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: Processing execute[download homebrew installer] action run (homebrew::default line 32)
[Thu, 26 Apr 2012 15:18:05 -0400] INFO: execute[download homebrew installer] sh(/usr/bin/curl -sfL http://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1)
[Thu, 26 Apr 2012 15:18:08 -0400] INFO: execute[download homebrew installer] ran successfully
[Thu, 26 Apr 2012 15:18:08 -0400] INFO: Processing script[cleaning legacy artifacts] action run (homebrew::default line 38)
[Thu, 26 Apr 2012 15:18:08 -0400] INFO: script[cleaning legacy artifacts] sh("bash" "/var/folders/b6/5_3r59_n59x0wmcr10x5mpsh0000gn/T/chef-script20120426-441-15dz1zw-0")
[Thu, 26 Apr 2012 15:18:08 -0400] INFO: script[cleaning legacy artifacts] ran successfully
[Thu, 26 Apr 2012 15:18:08 -0400] INFO: Processing template[/Users/andrewpaulfrank/Developer/cinderella.profile] action create (homebrew::default line 50)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: template[/Users/andrewpaulfrank/Developer/cinderella.profile] mode changed to 700
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: template[/Users/andrewpaulfrank/Developer/cinderella.profile] updated content
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.bash_profile] action run (homebrew::default line 59)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: execute[include cinderella environment into defaults for ~/.bash_profile] sh(if [ -f ~/.bash_profile ]; then echo 'source /Users/andrewpaulfrank/Developer/cinderella.profile' >> ~/.bash_profile; fi)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: execute[include cinderella environment into defaults for ~/.bash_profile] ran successfully
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.bashrc] action run (homebrew::default line 59)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: execute[include cinderella environment into defaults for ~/.bashrc] sh(if [ -f ~/.bashrc ]; then echo 'source /Users/andrewpaulfrank/Developer/cinderella.profile' >> ~/.bashrc; fi)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: execute[include cinderella environment into defaults for ~/.bashrc] ran successfully
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.zshrc] action run (homebrew::default line 59)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: execute[include cinderella environment into defaults for ~/.zshrc] sh(if [ -f ~/.zshrc ]; then echo 'source /Users/andrewpaulfrank/Developer/cinderella.profile' >> ~/.zshrc; fi)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: execute[include cinderella environment into defaults for ~/.zshrc] ran successfully
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: Processing execute[setup cinderella profile sourcing in ~/.profile] action run (homebrew::default line 65)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: execute[setup cinderella profile sourcing in ~/.profile] sh(echo 'source /Users/andrewpaulfrank/Developer/cinderella.profile' >> ~/.profile)
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: execute[setup cinderella profile sourcing in ~/.profile] ran successfully
[Thu, 26 Apr 2012 15:18:09 -0400] INFO: Processing homebrew[git] action install (homebrew::default line 70)
fatal: Not a git repository (or any of the parent directories): .git
^C[Thu, 26 Apr 2012 15:20:17 -0400] FATAL: SIGINT received, stopping
[Thu, 26 Apr 2012 15:20:17 -0400] ERROR: Running exception handlers
[Thu, 26 Apr 2012 15:20:17 -0400] ERROR: Exception handlers complete
Andrews-MacBook-Pro:~ andrewpaulfrank$ git init
Initialized empty Git repository in /Users/andrewpaulfrank/.git/
Andrews-MacBook-Pro:~ andrewpaulfrank$ /usr/bin/cinderella
[Thu, 26 Apr 2012 15:20:34 -0400] INFO: *** Chef 0.10.4 ***
[Thu, 26 Apr 2012 15:20:36 -0400] INFO: Setting the run_list to ["homebrew", "homebrew::misc", "mvim::cli", "ruby", "ruby::rbenv", "homebrew::dbs", "node", "python", "erlang"] from JSON
[Thu, 26 Apr 2012 15:20:36 -0400] INFO: Run List is [recipe[homebrew], recipe[homebrew::misc], recipe[mvim::cli], recipe[ruby], recipe[ruby::rbenv], recipe[homebrew::dbs], recipe[node], recipe[python], recipe[erlang]]
[Thu, 26 Apr 2012 15:20:36 -0400] INFO: Run List expands to [homebrew, homebrew::misc, mvim::cli, ruby, ruby::rbenv, homebrew::dbs, node, python, erlang]
[Thu, 26 Apr 2012 15:20:36 -0400] INFO: Starting Chef Run for Andrews-MacBook-Pro.local
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing directory[/Users/andrewpaulfrank/Developer] action create (homebrew::default line 16)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing directory[/Users/andrewpaulfrank/Developer/tmp] action create (homebrew::default line 20)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing directory[/Users/andrewpaulfrank/.cinderella] action create (homebrew::default line 24)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing directory[/Users/andrewpaulfrank/Library/Caches/Homebrew] action create (homebrew::default line 28)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing execute[download homebrew installer] action run (homebrew::default line 32)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing script[cleaning legacy artifacts] action run (homebrew::default line 38)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: script[cleaning legacy artifacts] sh("bash" "/var/folders/b6/5_3r59_n59x0wmcr10x5mpsh0000gn/T/chef-script20120426-2798-btd53j-0")
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: script[cleaning legacy artifacts] ran successfully
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing template[/Users/andrewpaulfrank/Developer/cinderella.profile] action create (homebrew::default line 50)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.bash_profile] action run (homebrew::default line 59)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: execute[include cinderella environment into defaults for ~/.bash_profile] sh(if [ -f ~/.bash_profile ]; then echo 'source /Users/andrewpaulfrank/Developer/cinderella.profile' >> ~/.bash_profile; fi)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: execute[include cinderella environment into defaults for ~/.bash_profile] ran successfully
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.bashrc] action run (homebrew::default line 59)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: execute[include cinderella environment into defaults for ~/.bashrc] sh(if [ -f ~/.bashrc ]; then echo 'source /Users/andrewpaulfrank/Developer/cinderella.profile' >> ~/.bashrc; fi)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: execute[include cinderella environment into defaults for ~/.bashrc] ran successfully
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing execute[include cinderella environment into defaults for ~/.zshrc] action run (homebrew::default line 59)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: execute[include cinderella environment into defaults for ~/.zshrc] sh(if [ -f ~/.zshrc ]; then echo 'source /Users/andrewpaulfrank/Developer/cinderella.profile' >> ~/.zshrc; fi)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: execute[include cinderella environment into defaults for ~/.zshrc] ran successfully
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing execute[setup cinderella profile sourcing in ~/.profile] action run (homebrew::default line 65)
[Thu, 26 Apr 2012 15:20:37 -0400] INFO: Processing homebrew[git] action install (homebrew::default line 70)
[Thu, 26 Apr 2012 15:23:17 -0400] INFO: homebrew[git] installed version 1.7.10
[Thu, 26 Apr 2012 15:23:17 -0400] INFO: Processing script[ensure the git remote is installed] action run (homebrew::default line 72)
[Thu, 26 Apr 2012 15:23:17 -0400] INFO: script[ensure the git remote is installed] sh("bash" "/var/folders/b6/5_3r59_n59x0wmcr10x5mpsh0000gn/T/chef-script20120426-2798-1fkxkni-0")
Initialized empty Git repository in /Users/andrewpaulfrank/Developer/.git/
HEAD is now at 6865d16 ABySS 1.3.3
[Thu, 26 Apr 2012 15:23:45 -0400] INFO: script[ensure the git remote is installed] ran successfully
[Thu, 26 Apr 2012 15:23:45 -0400] INFO: Processing script[updating homebrew from github] action run (homebrew::default line 86)
[Thu, 26 Apr 2012 15:23:45 -0400] INFO: script[updating homebrew from github] sh("bash" "/var/folders/b6/5_3r59_n59x0wmcr10x5mpsh0000gn/T/chef-script20120426-2798-awt5r2-0")
[Thu, 26 Apr 2012 15:23:46 -0400] INFO: script[updating homebrew from github] ran successfully
[Thu, 26 Apr 2012 15:23:46 -0400] INFO: Processing homebrew[nginx] action install (homebrew::default line 94)
[Thu, 26 Apr 2012 15:26:38 -0400] INFO: homebrew[nginx] installed version 1.0.14
[Thu, 26 Apr 2012 15:26:38 -0400] INFO: Processing homebrew[bash-completion] action install (homebrew::default line 95)
[Thu, 26 Apr 2012 15:26:47 -0400] INFO: homebrew[bash-completion] installed version 1.3
[Thu, 26 Apr 2012 15:26:47 -0400] INFO: Processing script[installing a non-busted versino of gcc, fuck everything about this] action run (homebrew::default line 97)
[Thu, 26 Apr 2012 15:26:47 -0400] INFO: script[installing a non-busted versino of gcc, fuck everything about this] sh("bash" "/var/folders/b6/5_3r59_n59x0wmcr10x5mpsh0000gn/T/chef-script20120426-2798-qtb1th-0")
==> Downloading http://r.research.att.com/tools/gcc-42-5666.3-darwin11.pkg
==> Caveats
NOTE:
This formula provides components that were removed from XCode in the 4.2
release. There is no reason to install this formula if you are using a
version of XCode prior to 4.2.
This formula contains compilers built from Apple's GCC sources, build
5666.3, available from:
http://opensource.apple.com/tarballs/gcc
All compilers have a `-4.2` suffix. A GFortran compiler is also included
and is the exact same version as the compiler provided by the `gfortran`
formula in the main repository.
==> Summary
/Users/andrewpaulfrank/Developer/Cellar/apple-gcc42/4.2.1-5666.3: 106 files, 75M, built in 22 seconds
[Thu, 26 Apr 2012 15:27:12 -0400] INFO: script[installing a non-busted versino of gcc, fuck everything about this] ran successfully
[Thu, 26 Apr 2012 15:27:12 -0400] INFO: Processing homebrew[ack] action install (homebrew::misc line 12)
[Thu, 26 Apr 2012 15:27:15 -0400] INFO: homebrew[ack] installed version 1.96
[Thu, 26 Apr 2012 15:27:15 -0400] INFO: Processing homebrew[xz] action install (homebrew::misc line 12)
[Thu, 26 Apr 2012 15:28:20 -0400] INFO: homebrew[xz] installed version 5.0.3
[Thu, 26 Apr 2012 15:28:20 -0400] INFO: Processing homebrew[coreutils] action install (homebrew::misc line 12)
[Thu, 26 Apr 2012 15:33:03 -0400] INFO: homebrew[coreutils] installed version 8.15
[Thu, 26 Apr 2012 15:33:03 -0400] INFO: Processing homebrew[imagemagick] action install (homebrew::misc line 12)
[Thu, 26 Apr 2012 15:44:22 -0400] INFO: homebrew[imagemagick] installed version 6.7.5-7
[Thu, 26 Apr 2012 15:44:22 -0400] INFO: Processing homebrew[sqlite] action install (homebrew::misc line 12)
[Thu, 26 Apr 2012 15:44:29 -0400] ERROR: homebrew[sqlite] (homebrew::misc line 12) has had an error
[Thu, 26 Apr 2012 15:44:29 -0400] ERROR: homebrew[sqlite] (/Users/andrewpaulfrank/.cinderella/cookbooks/homebrew/recipes/misc.rb:12:in `from_file') had an error:
homebrew[sqlite] (homebrew::misc line 12) had an error: /Users/andrewpaulfrank/Developer/bin/brew info sqlite | grep -q "Not installed"; if [ $? -eq 0 ]; then /usr/bin/env HOMEBREW_TEMP=/Users/andrewpaulfrank/Developer/tmp /Users/andrewpaulfrank/Developer/bin/brew install sqlite; fi 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/andrewpaulfrank/.cinderella/cookbooks/homebrew/providers/homebrew.rb:33:in `run_brew_command'
/Users/andrewpaulfrank/.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
[Thu, 26 Apr 2012 15:44:29 -0400] ERROR: Running exception handlers
[Thu, 26 Apr 2012 15:44:29 -0400] ERROR: Exception handlers complete
[Thu, 26 Apr 2012 15:44:29 -0400] FATAL: Stacktrace dumped to /Users/andrewpaulfrank/.cinderella/chef-stacktrace.out
[Thu, 26 Apr 2012 15:44:29 -0400] FATAL: Chef::Exceptions::Exec: homebrew[sqlite] (homebrew::misc line 12) had an error: /Users/andrewpaulfrank/Developer/bin/brew info sqlite | grep -q "Not installed"; if [ $? -eq 0 ]; then /usr/bin/env HOMEBREW_TEMP=/Users/andrewpaulfrank/Developer/tmp /Users/andrewpaulfrank/Developer/bin/brew install sqlite; fi returned 1, expected 0
Andrews-MacBook-Pro:~ andrewpaulfrank$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment