Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.95 KB | None | 0 0
  1. 01
  2. 01 rake aborted!
  3. 01 StandardError: An error has occurred, all later migrations canceled:
  4. 01
  5. 01 ActiveRecord::StatementInvalid: Mysql2::Error: Table 'office_media_assets' already exists: CREATE TABLE `office_media_assets` (`id` int(11) auto_increment PRIMARY KEY, `office_location_id` int(11), `asset_file_name` varchar(191), `asset_content_type` varchar(191), `asset_file_size` int(11), `document_type_id` int(11), `created_by_id` int(11), `updated_by_id` int(11), `created_by_user_title_id` int(11), `updated_by_user_title_id` int(11), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB: CREATE TABLE `office_media_assets` (`id` int(11) auto_increment PRIMARY KEY, `office_location_id` int(11), `asset_file_name` varchar(191), `asset_content_type` varchar(191), `asset_file_size` int(11), `document_type_id` int(11), `created_by_id` int(11), `updated_by_id` int(11), `created_by_user_title_id` int(11), `updated_by_user_title_id` int(11), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
  6. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:120:in `_query'
  7. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:120:in `block in query'
  8. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:119:in `handle_interrupt'
  9. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:119:in `query'
  10. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `block in execute'
  11. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log'
  12. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  13. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
  14. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `execute'
  15. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/mysql2_adapter.rb:225:in `execute'
  16. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure/runner.rb:31:in `query'
  17. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `block in execute'
  18. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log'
  19. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  20. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
  21. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `execute'
  22. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract/schema_statements.rb:222:in `create_table'
  23. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:474:in `create_table'
  24. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:665:in `block in method_missing'
  25. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:634:in `block in say_with_time'
  26. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:634:in `say_with_time'
  27. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:654:in `method_missing'
  28. 01 /data/apps/ror/pws/releases/20170915132618/components/nitro_component_transition/db/migrate/20170914171901_create_office_media_assets.rb:3:in `change'
  29. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:608:in `exec_migration'
  30. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:592:in `block (2 levels) in migrate'
  31. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:591:in `block in migrate'
  32. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection'
  33. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:590:in `migrate'
  34. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure.rb:60:in `migrate'
  35. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:768:in `migrate'
  36. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1023:in `block in execute_migration_in_transaction'
  37. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1071:in `ddl_transaction'
  38. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1022:in `execute_migration_in_transaction'
  39. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:984:in `block in migrate'
  40. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:980:in `each'
  41. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:980:in `migrate'
  42. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:823:in `up'
  43. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:801:in `migrate'
  44. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure.rb:44:in `migrate'
  45. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/tasks/database_tasks.rb:139:in `migrate'
  46. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/railties/databases.rake:44:in `block (2 levels) in <top (required)>'
  47. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/airbrake-5.8.1/lib/airbrake/rake/task_ext.rb:19:in `execute'
  48. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
  49. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `load'
  50. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `kernel_load'
  51. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:27:in `run'
  52. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:332:in `exec'
  53. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  54. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  55. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
  56. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:20:in `dispatch'
  57. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
  58. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:11:in `start'
  59. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:34:in `block in <top (required)>'
  60. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
  61. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:26:in `<top (required)>'
  62. 01 /usr/local/bin/bundle:22:in `load'
  63. 01 /usr/local/bin/bundle:22:in `<main>'
  64. 01 ActiveRecord::StatementInvalid: ActiveRecord::StatementInvalid: Mysql2::Error: Table 'office_media_assets' already exists: CREATE TABLE `office_media_assets` (`id` int(11) auto_increment PRIMARY KEY, `office_location_id` int(11), `asset_file_name` varchar(191), `asset_content_type` varchar(191), `asset_file_size` int(11), `document_type_id` int(11), `created_by_id` int(11), `updated_by_id` int(11), `created_by_user_title_id` int(11), `updated_by_user_title_id` int(11), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB: CREATE TABLE `office_media_assets` (`id` int(11) auto_increment PRIMARY KEY, `office_location_id` int(11), `asset_file_name` varchar(191), `asset_content_type` varchar(191), `asset_file_size` int(11), `document_type_id` int(11), `created_by_id` int(11), `updated_by_id` int(11), `created_by_user_title_id` int(11), `updated_by_user_title_id` int(11), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
  65. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:120:in `_query'
  66. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:120:in `block in query'
  67. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:119:in `handle_interrupt'
  68. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:119:in `query'
  69. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `block in execute'
  70. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log'
  71. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  72. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
  73. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `execute'
  74. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/mysql2_adapter.rb:225:in `execute'
  75. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure/runner.rb:31:in `query'
  76. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `block in execute'
  77. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log'
  78. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  79. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
  80. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `execute'
  81. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract/schema_statements.rb:222:in `create_table'
  82. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:474:in `create_table'
  83. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:665:in `block in method_missing'
  84. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:634:in `block in say_with_time'
  85. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:634:in `say_with_time'
  86. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:654:in `method_missing'
  87. 01 /data/apps/ror/pws/releases/20170915132618/components/nitro_component_transition/db/migrate/20170914171901_create_office_media_assets.rb:3:in `change'
  88. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:608:in `exec_migration'
  89. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:592:in `block (2 levels) in migrate'
  90. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:591:in `block in migrate'
  91. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection'
  92. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:590:in `migrate'
  93. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure.rb:60:in `migrate'
  94. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:768:in `migrate'
  95. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1023:in `block in execute_migration_in_transaction'
  96. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1071:in `ddl_transaction'
  97. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1022:in `execute_migration_in_transaction'
  98. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:984:in `block in migrate'
  99. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:980:in `each'
  100. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:980:in `migrate'
  101. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:823:in `up'
  102. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:801:in `migrate'
  103. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure.rb:44:in `migrate'
  104. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/tasks/database_tasks.rb:139:in `migrate'
  105. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/railties/databases.rake:44:in `block (2 levels) in <top (required)>'
  106. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/airbrake-5.8.1/lib/airbrake/rake/task_ext.rb:19:in `execute'
  107. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
  108. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `load'
  109. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `kernel_load'
  110. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:27:in `run'
  111. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:332:in `exec'
  112. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  113. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  114. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
  115. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:20:in `dispatch'
  116. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
  117. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:11:in `start'
  118. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:34:in `block in <top (required)>'
  119. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
  120. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:26:in `<top (required)>'
  121. 01 /usr/local/bin/bundle:22:in `load'
  122. 01 /usr/local/bin/bundle:22:in `<main>'
  123. 01 ActiveRecord::StatementInvalid: Mysql2::Error: Table 'office_media_assets' already exists: CREATE TABLE `office_media_assets` (`id` int(11) auto_increment PRIMARY KEY, `office_location_id` int(11), `asset_file_name` varchar(191), `asset_content_type` varchar(191), `asset_file_size` int(11), `document_type_id` int(11), `created_by_id` int(11), `updated_by_id` int(11), `created_by_user_title_id` int(11), `updated_by_user_title_id` int(11), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
  124. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:120:in `_query'
  125. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:120:in `block in query'
  126. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:119:in `handle_interrupt'
  127. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:119:in `query'
  128. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `block in execute'
  129. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log'
  130. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  131. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
  132. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `execute'
  133. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/mysql2_adapter.rb:225:in `execute'
  134. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure/runner.rb:31:in `query'
  135. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `block in execute'
  136. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log'
  137. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  138. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
  139. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `execute'
  140. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract/schema_statements.rb:222:in `create_table'
  141. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:474:in `create_table'
  142. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:665:in `block in method_missing'
  143. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:634:in `block in say_with_time'
  144. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:634:in `say_with_time'
  145. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:654:in `method_missing'
  146. 01 /data/apps/ror/pws/releases/20170915132618/components/nitro_component_transition/db/migrate/20170914171901_create_office_media_assets.rb:3:in `change'
  147. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:608:in `exec_migration'
  148. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:592:in `block (2 levels) in migrate'
  149. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:591:in `block in migrate'
  150. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection'
  151. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:590:in `migrate'
  152. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure.rb:60:in `migrate'
  153. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:768:in `migrate'
  154. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1023:in `block in execute_migration_in_transaction'
  155. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1071:in `ddl_transaction'
  156. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1022:in `execute_migration_in_transaction'
  157. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:984:in `block in migrate'
  158. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:980:in `each'
  159. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:980:in `migrate'
  160. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:823:in `up'
  161. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:801:in `migrate'
  162. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure.rb:44:in `migrate'
  163. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/tasks/database_tasks.rb:139:in `migrate'
  164. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/railties/databases.rake:44:in `block (2 levels) in <top (required)>'
  165. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/airbrake-5.8.1/lib/airbrake/rake/task_ext.rb:19:in `execute'
  166. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
  167. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `load'
  168. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `kernel_load'
  169. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:27:in `run'
  170. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:332:in `exec'
  171. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  172. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  173. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
  174. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:20:in `dispatch'
  175. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
  176. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:11:in `start'
  177. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:34:in `block in <top (required)>'
  178. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
  179. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:26:in `<top (required)>'
  180. 01 /usr/local/bin/bundle:22:in `load'
  181. 01 /usr/local/bin/bundle:22:in `<main>'
  182. 01 Mysql2::Error: Table 'office_media_assets' already exists
  183. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:120:in `_query'
  184. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:120:in `block in query'
  185. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:119:in `handle_interrupt'
  186. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/mysql2-0.4.6/lib/mysql2/client.rb:119:in `query'
  187. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `block in execute'
  188. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log'
  189. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  190. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
  191. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `execute'
  192. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/mysql2_adapter.rb:225:in `execute'
  193. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure/runner.rb:31:in `query'
  194. 01 /data/apps/ror/p
  195. 01 ws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `block in execute'
  196. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log'
  197. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  198. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log'
  199. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:309:in `execute'
  200. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract/schema_statements.rb:222:in `create_table'
  201. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:474:in `create_table'
  202. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:665:in `block in method_missing'
  203. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:634:in `block in say_with_time'
  204. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:634:in `say_with_time'
  205. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:654:in `method_missing'
  206. 01 /data/apps/ror/pws/releases/20170915132618/components/nitro_component_transition/db/migrate/20170914171901_create_office_media_assets.rb:3:in `change'
  207. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:608:in `exec_migration'
  208. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:592:in `block (2 levels) in migrate'
  209. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:591:in `block in migrate'
  210. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection'
  211. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:590:in `migrate'
  212. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure.rb:60:in `migrate'
  213. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:768:in `migrate'
  214. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1023:in `block in execute_migration_in_transaction'
  215. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1071:in `ddl_transaction'
  216. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:1022:in `execute_migration_in_transaction'
  217. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:984:in `block in migrate'
  218. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:980:in `each'
  219. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:980:in `migrate'
  220. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:823:in `up'
  221. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/migration.rb:801:in `migrate'
  222. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/departure-4.0.1/lib/departure.rb:44:in `migrate'
  223. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/tasks/database_tasks.rb:139:in `migrate'
  224. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.9/lib/active_record/railties/databases.rake:44:in `block (2 levels) in <top (required)>'
  225. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/airbrake-5.8.1/lib/airbrake/rake/task_ext.rb:19:in `execute'
  226. 01 /data/apps/ror/pws/shared/bundle/ruby/2.3.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
  227. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `load'
  228. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:74:in `kernel_load'
  229. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli/exec.rb:27:in `run'
  230. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:332:in `exec'
  231. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  232. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  233. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
  234. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:20:in `dispatch'
  235. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
  236. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/cli.rb:11:in `start'
  237. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:34:in `block in <top (required)>'
  238. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
  239. 01 /var/lib/gems/2.3.0/gems/bundler-1.13.7/exe/bundle:26:in `<top (required)>'
  240. 01 /usr/local/bin/bundle:22:in `load'
  241. 01 /usr/local/bin/bundle:22:in `<main>'
  242. 01 Tasks: TOP => db:migrate
  243. 01 (See full trace by running task with --trace)
  244. ^C(Backtrace restricted to imported tasks)
  245. cap aborted!
  246. Interrupt:
  247.  
  248.  
  249. Tasks: TOP => deploy:compile_assets => deploy:parallelized_assets_and_migrations
  250. (See full trace by running task with --trace)
  251. The deploy has failed with an error:
  252.  
  253.  
  254. ** DEPLOY FAILED
  255. ** Refer to log/capistrano.log for details. Here are the last 20 lines:
  256.  
  257.  
  258. INFO [2017-09-15 09:26:57 -0400] [9bc90c47] Finished in 17.535 seconds with exit status 0 (successful).
  259.  
  260. INFO [2017-09-15 09:26:57 -0400] [33dcbacc] Running cd /data/apps/ror/pws/releases/20170915132618; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' as dimadmin@demo5-nitro-webserver.mydatainmotion.com
  261.  
  262. INFO [2017-09-15 09:33:29 -0400] [33dcbacc] Finished in 392.216 seconds with exit status 0 (successful).
  263.  
  264. INFO [2017-09-15 09:33:29 -0400] [334fd6db] Running cd /data/apps/ror/pws/releases/20170915132618/client; yarn check --integrity 2> /dev/null || yarn install as dimadmin@demo5-nitro-webserver.mydatainmotion.com
  265.  
  266. INFO [2017-09-15 09:33:52 -0400] [334fd6db] Finished in 22.676 seconds with exit status 0 (successful).
  267.  
  268. INFO [2017-09-15 09:33:52 -0400] [164f1f65] Running /usr/bin/env echo Executing asset tasks in parallel: ["deploy:rails_compile_assets", "connect2:build"] as dimadmin@demo5-nitro-webserver.mydatainmotion.com
  269.  
  270. INFO [2017-09-15 09:33:52 -0400] [deploy:migrate] Run `rake db:migrate`
  271.  
  272. INFO [2017-09-15 09:33:52 -0400] [164f1f65] Finished in 0.061 seconds with exit status 0 (successful).
  273.  
  274. INFO [2017-09-15 09:33:52 -0400] [0d508b2a] Running cd /data/apps/ror/pws/releases/20170915132618/components/connect-web-ui; yarn check --integrity 2> /dev/null || yarn install as dimadmin@demo5-nitro-webserver.mydatainmotion.com
  275.  
  276. INFO [2017-09-15 09:33:53 -0400] [0d508b2a] Finished in 1.245 seconds with exit status 0 (successful).
  277.  
  278. INFO [2017-09-15 09:33:53 -0400] [22ee04f8] Running cd /data/apps/ror/pws/releases/20170915132618/components/connect-web-ui; npm run build as dimadmin@demo5-nitro-webserver.mydatainmotion.com
  279.  
  280. INFO [2017-09-15 09:33:53 -0400] [d128411e] Running bundle exec rake db:migrate as dimadmin@demo5-nitro-cron.mydatainmotion.com
  281.  
  282. INFO [2017-09-15 09:33:53 -0400] [8114cad7] Running bundle exec rake assets:precompile as dimadmin@demo5-nitro-webserver.mydatainmotion.com
  283.  
  284. INFO [2017-09-15 09:34:44 -0400] [d128411e] Finished in 50.705 seconds with exit status 0 (successful).
  285.  
  286. INFO [2017-09-15 09:34:44 -0400] Setting up test phone dialing.
  287.  
  288. INFO [2017-09-15 09:34:44 -0400] [edd8ca49] Running bundle exec rake test_phone_dialing:setup as dimadmin@demo5-nitro-cron.mydatainmotion.com
  289.  
  290. INFO [2017-09-15 09:35:13 -0400] [edd8ca49] Finished in 29.173 seconds with exit status 0 (successful).
  291.  
  292. INFO [2017-09-15 09:35:13 -0400] Migrating Training Environment training_demo5
  293.  
  294. INFO [2017-09-15 09:35:13 -0400] [0d70ca8d] Running bundle exec rake db:migrate as dimadmin@demo5-nitro-cron.mydatainmotion.com
  295.  
  296. INFO [2017-09-15 09:35:26 -0400] [22ee04f8] Finished in 93.418 seconds with exit status 0 (successful).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement