Guest User

Untitled

a guest
Jul 11th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.41 KB | None | 0 0
  1. shurik@shurik-macbook:~/Projects/cw-on-steroids(master)$ rake --trace db:migrate
  2. (in /Users/shurik/Projects/cw-on-steroids)
  3. Warning: please use bin/rake to load merb-core-1.0.12 from ./gems
  4. Loading init file from /Users/shurik/Projects/cw-on-steroids/config/init.rb
  5. Loading /Users/shurik/Projects/cw-on-steroids/config/environments/development.rb
  6. ** Invoke db:migrate (first_time)
  7. ** Invoke db:migrate:up (first_time)
  8. ** Invoke db:migrate:load (first_time)
  9. ** Invoke merb_env (first_time)
  10. ** Execute merb_env
  11. HERE
  12. Loading /Users/shurik/Projects/cw-on-steroids/config/environments/rake.rb
  13. ~ Connecting to database...
  14. ~ Loaded slice 'MerbAuthSlicePassword' ...
  15. ~ Parent pid: 622
  16. rake aborted!
  17. stack level too deep
  18. /Users/shurik/Projects/cw-on-steroids/config/init.rb:56:in `library_default_options'
  19. /Users/shurik/Projects/cw-on-steroids/config/init.rb:56:in `default_options'
  20. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-sanitizer-0.1.1/lib/dm-sanitizer.rb:43:in `sanitize'
  21. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-sanitizer-0.1.1/lib/dm-sanitizer.rb:106:in `send'
  22. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-sanitizer-0.1.1/lib/dm-sanitizer.rb:106:in `included'
  23. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-core-0.9.11/lib/dm-core/resource.rb:41:in `include'
  24. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-core-0.9.11/lib/dm-core/resource.rb:41:in `send'
  25. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-core-0.9.11/lib/dm-core/resource.rb:41:in `old_included'
  26. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-core-0.9.11/lib/dm-core/resource.rb:41:in `each'
  27. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-core-0.9.11/lib/dm-core/resource.rb:41:in `old_included'
  28. /Users/shurik/Projects/cw-on-steroids/gems/gems/dm-tags-0.9.11/lib/dm-tags/dm_tags.rb:12:in `included'
  29. /Users/shurik/Projects/cw-on-steroids/app/models/_prefixed_mixins/authority/user_role.rb:2:in `include'
  30. /Users/shurik/Projects/cw-on-steroids/app/models/_prefixed_mixins/authority/user_role.rb:2
  31. /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  32. /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
  33. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:866:in `load_file'
  34. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:900:in `load_classes'
  35. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:898:in `each'
  36. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:898:in `load_classes'
  37. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:897:in `each'
  38. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:897:in `load_classes'
  39. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:644:in `run'
  40. /usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.12/lib/extlib/dictionary.rb:268:in `each'
  41. /usr/local/lib/ruby/gems/1.8/gems/extlib-0.9.12/lib/extlib/dictionary.rb:268:in `each'
  42. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:642:in `run'
  43. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:99:in `run'
  44. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/server.rb:172:in `bootup'
  45. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/server.rb:42:in `start'
  46. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core.rb:170:in `start'
  47. /usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core.rb:183:in `start_environment'
  48. /Users/shurik/Projects/cw-on-steroids/Rakefile:25
  49. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
  50. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
  51. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
  52. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
  53. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'
  54. /usr/local/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  55. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  56. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
  57. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
  58. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
  59. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
  60. /usr/local/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  61. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  62. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
  63. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
  64. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
  65. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
  66. /usr/local/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  67. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  68. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
  69. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
  70. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
  71. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
  72. /usr/local/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  73. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  74. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
  75. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
  76. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
  77. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
  78. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
  79. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  80. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
  81. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
  82. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  83. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
  84. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
  85. /usr/local/bin/rake:19:in `load'
  86. /usr/local/bin/rake:19
Add Comment
Please, Sign In to add comment