Skip to content

Instantly share code, notes, and snippets.

@roderik
Created July 5, 2011 19:24
Show Gist options
  • Save roderik/1065643 to your computer and use it in GitHub Desktop.
Save roderik/1065643 to your computer and use it in GitHub Desktop.
[21:21:41][kmine@uranus ~/data/vendor/plugins/redmine_backlogs](master)$ rake redmine:backlogs:install --trace
(in /home/projects/kmine/data)
** Invoke redmine:backlogs:install (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute redmine:backlogs:install
Testing 1830 issues for database corruption...
100, 0 problems found, (72 issues/second), estimated time remaining: 23s
200, 0 problems found, (82 issues/second), estimated time remaining: 19s
300, 0 problems found, (81 issues/second), estimated time remaining: 18s
400, 0 problems found, (82 issues/second), estimated time remaining: 17s
500, 0 problems found, (79 issues/second), estimated time remaining: 16s
600, 0 problems found, (71 issues/second), estimated time remaining: 17s
700, 0 problems found, (74 issues/second), estimated time remaining: 15s
800, 0 problems found, (76 issues/second), estimated time remaining: 13s
900, 0 problems found, (65 issues/second), estimated time remaining: 14s
1000, 0 problems found, (74 issues/second), estimated time remaining: 11s
1100, 0 problems found, (68 issues/second), estimated time remaining: 10s
1200, 0 problems found, (65 issues/second), estimated time remaining: 9s
1300, 0 problems found, (64 issues/second), estimated time remaining: 8s
1400, 0 problems found, (68 issues/second), estimated time remaining: 6s
1500, 0 problems found, (63 issues/second), estimated time remaining: 5s
1600, 0 problems found, (61 issues/second), estimated time remaining: 3s
1700, 0 problems found, (65 issues/second), estimated time remaining: 1s
1800, 0 problems found, (67 issues/second), estimated time remaining: 0s
1829, 0 problems found, (86 issues/second), estimated time remaining: 0s
Database OK!
=====================================================
Redmine Backlogs Installer
=====================================================
Installing to the production environment.
Fetching card labels from http://git.gnome.org...Skipping malformed label 'Avery 7161' from avery-iso-templates.xml
Skipping malformed label 'Avery 8666' from avery-iso-templates.xml
Skipping malformed label 'Hema Etiketten' from misc-iso-templates.xml
Skipping malformed label 'Zweckform 32010' from zweckform-iso-templates.xml
done!
Story and task trackers are now set.
Migrating the database...rake aborted!
An error has occurred, all later migrations canceled:
Please fix the issues with the follwing IDs and retry the migration
/home/projects/kmine/data/vendor/plugins/redmine_backlogs/db/migrate/014_fix_positions.rb:14:in `up_without_benchmarks'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:282:in `send'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:282:in `migrate'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:282:in `migrate'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:365:in `__send__'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:365:in `migrate'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:491
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:567:in `call'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:567:in `ddl_transaction'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:490:in `migrate'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:477:in `each'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:477:in `migrate'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:401:in `up'
/home/projects/kmine/data/vendor/rails/activerecord/lib/active_record/migration.rb:383:in `migrate'
/home/projects/kmine/data/vendor/plugins/engines/lib/engines/plugin/migrator.rb:20:in `migrate_plugin'
/home/projects/kmine/data/config/../vendor/plugins/engines/lib/engines/plugin.rb:93:in `migrate'
/home/projects/kmine/data/lib/tasks/migrate_plugins.rake:8
/home/projects/kmine/data/lib/tasks/migrate_plugins.rake:5:in `each'
/home/projects/kmine/data/lib/tasks/migrate_plugins.rake:5
/usr/lib/ruby/1.8/rake.rb:636:in `call'
/usr/lib/ruby/1.8/rake.rb:636:in `execute'
/usr/lib/ruby/1.8/rake.rb:631:in `each'
/usr/lib/ruby/1.8/rake.rb:631:in `execute'
/usr/lib/ruby/1.8/rake.rb:597:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/rake.rb:583:in `invoke'
/usr/lib/ruby/1.8/rake.rb:2051:in `invoke_task'
/usr/lib/ruby/1.8/rake.rb:2029:in `top_level'
/usr/lib/ruby/1.8/rake.rb:2029:in `each'
/usr/lib/ruby/1.8/rake.rb:2029:in `top_level'
/usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:2023:in `top_level'
/usr/lib/ruby/1.8/rake.rb:2001:in `run'
/usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1998:in `run'
/usr/bin/rake:28
ERROR!
*******************************************************
Whoa! An error occurred during database migration.
Please see redmine_backlogs_install.log for more info.
*******************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment