Skip to content

Instantly share code, notes, and snippets.

@ak47
Created August 17, 2011 22:07
Show Gist options
  • Save ak47/1152763 to your computer and use it in GitHub Desktop.
Save ak47/1152763 to your computer and use it in GitHub Desktop.
jenkins output
Cleared workspace.
Note: .repository direcotry in workspace (if exists) is skipped ...
Using remote perforce client: jenkins_test_cores-110152493
[test-cores] $ /usr/bin/p4 workspace -o jenkins_test_cores-110152493
Saving modified client jenkins_test_cores-110152493
[test-cores] $ /usr/bin/p4 -s client -i
Last build changeset: 214959
[test-cores] $ /usr/bin/p4 counter change
Sync'ing workspace to changelist 214959 (forcing sync of unchanged files).
[test-cores] $ /usr/bin/p4 -s sync -f //jenkins_test_cores-110152493/...@214959
Sync complete, took 273 ms
[test-cores] $ /bin/sh -xe /tmp/hudson4706546691431980139.sh
+ bash -l -c rvm 1.9.2@test_cores && bundle install --binstubs
Using rake (0.9.2)
Using abstract (1.0.0)
Using activesupport (3.0.10)
Using builder (2.1.2)
Using i18n (0.5.0)
Using activemodel (3.0.10)
Using erubis (2.6.6)
Using rack (1.2.3)
Using rack-mount (0.6.14)
Using rack-test (0.5.7)
Using tzinfo (0.3.29)
Using actionpack (3.0.10)
Using mime-types (1.16)
Using polyglot (0.3.2)
Using treetop (1.4.10)
Using mail (2.2.19)
Using actionmailer (3.0.10)
Using arel (2.0.10)
Using activerecord (3.0.10)
Using activeresource (3.0.10)
Using bundler (1.0.18)
Using diff-lcs (1.1.2)
Using parallel (0.5.7)
Using parallel_tests (0.6.1)
Using pg (0.11.0)
Using rdoc (3.9.2)
Using thor (0.14.6)
Using railties (3.0.10)
Using rails (3.0.10)
Using rspec-core (2.6.4)
Using rspec-expectations (2.6.0)
Using rspec-mocks (2.6.0)
Using rspec (2.6.0)
Using rspec-rails (2.6.1)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
[test-cores] $ /bin/sh -xe /tmp/hudson1281220587848359920.sh
+ bash -l -c rvm 1.9.2@test_cores && RAILS_ENV=test bundle exec rake db:drop db:create db:migrate
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"
== CreateProjects: migrating =================================================
-- create_table(:projects)
-> 0.0193s
== CreateProjects: migrated (0.0194s) ========================================
[test-cores] $ /bin/sh -xe /tmp/hudson255920606664540133.sh
+ bash -l -c rvm 1.9.2@test_cores && RAILS_ENV=test bundle exec rake parallel:create
test_cores_test2 already exists
test_cores_test already exists
test_cores_test4 already exists
test_cores_test3 already exists
[test-cores] $ /bin/sh -xe /tmp/hudson5232845116974170222.sh
+ bash -l -c rvm 1.9.2@test_cores && RAILS_ENV=test bundle exec rake parallel:prepare
rake aborted!
PGError: ERROR: database "test_cores_test" is being accessed by other users
DETAIL: There are 1 other session(s) using the database.
: DROP DATABASE IF EXISTS "test_cores_test"
Tasks: TOP => db:test:load => db:test:purge
(See full trace by running task with --trace)
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 "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 "projects_id_seq" for serial column "projects.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "projects_pkey" for table "projects"
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment