Project

General

Profile

Defect #36766 » redmine_ERROR.txt

redmine_error_trace_file - Bernhard Kotzur, 2022-03-15 17:30

 
1
root@SERVER:/data/redmine/sf-redmine_redmine-4.1.1>>bundle exec rake db:migrate RAILS_ENV=production
2
== 102 AddCustomFieldsEditable: migrating =====================================
3
-- add_column(:custom_fields, :editable, :boolean, {:default=>true})
4
   -> 0.0336s
5
== 102 AddCustomFieldsEditable: migrated (0.0338s) ============================
6

    
7
== 103 SetCustomFieldsEditable: migrating =====================================
8
== 103 SetCustomFieldsEditable: migrated (0.0209s) ============================
9

    
10
== 104 AddProjectsLftAndRgt: migrating ========================================
11
-- add_column(:projects, :lft, :integer, {})
12
   -> 0.0096s
13
-- add_column(:projects, :rgt, :integer, {})
14
   -> 0.0093s
15
== 104 AddProjectsLftAndRgt: migrated (0.0190s) ===============================
16

    
17
== 105 BuildProjectsTree: migrating ===========================================
18
== 105 BuildProjectsTree: migrated (0.0709s) ==================================
19

    
20
== 106 RemoveProjectsProjectsCount: migrating =================================
21
-- remove_column(:projects, :projects_count)
22
   -> 0.0142s
23
== 106 RemoveProjectsProjectsCount: migrated (0.0143s) ========================
24

    
25
== 107 AddOpenIdAuthenticationTables: migrating ===============================
26
-- create_table(:open_id_authentication_associations, {:options=>"ENGINE=InnoDB", :force=>true, :id=>:integer})
27
   -> 0.0048s
28
-- create_table(:open_id_authentication_nonces, {:options=>"ENGINE=InnoDB", :force=>true, :id=>:integer})
29
   -> 0.0027s
30
== 107 AddOpenIdAuthenticationTables: migrated (0.0076s) ======================
31

    
32
== 108 AddIdentityUrlToUsers: migrating =======================================
33
-- add_column(:users, :identity_url, :string, {})
34
   -> 0.0162s
35
== 108 AddIdentityUrlToUsers: migrated (0.0162s) ==============================
36

    
37
== 20090214190337 AddWatchersUserIdTypeIndex: migrating =======================
38
-- add_index(:watchers, [:user_id, :watchable_type], {:name=>:watchers_user_id_type})
39
   -> 0.0639s
40
== 20090214190337 AddWatchersUserIdTypeIndex: migrated (0.0640s) ==============
41

    
42
== 20090312172426 AddQueriesSortCriteria: migrating ===========================
43
-- add_column(:queries, :sort_criteria, :text, {})
44
   -> 0.0070s
45
== 20090312172426 AddQueriesSortCriteria: migrated (0.0070s) ==================
46

    
47
== 20090312194159 AddProjectsTrackersUniqueIndex: migrating ===================
48
-- add_index(:projects_trackers, [:project_id, :tracker_id], {:name=>:projects_trackers_unique, :unique=>true})
49
   -> 0.0268s
50
== 20090312194159 AddProjectsTrackersUniqueIndex: migrated (0.0679s) ==========
51

    
52
== 20090318181151 ExtendSettingsName: migrating ===============================
53
-- change_column(:settings, :name, :string, {:limit=>255, :default=>"", :null=>false})
54
   -> 0.0088s
55
== 20090318181151 ExtendSettingsName: migrated (0.0089s) ======================
56

    
57
== 20090323224724 AddTypeToEnumerations: migrating ============================
58
-- add_column(:enumerations, :type, :string, {})
59
   -> 0.0071s
60
== 20090323224724 AddTypeToEnumerations: migrated (0.0072s) ===================
61

    
62
== 20090401221305 UpdateEnumerationsToSti: migrating ==========================
63
== 20090401221305 UpdateEnumerationsToSti: migrated (0.0173s) =================
64

    
65
== 20090401231134 AddActiveFieldToEnumerations: migrating =====================
66
-- add_column(:enumerations, :active, :boolean, {:default=>true, :null=>false})
67
   -> 0.0058s
68
== 20090401231134 AddActiveFieldToEnumerations: migrated (0.0059s) ============
69

    
70
== 20090403001910 AddProjectToEnumerations: migrating =========================
71
-- add_column(:enumerations, :project_id, :integer, {:null=>true, :default=>nil})
72
   -> 0.0089s
73
-- add_index(:enumerations, :project_id)
74
   -> 0.0101s
75
== 20090403001910 AddProjectToEnumerations: migrated (0.0191s) ================
76

    
77
== 20090406161854 AddParentIdToEnumerations: migrating ========================
78
-- add_column(:enumerations, :parent_id, :integer, {:null=>true, :default=>nil})
79
   -> 0.0061s
80
== 20090406161854 AddParentIdToEnumerations: migrated (0.0061s) ===============
81

    
82
== 20090425161243 AddQueriesGroupBy: migrating ================================
83
-- add_column(:queries, :group_by, :string, {})
84
   -> 0.0074s
85
== 20090425161243 AddQueriesGroupBy: migrated (0.0074s) =======================
86

    
87
== 20090503121501 CreateMemberRoles: migrating ================================
88
-- create_table(:member_roles, {:options=>"ENGINE=InnoDB", :id=>:integer})
89
   -> 0.0025s
90
== 20090503121501 CreateMemberRoles: migrated (0.0025s) =======================
91

    
92
== 20090503121505 PopulateMemberRoles: migrating ==============================
93
rake aborted!
94
StandardError: An error has occurred, all later migrations canceled:
95

    
96
undefined method `inherit_members?' for #<Project:0x0000000005a426a8>
97
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activemodel-5.2.4.2/lib/active_model/attribute_methods.rb:430:in `method_missing'
98
/data/redmine/sf-redmine_redmine-4.1.1/app/models/member_role.rb:72:in `block in add_role_to_subprojects'
99
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
100
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
101
/data/redmine/sf-redmine_redmine-4.1.1/app/models/member_role.rb:71:in `add_role_to_subprojects'
102
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:426:in `block in make_lambda'
103
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:236:in `block in halting_and_conditional'
104
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `block in invoke_after'
105
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `each'
106
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `invoke_after'
107
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:133:in `run_callbacks'
108
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:816:in `_run_create_callbacks'
109
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:346:in `_create_record'
110
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/timestamp.rb:102:in `_create_record'
111
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:705:in `create_or_update'
112
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:342:in `block in create_or_update'
113
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:132:in `run_callbacks'
114
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:816:in `_run_save_callbacks'
115
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:342:in `create_or_update'
116
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:308:in `save!'
117
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/validations.rb:52:in `save!'
118
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:315:in `block in save!'
119
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:387:in `block in with_transaction_returning_status'
120
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `block in transaction'
121
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/transaction.rb:239:in `block in within_new_transaction'
122
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/transaction.rb:236:in `within_new_transaction'
123
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `transaction'
124
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:212:in `transaction'
125
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:385:in `with_transaction_returning_status'
126
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:315:in `save!'
127
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/suppressor.rb:48:in `save!'
128
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:53:in `create!'
129
/data/redmine/sf-redmine_redmine-4.1.1/db/migrate/20090503121505_populate_member_roles.rb:5:in `block in up'
130
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
131
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
132
/data/redmine/sf-redmine_redmine-4.1.1/db/migrate/20090503121505_populate_member_roles.rb:4:in `up'
133
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:777:in `up'
134
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:817:in `exec_migration'
135
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:798:in `block (2 levels) in migrate'
136
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:797:in `block in migrate'
137
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `with_connection'
138
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:796:in `migrate'
139
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:977:in `migrate'
140
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1292:in `block in execute_migration_in_transaction'
141
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1345:in `ddl_transaction'
142
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1291:in `execute_migration_in_transaction'
143
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1263:in `block in migrate_without_lock'
144
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1262:in `each'
145
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1262:in `migrate_without_lock'
146
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1210:in `block in migrate'
147
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1363:in `with_advisory_lock'
148
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1210:in `migrate'
149
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1036:in `up'
150
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1011:in `migrate'
151
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/tasks/database_tasks.rb:172:in `migrate'
152
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/railties/databases.rake:60:in `block (2 levels) in <top (required)>'
153
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
154
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
155
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
156
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
157
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
158
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
159
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
160
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
161
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
162
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
163
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
164
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
165
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
166
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
167
/opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `load'
168
/opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `<main>'
169

    
170
Caused by:
171
NoMethodError: undefined method `inherit_members?' for #<Project:0x0000000005a426a8>
172
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activemodel-5.2.4.2/lib/active_model/attribute_methods.rb:430:in `method_missing'
173
/data/redmine/sf-redmine_redmine-4.1.1/app/models/member_role.rb:72:in `block in add_role_to_subprojects'
174
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
175
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
176
/data/redmine/sf-redmine_redmine-4.1.1/app/models/member_role.rb:71:in `add_role_to_subprojects'
177
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:426:in `block in make_lambda'
178
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:236:in `block in halting_and_conditional'
179
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `block in invoke_after'
180
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `each'
181
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `invoke_after'
182
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:133:in `run_callbacks'
183
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:816:in `_run_create_callbacks'
184
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:346:in `_create_record'
185
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/timestamp.rb:102:in `_create_record'
186
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:705:in `create_or_update'
187
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:342:in `block in create_or_update'
188
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:132:in `run_callbacks'
189
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:816:in `_run_save_callbacks'
190
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:342:in `create_or_update'
191
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:308:in `save!'
192
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/validations.rb:52:in `save!'
193
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:315:in `block in save!'
194
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:387:in `block in with_transaction_returning_status'
195
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `block in transaction'
196
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/transaction.rb:239:in `block in within_new_transaction'
197
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/transaction.rb:236:in `within_new_transaction'
198
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `transaction'
199
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:212:in `transaction'
200
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:385:in `with_transaction_returning_status'
201
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:315:in `save!'
202
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/suppressor.rb:48:in `save!'
203
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:53:in `create!'
204
/data/redmine/sf-redmine_redmine-4.1.1/db/migrate/20090503121505_populate_member_roles.rb:5:in `block in up'
205
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
206
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
207
/data/redmine/sf-redmine_redmine-4.1.1/db/migrate/20090503121505_populate_member_roles.rb:4:in `up'
208
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:777:in `up'
209
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:817:in `exec_migration'
210
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:798:in `block (2 levels) in migrate'
211
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:797:in `block in migrate'
212
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `with_connection'
213
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:796:in `migrate'
214
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:977:in `migrate'
215
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1292:in `block in execute_migration_in_transaction'
216
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1345:in `ddl_transaction'
217
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1291:in `execute_migration_in_transaction'
218
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1263:in `block in migrate_without_lock'
219
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1262:in `each'
220
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1262:in `migrate_without_lock'
221
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1210:in `block in migrate'
222
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1363:in `with_advisory_lock'
223
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1210:in `migrate'
224
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1036:in `up'
225
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1011:in `migrate'
226
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/tasks/database_tasks.rb:172:in `migrate'
227
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/railties/databases.rake:60:in `block (2 levels) in <top (required)>'
228
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
229
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
230
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
231
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
232
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
233
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
234
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
235
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
236
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
237
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
238
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
239
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
240
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
241
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
242
/opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `load'
243
/opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `<main>'
244
Tasks: TOP => db:migrate
245
(See full trace by running task with --trace)
246
root@SERVER:/data/redmine/sf-redmine_redmine-4.1.1>>
247

    
248

    
249

    
250

    
251
root@SERVER:/data/redmine/sf-redmine_redmine-4.1.1>>bundle exec rake db:migrate RAILS_ENV=production --trace
252
** Invoke db:migrate (first_time)
253
** Invoke db:load_config (first_time)
254
** Invoke environment (first_time)
255
** Execute environment
256
** Execute db:load_config
257
** Execute db:migrate
258
== 20090503121505 PopulateMemberRoles: migrating ==============================
259
rake aborted!
260
StandardError: An error has occurred, all later migrations canceled:
261

    
262
undefined method `inherit_members?' for #<Project:0x000000000664bc88>
263
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activemodel-5.2.4.2/lib/active_model/attribute_methods.rb:430:in `method_missing'
264
/data/redmine/sf-redmine_redmine-4.1.1/app/models/member_role.rb:72:in `block in add_role_to_subprojects'
265
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
266
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
267
/data/redmine/sf-redmine_redmine-4.1.1/app/models/member_role.rb:71:in `add_role_to_subprojects'
268
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:426:in `block in make_lambda'
269
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:236:in `block in halting_and_conditional'
270
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `block in invoke_after'
271
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `each'
272
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `invoke_after'
273
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:133:in `run_callbacks'
274
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:816:in `_run_create_callbacks'
275
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:346:in `_create_record'
276
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/timestamp.rb:102:in `_create_record'
277
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:705:in `create_or_update'
278
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:342:in `block in create_or_update'
279
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:132:in `run_callbacks'
280
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:816:in `_run_save_callbacks'
281
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:342:in `create_or_update'
282
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:308:in `save!'
283
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/validations.rb:52:in `save!'
284
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:315:in `block in save!'
285
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:387:in `block in with_transaction_returning_status'
286
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `block in transaction'
287
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/transaction.rb:239:in `block in within_new_transaction'
288
/opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:235:in `mon_synchronize'
289
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/transaction.rb:236:in `within_new_transaction'
290
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `transaction'
291
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:212:in `transaction'
292
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:385:in `with_transaction_returning_status'
293
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:315:in `save!'
294
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/suppressor.rb:48:in `save!'
295
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:53:in `create!'
296
/data/redmine/sf-redmine_redmine-4.1.1/db/migrate/20090503121505_populate_member_roles.rb:5:in `block in up'
297
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
298
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
299
/data/redmine/sf-redmine_redmine-4.1.1/db/migrate/20090503121505_populate_member_roles.rb:4:in `up'
300
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:777:in `up'
301
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:817:in `exec_migration'
302
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:798:in `block (2 levels) in migrate'
303
/opt/rh/rh-ruby25/root/usr/share/ruby/benchmark.rb:293:in `measure'
304
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:797:in `block in migrate'
305
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `with_connection'
306
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:796:in `migrate'
307
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:977:in `migrate'
308
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1292:in `block in execute_migration_in_transaction'
309
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1345:in `ddl_transaction'
310
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1291:in `execute_migration_in_transaction'
311
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1263:in `block in migrate_without_lock'
312
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1262:in `each'
313
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1262:in `migrate_without_lock'
314
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1210:in `block in migrate'
315
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1363:in `with_advisory_lock'
316
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1210:in `migrate'
317
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1036:in `up'
318
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1011:in `migrate'
319
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/tasks/database_tasks.rb:172:in `migrate'
320
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/railties/databases.rake:60:in `block (2 levels) in <top (required)>'
321
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `block in execute'
322
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `each'
323
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `execute'
324
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
325
/opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:235:in `mon_synchronize'
326
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:199:in `invoke_with_call_chain'
327
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:188:in `invoke'
328
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:160:in `invoke_task'
329
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `block (2 levels) in top_level'
330
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `each'
331
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `block in top_level'
332
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:125:in `run_with_threads'
333
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:110:in `top_level'
334
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:83:in `block in run'
335
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:186:in `standard_exception_handling'
336
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:80:in `run'
337
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
338
/opt/rh/rh-ruby25/root/usr/local/bin/rake:23:in `load'
339
/opt/rh/rh-ruby25/root/usr/local/bin/rake:23:in `<top (required)>'
340
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
341
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
342
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
343
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
344
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
345
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
346
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
347
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
348
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
349
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
350
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
351
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
352
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
353
/opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `load'
354
/opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `<main>'
355

    
356
Caused by:
357
NoMethodError: undefined method `inherit_members?' for #<Project:0x000000000664bc88>
358
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activemodel-5.2.4.2/lib/active_model/attribute_methods.rb:430:in `method_missing'
359
/data/redmine/sf-redmine_redmine-4.1.1/app/models/member_role.rb:72:in `block in add_role_to_subprojects'
360
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
361
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
362
/data/redmine/sf-redmine_redmine-4.1.1/app/models/member_role.rb:71:in `add_role_to_subprojects'
363
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:426:in `block in make_lambda'
364
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:236:in `block in halting_and_conditional'
365
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `block in invoke_after'
366
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `each'
367
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:517:in `invoke_after'
368
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:133:in `run_callbacks'
369
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:816:in `_run_create_callbacks'
370
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:346:in `_create_record'
371
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/timestamp.rb:102:in `_create_record'
372
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:705:in `create_or_update'
373
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:342:in `block in create_or_update'
374
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:132:in `run_callbacks'
375
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activesupport-5.2.4.2/lib/active_support/callbacks.rb:816:in `_run_save_callbacks'
376
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/callbacks.rb:342:in `create_or_update'
377
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:308:in `save!'
378
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/validations.rb:52:in `save!'
379
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:315:in `block in save!'
380
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:387:in `block in with_transaction_returning_status'
381
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `block in transaction'
382
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/transaction.rb:239:in `block in within_new_transaction'
383
/opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:235:in `mon_synchronize'
384
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/transaction.rb:236:in `within_new_transaction'
385
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `transaction'
386
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:212:in `transaction'
387
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:385:in `with_transaction_returning_status'
388
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/transactions.rb:315:in `save!'
389
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/suppressor.rb:48:in `save!'
390
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/persistence.rb:53:in `create!'
391
/data/redmine/sf-redmine_redmine-4.1.1/db/migrate/20090503121505_populate_member_roles.rb:5:in `block in up'
392
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
393
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/relation/delegation.rb:71:in `each'
394
/data/redmine/sf-redmine_redmine-4.1.1/db/migrate/20090503121505_populate_member_roles.rb:4:in `up'
395
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:777:in `up'
396
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:817:in `exec_migration'
397
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:798:in `block (2 levels) in migrate'
398
/opt/rh/rh-ruby25/root/usr/share/ruby/benchmark.rb:293:in `measure'
399
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:797:in `block in migrate'
400
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `with_connection'
401
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:796:in `migrate'
402
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:977:in `migrate'
403
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1292:in `block in execute_migration_in_transaction'
404
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1345:in `ddl_transaction'
405
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1291:in `execute_migration_in_transaction'
406
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1263:in `block in migrate_without_lock'
407
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1262:in `each'
408
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1262:in `migrate_without_lock'
409
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1210:in `block in migrate'
410
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1363:in `with_advisory_lock'
411
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1210:in `migrate'
412
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1036:in `up'
413
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/migration.rb:1011:in `migrate'
414
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/tasks/database_tasks.rb:172:in `migrate'
415
/opt/rh/rh-ruby25/root/usr/share/gems/gems/activerecord-5.2.4.2/lib/active_record/railties/databases.rake:60:in `block (2 levels) in <top (required)>'
416
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `block in execute'
417
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `each'
418
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:281:in `execute'
419
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
420
/opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:235:in `mon_synchronize'
421
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:199:in `invoke_with_call_chain'
422
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/task.rb:188:in `invoke'
423
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:160:in `invoke_task'
424
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `block (2 levels) in top_level'
425
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `each'
426
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:116:in `block in top_level'
427
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:125:in `run_with_threads'
428
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:110:in `top_level'
429
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:83:in `block in run'
430
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:186:in `standard_exception_handling'
431
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/lib/rake/application.rb:80:in `run'
432
/opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
433
/opt/rh/rh-ruby25/root/usr/local/bin/rake:23:in `load'
434
/opt/rh/rh-ruby25/root/usr/local/bin/rake:23:in `<top (required)>'
435
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
436
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
437
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
438
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
439
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
440
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
441
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
442
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
443
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
444
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
445
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
446
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
447
/opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
448
/opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `load'
449
/opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `<main>'
450
Tasks: TOP => db:migrate
451
root@SERVER:/data/redmine/sf-redmine_redmine-4.1.1>>
(1-1/2)