Your message dated Wed, 25 Jan 2023 01:19:51 +0000
with message-id <e1pkus7-001q4x...@fasolo.debian.org>
and subject line Bug#1027340: fixed in redmine 5.0.4-1
has caused the Debian Bug report #1027340,
regarding redmine: FTBFS: LoadError: cannot load such file -- mocha/minitest
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1027340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027340
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: redmine
Version: 5.0.2-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221230 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is likely due to the upgrade of mocha. See 
https://lists.debian.org/debian-ruby/2022/12/msg00064.html


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p instances/default/config/
> cp debian/Gemfile.test.local Gemfile.local
> cp debian/database.test.yml instances/default/config/database.yml
> bin/rake db:migrate RAILS_ENV=test
> == 1 Setup: migrating 
> =========================================================
> -- create_table("attachments", {:force=>true, :id=>:integer})
>    -> 0.0016s
> -- create_table("auth_sources", {:force=>true, :id=>:integer})
>    -> 0.0009s
> -- create_table("custom_fields", {:force=>true, :id=>:integer})
>    -> 0.0007s
> -- create_table("custom_fields_projects", {:id=>false, :force=>true})
>    -> 0.0004s
> -- create_table("custom_fields_trackers", {:id=>false, :force=>true})
>    -> 0.0004s
> -- create_table("custom_values", {:force=>true, :id=>:integer})
>    -> 0.0005s
> -- create_table("documents", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- add_index("documents", ["project_id"], {:name=>"documents_project_id"})
>    -> 0.0003s
> -- create_table("enumerations", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- create_table("issue_categories", {:force=>true, :id=>:integer})
>    -> 0.0005s
> -- add_index("issue_categories", ["project_id"], 
> {:name=>"issue_categories_project_id"})
>    -> 0.0002s
> -- create_table("issue_histories", {:force=>true, :id=>:integer})
>    -> 0.0005s
> -- add_index("issue_histories", ["issue_id"], 
> {:name=>"issue_histories_issue_id"})
>    -> 0.0002s
> -- create_table("issue_statuses", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- create_table("issues", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- add_index("issues", ["project_id"], {:name=>"issues_project_id"})
>    -> 0.0003s
> -- create_table("members", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- create_table("news", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- add_index("news", ["project_id"], {:name=>"news_project_id"})
>    -> 0.0002s
> -- create_table("permissions", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- create_table("permissions_roles", {:id=>false, :force=>true})
>    -> 0.0004s
> -- add_index("permissions_roles", ["role_id"], 
> {:name=>"permissions_roles_role_id"})
>    -> 0.0002s
> -- create_table("projects", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- create_table("roles", {:force=>true, :id=>:integer})
>    -> 0.0006s
> -- create_table("tokens", {:force=>true, :id=>:integer})
>    -> 0.0005s
> -- create_table("trackers", {:force=>true, :id=>:integer})
>    -> 0.0005s
> -- create_table("users", {:force=>true, :id=>:integer})
>    -> 0.0007s
> -- create_table("versions", {:force=>true, :id=>:integer})
>    -> 0.0005s
> -- add_index("versions", ["project_id"], {:name=>"versions_project_id"})
>    -> 0.0002s
> -- create_table("workflows", {:force=>true, :id=>:integer})
>    -> 0.0005s
> == 1 Setup: migrated (0.0520s) 
> ================================================
> 
> == 2 IssueMove: migrating 
> =====================================================
> == 2 IssueMove: migrated (0.0058s) 
> ============================================
> 
> == 3 IssueAddNote: migrating 
> ==================================================
> == 3 IssueAddNote: migrated (0.0057s) 
> =========================================
> 
> == 4 ExportPdf: migrating 
> =====================================================
> == 4 ExportPdf: migrated (0.0062s) 
> ============================================
> 
> == 5 IssueStartDate: migrating 
> ================================================
> -- add_column(:issues, :start_date, :date)
>    -> 0.0012s
> -- add_column(:issues, :done_ratio, :integer, {:default=>0, :null=>false})
>    -> 0.0007s
> == 5 IssueStartDate: migrated (0.0020s) 
> =======================================
> 
> == 6 CalendarAndActivity: migrating 
> ===========================================
> == 6 CalendarAndActivity: migrated (0.0068s) 
> ==================================
> 
> == 7 CreateJournals: migrating 
> ================================================
> -- create_table(:journals, {:force=>true, :id=>:integer})
>    -> 0.0012s
> -- create_table(:journal_details, {:force=>true, :id=>:integer})
>    -> 0.0007s
> -- add_index("journals", ["journalized_id", "journalized_type"], 
> {:name=>"journals_journalized_id"})
>    -> 0.0003s
> -- add_index("journal_details", ["journal_id"], 
> {:name=>"journal_details_journal_id"})
>    -> 0.0002s
> -- drop_table(:issue_histories)
>    -> 0.0003s
> == 7 CreateJournals: migrated (0.0090s) 
> =======================================
> 
> == 8 CreateUserPreferences: migrating 
> =========================================
> -- create_table(:user_preferences, {:id=>:integer})
>    -> 0.0010s
> == 8 CreateUserPreferences: migrated (0.0011s) 
> ================================
> 
> == 9 AddHideMailPref: migrating 
> ===============================================
> -- add_column(:user_preferences, :hide_mail, :boolean, {:default=>false})
>    -> 0.0012s
> == 9 AddHideMailPref: migrated (0.0013s) 
> ======================================
> 
> == 10 CreateComments: migrating 
> ===============================================
> -- create_table(:comments, {:id=>:integer})
>    -> 0.0011s
> == 10 CreateComments: migrated (0.0012s) 
> ======================================
> 
> == 11 AddNewsCommentsCount: migrating 
> =========================================
> -- add_column(:news, :comments_count, :integer, {:default=>0, :null=>false})
>    -> 0.0011s
> == 11 AddNewsCommentsCount: migrated (0.0012s) 
> ================================
> 
> == 12 AddCommentsPermissions: migrating 
> =======================================
> == 12 AddCommentsPermissions: migrated (0.0075s) 
> ==============================
> 
> == 13 CreateQueries: migrating 
> ================================================
> -- create_table(:queries, {:force=>true, :id=>:integer})
>    -> 0.0016s
> == 13 CreateQueries: migrated (0.0018s) 
> =======================================
> 
> == 14 AddQueriesPermissions: migrating 
> ========================================
> == 14 AddQueriesPermissions: migrated (0.0077s) 
> ===============================
> 
> == 15 CreateRepositories: migrating 
> ===========================================
> -- create_table(:repositories, {:force=>true, :id=>:integer})
>    -> 0.0017s
> == 15 CreateRepositories: migrated (0.0021s) 
> ==================================
> 
> == 16 AddRepositoriesPermissions: migrating 
> ===================================
> == 16 AddRepositoriesPermissions: migrated (0.0129s) 
> ==========================
> 
> == 17 CreateSettings: migrating 
> ===============================================
> -- create_table(:settings, {:force=>true, :id=>:integer})
>    -> 0.0022s
> == 17 CreateSettings: migrated (0.0024s) 
> ======================================
> 
> == 18 SetDocAndFilesNotifications: migrating 
> ==================================
> == 18 SetDocAndFilesNotifications: migrated (0.0182s) 
> =========================
> 
> == 19 AddIssueStatusPosition: migrating 
> =======================================
> -- add_column(:issue_statuses, :position, :integer, {:default=>1})
>    -> 0.0023s
> == 19 AddIssueStatusPosition: migrated (0.0073s) 
> ==============================
> 
> == 20 AddRolePosition: migrating 
> ==============================================
> -- add_column(:roles, :position, :integer, {:default=>1})
>    -> 0.0017s
> == 20 AddRolePosition: migrated (0.0226s) 
> =====================================
> 
> == 21 AddTrackerPosition: migrating 
> ===========================================
> -- add_column(:trackers, :position, :integer, {:default=>1})
>    -> 0.0022s
> == 21 AddTrackerPosition: migrated (0.0122s) 
> ==================================
> 
> == 22 SerializePossiblesValues: migrating 
> =====================================
> == 22 SerializePossiblesValues: migrated (0.0014s) 
> ============================
> 
> == 23 AddTrackerIsInRoadmap: migrating 
> ========================================
> -- add_column(:trackers, :is_in_roadmap, :boolean, {:default=>true, 
> :null=>false})
>    -> 0.0015s
> == 23 AddTrackerIsInRoadmap: migrated (0.0016s) 
> ===============================
> 
> == 24 AddRoadmapPermission: migrating 
> =========================================
> == 24 AddRoadmapPermission: migrated (0.0085s) 
> ================================
> 
> == 25 AddSearchPermission: migrating 
> ==========================================
> == 25 AddSearchPermission: migrated (0.0088s) 
> =================================
> 
> == 26 AddRepositoryLoginAndPassword: migrating 
> ================================
> -- add_column(:repositories, :login, :string, {:limit=>60, :default=>""})
>    -> 0.0016s
> -- add_column(:repositories, :password, :string, {:limit=>60, :default=>""})
>    -> 0.0019s
> == 26 AddRepositoryLoginAndPassword: migrated (0.0037s) 
> =======================
> 
> == 27 CreateWikis: migrating 
> ==================================================
> -- create_table(:wikis, {:id=>:integer})
>    -> 0.0013s
> -- add_index(:wikis, :project_id, {:name=>:wikis_project_id})
>    -> 0.0004s
> == 27 CreateWikis: migrated (0.0020s) 
> =========================================
> 
> == 28 CreateWikiPages: migrating 
> ==============================================
> -- create_table(:wiki_pages, {:id=>:integer})
>    -> 0.0010s
> -- add_index(:wiki_pages, [:wiki_id, :title], 
> {:name=>:wiki_pages_wiki_id_title})
>    -> 0.0003s
> == 28 CreateWikiPages: migrated (0.0014s) 
> =====================================
> 
> == 29 CreateWikiContents: migrating 
> ===========================================
> -- create_table(:wiki_contents, {:id=>:integer})
>    -> 0.0011s
> -- add_index(:wiki_contents, :page_id, {:name=>:wiki_contents_page_id})
>    -> 0.0003s
> -- create_table(:wiki_content_versions, {:id=>:integer})
>    -> 0.0007s
> -- add_index(:wiki_content_versions, :wiki_content_id, 
> {:name=>:wiki_content_versions_wcid})
>    -> 0.0002s
> == 29 CreateWikiContents: migrated (0.0025s) 
> ==================================
> 
> == 30 AddProjectsFeedsPermissions: migrating 
> ==================================
> == 30 AddProjectsFeedsPermissions: migrated (0.0058s) 
> =========================
> 
> == 31 AddRepositoryRootUrl: migrating 
> =========================================
> -- add_column(:repositories, :root_url, :string, {:limit=>255, :default=>""})
>    -> 0.0014s
> == 31 AddRepositoryRootUrl: migrated (0.0015s) 
> ================================
> 
> == 32 CreateTimeEntries: migrating 
> ============================================
> -- create_table(:time_entries, {:id=>:integer})
>    -> 0.0010s
> -- add_index(:time_entries, [:project_id], {:name=>:time_entries_project_id})
>    -> 0.0003s
> -- add_index(:time_entries, [:issue_id], {:name=>:time_entries_issue_id})
>    -> 0.0002s
> == 32 CreateTimeEntries: migrated (0.0017s) 
> ===================================
> 
> == 33 AddTimelogPermissions: migrating 
> ========================================
> == 33 AddTimelogPermissions: migrated (0.0057s) 
> ===============================
> 
> == 34 CreateChangesets: migrating 
> =============================================
> -- create_table(:changesets, {:id=>:integer})
>    -> 0.0011s
> -- add_index(:changesets, [:repository_id, :revision], {:unique=>true, 
> :name=>:changesets_repos_rev})
>    -> 0.0003s
> == 34 CreateChangesets: migrated (0.0015s) 
> ====================================
> 
> == 35 CreateChanges: migrating 
> ================================================
> -- create_table(:changes, {:id=>:integer})
>    -> 0.0011s
> -- add_index(:changes, [:changeset_id], {:name=>:changesets_changeset_id})
>    -> 0.0003s
> == 35 CreateChanges: migrated (0.0016s) 
> =======================================
> 
> == 36 AddChangesetCommitDate: migrating 
> =======================================
> -- add_column(:changesets, :commit_date, :date)
>    -> 0.0013s
> == 36 AddChangesetCommitDate: migrated (0.0182s) 
> ==============================
> 
> == 37 AddProjectIdentifier: migrating 
> =========================================
> -- add_column(:projects, :identifier, :string, {:limit=>20})
>    -> 0.0013s
> == 37 AddProjectIdentifier: migrated (0.0014s) 
> ================================
> 
> == 38 AddCustomFieldIsFilter: migrating 
> =======================================
> -- add_column(:custom_fields, :is_filter, :boolean, {:null=>false, 
> :default=>false})
>    -> 0.0013s
> == 38 AddCustomFieldIsFilter: migrated (0.0014s) 
> ==============================
> 
> == 39 CreateWatchers: migrating 
> ===============================================
> -- create_table(:watchers, {:id=>:integer})
>    -> 0.0011s
> == 39 CreateWatchers: migrated (0.0012s) 
> ======================================
> 
> == 40 CreateChangesetsIssues: migrating 
> =======================================
> -- create_table(:changesets_issues, {:id=>false})
>    -> 0.0009s
> -- add_index(:changesets_issues, [:changeset_id, :issue_id], {:unique=>true, 
> :name=>:changesets_issues_ids})
>    -> 0.0003s
> == 40 CreateChangesetsIssues: migrated (0.0014s) 
> ==============================
> 
> == 41 RenameCommentToComments: migrating 
> ======================================
> == 41 RenameCommentToComments: migrated (0.0316s) 
> =============================
> 
> == 42 CreateIssueRelations: migrating 
> =========================================
> -- create_table(:issue_relations, {:id=>:integer})
>    -> 0.0010s
> == 42 CreateIssueRelations: migrated (0.0011s) 
> ================================
> 
> == 43 AddRelationsPermissions: migrating 
> ======================================
> == 43 AddRelationsPermissions: migrated (0.0072s) 
> =============================
> 
> == 44 SetLanguageLengthToFive: migrating 
> ======================================
> -- change_column(:users, :language, :string, {:limit=>5, :default=>""})
>    -> 0.0107s
> == 44 SetLanguageLengthToFive: migrated (0.0107s) 
> =============================
> 
> == 45 CreateBoards: migrating 
> =================================================
> -- create_table(:boards, {:id=>:integer})
>    -> 0.0011s
> -- add_index(:boards, [:project_id], {:name=>:boards_project_id})
>    -> 0.0003s
> == 45 CreateBoards: migrated (0.0015s) 
> ========================================
> 
> == 46 CreateMessages: migrating 
> ===============================================
> -- create_table(:messages, {:id=>:integer})
>    -> 0.0013s
> -- add_index(:messages, [:board_id], {:name=>:messages_board_id})
>    -> 0.0003s
> -- add_index(:messages, [:parent_id], {:name=>:messages_parent_id})
>    -> 0.0003s
> == 46 CreateMessages: migrated (0.0022s) 
> ======================================
> 
> == 47 AddBoardsPermissions: migrating 
> =========================================
> == 47 AddBoardsPermissions: migrated (0.0081s) 
> ================================
> 
> == 48 AllowNullVersionEffectiveDate: migrating 
> ================================
> -- change_column(:versions, :effective_date, :date, {:default=>nil, 
> :null=>true})
>    -> 0.0069s
> == 48 AllowNullVersionEffectiveDate: migrated (0.0070s) 
> =======================
> 
> == 49 AddWikiDestroyPagePermission: migrating 
> =================================
> == 49 AddWikiDestroyPagePermission: migrated (0.0065s) 
> ========================
> 
> == 50 AddWikiAttachmentsPermissions: migrating 
> ================================
> == 50 AddWikiAttachmentsPermissions: migrated (0.0074s) 
> =======================
> 
> == 51 AddProjectStatus: migrating 
> =============================================
> -- add_column(:projects, :status, :integer, {:default=>1, :null=>false})
>    -> 0.0017s
> == 51 AddProjectStatus: migrated (0.0017s) 
> ====================================
> 
> == 52 AddChangesRevision: migrating 
> ===========================================
> -- add_column(:changes, :revision, :string)
>    -> 0.0013s
> == 52 AddChangesRevision: migrated (0.0014s) 
> ==================================
> 
> == 53 AddChangesBranch: migrating 
> =============================================
> -- add_column(:changes, :branch, :string)
>    -> 0.0013s
> == 53 AddChangesBranch: migrated (0.0014s) 
> ====================================
> 
> == 54 AddChangesetsScmid: migrating 
> ===========================================
> -- add_column(:changesets, :scmid, :string)
>    -> 0.0015s
> == 54 AddChangesetsScmid: migrated (0.0015s) 
> ==================================
> 
> == 55 AddRepositoriesType: migrating 
> ==========================================
> -- add_column(:repositories, :type, :string)
>    -> 0.0015s
> == 55 AddRepositoriesType: migrated (0.0028s) 
> =================================
> 
> == 56 AddRepositoriesChangesPermission: migrating 
> =============================
> == 56 AddRepositoriesChangesPermission: migrated (0.0063s) 
> ====================
> 
> == 57 AddVersionsWikiPageTitle: migrating 
> =====================================
> -- add_column(:versions, :wiki_page_title, :string)
>    -> 0.0015s
> == 57 AddVersionsWikiPageTitle: migrated (0.0016s) 
> ============================
> 
> == 58 AddIssueCategoriesAssignedToId: migrating 
> ===============================
> -- add_column(:issue_categories, :assigned_to_id, :integer)
>    -> 0.0013s
> == 58 AddIssueCategoriesAssignedToId: migrated (0.0013s) 
> ======================
> 
> == 59 AddRolesAssignable: migrating 
> ===========================================
> -- add_column(:roles, :assignable, :boolean, {:default=>true})
>    -> 0.0013s
> == 59 AddRolesAssignable: migrated (0.0014s) 
> ==================================
> 
> == 60 ChangeChangesetsCommitterLimit: migrating 
> ===============================
> -- change_column(:changesets, :committer, :string, {:limit=>nil})
>    -> 0.0069s
> == 60 ChangeChangesetsCommitterLimit: migrated (0.0070s) 
> ======================
> 
> == 61 AddRolesBuiltin: migrating 
> ==============================================
> -- add_column(:roles, :builtin, :integer, {:default=>0, :null=>false})
>    -> 0.0017s
> == 61 AddRolesBuiltin: migrated (0.0018s) 
> =====================================
> 
> == 62 InsertBuiltinRoles: migrating 
> ===========================================
> == 62 InsertBuiltinRoles: migrated (0.7588s) 
> ==================================
> 
> == 63 AddRolesPermissions: migrating 
> ==========================================
> -- add_column(:roles, :permissions, :text)
>    -> 0.0014s
> == 63 AddRolesPermissions: migrated (0.0015s) 
> =================================
> 
> == 64 DropPermissions: migrating 
> ==============================================
> -- drop_table(:permissions)
>    -> 0.0006s
> -- drop_table(:permissions_roles)
>    -> 0.0005s
> == 64 DropPermissions: migrated (0.0012s) 
> =====================================
> 
> == 65 AddSettingsUpdatedOn: migrating 
> =========================================
> -- add_column(:settings, :updated_on, :timestamp)
>    -> 0.0014s
> == 65 AddSettingsUpdatedOn: migrated (0.0115s) 
> ================================
> 
> == 66 AddCustomValueCustomizedIndex: migrating 
> ================================
> -- add_index(:custom_values, [:customized_type, :customized_id], 
> {:name=>:custom_values_customized})
>    -> 0.0007s
> == 66 AddCustomValueCustomizedIndex: migrated (0.0008s) 
> =======================
> 
> == 67 CreateWikiRedirects: migrating 
> ==========================================
> -- create_table(:wiki_redirects, {:id=>:integer})
>    -> 0.0009s
> -- add_index(:wiki_redirects, [:wiki_id, :title], 
> {:name=>:wiki_redirects_wiki_id_title})
>    -> 0.0003s
> == 67 CreateWikiRedirects: migrated (0.0014s) 
> =================================
> 
> == 68 CreateEnabledModules: migrating 
> =========================================
> -- create_table(:enabled_modules, {:id=>:integer})
>    -> 0.0009s
> -- add_index(:enabled_modules, [:project_id], 
> {:name=>:enabled_modules_project_id})
>    -> 0.0003s
> == 68 CreateEnabledModules: migrated (0.0383s) 
> ================================
> 
> == 69 AddIssuesEstimatedHours: migrating 
> ======================================
> -- add_column(:issues, :estimated_hours, :float)
>    -> 0.0014s
> == 69 AddIssuesEstimatedHours: migrated (0.0014s) 
> =============================
> 
> == 70 ChangeAttachmentsContentTypeLimit: migrating 
> ============================
> -- change_column(:attachments, :content_type, :string, {:limit=>nil})
>    -> 0.0054s
> == 70 ChangeAttachmentsContentTypeLimit: migrated (0.0055s) 
> ===================
> 
> == 71 AddQueriesColumnNames: migrating 
> ========================================
> -- add_column(:queries, :column_names, :text)
>    -> 0.0014s
> == 71 AddQueriesColumnNames: migrated (0.0014s) 
> ===============================
> 
> == 72 AddEnumerationsPosition: migrating 
> ======================================
> -- add_column(:enumerations, :position, :integer, {:default=>1})
>    -> 0.0011s
> == 72 AddEnumerationsPosition: migrated (0.0072s) 
> =============================
> 
> == 73 AddEnumerationsIsDefault: migrating 
> =====================================
> -- add_column(:enumerations, :is_default, :boolean, {:default=>false, 
> :null=>false})
>    -> 0.0014s
> == 73 AddEnumerationsIsDefault: migrated (0.0014s) 
> ============================
> 
> == 74 AddAuthSourcesTls: migrating 
> ============================================
> -- add_column(:auth_sources, :tls, :boolean, {:default=>false, :null=>false})
>    -> 0.0013s
> == 74 AddAuthSourcesTls: migrated (0.0014s) 
> ===================================
> 
> == 75 AddMembersMailNotification: migrating 
> ===================================
> -- add_column(:members, :mail_notification, :boolean, {:default=>false, 
> :null=>false})
>    -> 0.0013s
> == 75 AddMembersMailNotification: migrated (0.0014s) 
> ==========================
> 
> == 76 AllowNullPosition: migrating 
> ============================================
> -- change_column(:issue_statuses, :position, :integer, {:default=>1, 
> :null=>true})
>    -> 0.0045s
> -- change_column(:roles, :position, :integer, {:default=>1, :null=>true})
>    -> 0.0042s
> -- change_column(:trackers, :position, :integer, {:default=>1, :null=>true})
>    -> 0.0037s
> -- change_column(:boards, :position, :integer, {:default=>1, :null=>true})
>    -> 0.0056s
> -- change_column(:enumerations, :position, :integer, {:default=>1, 
> :null=>true})
>    -> 0.0037s
> == 76 AllowNullPosition: migrated (0.0222s) 
> ===================================
> 
> == 77 RemoveIssueStatusesHtmlColor: migrating 
> =================================
> -- remove_column(:issue_statuses, :html_color)
>    -> 0.0048s
> == 77 RemoveIssueStatusesHtmlColor: migrated (0.0048s) 
> ========================
> 
> == 78 AddCustomFieldsPosition: migrating 
> ======================================
> -- add_column(:custom_fields, :position, :integer, {:default=>1})
>    -> 0.0013s
> == 78 AddCustomFieldsPosition: migrated (0.0019s) 
> =============================
> 
> == 79 AddUserPreferencesTimeZone: migrating 
> ===================================
> -- add_column(:user_preferences, :time_zone, :string)
>    -> 0.0013s
> == 79 AddUserPreferencesTimeZone: migrated (0.0014s) 
> ==========================
> 
> == 80 AddUsersType: migrating 
> =================================================
> -- add_column(:users, :type, :string)
>    -> 0.0014s
> == 80 AddUsersType: migrated (0.0197s) 
> ========================================
> 
> == 81 CreateProjectsTrackers: migrating 
> =======================================
> -- create_table(:projects_trackers, {:id=>false})
>    -> 0.0009s
> -- add_index(:projects_trackers, :project_id, 
> {:name=>:projects_trackers_project_id})
>    -> 0.0003s
> == 81 CreateProjectsTrackers: migrated (0.0023s) 
> ==============================
> 
> == 82 AddMessagesLocked: migrating 
> ============================================
> -- add_column(:messages, :locked, :boolean, {:default=>false})
>    -> 0.0014s
> == 82 AddMessagesLocked: migrated (0.0015s) 
> ===================================
> 
> == 83 AddMessagesSticky: migrating 
> ============================================
> -- add_column(:messages, :sticky, :integer, {:default=>0})
>    -> 0.0013s
> == 83 AddMessagesSticky: migrated (0.0014s) 
> ===================================
> 
> == 84 ChangeAuthSourcesAccountLimit: migrating 
> ================================
> -- change_column(:auth_sources, :account, :string, {:limit=>nil})
>    -> 0.0058s
> == 84 ChangeAuthSourcesAccountLimit: migrated (0.0058s) 
> =======================
> 
> == 85 AddRoleTrackerOldStatusIndexToWorkflows: migrating 
> ======================
> -- add_index(:workflows, [:role_id, :tracker_id, :old_status_id], 
> {:name=>:wkfs_role_tracker_old_status})
>    -> 0.0007s
> == 85 AddRoleTrackerOldStatusIndexToWorkflows: migrated (0.0008s) 
> =============
> 
> == 86 AddCustomFieldsSearchable: migrating 
> ====================================
> -- add_column(:custom_fields, :searchable, :boolean, {:default=>false})
>    -> 0.0015s
> == 86 AddCustomFieldsSearchable: migrated (0.0016s) 
> ===========================
> 
> == 87 ChangeProjectsDescriptionToText: migrating 
> ==============================
> -- change_column(:projects, :description, :text, {:null=>true, :default=>nil})
>    -> 0.0052s
> == 87 ChangeProjectsDescriptionToText: migrated (0.0053s) 
> =====================
> 
> == 88 AddCustomFieldsDefaultValue: migrating 
> ==================================
> -- add_column(:custom_fields, :default_value, :text)
>    -> 0.0014s
> == 88 AddCustomFieldsDefaultValue: migrated (0.0015s) 
> =========================
> 
> == 89 AddAttachmentsDescription: migrating 
> ====================================
> -- add_column(:attachments, :description, :string)
>    -> 0.0013s
> == 89 AddAttachmentsDescription: migrated (0.0013s) 
> ===========================
> 
> == 90 ChangeVersionsNameLimit: migrating 
> ======================================
> -- change_column(:versions, :name, :string, {:limit=>nil})
>    -> 0.0065s
> == 90 ChangeVersionsNameLimit: migrated (0.0066s) 
> =============================
> 
> == 91 ChangeChangesetsRevisionToString: migrating 
> =============================
> -- index_exists?(:changesets, [:repository_id, :revision], 
> {:name=>"changesets_repos_rev"})
>    -> 0.0006s
> -- remove_index(:changesets, nil, {:name=>:changesets_repos_rev})
>    -> 0.0003s
> -- index_exists?(:changesets, [:repository_id, :revision], 
> {:name=>"altered_changesets_repos_rev"})
>    -> 0.0001s
> -- change_column(:changesets, :revision, :string, {:null=>false})
>    -> 0.0042s
> -- add_index(:changesets, [:repository_id, :revision], {:unique=>true, 
> :name=>:changesets_repos_rev})
>    -> 0.0003s
> == 91 ChangeChangesetsRevisionToString: migrated (0.0065s) 
> ====================
> 
> == 92 ChangeChangesFromRevisionToString: migrating 
> ============================
> -- change_column(:changes, :from_revision, :string)
>    -> 0.0064s
> == 92 ChangeChangesFromRevisionToString: migrated (0.0066s) 
> ===================
> 
> == 93 AddWikiPagesProtected: migrating 
> ========================================
> -- add_column(:wiki_pages, :protected, :boolean, {:default=>false, 
> :null=>false})
>    -> 0.0014s
> == 93 AddWikiPagesProtected: migrated (0.0014s) 
> ===============================
> 
> == 94 ChangeProjectsHomepageLimit: migrating 
> ==================================
> -- change_column(:projects, :homepage, :string, {:limit=>nil, :default=>""})
>    -> 0.0052s
> == 94 ChangeProjectsHomepageLimit: migrated (0.0053s) 
> =========================
> 
> == 95 AddWikiPagesParentId: migrating 
> =========================================
> -- add_column(:wiki_pages, :parent_id, :integer, {:default=>nil})
>    -> 0.0013s
> == 95 AddWikiPagesParentId: migrated (0.0014s) 
> ================================
> 
> == 96 AddCommitAccessPermission: migrating 
> ====================================
> == 96 AddCommitAccessPermission: migrated (0.0011s) 
> ===========================
> 
> == 97 AddViewWikiEditsPermission: migrating 
> ===================================
> == 97 AddViewWikiEditsPermission: migrated (0.0009s) 
> ==========================
> 
> == 98 SetTopicAuthorsAsWatchers: migrating 
> ====================================
> == 98 SetTopicAuthorsAsWatchers: migrated (0.0130s) 
> ===========================
> 
> == 99 AddDeleteWikiPagesAttachmentsPermission: migrating 
> ======================
> == 99 AddDeleteWikiPagesAttachmentsPermission: migrated (0.0008s) 
> =============
> 
> == 100 AddChangesetsUserId: migrating 
> =========================================
> -- add_column(:changesets, :user_id, :integer, {:default=>nil})
>    -> 0.0017s
> == 100 AddChangesetsUserId: migrated (0.0020s) 
> ================================
> 
> == 101 PopulateChangesetsUserId: migrating 
> ====================================
> == 101 PopulateChangesetsUserId: migrated (0.0005s) 
> ===========================
> 
> == 102 AddCustomFieldsEditable: migrating 
> =====================================
> -- add_column(:custom_fields, :editable, :boolean, {:default=>true})
>    -> 0.0048s
> == 102 AddCustomFieldsEditable: migrated (0.0049s) 
> ============================
> 
> == 103 SetCustomFieldsEditable: migrating 
> =====================================
> == 103 SetCustomFieldsEditable: migrated (0.0045s) 
> ============================
> 
> == 104 AddProjectsLftAndRgt: migrating 
> ========================================
> -- add_column(:projects, :lft, :integer)
>    -> 0.0018s
> -- add_column(:projects, :rgt, :integer)
>    -> 0.0015s
> == 104 AddProjectsLftAndRgt: migrated (0.0034s) 
> ===============================
> 
> == 105 BuildProjectsTree: migrating 
> ===========================================
> == 105 BuildProjectsTree: migrated (0.0162s) 
> ==================================
> 
> == 106 RemoveProjectsProjectsCount: migrating 
> =================================
> -- remove_column(:projects, :projects_count)
>    -> 0.0080s
> == 106 RemoveProjectsProjectsCount: migrated (0.0081s) 
> ========================
> 
> == 107 AddOpenIdAuthenticationTables: migrating 
> ===============================
> -- create_table(:open_id_authentication_associations, {:force=>true, 
> :id=>:integer})
>    -> 0.0014s
> -- create_table(:open_id_authentication_nonces, {:force=>true, :id=>:integer})
>    -> 0.0007s
> == 107 AddOpenIdAuthenticationTables: migrated (0.0022s) 
> ======================
> 
> == 108 AddIdentityUrlToUsers: migrating 
> =======================================
> -- add_column(:users, :identity_url, :string)
>    -> 0.0015s
> == 108 AddIdentityUrlToUsers: migrated (0.0015s) 
> ==============================
> 
> == 20090214190337 AddWatchersUserIdTypeIndex: migrating 
> =======================
> -- add_index(:watchers, [:user_id, :watchable_type], 
> {:name=>:watchers_user_id_type})
>    -> 0.0008s
> == 20090214190337 AddWatchersUserIdTypeIndex: migrated (0.0009s) 
> ==============
> 
> == 20090312172426 AddQueriesSortCriteria: migrating 
> ===========================
> -- add_column(:queries, :sort_criteria, :text)
>    -> 0.0019s
> == 20090312172426 AddQueriesSortCriteria: migrated (0.0020s) 
> ==================
> 
> == 20090312194159 AddProjectsTrackersUniqueIndex: migrating 
> ===================
> -- add_index(:projects_trackers, [:project_id, :tracker_id], 
> {:name=>:projects_trackers_unique, :unique=>true})
>    -> 0.0005s
> == 20090312194159 AddProjectsTrackersUniqueIndex: migrated (0.0013s) 
> ==========
> 
> == 20090318181151 ExtendSettingsName: migrating 
> ===============================
> -- change_column(:settings, :name, :string, {:limit=>255, :default=>"", 
> :null=>false})
>    -> 0.0047s
> == 20090318181151 ExtendSettingsName: migrated (0.0047s) 
> ======================
> 
> == 20090323224724 AddTypeToEnumerations: migrating 
> ============================
> -- add_column(:enumerations, :type, :string)
>    -> 0.0024s
> == 20090323224724 AddTypeToEnumerations: migrated (0.0024s) 
> ===================
> 
> == 20090401221305 UpdateEnumerationsToSti: migrating 
> ==========================
> == 20090401221305 UpdateEnumerationsToSti: migrated (0.0042s) 
> =================
> 
> == 20090401231134 AddActiveFieldToEnumerations: migrating 
> =====================
> -- add_column(:enumerations, :active, :boolean, {:default=>true, 
> :null=>false})
>    -> 0.0014s
> == 20090401231134 AddActiveFieldToEnumerations: migrated (0.0015s) 
> ============
> 
> == 20090403001910 AddProjectToEnumerations: migrating 
> =========================
> -- add_column(:enumerations, :project_id, :integer, {:null=>true, 
> :default=>nil})
>    -> 0.0015s
> -- add_index(:enumerations, :project_id)
>    -> 0.0054s
> == 20090403001910 AddProjectToEnumerations: migrated (0.0070s) 
> ================
> 
> == 20090406161854 AddParentIdToEnumerations: migrating 
> ========================
> -- add_column(:enumerations, :parent_id, :integer, {:null=>true, 
> :default=>nil})
>    -> 0.0014s
> == 20090406161854 AddParentIdToEnumerations: migrated (0.0015s) 
> ===============
> 
> == 20090425161243 AddQueriesGroupBy: migrating 
> ================================
> -- add_column(:queries, :group_by, :string)
>    -> 0.0017s
> == 20090425161243 AddQueriesGroupBy: migrated (0.0018s) 
> =======================
> 
> == 20090503121501 CreateMemberRoles: migrating 
> ================================
> -- create_table(:member_roles, {:id=>:integer})
>    -> 0.0011s
> == 20090503121501 CreateMemberRoles: migrated (0.0012s) 
> =======================
> 
> == 20090503121505 PopulateMemberRoles: migrating 
> ==============================
> == 20090503121505 PopulateMemberRoles: migrated (0.0092s) 
> =====================
> 
> == 20090503121510 DropMembersRoleId: migrating 
> ================================
> -- remove_column(:members, :role_id)
>    -> 0.0054s
> == 20090503121510 DropMembersRoleId: migrated (0.0054s) 
> =======================
> 
> == 20090614091200 FixMessagesStickyNull: migrating 
> ============================
> == 20090614091200 FixMessagesStickyNull: migrated (0.0015s) 
> ===================
> 
> == 20090704172350 PopulateUsersType: migrating 
> ================================
> == 20090704172350 PopulateUsersType: migrated (0.0015s) 
> =======================
> 
> == 20090704172355 CreateGroupsUsers: migrating 
> ================================
> -- create_table(:groups_users, {:id=>false})
>    -> 0.0008s
> -- add_index(:groups_users, [:group_id, :user_id], {:unique=>true, 
> :name=>:groups_users_ids})
>    -> 0.0003s
> == 20090704172355 CreateGroupsUsers: migrated (0.0012s) 
> =======================
> 
> == 20090704172358 AddMemberRolesInheritedFrom: migrating 
> ======================
> -- add_column(:member_roles, :inherited_from, :integer)
>    -> 0.0018s
> == 20090704172358 AddMemberRolesInheritedFrom: migrated (0.0018s) 
> =============
> 
> == 20091010093521 FixUsersCustomValues: migrating 
> =============================
> == 20091010093521 FixUsersCustomValues: migrated (0.0028s) 
> ====================
> 
> == 20091017212227 AddMissingIndexesToWorkflows: migrating 
> =====================
> -- add_index(:workflows, :old_status_id)
>    -> 0.0007s
> -- add_index(:workflows, :role_id)
>    -> 0.0003s
> -- add_index(:workflows, :new_status_id)
>    -> 0.0002s
> == 20091017212227 AddMissingIndexesToWorkflows: migrated (0.0013s) 
> ============
> 
> == 20091017212457 AddMissingIndexesToCustomFieldsProjects: migrating 
> ==========
> -- add_index(:custom_fields_projects, [:custom_field_id, :project_id])
>    -> 0.0009s
> == 20091017212457 AddMissingIndexesToCustomFieldsProjects: migrated (0.0010s) 
> =
> 
> == 20091017212644 AddMissingIndexesToMessages: migrating 
> ======================
> -- add_index(:messages, :last_reply_id)
>    -> 0.0007s
> -- add_index(:messages, :author_id)
>    -> 0.0003s
> == 20091017212644 AddMissingIndexesToMessages: migrated (0.0010s) 
> =============
> 
> == 20091017212938 AddMissingIndexesToRepositories: migrating 
> ==================
> -- add_index(:repositories, :project_id)
>    -> 0.0008s
> == 20091017212938 AddMissingIndexesToRepositories: migrated (0.0008s) 
> =========
> 
> == 20091017213027 AddMissingIndexesToComments: migrating 
> ======================
> -- add_index(:comments, [:commented_id, :commented_type])
>    -> 0.0011s
> -- add_index(:comments, :author_id)
>    -> 0.0003s
> == 20091017213027 AddMissingIndexesToComments: migrated (0.0015s) 
> =============
> 
> == 20091017213113 AddMissingIndexesToEnumerations: migrating 
> ==================
> -- add_index(:enumerations, [:id, :type])
>    -> 0.0007s
> == 20091017213113 AddMissingIndexesToEnumerations: migrated (0.0008s) 
> =========
> 
> == 20091017213151 AddMissingIndexesToWikiPages: migrating 
> =====================
> -- add_index(:wiki_pages, :wiki_id)
>    -> 0.0007s
> -- add_index(:wiki_pages, :parent_id)
>    -> 0.0003s
> == 20091017213151 AddMissingIndexesToWikiPages: migrated (0.0011s) 
> ============
> 
> == 20091017213228 AddMissingIndexesToWatchers: migrating 
> ======================
> -- add_index(:watchers, :user_id)
>    -> 0.0007s
> -- add_index(:watchers, [:watchable_id, :watchable_type])
>    -> 0.0004s
> == 20091017213228 AddMissingIndexesToWatchers: migrated (0.0014s) 
> =============
> 
> == 20091017213257 AddMissingIndexesToAuthSources: migrating 
> ===================
> -- add_index(:auth_sources, [:id, :type])
>    -> 0.0008s
> == 20091017213257 AddMissingIndexesToAuthSources: migrated (0.0009s) 
> ==========
> 
> == 20091017213332 AddMissingIndexesToDocuments: migrating 
> =====================
> -- add_index(:documents, :category_id)
>    -> 0.0008s
> == 20091017213332 AddMissingIndexesToDocuments: migrated (0.0009s) 
> ============
> 
> == 20091017213444 AddMissingIndexesToTokens: migrating 
> ========================
> -- add_index(:tokens, :user_id)
>    -> 0.0007s
> == 20091017213444 AddMissingIndexesToTokens: migrated (0.0008s) 
> ===============
> 
> == 20091017213536 AddMissingIndexesToChangesets: migrating 
> ====================
> -- add_index(:changesets, :user_id)
>    -> 0.0010s
> -- add_index(:changesets, :repository_id)
>    -> 0.0004s
> == 20091017213536 AddMissingIndexesToChangesets: migrated (0.0018s) 
> ===========
> 
> == 20091017213642 AddMissingIndexesToIssueCategories: migrating 
> ===============
> -- add_index(:issue_categories, :assigned_to_id)
>    -> 0.0008s
> == 20091017213642 AddMissingIndexesToIssueCategories: migrated (0.0009s) 
> ======
> 
> == 20091017213716 AddMissingIndexesToMemberRoles: migrating 
> ===================
> -- add_index(:member_roles, :member_id)
>    -> 0.0007s
> -- add_index(:member_roles, :role_id)
>    -> 0.0003s
> == 20091017213716 AddMissingIndexesToMemberRoles: migrated (0.0011s) 
> ==========
> 
> == 20091017213757 AddMissingIndexesToBoards: migrating 
> ========================
> -- add_index(:boards, :last_message_id)
>    -> 0.0010s
> == 20091017213757 AddMissingIndexesToBoards: migrated (0.0010s) 
> ===============
> 
> == 20091017213835 AddMissingIndexesToUserPreferences: migrating 
> ===============
> -- add_index(:user_preferences, :user_id)
>    -> 0.0011s
> == 20091017213835 AddMissingIndexesToUserPreferences: migrated (0.0012s) 
> ======
> 
> == 20091017213910 AddMissingIndexesToIssues: migrating 
> ========================
> -- add_index(:issues, :status_id)
>    -> 0.0007s
> -- add_index(:issues, :category_id)
>    -> 0.0002s
> -- add_index(:issues, :assigned_to_id)
>    -> 0.0004s
> -- add_index(:issues, :fixed_version_id)
>    -> 0.0002s
> -- add_index(:issues, :tracker_id)
>    -> 0.0002s
> -- add_index(:issues, :priority_id)
>    -> 0.0002s
> -- add_index(:issues, :author_id)
>    -> 0.0002s
> == 20091017213910 AddMissingIndexesToIssues: migrated (0.0024s) 
> ===============
> 
> == 20091017214015 AddMissingIndexesToMembers: migrating 
> =======================
> -- add_index(:members, :user_id)
>    -> 0.0007s
> -- add_index(:members, :project_id)
>    -> 0.0003s
> == 20091017214015 AddMissingIndexesToMembers: migrated (0.0011s) 
> ==============
> 
> == 20091017214107 AddMissingIndexesToCustomFields: migrating 
> ==================
> -- add_index(:custom_fields, [:id, :type])
>    -> 0.0007s
> == 20091017214107 AddMissingIndexesToCustomFields: migrated (0.0008s) 
> =========
> 
> == 20091017214136 AddMissingIndexesToQueries: migrating 
> =======================
> -- add_index(:queries, :project_id)
>    -> 0.0009s
> -- add_index(:queries, :user_id)
>    -> 0.0003s
> == 20091017214136 AddMissingIndexesToQueries: migrated (0.0013s) 
> ==============
> 
> == 20091017214236 AddMissingIndexesToTimeEntries: migrating 
> ===================
> -- add_index(:time_entries, :activity_id)
>    -> 0.0008s
> -- add_index(:time_entries, :user_id)
>    -> 0.0003s
> == 20091017214236 AddMissingIndexesToTimeEntries: migrated (0.0011s) 
> ==========
> 
> == 20091017214308 AddMissingIndexesToNews: migrating 
> ==========================
> -- add_index(:news, :author_id)
>    -> 0.0010s
> == 20091017214308 AddMissingIndexesToNews: migrated (0.0010s) 
> =================
> 
> == 20091017214336 AddMissingIndexesToUsers: migrating 
> =========================
> -- add_index(:users, [:id, :type])
>    -> 0.0008s
> -- add_index(:users, :auth_source_id)
>    -> 0.0004s
> == 20091017214336 AddMissingIndexesToUsers: migrated (0.0012s) 
> ================
> 
> == 20091017214406 AddMissingIndexesToAttachments: migrating 
> ===================
> -- add_index(:attachments, [:container_id, :container_type])
>    -> 0.0009s
> -- add_index(:attachments, :author_id)
>    -> 0.0003s
> == 20091017214406 AddMissingIndexesToAttachments: migrated (0.0013s) 
> ==========
> 
> == 20091017214440 AddMissingIndexesToWikiContents: migrating 
> ==================
> -- add_index(:wiki_contents, :author_id)
>    -> 0.0007s
> == 20091017214440 AddMissingIndexesToWikiContents: migrated (0.0009s) 
> =========
> 
> == 20091017214519 AddMissingIndexesToCustomValues: migrating 
> ==================
> -- add_index(:custom_values, :custom_field_id)
>    -> 0.0007s
> == 20091017214519 AddMissingIndexesToCustomValues: migrated (0.0008s) 
> =========
> 
> == 20091017214611 AddMissingIndexesToJournals: migrating 
> ======================
> -- add_index(:journals, :user_id)
>    -> 0.0009s
> -- add_index(:journals, :journalized_id)
>    -> 0.0004s
> == 20091017214611 AddMissingIndexesToJournals: migrated (0.0013s) 
> =============
> 
> == 20091017214644 AddMissingIndexesToIssueRelations: migrating 
> ================
> -- add_index(:issue_relations, :issue_from_id)
>    -> 0.0009s
> -- add_index(:issue_relations, :issue_to_id)
>    -> 0.0003s
> == 20091017214644 AddMissingIndexesToIssueRelations: migrated (0.0013s) 
> =======
> 
> == 20091017214720 AddMissingIndexesToWikiRedirects: migrating 
> =================
> -- add_index(:wiki_redirects, :wiki_id)
>    -> 0.0008s
> == 20091017214720 AddMissingIndexesToWikiRedirects: migrated (0.0009s) 
> ========
> 
> == 20091017214750 AddMissingIndexesToCustomFieldsTrackers: migrating 
> ==========
> -- add_index(:custom_fields_trackers, [:custom_field_id, :tracker_id])
>    -> 0.0007s
> == 20091017214750 AddMissingIndexesToCustomFieldsTrackers: migrated (0.0008s) 
> =
> 
> == 20091025163651 AddActivityIndexes: migrating 
> ===============================
> -- add_index(:journals, :created_on)
>    -> 0.0010s
> -- add_index(:changesets, :committed_on)
>    -> 0.0003s
> -- add_index(:wiki_content_versions, :updated_on)
>    -> 0.0002s
> -- add_index(:messages, :created_on)
>    -> 0.0002s
> -- add_index(:issues, :created_on)
>    -> 0.0002s
> -- add_index(:news, :created_on)
>    -> 0.0003s
> -- add_index(:attachments, :created_on)
>    -> 0.0002s
> -- add_index(:documents, :created_on)
>    -> 0.0003s
> -- add_index(:time_entries, :created_on)
>    -> 0.0002s
> == 20091025163651 AddActivityIndexes: migrated (0.0031s) 
> ======================
> 
> == 20091108092559 AddVersionsStatus: migrating 
> ================================
> -- add_column(:versions, :status, :string, {:default=>"open"})
>    -> 0.0017s
> == 20091108092559 AddVersionsStatus: migrated (0.0084s) 
> =======================
> 
> == 20091114105931 AddViewIssuesPermission: migrating 
> ==========================
> == 20091114105931 AddViewIssuesPermission: migrated (0.0106s) 
> =================
> 
> == 20091123212029 AddDefaultDoneRatioToIssueStatus: migrating 
> =================
> -- add_column(:issue_statuses, :default_done_ratio, :integer)
>    -> 0.0016s
> == 20091123212029 AddDefaultDoneRatioToIssueStatus: migrated (0.0017s) 
> ========
> 
> == 20091205124427 AddVersionsSharing: migrating 
> ===============================
> -- add_column(:versions, :sharing, :string, {:default=>"none", :null=>false})
>    -> 0.0018s
> -- add_index(:versions, :sharing)
>    -> 0.0004s
> == 20091205124427 AddVersionsSharing: migrated (0.0023s) 
> ======================
> 
> == 20091220183509 AddLftAndRgtIndexesToProjects: migrating 
> ====================
> -- add_index(:projects, :lft)
>    -> 0.0007s
> -- add_index(:projects, :rgt)
>    -> 0.0003s
> == 20091220183509 AddLftAndRgtIndexesToProjects: migrated (0.0011s) 
> ===========
> 
> == 20091220183727 AddIndexToSettingsName: migrating 
> ===========================
> -- add_index(:settings, :name)
>    -> 0.0007s
> == 20091220183727 AddIndexToSettingsName: migrated (0.0008s) 
> ==================
> 
> == 20091220184736 AddIndexesToIssueStatus: migrating 
> ==========================
> -- add_index(:issue_statuses, :position)
>    -> 0.0008s
> -- add_index(:issue_statuses, :is_closed)
>    -> 0.0003s
> -- add_index(:issue_statuses, :is_default)
>    -> 0.0002s
> == 20091220184736 AddIndexesToIssueStatus: migrated (0.0015s) 
> =================
> 
> == 20091225164732 RemoveEnumerationsOpt: migrating 
> ============================
> -- remove_column(:enumerations, :opt)
>    -> 0.0091s
> == 20091225164732 RemoveEnumerationsOpt: migrated (0.0092s) 
> ===================
> 
> == 20091227112908 ChangeWikiContentsTextLimit: migrating 
> ======================
> == 20091227112908 ChangeWikiContentsTextLimit: migrated (0.0000s) 
> =============
> 
> == 20100129193402 ChangeUsersMailNotificationToString: migrating 
> ==============
> -- rename_column(:users, :mail_notification, :mail_notification_bool)
>    -> 0.0122s
> -- add_column(:users, :mail_notification, :string, {:default=>"", 
> :null=>false})
>    -> 0.0013s
> -- remove_column(:users, :mail_notification_bool)
>    -> 0.1302s
> == 20100129193402 ChangeUsersMailNotificationToString: migrated (0.1456s) 
> =====
> 
> == 20100129193813 UpdateMailNotificationValues: migrating 
> =====================
> == 20100129193813 UpdateMailNotificationValues: migrated (0.0000s) 
> ============
> 
> == 20100221100219 AddIndexOnChangesetsScmid: migrating 
> ========================
> -- add_index(:changesets, [:repository_id, :scmid], 
> {:name=>:changesets_repos_scmid})
>    -> 0.0008s
> == 20100221100219 AddIndexOnChangesetsScmid: migrated (0.0008s) 
> ===============
> 
> == 20100313132032 AddIssuesNestedSetsColumns: migrating 
> =======================
> -- add_column(:issues, :parent_id, :integer, {:default=>nil})
>    -> 0.0018s
> -- add_column(:issues, :root_id, :integer, {:default=>nil})
>    -> 0.0013s
> -- add_column(:issues, :lft, :integer, {:default=>nil})
>    -> 0.0011s
> -- add_column(:issues, :rgt, :integer, {:default=>nil})
>    -> 0.0012s
> == 20100313132032 AddIssuesNestedSetsColumns: migrated (0.0291s) 
> ==============
> 
> == 20100313171051 AddIndexOnIssuesNestedSet: migrating 
> ========================
> -- add_index(:issues, [:root_id, :lft, :rgt])
>    -> 0.0008s
> == 20100313171051 AddIndexOnIssuesNestedSet: migrated (0.0008s) 
> ===============
> 
> == 20100705164950 ChangeChangesPathLengthLimit: migrating 
> =====================
> -- change_column(:changes, :path, :text, {:default=>nil, :null=>true})
>    -> 0.0073s
> -- change_column(:changes, :path, :text, {:null=>false})
>    -> 0.0068s
> -- change_column(:changes, :from_path, :text)
>    -> 0.0058s
> == 20100705164950 ChangeChangesPathLengthLimit: migrated (0.0201s) 
> ============
> 
> == 20100819172912 EnableCalendarAndGanttModulesWhereAppropriate: migrating 
> ====
> == 20100819172912 EnableCalendarAndGanttModulesWhereAppropriate: migrated 
> (0.0046s) 
> 
> == 20101104182107 AddUniqueIndexOnMembers: migrating 
> ==========================
> -- add_index(:members, [:user_id, :project_id], {:unique=>true})
>    -> 0.0004s
> == 20101104182107 AddUniqueIndexOnMembers: migrated (0.0019s) 
> =================
> 
> == 20101107130441 AddCustomFieldsVisible: migrating 
> ===========================
> -- add_column(:custom_fields, :visible, :boolean, {:null=>false, 
> :default=>true})
>    -> 0.0017s
> == 20101107130441 AddCustomFieldsVisible: migrated (0.0024s) 
> ==================
> 
> == 20101114115114 ChangeProjectsNameLimit: migrating 
> ==========================
> -- change_column(:projects, :name, :string, {:limit=>nil, :default=>"", 
> :null=>false})
>    -> 0.0097s
> == 20101114115114 ChangeProjectsNameLimit: migrated (0.0098s) 
> =================
> 
> == 20101114115359 ChangeProjectsIdentifierLimit: migrating 
> ====================
> -- change_column(:projects, :identifier, :string, {:limit=>nil})
>    -> 0.0097s
> == 20101114115359 ChangeProjectsIdentifierLimit: migrated (0.0098s) 
> ===========
> 
> == 20110220160626 AddWorkflowsAssigneeAndAuthor: migrating 
> ====================
> -- add_column(:workflows, :assignee, :boolean, {:null=>false, 
> :default=>false})
>    -> 0.0018s
> -- add_column(:workflows, :author, :boolean, {:null=>false, :default=>false})
>    -> 0.0012s
> == 20110220160626 AddWorkflowsAssigneeAndAuthor: migrated (0.0073s) 
> ===========
> 
> == 20110223180944 AddUsersSalt: migrating 
> =====================================
> -- add_column(:users, :salt, :string, {:limit=>64})
>    -> 0.0018s
> == 20110223180944 AddUsersSalt: migrated (0.0018s) 
> ============================
> 
> == 20110223180953 SaltUserPasswords: migrating 
> ================================
> -- Salting user passwords, this may take some time...
>    -> 0.0205s
> == 20110223180953 SaltUserPasswords: migrated (0.0205s) 
> =======================
> 
> == 20110224000000 AddRepositoriesPathEncoding: migrating 
> ======================
> -- add_column(:repositories, :path_encoding, :string, {:limit=>64, 
> :default=>nil})
>    -> 0.0018s
> == 20110224000000 AddRepositoriesPathEncoding: migrated (0.0018s) 
> =============
> 
> == 20110226120112 ChangeRepositoriesPasswordLimit: migrating 
> ==================
> -- change_column(:repositories, :password, :string, {:limit=>nil, 
> :default=>""})
>    -> 0.0071s
> == 20110226120112 ChangeRepositoriesPasswordLimit: migrated (0.0072s) 
> =========
> 
> == 20110226120132 ChangeAuthSourcesAccountPasswordLimit: migrating 
> ============
> -- change_column(:auth_sources, :account_password, :string, {:limit=>nil, 
> :default=>""})
>    -> 0.0087s
> == 20110226120132 ChangeAuthSourcesAccountPasswordLimit: migrated (0.0088s) 
> ===
> 
> == 20110227125750 ChangeJournalDetailsValuesToText: migrating 
> =================
> -- change_column(:journal_details, :old_value, :text)
>    -> 0.0075s
> -- change_column(:journal_details, :value, :text)
>    -> 0.0057s
> == 20110227125750 ChangeJournalDetailsValuesToText: migrated (0.0133s) 
> ========
> 
> == 20110228000000 AddRepositoriesLogEncoding: migrating 
> =======================
> -- add_column(:repositories, :log_encoding, :string, {:limit=>64, 
> :default=>nil})
>    -> 0.0018s
> == 20110228000000 AddRepositoriesLogEncoding: migrated (0.0019s) 
> ==============
> 
> == 20110228000100 CopyRepositoriesLogEncoding: migrating 
> ======================
> == 20110228000100 CopyRepositoriesLogEncoding: migrated (0.0060s) 
> =============
> 
> == 20110401192910 AddIndexToUsersType: migrating 
> ==============================
> -- add_index(:users, :type)
>    -> 0.0007s
> == 20110401192910 AddIndexToUsersType: migrated (0.0008s) 
> =====================
> 
> == 20110408103312 AddRolesIssuesVisibility: migrating 
> =========================
> -- add_column(:roles, :issues_visibility, :string, {:limit=>30, 
> :default=>"default", :null=>false})
>    -> 0.0020s
> == 20110408103312 AddRolesIssuesVisibility: migrated (0.0021s) 
> ================
> 
> == 20110412065600 AddIssuesIsPrivate: migrating 
> ===============================
> -- add_column(:issues, :is_private, :boolean, {:default=>false, :null=>false})
>    -> 0.0017s
> == 20110412065600 AddIssuesIsPrivate: migrated (0.0018s) 
> ======================
> 
> == 20110511000000 AddRepositoriesExtraInfo: migrating 
> =========================
> -- add_column(:repositories, :extra_info, :text)
>    -> 0.0021s
> == 20110511000000 AddRepositoriesExtraInfo: migrated (0.0022s) 
> ================
> 
> == 20110902000000 CreateChangesetParents: migrating 
> ===========================
> -- create_table(:changeset_parents, {:id=>false})
>    -> 0.0009s
> -- add_index(:changeset_parents, [:changeset_id], {:unique=>false, 
> :name=>:changeset_parents_changeset_ids})
>    -> 0.0003s
> -- add_index(:changeset_parents, [:parent_id], {:unique=>false, 
> :name=>:changeset_parents_parent_ids})
>    -> 0.0002s
> == 20110902000000 CreateChangesetParents: migrated (0.0016s) 
> ==================
> 
> == 20111201201315 AddUniqueIndexToIssueRelations: migrating 
> ===================
> -- add_index(:issue_relations, [:issue_from_id, :issue_to_id], 
> {:unique=>true})
>    -> 0.0005s
> == 20111201201315 AddUniqueIndexToIssueRelations: migrated (0.0037s) 
> ==========
> 
> == 20120115143024 AddRepositoriesIdentifier: migrating 
> ========================
> -- add_column(:repositories, :identifier, :string)
>    -> 0.0050s
> == 20120115143024 AddRepositoriesIdentifier: migrated (0.0050s) 
> ===============
> 
> == 20120115143100 AddRepositoriesIsDefault: migrating 
> =========================
> -- add_column(:repositories, :is_default, :boolean, {:default=>false})
>    -> 0.0018s
> == 20120115143100 AddRepositoriesIsDefault: migrated (0.0019s) 
> ================
> 
> == 20120115143126 SetDefaultRepositories: migrating 
> ===========================
> == 20120115143126 SetDefaultRepositories: migrated (0.0012s) 
> ==================
> 
> == 20120127174243 AddCustomFieldsMultiple: migrating 
> ==========================
> -- add_column(:custom_fields, :multiple, :boolean, {:default=>false})
>    -> 0.0021s
> == 20120127174243 AddCustomFieldsMultiple: migrated (0.0022s) 
> =================
> 
> == 20120205111326 ChangeUsersLoginLimit: migrating 
> ============================
> -- change_column(:users, :login, :string, {:limit=>nil, :default=>"", 
> :null=>false})
>    -> 0.0137s
> == 20120205111326 ChangeUsersLoginLimit: migrated (0.0138s) 
> ===================
> 
> == 20120223110929 ChangeAttachmentsContainerDefaults: migrating 
> ===============
> -- remove_index(:attachments, [:container_id, :container_type], 
> {:name=>"index_attachments_on_container_id_and_container_type"})
>    -> 0.0011s
> -- change_column(:attachments, :container_id, :integer, {:default=>nil, 
> :null=>true})
>    -> 0.0117s
> -- change_column(:attachments, :container_type, :string, {:limit=>30, 
> :default=>nil, :null=>true})
>    -> 0.0115s
> -- add_index(:attachments, [:container_id, :container_type])
>    -> 0.0004s
> == 20120223110929 ChangeAttachmentsContainerDefaults: migrated (0.0499s) 
> ======
> 
> == 20120301153455 AddAuthSourcesFilter: migrating 
> =============================
> -- add_column(:auth_sources, :filter, :string)
>    -> 0.0017s
> == 20120301153455 AddAuthSourcesFilter: migrated (0.0018s) 
> ====================
> 
> == 20120422150750 ChangeRepositoriesToFullSti: migrating 
> ======================
> == 20120422150750 ChangeRepositoriesToFullSti: migrated (0.0005s) 
> =============
> 
> == 20120705074331 AddTrackersFieldsBits: migrating 
> ============================
> -- add_column(:trackers, :fields_bits, :integer, {:default=>0})
>    -> 0.0019s
> == 20120705074331 AddTrackersFieldsBits: migrated (0.0020s) 
> ===================
> 
> == 20120707064544 AddAuthSourcesTimeout: migrating 
> ============================
> -- add_column(:auth_sources, :timeout, :integer)
>    -> 0.0018s
> == 20120707064544 AddAuthSourcesTimeout: migrated (0.0019s) 
> ===================
> 
> == 20120714122000 AddWorkflowsType: migrating 
> =================================
> -- add_column(:workflows, :type, :string, {:limit=>30})
>    -> 0.0018s
> == 20120714122000 AddWorkflowsType: migrated (0.0018s) 
> ========================
> 
> == 20120714122100 UpdateWorkflowsToSti: migrating 
> =============================
> == 20120714122100 UpdateWorkflowsToSti: migrated (0.0009s) 
> ====================
> 
> == 20120714122200 AddWorkflowsRuleFields: migrating 
> ===========================
> -- add_column(:workflows, :field_name, :string, {:limit=>30})
>    -> 0.0017s
> -- add_column(:workflows, :rule, :string, {:limit=>30})
>    -> 0.0013s
> == 20120714122200 AddWorkflowsRuleFields: migrated (0.0031s) 
> ==================
> 
> == 20120731164049 AddBoardsParentId: migrating 
> ================================
> -- add_column(:boards, :parent_id, :integer)
>    -> 0.0016s
> == 20120731164049 AddBoardsParentId: migrated (0.0017s) 
> =======================
> 
> == 20120930112914 AddJournalsPrivateNotes: migrating 
> ==========================
> -- add_column(:journals, :private_notes, :boolean, {:default=>false, 
> :null=>false})
>    -> 0.0018s
> == 20120930112914 AddJournalsPrivateNotes: migrated (0.0018s) 
> =================
> 
> == 20121026002032 AddEnumerationsPositionName: migrating 
> ======================
> -- add_column(:enumerations, :position_name, :string, {:limit=>30})
>    -> 0.0018s
> == 20121026002032 AddEnumerationsPositionName: migrated (0.0019s) 
> =============
> 
> == 20121026003537 PopulateEnumerationsPositionName: migrating 
> =================
> == 20121026003537 PopulateEnumerationsPositionName: migrated (0.0042s) 
> ========
> 
> == 20121209123234 AddQueriesType: migrating 
> ===================================
> -- add_column(:queries, :type, :string)
>    -> 0.0018s
> == 20121209123234 AddQueriesType: migrated (0.0018s) 
> ==========================
> 
> == 20121209123358 UpdateQueriesToSti: migrating 
> ===============================
> == 20121209123358 UpdateQueriesToSti: migrated (0.0130s) 
> ======================
> 
> == 20121213084931 AddAttachmentsDiskDirectory: migrating 
> ======================
> -- add_column(:attachments, :disk_directory, :string)
>    -> 0.0017s
> == 20121213084931 AddAttachmentsDiskDirectory: migrated (0.0017s) 
> =============
> 
> == 20130110122628 SplitDocumentsPermissions: migrating 
> ========================
> == 20130110122628 SplitDocumentsPermissions: migrated (0.0008s) 
> ===============
> 
> == 20130201184705 AddUniqueIndexOnTokensValue: migrating 
> ======================
> -- Adding unique index on tokens, this may take some time...
> -- add_index(:tokens, :value, {:unique=>true, :name=>"tokens_value"})
>    -> 0.0004s
>    -> 0.0045s
> == 20130201184705 AddUniqueIndexOnTokensValue: migrated (0.0045s) 
> =============
> 
> == 20130202090625 AddProjectsInheritMembers: migrating 
> ========================
> -- add_column(:projects, :inherit_members, :boolean, {:default=>false, 
> :null=>false})
>    -> 0.0018s
> == 20130202090625 AddProjectsInheritMembers: migrated (0.0018s) 
> ===============
> 
> == 20130207175206 AddUniqueIndexOnCustomFieldsTrackers: migrating 
> =============
> -- index_exists?(:custom_fields_trackers, [:custom_field_id, :tracker_id], 
> {:name=>"index_custom_fields_trackers_on_custom_field_id_and_tracker_id"})
>    -> 0.0004s
> -- remove_index(:custom_fields_trackers, [:custom_field_id, :tracker_id], 
> {:name=>"index_custom_fields_trackers_on_custom_field_id_and_tracker_id"})
>    -> 0.0005s
> -- add_index(:custom_fields_trackers, [:custom_field_id, :tracker_id], 
> {:unique=>true})
>    -> 0.0004s
> == 20130207175206 AddUniqueIndexOnCustomFieldsTrackers: migrated (0.0022s) 
> ====
> 
> == 20130207181455 AddUniqueIndexOnCustomFieldsProjects: migrating 
> =============
> -- index_exists?(:custom_fields_projects, [:custom_field_id, :project_id], 
> {:name=>"index_custom_fields_projects_on_custom_field_id_and_project_id"})
>    -> 0.0006s
> -- remove_index(:custom_fields_projects, [:custom_field_id, :project_id], 
> {:name=>"index_custom_fields_projects_on_custom_field_id_and_project_id"})
>    -> 0.0006s
> -- add_index(:custom_fields_projects, [:custom_field_id, :project_id], 
> {:unique=>true})
>    -> 0.0003s
> == 20130207181455 AddUniqueIndexOnCustomFieldsProjects: migrated (0.0027s) 
> ====
> 
> == 20130215073721 ChangeUsersLastnameLengthTo255: migrating 
> ===================
> -- change_column(:users, :lastname, :string, {:limit=>255, :default=>"", 
> :null=>false})
>    -> 0.0126s
> == 20130215073721 ChangeUsersLastnameLengthTo255: migrated (0.0126s) 
> ==========
> 
> == 20130215111127 AddIssuesClosedOn: migrating 
> ================================
> -- add_column(:issues, :closed_on, :datetime, {:default=>nil})
>    -> 0.0017s
> == 20130215111127 AddIssuesClosedOn: migrated (0.0018s) 
> =======================
> 
> == 20130215111141 PopulateIssuesClosedOn: migrating 
> ===========================
> == 20130215111141 PopulateIssuesClosedOn: migrated (0.0018s) 
> ==================
> 
> == 20130217094251 RemoveIssuesDefaultFkValues: migrating 
> ======================
> -- change_column_default(:issues, :tracker_id, nil)
>    -> 0.0287s
> -- change_column_default(:issues, :project_id, nil)
>    -> 0.0276s
> -- change_column_default(:issues, :status_id, nil)
>    -> 0.0280s
> -- change_column_default(:issues, :assigned_to_id, nil)
>    -> 0.0274s
> -- change_column_default(:issues, :priority_id, nil)
>    -> 0.0417s
> -- change_column_default(:issues, :author_id, nil)
>    -> 0.0322s
> == 20130217094251 RemoveIssuesDefaultFkValues: migrated (0.1858s) 
> =============
> 
> == 20130602092539 CreateQueriesRoles: migrating 
> ===============================
> -- create_table(:queries_roles, {:id=>false})
>    -> 0.0009s
> -- add_index(:queries_roles, [:query_id, :role_id], {:unique=>true, 
> :name=>:queries_roles_ids})
>    -> 0.0003s
> == 20130602092539 CreateQueriesRoles: migrated (0.0014s) 
> ======================
> 
> == 20130710182539 AddQueriesVisibility: migrating 
> =============================
> -- add_column(:queries, :visibility, :integer, {:default=>0})
>    -> 0.0022s
> -- remove_column(:queries, :is_public)
>    -> 0.0088s
> == 20130710182539 AddQueriesVisibility: migrated (0.0121s) 
> ====================
> 
> == 20130713104233 CreateCustomFieldsRoles: migrating 
> ==========================
> -- create_table(:custom_fields_roles, {:id=>false})
>    -> 0.0009s
> -- add_index(:custom_fields_roles, [:custom_field_id, :role_id], 
> {:unique=>true, :name=>:custom_fields_roles_ids})
>    -> 0.0005s
> == 20130713104233 CreateCustomFieldsRoles: migrated (0.0027s) 
> =================
> 
> == 20130713111657 AddQueriesOptions: migrating 
> ================================
> -- add_column(:queries, :options, :text)
>    -> 0.0021s
> == 20130713111657 AddQueriesOptions: migrated (0.0022s) 
> =======================
> 
> == 20130729070143 AddUsersMustChangePasswd: migrating 
> =========================
> -- add_column(:users, :must_change_passwd, :boolean, {:default=>false, 
> :null=>false})
>    -> 0.0022s
> == 20130729070143 AddUsersMustChangePasswd: migrated (0.0024s) 
> ================
> 
> == 20130911193200 RemoveEolsFromAttachmentsFilename: migrating 
> ================
> == 20130911193200 RemoveEolsFromAttachmentsFilename: migrated (0.0009s) 
> =======
> 
> == 20131004113137 SupportForMultipleCommitKeywords: migrating 
> =================
> == 20131004113137 SupportForMultipleCommitKeywords: migrated (0.0025s) 
> ========
> 
> == 20131005100610 AddRepositoriesCreatedOn: migrating 
> =========================
> -- add_column(:repositories, :created_on, :timestamp)
>    -> 0.0022s
> == 20131005100610 AddRepositoriesCreatedOn: migrated (0.0023s) 
> ================
> 
> == 20131124175346 AddCustomFieldsFormatStore: migrating 
> =======================
> -- add_column(:custom_fields, :format_store, :text)
>    -> 0.0018s
> == 20131124175346 AddCustomFieldsFormatStore: migrated (0.0019s) 
> ==============
> 
> == 20131210180802 AddCustomFieldsDescription: migrating 
> =======================
> -- add_column(:custom_fields, :description, :text)
>    -> 0.0018s
> == 20131210180802 AddCustomFieldsDescription: migrated (0.0019s) 
> ==============
> 
> == 20131214094309 RemoveCustomFieldsMinMaxLengthDefaultValues: migrating 
> ======
> -- change_column(:custom_fields, :min_length, :int, {:default=>nil, 
> :null=>true})
>    -> 0.0098s
> -- change_column(:custom_fields, :max_length, :int, {:default=>nil, 
> :null=>true})
>    -> 0.0085s
> == 20131214094309 RemoveCustomFieldsMinMaxLengthDefaultValues: migrated 
> (0.0197s) 
> 
> == 20131215104612 StoreRelationTypeInJournalDetails: migrating 
> ================
> == 20131215104612 StoreRelationTypeInJournalDetails: migrated (0.0075s) 
> =======
> 
> == 20131218183023 DeleteOrphanTimeEntriesCustomValues: migrating 
> ==============
> == 20131218183023 DeleteOrphanTimeEntriesCustomValues: migrated (0.0009s) 
> =====
> 
> == 20140228130325 ChangeChangesetsCommentsLimit: migrating 
> ====================
> == 20140228130325 ChangeChangesetsCommentsLimit: migrated (0.0000s) 
> ===========
> 
> == 20140903143914 AddPasswordChangedAtToUser: migrating 
> =======================
> -- add_column(:users, :passwd_changed_on, :datetime)
>    -> 0.0018s
> == 20140903143914 AddPasswordChangedAtToUser: migrated (0.0018s) 
> ==============
> 
> == 20140920094058 InsertBuiltinGroups: migrating 
> ==============================
> == 20140920094058 InsertBuiltinGroups: migrated (0.0705s) 
> =====================
> 
> == 20141029181752 AddTrackersDefaultStatusId: migrating 
> =======================
> -- add_column(:trackers, :default_status_id, :integer)
>    -> 0.0018s
> == 20141029181752 AddTrackersDefaultStatusId: migrated (0.0032s) 
> ==============
> 
> == 20141029181824 RemoveIssueStatusesIsDefault: migrating 
> =====================
> -- remove_column(:issue_statuses, :is_default)
>    -> 0.0093s
> == 20141029181824 RemoveIssueStatusesIsDefault: migrated (0.0093s) 
> ============
> 
> == 20141109112308 AddRolesUsersVisibility: migrating 
> ==========================
> -- add_column(:roles, :users_visibility, :string, {:limit=>30, 
> :default=>"all", :null=>false})
>    -> 0.0024s
> == 20141109112308 AddRolesUsersVisibility: migrated (0.0024s) 
> =================
> 
> == 20141122124142 AddWikiRedirectsRedirectsToWikiId: migrating 
> ================
> -- add_column(:wiki_redirects, :redirects_to_wiki_id, :integer)
>    -> 0.0018s
> -- change_column(:wiki_redirects, :redirects_to_wiki_id, :integer, 
> {:null=>false})
>    -> 0.0077s
> == 20141122124142 AddWikiRedirectsRedirectsToWikiId: migrated (0.0121s) 
> =======
> 
> == 20150113194759 CreateEmailAddresses: migrating 
> =============================
> -- create_table(:email_addresses, {:id=>:integer})
>    -> 0.0014s
> == 20150113194759 CreateEmailAddresses: migrated (0.0015s) 
> ====================
> 
> == 20150113211532 PopulateEmailAddresses: migrating 
> ===========================
> == 20150113211532 PopulateEmailAddresses: migrated (0.0026s) 
> ==================
> 
> == 20150113213922 RemoveUsersMail: migrating 
> ==================================
> -- remove_column(:users, :mail)
>    -> 0.0132s
> == 20150113213922 RemoveUsersMail: migrated (0.0133s) 
> =========================
> 
> == 20150113213955 AddEmailAddressesUserIdIndex: migrating 
> =====================
> -- add_index(:email_addresses, :user_id)
>    -> 0.0007s
> == 20150113213955 AddEmailAddressesUserIdIndex: migrated (0.0008s) 
> ============
> 
> == 20150208105930 ReplaceMoveIssuesPermission: migrating 
> ======================
> == 20150208105930 ReplaceMoveIssuesPermission: migrated (0.0009s) 
> =============
> 
> == 20150510083747 ChangeDocumentsTitleLimit: migrating 
> ========================
> -- change_column(:documents, :title, :string, {:limit=>nil, :default=>"", 
> :null=>false})
>    -> 0.0093s
> == 20150510083747 ChangeDocumentsTitleLimit: migrated (0.0095s) 
> ===============
> 
> == 20150525103953 ClearEstimatedHoursOnParentIssues: migrating 
> ================
> == 20150525103953 ClearEstimatedHoursOnParentIssues: migrated (0.0027s) 
> =======
> 
> == 20150526183158 AddRolesTimeEntriesVisibility: migrating 
> ====================
> -- add_column(:roles, :time_entries_visibility, :string, {:limit=>30, 
> :default=>"all", :null=>false})
>    -> 0.0019s
> == 20150526183158 AddRolesTimeEntriesVisibility: migrated (0.0020s) 
> ===========
> 
> == 20150528084820 AddRolesAllRolesManaged: migrating 
> ==========================
> -- add_column(:roles, :all_roles_managed, :boolean, {:default=>true, 
> :null=>false})
>    -> 0.0018s
> == 20150528084820 AddRolesAllRolesManaged: migrated (0.0019s) 
> =================
> 
> == 20150528092912 CreateRolesManagedRoles: migrating 
> ==========================
> -- create_table(:roles_managed_roles, {:id=>false})
>    -> 0.0009s
> == 20150528092912 CreateRolesManagedRoles: migrated (0.0009s) 
> =================
> 
> == 20150528093249 AddUniqueIndexOnRolesManagedRoles: migrating 
> ================
> -- add_index(:roles_managed_roles, [:role_id, :managed_role_id], 
> {:unique=>true})
>    -> 0.0007s
> == 20150528093249 AddUniqueIndexOnRolesManagedRoles: migrated (0.0008s) 
> =======
> 
> == 20150725112753 InsertAllowedStatusesForNewIssues: migrating 
> ================
> == 20150725112753 InsertAllowedStatusesForNewIssues: migrated (0.0019s) 
> =======
> 
> == 20150730122707 CreateImports: migrating 
> ====================================
> -- create_table(:imports, {:id=>:integer})
>    -> 0.0012s
> == 20150730122707 CreateImports: migrated (0.0012s) 
> ===========================
> 
> == 20150730122735 CreateImportItems: migrating 
> ================================
> -- create_table(:import_items, {:id=>:integer})
>    -> 0.0010s
> == 20150730122735 CreateImportItems: migrated (0.0016s) 
> =======================
> 
> == 20150921204850 ChangeTimeEntriesCommentsLimitTo1024: migrating 
> =============
> -- change_column(:time_entries, :comments, :string, {:limit=>1024})
>    -> 0.0148s
> == 20150921204850 ChangeTimeEntriesCommentsLimitTo1024: migrated (0.0149s) 
> ====
> 
> == 20150921210243 ChangeWikiContentsCommentsLimitTo1024: migrating 
> ============
> -- change_column(:wiki_content_versions, :comments, :string, {:limit=>1024, 
> :default=>""})
>    -> 0.0082s
> -- change_column(:wiki_contents, :comments, :string, {:limit=>1024, 
> :default=>""})
>    -> 0.0072s
> == 20150921210243 ChangeWikiContentsCommentsLimitTo1024: migrated (0.0156s) 
> ===
> 
> == 20151020182334 ChangeAttachmentsFilesizeLimitTo8: migrating 
> ================
> -- change_column(:attachments, :filesize, :integer, {:limit=>8, :default=>0, 
> :null=>false})
>    -> 0.0110s
> == 20151020182334 ChangeAttachmentsFilesizeLimitTo8: migrated (0.0111s) 
> =======
> 
> == 20151020182731 FixCommaInUserFormatSettingValue: migrating 
> =================
> == 20151020182731 FixCommaInUserFormatSettingValue: migrated (0.0013s) 
> ========
> 
> == 20151021184614 ChangeIssueCategoriesNameLimitTo60: migrating 
> ===============
> -- change_column(:issue_categories, :name, :string, {:limit=>60, 
> :default=>"", :null=>false})
>    -> 0.0075s
> == 20151021184614 ChangeIssueCategoriesNameLimitTo60: migrated (0.0076s) 
> ======
> 
> == 20151021185456 ChangeAuthSourcesFilterToText: migrating 
> ====================
> -- change_column(:auth_sources, :filter, :text)
>    -> 0.0083s
> == 20151021185456 ChangeAuthSourcesFilterToText: migrated (0.0083s) 
> ===========
> 
> == 20151021190616 ChangeUserPreferencesHideMailDefaultToTrue: migrating 
> =======
> -- change_column(:user_preferences, :hide_mail, :boolean, {:default=>true})
>    -> 0.0061s
> == 20151021190616 ChangeUserPreferencesHideMailDefaultToTrue: migrated 
> (0.0062s) 
> 
> == 20151024082034 AddTokensUpdatedOn: migrating 
> ===============================
> -- add_column(:tokens, :updated_on, :timestamp)
>    -> 0.0020s
> == 20151024082034 AddTokensUpdatedOn: migrated (0.0026s) 
> ======================
> 
> == 20151025072118 CreateCustomFieldEnumerations: migrating 
> ====================
> -- create_table(:custom_field_enumerations, {:id=>:integer})
>    -> 0.0011s
> == 20151025072118 CreateCustomFieldEnumerations: migrated (0.0012s) 
> ===========
> 
> == 20151031095005 AddProjectsDefaultVersionId: migrating 
> ======================
> -- column_exists?(:projects, :default_version_id, :integer)
>    -> 0.0009s
> -- add_column(:projects, :default_version_id, :integer, {:default=>nil})
>    -> 0.0016s
> == 20151031095005 AddProjectsDefaultVersionId: migrated (0.0026s) 
> =============
> 
> == 20160404080304 ForcePasswordResetDuringSetup: migrating 
> ====================
> == 20160404080304 ForcePasswordResetDuringSetup: migrated (0.0014s) 
> ===========
> 
> == 20160416072926 RemovePositionDefaults: migrating 
> ===========================
> -- change_column("boards", :position, :integer, {:default=>nil})
>    -> 0.0086s
> -- change_column("custom_fields", :position, :integer, {:default=>nil})
>    -> 0.0076s
> -- change_column("enumerations", :position, :integer, {:default=>nil})
>    -> 0.0082s
> -- change_column("issue_statuses", :position, :integer, {:default=>nil})
>    -> 0.0069s
> -- change_column("roles", :position, :integer, {:default=>nil})
>    -> 0.0051s
> -- change_column("trackers", :position, :integer, {:default=>nil})
>    -> 0.0047s
> == 20160416072926 RemovePositionDefaults: migrated (0.0415s) 
> ==================
> 
> == 20160529063352 AddRolesSettings: migrating 
> =================================
> -- add_column(:roles, :settings, :text)
>    -> 0.0019s
> == 20160529063352 AddRolesSettings: migrated (0.0019s) 
> ========================
> 
> == 20161001122012 AddTrackerIdIndexToWorkflows: migrating 
> =====================
> -- add_index(:workflows, :tracker_id)
>    -> 0.0008s
> == 20161001122012 AddTrackerIdIndexToWorkflows: migrated (0.0010s) 
> ============
> 
> == 20161002133421 AddIndexOnMemberRolesInheritedFrom: migrating 
> ===============
> -- add_index(:member_roles, :inherited_from)
>    -> 0.0009s
> == 20161002133421 AddIndexOnMemberRolesInheritedFrom: migrated (0.0009s) 
> ======
> 
> == 20161010081301 ChangeIssuesDescriptionLimit: migrating 
> =====================
> == 20161010081301 ChangeIssuesDescriptionLimit: migrated (0.0000s) 
> ============
> 
> == 20161010081528 ChangeJournalDetailsValueLimit: migrating 
> ===================
> == 20161010081528 ChangeJournalDetailsValueLimit: migrated (0.0000s) 
> ==========
> 
> == 20161010081600 ChangeJournalsNotesLimit: migrating 
> =========================
> == 20161010081600 ChangeJournalsNotesLimit: migrated (0.0000s) 
> ================
> 
> == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrating 
> ================
> -- add_index(:changesets_issues, :issue_id)
>    -> 0.0009s
> == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrated (0.0009s) 
> =======
> 
> == 20161220091118 AddIndexOnIssuesParentId: migrating 
> =========================
> -- add_index(:issues, :parent_id)
>    -> 0.0008s
> == 20161220091118 AddIndexOnIssuesParentId: migrated (0.0009s) 
> ================
> 
> == 20170207050700 AddIndexOnDiskFilenameToAttachments: migrating 
> ==============
> -- add_index(:attachments, :disk_filename)
>    -> 0.0010s
> == 20170207050700 AddIndexOnDiskFilenameToAttachments: migrated (0.0011s) 
> =====
> 
> == 20170302015225 ChangeAttachmentsDigestLimitTo64: migrating 
> =================
> -- change_column(:attachments, :digest, :string, {:limit=>64})
>    -> 0.0154s
> == 20170302015225 ChangeAttachmentsDigestLimitTo64: migrated (0.0154s) 
> ========
> 
> == 20170309214320 AddProjectDefaultAssignedToId: migrating 
> ====================
> -- add_column(:projects, :default_assigned_to_id, :integer, {:default=>nil})
>    -> 0.0022s
> -- column_exists?(:projects, :default_assignee_id, :integer)
>    -> 0.0009s
> == 20170309214320 AddProjectDefaultAssignedToId: migrated (0.0032s) 
> ===========
> 
> == 20170320051650 ChangeRepositoriesExtraInfoLimit: migrating 
> =================
> == 20170320051650 ChangeRepositoriesExtraInfoLimit: migrated (0.0000s) 
> ========
> 
> == 20170418090031 AddViewNewsToAllExistingRoles: migrating 
> ====================
> == 20170418090031 AddViewNewsToAllExistingRoles: migrated (0.0062s) 
> ===========
> 
> == 20170419144536 AddViewMessagesToAllExistingRoles: migrating 
> ================
> == 20170419144536 AddViewMessagesToAllExistingRoles: migrated (0.0115s) 
> =======
> 
> == 20170723112801 RenameCommentsToContent: migrating 
> ==========================
> -- rename_column(:comments, :comments, :content)
>    -> 0.0107s
> == 20170723112801 RenameCommentsToContent: migrated (0.0108s) 
> =================
> 
> == 20180501132547 AddAuthorIdToTimeEntries: migrating 
> =========================
> -- add_column(:time_entries, :author_id, :integer, {:default=>nil, 
> :after=>:project_id})
>    -> 0.0022s
> == 20180501132547 AddAuthorIdToTimeEntries: migrated (0.0041s) 
> ================
> 
> == 20180913072918 AddVerifyPeerToAuthSources: migrating 
> =======================
> -- change_table(:auth_sources)
>    -> 0.0024s
> == 20180913072918 AddVerifyPeerToAuthSources: migrated (0.0024s) 
> ==============
> 
> == 20180923082945 ChangeSqliteBooleansTo0And1: migrating 
> ======================
> == 20180923082945 ChangeSqliteBooleansTo0And1: migrated (0.0452s) 
> =============
> 
> == 20180923091603 ChangeSqliteBooleansDefault: migrating 
> ======================
> -- change_column_default("auth_sources", "onthefly_register", false)
>    -> 0.0101s
> -- change_column_default("auth_sources", "tls", false)
>    -> 0.0087s
> -- change_column_default("custom_field_enumerations", "active", true)
>    -> 0.0043s
> -- change_column_default("custom_fields", "is_required", false)
>    -> 0.0088s
> -- change_column_default("custom_fields", "is_for_all", false)
>    -> 0.0083s
> -- change_column_default("custom_fields", "is_filter", false)
>    -> 0.0087s
> -- change_column_default("custom_fields", "searchable", false)
>    -> 0.0083s
> -- change_column_default("custom_fields", "editable", true)
>    -> 0.0084s
> -- change_column_default("custom_fields", "visible", true)
>    -> 0.0093s
> -- change_column_default("custom_fields", "multiple", false)
>    -> 0.0084s
> -- change_column_default("email_addresses", "is_default", false)
>    -> 0.0059s
> -- change_column_default("email_addresses", "notify", true)
>    -> 0.0059s
> -- change_column_default("enumerations", "is_default", false)
>    -> 0.0083s
> -- change_column_default("enumerations", "active", true)
>    -> 0.0080s
> -- change_column_default("imports", "finished", false)
>    -> 0.0049s
> -- change_column_default("issue_statuses", "is_closed", false)
>    -> 0.0079s
> -- change_column_default("issues", "is_private", false)
>    -> 0.0330s
> -- change_column_default("journals", "private_notes", false)
>    -> 0.0110s
> -- change_column_default("members", "mail_notification", false)
>    -> 0.0088s
> -- change_column_default("messages", "locked", false)
>    -> 0.0136s
> -- change_column_default("projects", "is_public", true)
>    -> 0.0092s
> -- change_column_default("projects", "inherit_members", false)
>    -> 0.0091s
> -- change_column_default("repositories", "is_default", false)
>    -> 0.0072s
> -- change_column_default("roles", "assignable", true)
>    -> 0.0052s
> -- change_column_default("roles", "all_roles_managed", true)
>    -> 0.0052s
> -- change_column_default("trackers", "is_in_chlog", false)
>    -> 0.0041s
> -- change_column_default("trackers", "is_in_roadmap", true)
>    -> 0.0042s
> -- change_column_default("user_preferences", "hide_mail", true)
>    -> 0.0058s
> -- change_column_default("users", "admin", false)
>    -> 0.0124s
> -- change_column_default("users", "must_change_passwd", false)
>    -> 0.0122s
> -- change_column_default("wiki_pages", "protected", false)
>    -> 0.0090s
> -- change_column_default("workflows", "assignee", false)
>    -> 0.0132s
> -- change_column_default("workflows", "author", false)
>    -> 0.0127s
> == 20180923091603 ChangeSqliteBooleansDefault: migrated (0.3020s) 
> =============
> 
> == 20190315094151 ChangeCustomValuesValueLimit: migrating 
> =====================
> == 20190315094151 ChangeCustomValuesValueLimit: migrated (0.0000s) 
> ============
> 
> == 20190315102101 AddTrackersDescription: migrating 
> ===========================
> -- add_column(:trackers, :description, :string, {:after=>:name})
>    -> 0.0021s
> == 20190315102101 AddTrackersDescription: migrated (0.0021s) 
> ==================
> 
> == 20190510070108 AddUniqueIdToImportItems: migrating 
> =========================
> -- change_table(:import_items)
>    -> 0.0025s
> == 20190510070108 AddUniqueIdToImportItems: migrated (0.0026s) 
> ================
> 
> == 20190620135549 ChangeRolesNameLimit: migrating 
> =============================
> -- change_column(:roles, :name, :string, {:limit=>255, :default=>""})
>    -> 0.0056s
> == 20190620135549 ChangeRolesNameLimit: migrated (0.0056s) 
> ====================
> 
> == 20200826153401 AddTwofaSchemeToUser: migrating 
> =============================
> -- add_column(:users, :twofa_scheme, :string)
>    -> 0.0020s
> == 20200826153401 AddTwofaSchemeToUser: migrated (0.0021s) 
> ====================
> 
> == 20200826153402 AddTotpToUser: migrating 
> ====================================
> -- add_column(:users, :twofa_totp_key, :string)
>    -> 0.0019s
> -- add_column(:users, :twofa_totp_last_used_at, :integer)
>    -> 0.0014s
> == 20200826153402 AddTotpToUser: migrated (0.0034s) 
> ===========================
> 
> == 20210704125704 AddTwofaRequiredToGroups: migrating 
> =========================
> -- add_column(:users, :twofa_required, :boolean, {:default=>false})
>    -> 0.0020s
> == 20210704125704 AddTwofaRequiredToGroups: migrated (0.0020s) 
> ================
> 
> == 20210705111300 AddProjectsDefaultIssueQueryId: migrating 
> ===================
> -- add_column(:projects, :default_issue_query_id, :integer, {:default=>nil})
>    -> 0.0020s
> == 20210705111300 AddProjectsDefaultIssueQueryId: migrated (0.0021s) 
> ==========
> 
> == 20210728131544 DropIsInChlogColumn: migrating 
> ==============================
> -- remove_column(:trackers, :is_in_chlog)
>    -> 0.0054s
> == 20210728131544 DropIsInChlogColumn: migrated (0.0055s) 
> =====================
> 
> == 20210801145548 RemoveBccRecipientsSetting: migrating 
> =======================
> == 20210801145548 RemoveBccRecipientsSetting: migrated (0.0011s) 
> ==============
> 
> == 20210801211024 RemoveOrphanedUserCustomValues: migrating 
> ===================
> == 20210801211024 RemoveOrphanedUserCustomValues: migrated (0.0010s) 
> ==========
> 
> == 20211213122100 RemoveIdentityUrlFromUsers: migrating 
> =======================
> -- remove_column(:users, :identity_url, :string)
>    -> 0.0140s
> == 20211213122100 RemoveIdentityUrlFromUsers: migrated (0.0140s) 
> ==============
> 
> == 20211213122101 DropOpenIdAuthenticationTables: migrating 
> ===================
> -- drop_table(:open_id_authentication_associations)
>    -> 0.0008s
> -- drop_table(:open_id_authentication_nonces)
>    -> 0.0002s
> == 20211213122101 DropOpenIdAuthenticationTables: migrated (0.0011s) 
> ==========
> 
> == 20211213122102 RemoveOpenIdSetting: migrating 
> ==============================
> == 20211213122102 RemoveOpenIdSetting: migrated (0.0010s) 
> =====================
> 
> == 20220224194639 DeleteOrphanedTimeEntryActivities: migrating 
> ================
> == 20220224194639 DeleteOrphanedTimeEntryActivities: migrated (0.0173s) 
> =======
> 
> bin/rake test RAILS_ENV=test
> rake aborted!
> LoadError: cannot load such file -- mocha/minitest
> /usr/share/rubygems-integration/all/gems/zeitwerk-2.6.1/lib/zeitwerk/kernel.rb:35:in
>  `require'
> /usr/share/rubygems-integration/all/gems/zeitwerk-2.6.1/lib/zeitwerk/kernel.rb:35:in
>  `require'
> /<<PKGBUILDDIR>>/test/test_helper.rb:37:in `<top (required)>'
> /usr/share/rubygems-integration/all/gems/zeitwerk-2.6.1/lib/zeitwerk/kernel.rb:35:in
>  `require'
> /usr/share/rubygems-integration/all/gems/zeitwerk-2.6.1/lib/zeitwerk/kernel.rb:35:in
>  `require'
> /usr/share/rubygems-integration/all/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:332:in
>  `block in require'
> /usr/share/rubygems-integration/all/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:299:in
>  `load_dependency'
> /usr/share/rubygems-integration/all/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:332:in
>  `require'
> /<<PKGBUILDDIR>>/test/functional/account_controller_test.rb:20:in `<top 
> (required)>'
> /usr/share/rubygems-integration/all/gems/zeitwerk-2.6.1/lib/zeitwerk/kernel.rb:35:in
>  `require'
> /usr/share/rubygems-integration/all/gems/zeitwerk-2.6.1/lib/zeitwerk/kernel.rb:35:in
>  `require'
> /usr/share/rubygems-integration/all/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:332:in
>  `block in require'
> /usr/share/rubygems-integration/all/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:299:in
>  `load_dependency'
> /usr/share/rubygems-integration/all/gems/activesupport-6.1.7/lib/active_support/dependencies.rb:332:in
>  `require'
> /usr/share/rubygems-integration/all/gems/railties-6.1.7/lib/rails/test_unit/runner.rb:50:in
>  `block in load_tests'
> /usr/share/rubygems-integration/all/gems/railties-6.1.7/lib/rails/test_unit/runner.rb:50:in
>  `each'
> /usr/share/rubygems-integration/all/gems/railties-6.1.7/lib/rails/test_unit/runner.rb:50:in
>  `load_tests'
> /usr/share/rubygems-integration/all/gems/railties-6.1.7/lib/rails/test_unit/runner.rb:39:in
>  `run'
> /usr/share/rubygems-integration/all/gems/railties-6.1.7/lib/rails/test_unit/runner.rb:35:in
>  `rake_run'
> /usr/share/rubygems-integration/all/gems/railties-6.1.7/lib/rails/test_unit/testing.rake:16:in
>  `block in <top (required)>'
> Tasks: TOP => test
> (See full trace by running task with --trace)
> make[1]: *** [debian/rules:23: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/30/redmine_5.0.2-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221230;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221230&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: redmine
Source-Version: 5.0.4-1
Done: Utkarsh Gupta <utka...@debian.org>

We believe that the bug you reported is fixed in the latest version of
redmine, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1027...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Utkarsh Gupta <utka...@debian.org> (supplier of updated redmine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 16 Jan 2023 17:56:19 +0530
Source: redmine
Architecture: source
Version: 5.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Utkarsh Gupta <utka...@debian.org>
Closes: 1022818 1026048 1027340
Changes:
 redmine (5.0.4-1) unstable; urgency=medium
 .
   * New upstream version 5.0.4. (Closes: #1022818)
     - Fixes CVE-2022-44030, CVE-2022-44031, and CVE-2022-44637.
       (Closes: #1026048)
   * Refresh d/patches.
     - Keep mocha in Gemfile. (Closes: #1027340)
Checksums-Sha1:
 0152b93987b7a0041bccd752e4bb092ba53c7443 3332 redmine_5.0.4-1.dsc
 2cacdad65c92107403dc7825285a01af50193200 1882896 redmine_5.0.4.orig.tar.xz
 e458064ffd2bc776c05cedcbd543c44aff5ceedb 177588 redmine_5.0.4-1.debian.tar.xz
 ccdc33bae13e2141ecf6b9340d922e5eece842bd 14744 redmine_5.0.4-1_source.buildinfo
Checksums-Sha256:
 6991ec63107d539ab8c74bc55f27e22c2226450ba6b12d79f8fb0d211c5396f4 3332 
redmine_5.0.4-1.dsc
 6fccf53629e8beaa6b0c5020a24f5c66acbb7b546d4e6f3fb62974d5e9274ec6 1882896 
redmine_5.0.4.orig.tar.xz
 f7040db061abe1d6fb605656684b85d0de3f72a6e4fae2449818d492b0c77fb7 177588 
redmine_5.0.4-1.debian.tar.xz
 71421f247fc45398b70e4d67f61e1896859512b70a7c0fe430a4a1a6d7e7a961 14744 
redmine_5.0.4-1_source.buildinfo
Files:
 38267d0837057fb68a0b0b10a10ae1a5 3332 web optional redmine_5.0.4-1.dsc
 b260593aa05fd253f7742b856e061cde 1882896 web optional redmine_5.0.4.orig.tar.xz
 e85fdd7fe4524c542ced5a5ff041944f 177588 web optional 
redmine_5.0.4-1.debian.tar.xz
 6fe31958ee9d3f9972514397c9f4e416 14744 web optional 
redmine_5.0.4-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCAAxFiEEbJ0QSEqa5Mw4X3xxgj6WdgbDS5YFAmPQf3cTHHV0a2Fyc2hA
ZGViaWFuLm9yZwAKCRCCPpZ2BsNLlvMnD/9Ud3wSR/KVsK5DeccOw5wFc3eOpBF+
3IOreSODb6+Q/4nsAIBFqf/IbgusLxwRatm/tQp9aQd6BjFIj0usYLHcltaMx8eW
tRyqzWfY0mpR1Z26m+tc1FgPCr2wnyre15zk/J1SwGgr2+JkoNSjY3nMwqGAKs44
vFGKweS2omkFKv6HNg0UiQm7m8wmiu5oEjFVbr+IVS1gZWJ7kfNCIxPQztJ4Zx8H
70cCUvHtRNwsbYaAyhH2d/bl9usonnhKlYLHw0HmtTZBYLWi9ca4kjtdjMMEXG21
jRgj00/U1N7vAS7pnF4ZpLJwf9I2cr0Z2NoA7dcr7Vdb7/P483OFezcKzD3GqrCa
7BFy9X7pUOvrFoUsywH7ZmYbPd4e3OQprEAlFmwVVP9r8K6PnODOr4ddLZsr9snK
fSvWsyJFCHwiRXqNHrvm2VH1om0pZvYCwg8clvGlHWEjkCqSnNdTtEpLPQcllBfy
x2WPRuH/YHXFnAAhWnd89khk3qEj42YhIIAtlorUk+d1U8XYbL0jE8P9o6vossOK
pBotN/ACukKfTttngqG8Zo0AJ5mbJFIMufCUUxGy0gY5NtkbgcsCJ+oQ+e9eTK6R
02bD1z9qXM4f9/c+hTOMacr8o1UuiUDLnD9LoRQZZ4cfvRLzJ+xNYi1QIlYIE1vk
qtrbr3muiEwZMw==
=dMN1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to