Guest User

Untitled

a guest
May 26th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1. [ thumper: corengine ] % rake spec --trace
  2. (in /home/dml/corengine)
  3. ** Invoke spec (first_time)
  4. ** Invoke db:test:prepare (first_time)
  5. ** Invoke db:abort_if_pending_migrations (first_time)
  6. ** Invoke environment (first_time)
  7. ** Execute environment
  8. ** Execute db:abort_if_pending_migrations
  9. ** Execute db:test:prepare
  10. ** Invoke db:test:load (first_time)
  11. ** Invoke db:test:purge (first_time)
  12. ** Invoke environment
  13. ** Execute db:test:purge
  14. ** Execute db:test:load
  15. ** Invoke db:schema:load (first_time)
  16. ** Invoke environment
  17. ** Execute db:schema:load
  18. NOTICE: CREATE TABLE will create implicit sequence "audits_id_seq" for serial column "audits.id"
  19. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "audits_pkey" for table "audits"
  20. NOTICE: CREATE TABLE will create implicit sequence "core_companies_id_seq" for serial column "core_companies.id"
  21. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_companies_pkey" for table "core_companies"
  22. NOTICE: CREATE TABLE will create implicit sequence "core_contact_addresses_id_seq" for serial column "core_contact_addresses.id"
  23. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_contact_addresses_pkey" for table "core_contact_addresses"
  24. NOTICE: CREATE TABLE will create implicit sequence "core_contact_countries_id_seq" for serial column "core_contact_countries.id"
  25. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_contact_countries_pkey" for table "core_contact_countries"
  26. NOTICE: CREATE TABLE will create implicit sequence "core_contact_states_id_seq" for serial column "core_contact_states.id"
  27. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_contact_states_pkey" for table "core_contact_states"
  28. NOTICE: CREATE TABLE will create implicit sequence "core_realms_id_seq" for serial column "core_realms.id"
  29. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_realms_pkey" for table "core_realms"
  30. NOTICE: CREATE TABLE will create implicit sequence "core_role_templates_id_seq" for serial column "core_role_templates.id"
  31. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_role_templates_pkey" for table "core_role_templates"
  32. NOTICE: CREATE TABLE will create implicit sequence "core_roles_id_seq" for serial column "core_roles.id"
  33. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_roles_pkey" for table "core_roles"
  34. NOTICE: CREATE TABLE will create implicit sequence "core_sites_id_seq" for serial column "core_sites.id"
  35. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_sites_pkey" for table "core_sites"
  36. NOTICE: CREATE TABLE will create implicit sequence "core_users_id_seq" for serial column "core_users.id"
  37. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "core_users_pkey" for table "core_users"
  38. NOTICE: CREATE TABLE will create implicit sequence "sessions_id_seq" for serial column "sessions.id"
  39. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "sessions_pkey" for table "sessions"
  40. NOTICE: CREATE TABLE will create implicit sequence "versions_id_seq" for serial column "versions.id"
  41. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "versions_pkey" for table "versions"
  42. ** Execute spec
  43. ./spec/models/core/user/../../../spec_helper.rb:105: warning: already initialized constant VALID_ATTRS
  44. Profiling enabled.
  45. *rake aborted!
  46. Command /usr/bin/ruby1.8 -I"/usr/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib" "/usr/lib/ruby/gems/1.8/gems/rspec-1.1.11/bin/spec" "spec/models/core/role_spec.rb" "spec/models/core/user/external_spec.rb" "spec/models/core/user/base_spec.rb" "spec/models/core/site/external_spec.rb" "spec/models/core/site/base_spec.rb" "spec/models/core/site/internal_spec.rb" "spec/models/core/role_template_spec.rb" "spec/models/core/realm_spec.rb" "spec/models/core/company/external_spec.rb" "spec/models/core/company/base_spec.rb" "spec/models/core/company/internal_spec.rb" --options "/home/dml/corengine/spec/spec.opts" failed
  47. /usr/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/rake/spectask.rb:177:in `define'
  48. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1090:in `verbose'
  49. /usr/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/rake/spectask.rb:153:in `define'
  50. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call'
  51. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute'
  52. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each'
  53. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute'
  54. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain'
  55. /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  56. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain'
  57. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:564:in `invoke'
  58. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in `invoke_task'
  59. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level'
  60. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `each'
  61. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level'
  62. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling'
  63. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1991:in `top_level'
  64. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1970:in `run'
  65. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling'
  66. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run'
  67. /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31
  68. /usr/bin/rake:19:in `load'
  69. /usr/bin/rake:19
  70. [ thumper: corengine ] %
Add Comment
Please, Sign In to add comment