Advertisement
Guest User

Untitled

a guest
May 27th, 2021
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.54 KB | None | 0 0
  1. root@rubystage-02:/usr/share/redmine# RAILS_ENV=production bundle exec rake db:migrate
  2. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/associations.rb:1855: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  3. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/associations.rb:1368: warning: The called method `has_many' is defined here
  4. /usr/share/rubygems-integration/all/gems/actionpack-5.2.3/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  5. /usr/share/rubygems-integration/all/gems/actionpack-5.2.3/lib/action_dispatch/middleware/static.rb:111: warning: The called method `initialize' is defined here
  6. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  7. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:263: warning: The called method `initialize' is defined here
  8. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/internal_metadata.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  9. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:231: warning: The called method `string' is defined here
  10. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:366: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  11. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb:55: warning: The called method `new_column_definition' is defined here
  12. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_creation.rb:19: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  13. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:448: warning: The called method `type_to_sql' is defined here
  14. == 20160404080304 ForcePasswordResetDuringSetup: migrating ====================
  15. /usr/share/rubygems-integration/all/gems/activemodel-5.2.3/lib/active_model/type/integer.rb:13: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  16. /usr/share/rubygems-integration/all/gems/activemodel-5.2.3/lib/active_model/type/value.rb:8: warning: The called method `initialize' is defined here
  17. == 20160404080304 ForcePasswordResetDuringSetup: migrated (0.0556s) ===========
  18.  
  19. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/transactions.rb:212: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  20. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb:260: warning: The called method `transaction' is defined here
  21. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/transaction.rb:171: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  22. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/transaction.rb:97: warning: The called method `initialize' is defined here
  23. == 20160416072926 RemovePositionDefaults: migrating ===========================
  24. -- change_column("boards", :position, :integer, {:default=>nil})
  25. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:684: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  26. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb:55: warning: The called method `new_column_definition' is defined here
  27.    -> 0.0033s
  28. -- change_column("custom_fields", :position, :integer, {:default=>nil})
  29.    -> 0.0024s
  30. -- change_column("enumerations", :position, :integer, {:default=>nil})
  31.    -> 0.0032s
  32. -- change_column("issue_statuses", :position, :integer, {:default=>nil})
  33.    -> 0.0021s
  34. -- change_column("roles", :position, :integer, {:default=>nil})
  35.    -> 0.0018s
  36. -- change_column("trackers", :position, :integer, {:default=>nil})
  37.    -> 0.0017s
  38. == 20160416072926 RemovePositionDefaults: migrated (0.0861s) ==================
  39.  
  40. == 20160529063352 AddRolesSettings: migrating =================================
  41. -- add_column(:roles, :settings, :text, {})
  42. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:468: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  43. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb:55: warning: The called method `new_column_definition' is defined here
  44.   -> 0.0031s
  45. == 20160529063352 AddRolesSettings: migrated (0.0032s) ========================
  46.  
  47. == 20161001122012 AddTrackerIdIndexToWorkflows: migrating =====================
  48. -- add_index(:workflows, :tracker_id)
  49. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:380: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  50. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb:1135: warning: The called method `add_index_options' is defined here
  51. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:44: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  52. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:11: warning: The called method `initialize' is defined here
  53. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb:1162: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  54. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb:1215: warning: The called method `quoted_columns_for_index' is defined here
  55. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb:1219: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  56. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:116: warning: The called method `add_options_for_index_columns' is defined here
  57. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:117: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  58. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:109: warning: The called method `add_index_length' is defined here
  59.    -> 0.0258s
  60. == 20161001122012 AddTrackerIdIndexToWorkflows: migrated (0.0259s) ============
  61.  
  62. == 20161002133421 AddIndexOnMemberRolesInheritedFrom: migrating ===============
  63. -- add_index(:member_roles, :inherited_from)
  64.    -> 0.0360s
  65. == 20161002133421 AddIndexOnMemberRolesInheritedFrom: migrated (0.0361s) ======
  66.  
  67. == 20161010081301 ChangeIssuesDescriptionLimit: migrating =====================
  68. -- change_column(:issues, :description, :text, {:limit=>16777216})
  69.    -> 2.4844s
  70. == 20161010081301 ChangeIssuesDescriptionLimit: migrated (2.4847s) ============
  71.  
  72. == 20161010081528 ChangeJournalDetailsValueLimit: migrating ===================
  73. -- change_column(:journal_details, :value, :text, {:limit=>16777216})
  74.    -> 4.8239s
  75. -- change_column(:journal_details, :old_value, :text, {:limit=>16777216})
  76.    -> 4.1928s
  77. == 20161010081528 ChangeJournalDetailsValueLimit: migrated (9.0171s) ==========
  78.  
  79. == 20161010081600 ChangeJournalsNotesLimit: migrating =========================
  80. -- change_column(:journals, :notes, :text, {:limit=>16777216})
  81.    -> 7.2017s
  82. == 20161010081600 ChangeJournalsNotesLimit: migrated (7.2019s) ================
  83.  
  84. == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrating ================
  85. -- add_index(:changesets_issues, :issue_id)
  86.    -> 0.0127s
  87. == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrated (0.0129s) =======
  88.  
  89. == 20161220091118 AddIndexOnIssuesParentId: migrating =========================
  90. -- add_index(:issues, :parent_id)
  91.    -> 0.1082s
  92. == 20161220091118 AddIndexOnIssuesParentId: migrated (0.1084s) ================
  93.  
  94. == 20170207050700 AddIndexOnDiskFilenameToAttachments: migrating ==============
  95. -- add_index(:attachments, :disk_filename)
  96.    -> 0.1610s
  97. == 20170207050700 AddIndexOnDiskFilenameToAttachments: migrated (0.1611s) =====
  98.  
  99. == 20170302015225 ChangeAttachmentsDigestLimitTo64: migrating =================
  100. -- change_column(:attachments, :digest, :string, {:limit=>64})
  101.    -> 0.0087s
  102. == 20170302015225 ChangeAttachmentsDigestLimitTo64: migrated (0.0089s) ========
  103.  
  104. == 20170309214320 AddProjectDefaultAssignedToId: migrating ====================
  105. -- add_column(:projects, :default_assigned_to_id, :integer, {:default=>nil})
  106.    -> 0.0203s
  107. -- column_exists?(:projects, :default_assignee_id, :integer)
  108.    -> 0.0015s
  109. == 20170309214320 AddProjectDefaultAssignedToId: migrated (0.0220s) ===========
  110.  
  111. == 20170320051650 ChangeRepositoriesExtraInfoLimit: migrating =================
  112. -- change_column(:repositories, :extra_info, :text, {:limit=>16777216})
  113.    -> 0.0421s
  114. == 20170320051650 ChangeRepositoriesExtraInfoLimit: migrated (0.0423s) ========
  115.  
  116. == 20170418090031 AddViewNewsToAllExistingRoles: migrating ====================
  117. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/database_statements.rb:12: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  118. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/query_cache.rb:95: warning: The called method `select_all' is defined here
  119. /usr/share/redmine/lib/redmine/i18n.rb:30: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  120. /usr/share/rubygems-integration/all/gems/i18n-1.8.2/lib/i18n.rb:195: warning: The called method `t' is defined here
  121. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/relation/delegation.rb:132: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  122. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/relation.rb:25: warning: The called method `initialize' is defined here
  123. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/persistence.rb:705: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  124. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/timestamp.rb:105: warning: The called method `_update_record' is defined here
  125. == 20170418090031 AddViewNewsToAllExistingRoles: migrated (0.1188s) ===========
  126.  
  127. == 20170419144536 AddViewMessagesToAllExistingRoles: migrating ================
  128. == 20170419144536 AddViewMessagesToAllExistingRoles: migrated (0.0654s) =======
  129.  
  130. == 20170723112801 RenameCommentsToContent: migrating ==========================
  131. -- rename_column(:comments, :comments, :content)
  132. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:698: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  133. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb:55: warning: The called method `new_column_definition' is defined here
  134.   -> 0.0116s
  135. == 20170723112801 RenameCommentsToContent: migrated (0.0121s) =================
  136.  
  137. == 20180913072918 AddVerifyPeerToAuthSources: migrating =======================
  138. -- change_table(:auth_sources)
  139.   -> 0.0059s
  140. == 20180913072918 AddVerifyPeerToAuthSources: migrated (0.0063s) ==============
  141.  
  142. /usr/share/redmine/lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb:33: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  143. /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/associations.rb:1368: warning: The called method `has_many' is defined here
  144. == 20180923082945 ChangeSqliteBooleansTo0And1: migrating ======================
  145. == 20180923082945 ChangeSqliteBooleansTo0And1: migrated (0.0000s) =============
  146.  
  147. == 20180923091603 ChangeSqliteBooleansDefault: migrating ======================
  148. == 20180923091603 ChangeSqliteBooleansDefault: migrated (0.0001s) =============
  149.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement