Guest User

Untitled

a guest
Jan 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. --(/Users/andrewroth/Development/ministry-tracker)-(c4c.prod)----------------------(andrewroth@Andrew-Roths-MacBook-Pro:s004)--
  2. --(16:11)-- $ rake hudson
  3. (in /Users/andrewroth/Development/ministry-tracker)
  4. DEPRECATION WARNING: Rake tasks in vendor/plugins/database_git_proxy/tasks, vendor/plugins/delayed_job/tasks, vendor/plugins/ext_scaffold/tasks, vendor/plugins/helper_me_test/tasks, vendor/plugins/i18n_label/tasks, vendor/plugins/jrails_in_place_editing/tasks, vendor/plugins/localized_dates/tasks, vendor/plugins/mimetype_fu/tasks, vendor/plugins/rails-widgets-jquery/tasks, vendor/plugins/rcov_plugin/tasks, vendor/plugins/restful-authentication/tasks, vendor/plugins/seed-fu/tasks, and vendor/plugins/validates_no_association_data/tasks are deprecated. Use lib/tasks instead. (called from /Library/Ruby/Gems/1.8/gems/rails-2.3.10/lib/tasks/rails.rb:10)
  5.  
  6. Warning: no config/database_root.yml found. Using a default file with root
  7. using no password on a localhost mysql install.
  8.  
  9. If this doesn't work, you will need to make your own config/database_root.yml
  10. file with contents as arguments for ActiveRecord::Base.establish_connection.
  11.  
  12. ---
  13. :host: localhost
  14. :adapter: mysql
  15. :username: username
  16. :password: password
  17.  
  18. The user given must have access to create and destroy databases.
  19. Git Branch Config: c4c.prod -> /Users/andrewroth/Development/ministry-tracker/config/branch_configs/common_c4c_prod.rb
  20. newrelic: false
  21. New Relic Agent not running.
  22. rake aborted!
  23. cannot remove Object::ClassMethods
  24.  
  25. (See full trace by running task with --trace)
  26. --(/Users/andrewroth/Development/ministry-tracker)-(c4c.prod)----------------------(andrewroth@Andrew-Roths-MacBook-Pro:s004)--
  27. --(16:11)-- $ rake hudson --trace
  28. (in /Users/andrewroth/Development/ministry-tracker)
  29. DEPRECATION WARNING: Rake tasks in vendor/plugins/database_git_proxy/tasks, vendor/plugins/delayed_job/tasks, vendor/plugins/ext_scaffold/tasks, vendor/plugins/helper_me_test/tasks, vendor/plugins/i18n_label/tasks, vendor/plugins/jrails_in_place_editing/tasks, vendor/plugins/localized_dates/tasks, vendor/plugins/mimetype_fu/tasks, vendor/plugins/rails-widgets-jquery/tasks, vendor/plugins/rcov_plugin/tasks, vendor/plugins/restful-authentication/tasks, vendor/plugins/seed-fu/tasks, and vendor/plugins/validates_no_association_data/tasks are deprecated. Use lib/tasks instead. (called from /Library/Ruby/Gems/1.8/gems/rails-2.3.10/lib/tasks/rails.rb:10)
  30.  
  31. Warning: no config/database_root.yml found. Using a default file with root
  32. using no password on a localhost mysql install.
  33.  
  34. If this doesn't work, you will need to make your own config/database_root.yml
  35. file with contents as arguments for ActiveRecord::Base.establish_connection.
  36.  
  37. ---
  38. :host: localhost
  39. :adapter: mysql
  40. :username: username
  41. :password: password
  42.  
  43. The user given must have access to create and destroy databases.
  44. ** Invoke hudson (first_time)
  45. ** Invoke test:mh_common:lock (first_time)
  46. ** Execute test:mh_common:lock
  47. ** Execute hudson
  48. ** Execute db:test:prepare:all
  49. ** Invoke environment (first_time)
  50. ** Execute environment
  51. Git Branch Config: c4c.prod -> /Users/andrewroth/Development/ministry-tracker/config/branch_configs/common_c4c_prod.rb
  52. newrelic: false
  53. New Relic Agent not running.
  54. ** Execute test:mh_common:lock:release
  55. rake aborted!
  56. cannot remove Object::ClassMethods
  57. /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:629:in `remove_const'
  58. /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:629:in `remove_constant'
  59. /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:629:in `instance_eval'
  60. /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:629:in `remove_constant'
  61. /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:575:in `new_constants_in'
  62. /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:575:in `each'
  63. /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:575:in `new_constants_in'
  64. /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:182:in `require'
  65. /Library/Ruby/Gems/1.8/gems/rails-2.3.10/lib/tasks/misc.rake:4
  66. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
  67. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
  68. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
  69. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
  70. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'
  71. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  72. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  73. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
  74. /Users/andrewroth/Development/ministry-tracker/vendor/plugins/moonshine_multisite/lib/tasks/prepare.rake:6
  75. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
  76. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
  77. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
  78. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
  79. /Users/andrewroth/Development/ministry-tracker/vendor/plugins/moonshine_multisite/lib/tasks/../../../../../lib/tasks/hudson.rake:10
  80. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
  81. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
  82. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
  83. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
  84. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'
  85. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  86. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  87. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
  88. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
  89. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
  90. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
  91. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
  92. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  93. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
  94. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
  95. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  96. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
  97. /Library/Ruby/Gems/1.8/gems/rake-0.8.7/bin/rake:31
  98. /usr/bin/rake:19:in `load'
  99. /usr/bin/rake:19
Add Comment
Please, Sign In to add comment