Project

General

Profile

Actions

Defect #13410

closed

rake ci and bundler error

Added by Anonymous over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

when i try to run a 'rake ci' on branch 2.3-stable i get the following output

daniel@daniel-pc ~/Workspace/rd_stable (git::2.3-stable) $ rake ci
redmine_development already exists
redmine_test already exists
NOTICE:  CREATE TABLE will create implicit sequence "attachments_id_seq" for serial column "attachments.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "attachments_pkey" for table "attachments" 
NOTICE:  CREATE TABLE will create implicit sequence "auth_sources_id_seq" for serial column "auth_sources.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "auth_sources_pkey" for table "auth_sources" 
NOTICE:  CREATE TABLE will create implicit sequence "boards_id_seq" for serial column "boards.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "boards_pkey" for table "boards" 
NOTICE:  CREATE TABLE will create implicit sequence "changes_id_seq" for serial column "changes.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "changes_pkey" for table "changes" 
NOTICE:  CREATE TABLE will create implicit sequence "changesets_id_seq" for serial column "changesets.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "changesets_pkey" for table "changesets" 
NOTICE:  CREATE TABLE will create implicit sequence "comments_id_seq" for serial column "comments.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "comments_pkey" for table "comments" 
NOTICE:  CREATE TABLE will create implicit sequence "custom_fields_id_seq" for serial column "custom_fields.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "custom_fields_pkey" for table "custom_fields" 
NOTICE:  CREATE TABLE will create implicit sequence "custom_values_id_seq" for serial column "custom_values.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "custom_values_pkey" for table "custom_values" 
NOTICE:  CREATE TABLE will create implicit sequence "documents_id_seq" for serial column "documents.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "documents_pkey" for table "documents" 
NOTICE:  CREATE TABLE will create implicit sequence "enabled_modules_id_seq" for serial column "enabled_modules.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "enabled_modules_pkey" for table "enabled_modules" 
NOTICE:  CREATE TABLE will create implicit sequence "enumerations_id_seq" for serial column "enumerations.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "enumerations_pkey" for table "enumerations" 
NOTICE:  CREATE TABLE will create implicit sequence "issue_categories_id_seq" for serial column "issue_categories.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "issue_categories_pkey" for table "issue_categories" 
NOTICE:  CREATE TABLE will create implicit sequence "issue_relations_id_seq" for serial column "issue_relations.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "issue_relations_pkey" for table "issue_relations" 
NOTICE:  CREATE TABLE will create implicit sequence "issue_statuses_id_seq" for serial column "issue_statuses.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "issue_statuses_pkey" for table "issue_statuses" 
NOTICE:  CREATE TABLE will create implicit sequence "issues_id_seq" for serial column "issues.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "issues_pkey" for table "issues" 
NOTICE:  CREATE TABLE will create implicit sequence "journal_details_id_seq" for serial column "journal_details.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "journal_details_pkey" for table "journal_details" 
NOTICE:  CREATE TABLE will create implicit sequence "journals_id_seq" for serial column "journals.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "journals_pkey" for table "journals" 
NOTICE:  CREATE TABLE will create implicit sequence "member_roles_id_seq" for serial column "member_roles.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "member_roles_pkey" for table "member_roles" 
NOTICE:  CREATE TABLE will create implicit sequence "members_id_seq" for serial column "members.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "members_pkey" for table "members" 
NOTICE:  CREATE TABLE will create implicit sequence "messages_id_seq" for serial column "messages.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "messages_pkey" for table "messages" 
NOTICE:  CREATE TABLE will create implicit sequence "news_id_seq" for serial column "news.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "news_pkey" for table "news" 
NOTICE:  CREATE TABLE will create implicit sequence "open_id_authentication_associations_id_seq" for serial column "open_id_authentication_associations.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "open_id_authentication_associations_pkey" for table "open_id_authentication_associations" 
NOTICE:  CREATE TABLE will create implicit sequence "open_id_authentication_nonces_id_seq" for serial column "open_id_authentication_nonces.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "open_id_authentication_nonces_pkey" for table "open_id_authentication_nonces" 
NOTICE:  CREATE TABLE will create implicit sequence "projects_id_seq" for serial column "projects.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "projects_pkey" for table "projects" 
NOTICE:  CREATE TABLE will create implicit sequence "queries_id_seq" for serial column "queries.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "queries_pkey" for table "queries" 
NOTICE:  CREATE TABLE will create implicit sequence "repositories_id_seq" for serial column "repositories.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "repositories_pkey" for table "repositories" 
NOTICE:  CREATE TABLE will create implicit sequence "roles_id_seq" for serial column "roles.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "roles_pkey" for table "roles" 
NOTICE:  CREATE TABLE will create implicit sequence "settings_id_seq" for serial column "settings.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "settings_pkey" for table "settings" 
NOTICE:  CREATE TABLE will create implicit sequence "time_entries_id_seq" for serial column "time_entries.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "time_entries_pkey" for table "time_entries" 
NOTICE:  CREATE TABLE will create implicit sequence "tokens_id_seq" for serial column "tokens.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "tokens_pkey" for table "tokens" 
NOTICE:  CREATE TABLE will create implicit sequence "trackers_id_seq" for serial column "trackers.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "trackers_pkey" for table "trackers" 
NOTICE:  CREATE TABLE will create implicit sequence "user_preferences_id_seq" for serial column "user_preferences.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "user_preferences_pkey" for table "user_preferences" 
NOTICE:  CREATE TABLE will create implicit sequence "users_id_seq" for serial column "users.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users" 
NOTICE:  CREATE TABLE will create implicit sequence "versions_id_seq" for serial column "versions.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "versions_pkey" for table "versions" 
NOTICE:  CREATE TABLE will create implicit sequence "watchers_id_seq" for serial column "watchers.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "watchers_pkey" for table "watchers" 
NOTICE:  CREATE TABLE will create implicit sequence "wiki_content_versions_id_seq" for serial column "wiki_content_versions.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "wiki_content_versions_pkey" for table "wiki_content_versions" 
NOTICE:  CREATE TABLE will create implicit sequence "wiki_contents_id_seq" for serial column "wiki_contents.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "wiki_contents_pkey" for table "wiki_contents" 
NOTICE:  CREATE TABLE will create implicit sequence "wiki_pages_id_seq" for serial column "wiki_pages.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "wiki_pages_pkey" for table "wiki_pages" 
NOTICE:  CREATE TABLE will create implicit sequence "wiki_redirects_id_seq" for serial column "wiki_redirects.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "wiki_redirects_pkey" for table "wiki_redirects" 
NOTICE:  CREATE TABLE will create implicit sequence "wikis_id_seq" for serial column "wikis.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "wikis_pkey" for table "wikis" 
NOTICE:  CREATE TABLE will create implicit sequence "workflows_id_seq" for serial column "workflows.id" 
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "workflows_pkey" for table "workflows" 
There was an error in your Gemfile, and Bundler cannot continue.
There was an error in your Gemfile, and Bundler cannot continue.
There was an error in your Gemfile, and Bundler cannot continue.
Errors running test:units! #<RuntimeError: Command failed with status (4): [ruby -I"lib:test" -I"/home/daniel/.rvm/gems/ruby-1.9.3-p392@global/gems/rake-10.0.3/lib" "/home/daniel/.rvm/gems/ruby-1.9.3-p392@global/gems/rake-10.0.3/lib/rake/rake_test_loader.rb" "test/unit/**/*_test.rb" ]>
Errors running test:functionals! #<RuntimeError: Command failed with status (4): [ruby -I"lib:test" -I"/home/daniel/.rvm/gems/ruby-1.9.3-p392@global/gems/rake-10.0.3/lib" "/home/daniel/.rvm/gems/ruby-1.9.3-p392@global/gems/rake-10.0.3/lib/rake/rake_test_loader.rb" "test/functional/**/*_test.rb" ]>
Errors running test:integration! #<RuntimeError: Command failed with status (4): [ruby -I"lib:test" -I"/home/daniel/.rvm/gems/ruby-1.9.3-p392@global/gems/rake-10.0.3/lib" "/home/daniel/.rvm/gems/ruby-1.9.3-p392@global/gems/rake-10.0.3/lib/rake/rake_test_loader.rb" "test/integration/**/*_test.rb" ]>

Files

gem.patch (652 Bytes) gem.patch Anonymous, 2013-03-09 19:43
Actions

Also available in: Atom PDF