Guest User

Untitled

a guest
Aug 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.15 KB | None | 0 0
  1. rvm 1.8.7 exec bash -c "BUNDLE_PATH='/Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7' BUNDLE_GEMFILE='Gemfile.1.8.7.local' ADAPTER=postgres TZ=utc bundle exec rake spec "
  2. (in /Users/snusnu/projects/github/shared/datamapper/dm-constraints)
  3. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/gems/jeweler-1.4.0/lib/jeweler/commands/check_dependencies.rb:13:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
  4. All dependencies seem to be installed.
  5. You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install
  6. Profiling enabled.
  7. ...............................................FFFF
  8.  
  9.  
  10. Top 10 slowest examples:
  11. 2.5483320 DataMapper::Constraints (with postgres) with default adapter create related objects should be able to create related objects with a foreign key constraint
  12. 0.2857030 DataMapper::Constraints (with postgres) with default adapter constraint options when :constraint => :destroy is given one-to-many associations should let the parent to be destroyed
  13. 0.2827020 DataMapper::Constraints (with postgres) with default adapter constraint options when :constraint => :set_nil is given one-to-many associations the children should be destroyable
  14. 0.2767870 DataMapper::Constraints (with postgres) with default adapter constraint options when :constraint => :protect is given many-to-many associations should destroy the parent if there are no children in the association
  15. 0.2734770 DataMapper::Constraints (with postgres) with default adapter constraint options when :constraint => :set_nil is given one-to-one associations should let the parent to be destroyed
  16. 0.2642380 DataMapper::Constraints (with postgres) with default adapter constraint options when :constraint => :protect is given one-to-many associations should destroy the parent if there are no children in the association
  17. 0.2569470 DataMapper::Constraints (with postgres) with default adapter belongs_to without matching has association should destroy the parent if there are no children in the association
  18. 0.2518020 DataMapper::Constraints (with postgres) with default adapter constraint options when :constraint => :protect is given many-to-many associations should not destroy the parent if there are children in the association
  19. 0.2468320 DataMapper::Constraints (with postgres) with default adapter constraint options when :constraint => :destroy! is given many-to-many associations the child should be destroyable
  20. 0.2447580 DataMapper::Constraints (with postgres) with default adapter constraint options when :constraint => :destroy! is given one-to-one associations should let the parent to be destroyed
  21.  
  22. 1)
  23. DataObjects::SyntaxError in 'require 'dm-constraints' after calling DataMapper.setup should include the constraint api in the DataMapper namespace'
  24. ERROR: must be owner of relation people
  25.  
  26. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:63:in `execute_non_query'
  27. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:63:in `execute'
  28. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:268:in `with_connection'
  29. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:61:in `execute'
  30. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-do-adapter.rb:102:in `destroy_model_storage'
  31. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:29:in `destroy_model_storage'
  32. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:58:in `without_notices'
  33. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:29:in `destroy_model_storage'
  34. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:87:in `destroy_model_storage'
  35. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:160:in `auto_migrate_down!'
  36. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:129:in `auto_migrate!'
  37. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:45:in `send'
  38. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:45:in `repository_execute'
  39. /Users/snusnu/projects/github/shared/datamapper/dm-core/lib/dm-core/support/descendant_set.rb:68:in `each'
  40. /Users/snusnu/projects/github/shared/datamapper/dm-core/lib/dm-core/support/descendant_set.rb:67:in `each'
  41. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:44:in `repository_execute'
  42. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:22:in `auto_migrate!'
  43. /Users/snusnu/projects/github/shared/datamapper/dm-constraints/lib/dm-constraints/migrations.rb:11:in `auto_migrate!'
  44. /Users/snusnu/projects/github/shared/datamapper/dm-constraints/spec/spec_helper.rb:18:
  45. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `instance_eval'
  46. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `eval_each_fail_fast'
  47. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `each'
  48. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `eval_each_fail_fast'
  49. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each'
  50. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:107:in `run_before_each'
  51. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:128:in `before_each_example'
  52. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:39:in `execute'
  53. /Users/snusnu/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/timeout.rb:53:in `timeout'
  54. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:37:in `execute'
  55. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:214:in `run_examples'
  56. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:212:in `each'
  57. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:212:in `run_examples'
  58. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:103:in `run'
  59. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:23:in `run'
  60. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:22:in `each'
  61. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:22:in `run'
  62. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/options.rb:153:in `run_examples'
  63. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/command_line.rb:9:in `run'
  64. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/bin/spec:5:
  65.  
  66. 2)
  67. DataObjects::SyntaxError in 'require 'dm-constraints' after calling DataMapper.setup should include the constraint api into the adapter'
  68. ERROR: must be owner of relation people
  69.  
  70. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:63:in `execute_non_query'
  71. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:63:in `execute'
  72. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:268:in `with_connection'
  73. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:61:in `execute'
  74. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-do-adapter.rb:102:in `destroy_model_storage'
  75. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:29:in `destroy_model_storage'
  76. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:58:in `without_notices'
  77. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:29:in `destroy_model_storage'
  78. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:87:in `destroy_model_storage'
  79. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:160:in `auto_migrate_down!'
  80. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:129:in `auto_migrate!'
  81. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:45:in `send'
  82. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:45:in `repository_execute'
  83. /Users/snusnu/projects/github/shared/datamapper/dm-core/lib/dm-core/support/descendant_set.rb:68:in `each'
  84. /Users/snusnu/projects/github/shared/datamapper/dm-core/lib/dm-core/support/descendant_set.rb:67:in `each'
  85. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:44:in `repository_execute'
  86. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:22:in `auto_migrate!'
  87. /Users/snusnu/projects/github/shared/datamapper/dm-constraints/lib/dm-constraints/migrations.rb:11:in `auto_migrate!'
  88. /Users/snusnu/projects/github/shared/datamapper/dm-constraints/spec/spec_helper.rb:18:
  89. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `instance_eval'
  90. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `eval_each_fail_fast'
  91. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `each'
  92. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `eval_each_fail_fast'
  93. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each'
  94. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:107:in `run_before_each'
  95. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:128:in `before_each_example'
  96. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:39:in `execute'
  97. /Users/snusnu/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/timeout.rb:53:in `timeout'
  98. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:37:in `execute'
  99. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:214:in `run_examples'
  100. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:212:in `each'
  101. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:212:in `run_examples'
  102. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:103:in `run'
  103. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:23:in `run'
  104. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:22:in `each'
  105. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:22:in `run'
  106. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/options.rb:153:in `run_examples'
  107. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/command_line.rb:9:in `run'
  108. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/bin/spec:5:
  109.  
  110. 3)
  111. DataObjects::SyntaxError in 'require 'dm-constraints' before calling DataMapper.setup should include the constraint api in the DataMapper namespace'
  112. ERROR: must be owner of relation people
  113.  
  114. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:63:in `execute_non_query'
  115. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:63:in `execute'
  116. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:268:in `with_connection'
  117. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:61:in `execute'
  118. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-do-adapter.rb:102:in `destroy_model_storage'
  119. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:29:in `destroy_model_storage'
  120. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:58:in `without_notices'
  121. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:29:in `destroy_model_storage'
  122. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:87:in `destroy_model_storage'
  123. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:160:in `auto_migrate_down!'
  124. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:129:in `auto_migrate!'
  125. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:45:in `send'
  126. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:45:in `repository_execute'
  127. /Users/snusnu/projects/github/shared/datamapper/dm-core/lib/dm-core/support/descendant_set.rb:68:in `each'
  128. /Users/snusnu/projects/github/shared/datamapper/dm-core/lib/dm-core/support/descendant_set.rb:67:in `each'
  129. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:44:in `repository_execute'
  130. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:22:in `auto_migrate!'
  131. /Users/snusnu/projects/github/shared/datamapper/dm-constraints/lib/dm-constraints/migrations.rb:11:in `auto_migrate!'
  132. /Users/snusnu/projects/github/shared/datamapper/dm-constraints/spec/spec_helper.rb:18:
  133. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `instance_eval'
  134. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `eval_each_fail_fast'
  135. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `each'
  136. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `eval_each_fail_fast'
  137. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each'
  138. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:107:in `run_before_each'
  139. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:128:in `before_each_example'
  140. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:39:in `execute'
  141. /Users/snusnu/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/timeout.rb:53:in `timeout'
  142. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:37:in `execute'
  143. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:214:in `run_examples'
  144. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:212:in `each'
  145. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:212:in `run_examples'
  146. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:103:in `run'
  147. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:23:in `run'
  148. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:22:in `each'
  149. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:22:in `run'
  150. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/options.rb:153:in `run_examples'
  151. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/command_line.rb:9:in `run'
  152. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/bin/spec:5:
  153.  
  154. 4)
  155. DataObjects::SyntaxError in 'require 'dm-constraints' before calling DataMapper.setup should include the constraint api into the adapter'
  156. ERROR: must be owner of relation people
  157.  
  158. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:63:in `execute_non_query'
  159. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:63:in `execute'
  160. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:268:in `with_connection'
  161. /Users/snusnu/projects/github/shared/datamapper/dm-do-adapter/lib/dm-do-adapter/adapter.rb:61:in `execute'
  162. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-do-adapter.rb:102:in `destroy_model_storage'
  163. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:29:in `destroy_model_storage'
  164. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:58:in `without_notices'
  165. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/adapters/dm-postgres-adapter.rb:29:in `destroy_model_storage'
  166. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:87:in `destroy_model_storage'
  167. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:160:in `auto_migrate_down!'
  168. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:129:in `auto_migrate!'
  169. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:45:in `send'
  170. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:45:in `repository_execute'
  171. /Users/snusnu/projects/github/shared/datamapper/dm-core/lib/dm-core/support/descendant_set.rb:68:in `each'
  172. /Users/snusnu/projects/github/shared/datamapper/dm-core/lib/dm-core/support/descendant_set.rb:67:in `each'
  173. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:44:in `repository_execute'
  174. /Users/snusnu/projects/github/shared/datamapper/dm-migrations/lib/dm-migrations/auto_migration.rb:22:in `auto_migrate!'
  175. /Users/snusnu/projects/github/shared/datamapper/dm-constraints/lib/dm-constraints/migrations.rb:11:in `auto_migrate!'
  176. /Users/snusnu/projects/github/shared/datamapper/dm-constraints/spec/spec_helper.rb:18:
  177. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `instance_eval'
  178. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `eval_each_fail_fast'
  179. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `each'
  180. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:74:in `eval_each_fail_fast'
  181. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each'
  182. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:107:in `run_before_each'
  183. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:128:in `before_each_example'
  184. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:39:in `execute'
  185. /Users/snusnu/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/timeout.rb:53:in `timeout'
  186. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_methods.rb:37:in `execute'
  187. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:214:in `run_examples'
  188. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:212:in `each'
  189. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:212:in `run_examples'
  190. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/example/example_group_methods.rb:103:in `run'
  191. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:23:in `run'
  192. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:22:in `each'
  193. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/example_group_runner.rb:22:in `run'
  194. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/options.rb:153:in `run_examples'
  195. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/lib/spec/runner/command_line.rb:9:in `run'
  196. /Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/bin/spec:5:
  197.  
  198. Finished in 12.759315 seconds
  199.  
  200. 51 examples, 4 failures
  201. rake aborted!
  202. Command /Users/snusnu/.rvm/rubies/ruby-1.8.7-p302/bin/ruby -I"lib:lib:spec" "/Users/snusnu/projects/github/shared/datamapper/DM_DEV_BUNDLE_ROOT/1.8.7/bundler/gems/rspec-daa261ae5798/bin/spec" "spec/integration/constraints_spec.rb" "spec/isolated/require_after_setup_spec.rb" "spec/isolated/require_before_setup_spec.rb" "spec/isolated/require_spec.rb" --options spec/spec.opts failed
  203.  
  204. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment