See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/42/changes> Changes: [Stephan Kulow] [api] another ruby 1.9 case - I hope there aren't too many [Stephan Kulow] [api] update structure ------------------------------------------ Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision 235fde0f013f9fd57fbde6f2d1c71da4fd56834f (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 64578a9c9724337dea4010ab56eb7aa8aa9e64cb (origin/master) Checking out Revision 64578a9c9724337dea4010ab56eb7aa8aa9e64cb (origin/master) [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [workspace] $ /bin/sh -xe /tmp/hudson2317485832762117054.sh + sh dist/ci/obs_testsuite_webui-testsuite.sh ++ dirname dist/ci/obs_testsuite_webui-testsuite.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. nothing to commit (working directory clean) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rm Gemfile.lock + bundle list Gems included by the bundle: * actionmailer (3.2.1) * actionpack (3.2.1) * activemodel (3.2.1) * activerecord (3.2.1) * activeresource (3.2.1) * activesupport (3.2.1) * arel (3.0.0) * builder (3.0.0) * bundler (1.0.21) * ci_reporter (1.7.0) * delayed_job (3.0.1) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.5.2) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.1) * json (1.6.5) * mail (2.4.1) * mime-types (1.17.2) * multi_json (1.0.4) * mysql2 (0.3.11) * nokogiri (1.5.0) * polyglot (0.3.2) * rack (1.4.1) * rack-cache (1.1) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.1) * railties (3.2.1) * rake (0.9.2) * rdoc (3.11) * sprockets (2.1.2) * thor (0.14.6) * tilt (1.3.3) * treetop (1.4.9) * tzinfo (0.3.30) * xmlhash (1.2.1) * yajl-ruby (0.7.6) + git diff Gemfile.lock diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock index 5f8dc4f..dda44a4 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -38,23 +38,24 @@ GEM activerecord (> 2.1.0) delayed_job (~> 3.0.0) erubis (2.7.0) - exception_notification (2.3.3.0) - fast_xs (0.7.3) + exception_notification (2.5.2) + actionmailer (>= 3.0.4) + fast_xs (0.8.0) hike (1.2.1) i18n (0.6.0) - journey (1.0.3) + journey (1.0.1) json (1.6.5) mail (2.4.1) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.17.2) - multi_json (1.1.0) + multi_json (1.0.4) mysql2 (0.3.11) nokogiri (1.5.0) polyglot (0.3.2) rack (1.4.1) - rack-cache (1.2) + rack-cache (1.1) rack (>= 0.4) rack-ssl (1.3.2) rack @@ -75,7 +76,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.6) - rake (0.9.2.2) + rake (0.9.2) rdoc (3.11) json (~> 1.4) sprockets (2.1.2) + chmod a+x script/start_test_backend + echo 'Initialize test database, run migrations, load seed data' Initialize test database, run migrations, load seed data + rake --trace db:drop db:create db:setup db:migrate ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Execute db:create ** Invoke db:setup (first_time) ** Execute db:setup ** Invoke db:structure:load (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:load_config ** Execute db:structure:load ** Invoke db:seed (first_time) ** Execute db:seed ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment ** Execute db:abort_if_pending_migrations ** Invoke db:migrate (first_time) ** Invoke environment ** Invoke db:load_config ** Execute db:migrate ** Invoke db:_dump (first_time) ** Execute db:_dump ** Invoke db:structure:dump (first_time) ** Invoke environment ** Execute db:structure:dump Seeding architectures table... Seeding roles table... Seeding users table... Seeding roles_users table... Seeding static_permissions table... Seeding static permissions for admin role in roles_static_permissions table... Seeding static permissions for maintainer role in roles_static_permissions table... Seeding static permissions for reader role in roles_static_permissions table... Seeding static permissions for downloader role in roles_static_permissions table... Seeding attrib_namespaces table... Seeding attrib_types table... Seeding db_project_type table by loading test fixtures Seeding issue trackers ... + cd ../.. + setup_webui + echo 'Enter Webui rails root' Enter Webui rails root + cd src/webui + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + chmod +x script/start_test_api + echo 'Initialize test database, run migrations, load seed data' Initialize test database, run migrations, load seed data + rake --trace db:drop db:create db:migrate ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Execute db:create ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment Missing these required gems: exception_notification <= 1.1 You're running: ruby 1.8.7.357 at /usr/bin/ruby rubygems 1.5.2 at /var/lib/jenkins/.gem/ruby/1.8, /usr/lib64/ruby/gems/1.8 Run `rake gems:install` to install the missing gems. delayed tasks not available ** Erubis 2.7.0 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org