[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui #401
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/401/changes> Changes: [adrian] [api] update to current ruby stack [adrian] [api] package meta of package copy command is not coping relationships and devel definitions anymore [adrian] [backend] fix listing packages of deleted projects (regression fix) [adrian] [api] Stay compatible for OBS <2.4 remote instances on project package listing via /public route [adrian] [api] add 12.2:ARM distro [mls] [backend] fix prp access logic [mls] [backend] also make sure the publish flag matches for repo access [mls] [backend] aggregates: don't copy from ourselfs [mls] [backend] fix timeout usage in publisher [mls] [backend] write old lastcheck data to disk for faster pickup of old prps [mls] [backend] free more mem if a prp is finished [adrian] [api] ups, fixed name of 12.2:ARM distro [adrian] [api] fix rubygem dependency version fitting to the versions in openSUSE:Tools:Unstable [adrian] [backend] fix perl module loading [mls] [backend] add workaround for cicount going backwards after source copy [mls] [backend] speed up delta check when publishing a repo [mls] [backend] prune subpacks hash in :depends so that writing it is faster [Stephan Kulow] [webui] icons/ is an ignored asset path, so remove icons from images [Stephan Kulow] [webui] fix javascript quoting with rails 3.2.8 [mls] [backend] fix meta file generation for arch linux, before it only worked for deb and rpm [Stephan Kulow] [webui] fix xhtml validation, broken since rails 3 port [mls] [backend] fix status of unresolvable preinstall images [mls] [backend] BSUtil: allow retrieve from file handle [mls] [backend] collect bininfo for projects and packages [mls] [backend] also add leadsigmd5 in bs_signer, drop provides/requires from global bininfo [mls] [backend] get rid of a couple of useless stat calls [mls] [backend] fix read_bininfo_oldok calls [mls] [backend] put nosourceaccess flag in bininfo files [mls] [backend] use new style bininfo in repserver queries [mls] [backend] implement product building against remote projects in the repo server [mls] [backend] add comment about bad naming [mls] [backend] use project bininfo in kiwi product building [mls] [backend] implement products with remote projects in the scheduler ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Using strategy: Default Last Built Revision: Revision 97277e95214f6ee0ba89f7b6d11ca58df47331c4 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 224e8e068b7acb23be29c4687b1406c312dcf112 (origin/master) Checking out Revision 224e8e068b7acb23be29c4687b1406c312dcf112 (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/hudson8255661689110936478.sh + sh dist/ci/obs_testsuite_webui.sh ++ dirname dist/ci/obs_testsuite_webui.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/Gemfile.lock.orig # src/webui/db/structure.sql # src/webui/results/ # src/webui/webrat.log nothing added to commit but untracked files present (use "git add" to track) + 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 + mv Gemfile.lock Gemfile.lock.orig + bundle list Gems included by the bundle: * actionmailer (3.2.8) * actionpack (3.2.8) * activemodel (3.2.8) * activerecord (3.2.8) * activeresource (3.2.8) * activesupport (3.2.8) * arel (3.0.2) * builder (3.0.0) * bundler (1.1.5) * ci_reporter (1.7.0) * delayed_job (3.0.3) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.6.1) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.4) * json (1.7.5) * mail (2.4.4) * memcache-client (1.8.5) * mime-types (1.19) * minitest (3.3.0) * multi_json (1.3.6) * mysql2 (0.3.11) * nokogiri (1.5.5) * pkg-config (1.1.4) * polyglot (0.3.3) * rack (1.4.1) * rack-cache (1.2) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.8) * railties (3.2.8) * rake (0.9.2.2) * rdoc (3.12) * simplecov (0.6.4) * simplecov-html (0.5.3) * simplecov-rcov (0.2.3) * sprockets (2.1.3) * thor (0.15.4) * tilt (1.3.3) * treetop (1.4.10) * tzinfo (0.3.33) * xmlhash (1.2.2) * yajl-ruby (1.1.0) + diff -u Gemfile.lock.orig Gemfile.lock --- Gemfile.lock.orig 2012-08-30 16:26:07.000000000 +0200 +++ Gemfile.lock 2012-08-30 16:26:10.000000000 +0200 @@ -44,7 +44,7 @@ hike (1.2.1) i18n (0.6.0) journey (1.0.4) - json (1.7.4) + json (1.7.5) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) + : + 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) ** Execute db:load_config ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** 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 ** Invoke db:load_config ** 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 ** Invoke db:load_config ** 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 rake aborted! Could not find json-1.7.4 in any of the sources /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:172:in `specs_for' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:161:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/environment.rb:23:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/runtime.rb:11:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler.rb:107:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/setup.rb:17:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/boot.rb>:6:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/application.rb>:1:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/Rakefile>:5:in `<top (required)>' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:65:in `block in run' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:63:in `run' /usr/bin/rake:32:in `<main>' Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/402/changes> Changes: [mls] [backend] implement blocking for products with remote projects ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Using strategy: Default Last Built Revision: Revision 224e8e068b7acb23be29c4687b1406c312dcf112 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 35168a494256bce00e059af1523c549a4827ab41 (origin/master) Checking out Revision 35168a494256bce00e059af1523c549a4827ab41 (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/hudson248952914583507835.sh + sh dist/ci/obs_testsuite_webui.sh ++ dirname dist/ci/obs_testsuite_webui.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/Gemfile.lock.orig # src/webui/db/structure.sql # src/webui/results/ # src/webui/webrat.log nothing added to commit but untracked files present (use "git add" to track) + 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 + mv Gemfile.lock Gemfile.lock.orig + bundle list Gems included by the bundle: * actionmailer (3.2.8) * actionpack (3.2.8) * activemodel (3.2.8) * activerecord (3.2.8) * activeresource (3.2.8) * activesupport (3.2.8) * arel (3.0.2) * builder (3.0.0) * bundler (1.1.5) * ci_reporter (1.7.0) * delayed_job (3.0.3) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.6.1) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.4) * json (1.7.5) * mail (2.4.4) * memcache-client (1.8.5) * mime-types (1.19) * minitest (3.3.0) * multi_json (1.3.6) * mysql2 (0.3.11) * nokogiri (1.5.5) * pkg-config (1.1.4) * polyglot (0.3.3) * rack (1.4.1) * rack-cache (1.2) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.8) * railties (3.2.8) * rake (0.9.2.2) * rdoc (3.12) * simplecov (0.6.4) * simplecov-html (0.5.3) * simplecov-rcov (0.2.3) * sprockets (2.1.3) * thor (0.15.4) * tilt (1.3.3) * treetop (1.4.10) * tzinfo (0.3.33) * xmlhash (1.2.2) * yajl-ruby (1.1.0) + diff -u Gemfile.lock.orig Gemfile.lock --- Gemfile.lock.orig 2012-08-30 17:57:05.000000000 +0200 +++ Gemfile.lock 2012-08-30 17:57:07.000000000 +0200 @@ -44,7 +44,7 @@ hike (1.2.1) i18n (0.6.0) journey (1.0.4) - json (1.7.4) + json (1.7.5) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) + : + 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) ** Execute db:load_config ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** 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 ** Invoke db:load_config ** 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 ** Invoke db:load_config ** 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 rake aborted! Could not find json-1.7.4 in any of the sources /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:172:in `specs_for' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:161:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/environment.rb:23:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/runtime.rb:11:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler.rb:107:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/setup.rb:17:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/boot.rb>:6:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/application.rb>:1:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/Rakefile>:5:in `<top (required)>' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:65:in `block in run' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:63:in `run' /usr/bin/rake:32:in `<main>' Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/403/changes> Changes: [mls] [backend] simplify read_bininfo_oldok code ------------------------------------------ Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Using strategy: Default Last Built Revision: Revision 35168a494256bce00e059af1523c549a4827ab41 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 54b8906b2679f8879e0ac3bed88e831d3365450e (origin/master) Checking out Revision 54b8906b2679f8879e0ac3bed88e831d3365450e (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/hudson8640966852893167306.sh + sh dist/ci/obs_testsuite_webui.sh ++ dirname dist/ci/obs_testsuite_webui.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/Gemfile.lock.orig # src/webui/db/structure.sql # src/webui/results/ # src/webui/webrat.log nothing added to commit but untracked files present (use "git add" to track) + 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 + mv Gemfile.lock Gemfile.lock.orig + bundle list Gems included by the bundle: * actionmailer (3.2.8) * actionpack (3.2.8) * activemodel (3.2.8) * activerecord (3.2.8) * activeresource (3.2.8) * activesupport (3.2.8) * arel (3.0.2) * builder (3.0.0) * bundler (1.1.5) * ci_reporter (1.7.0) * delayed_job (3.0.3) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.6.1) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.4) * json (1.7.5) * mail (2.4.4) * memcache-client (1.8.5) * mime-types (1.19) * minitest (3.3.0) * multi_json (1.3.6) * mysql2 (0.3.11) * nokogiri (1.5.5) * pkg-config (1.1.4) * polyglot (0.3.3) * rack (1.4.1) * rack-cache (1.2) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.8) * railties (3.2.8) * rake (0.9.2.2) * rdoc (3.12) * simplecov (0.6.4) * simplecov-html (0.5.3) * simplecov-rcov (0.2.3) * sprockets (2.1.3) * thor (0.15.4) * tilt (1.3.3) * treetop (1.4.10) * tzinfo (0.3.33) * xmlhash (1.2.2) * yajl-ruby (1.1.0) + diff -u Gemfile.lock.orig Gemfile.lock --- Gemfile.lock.orig 2012-08-31 12:11:14.000000000 +0200 +++ Gemfile.lock 2012-08-31 12:11:16.000000000 +0200 @@ -44,7 +44,7 @@ hike (1.2.1) i18n (0.6.0) journey (1.0.4) - json (1.7.4) + json (1.7.5) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) + : + 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) ** Execute db:load_config ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** 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 ** Invoke db:load_config ** 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 ** Invoke db:load_config ** 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 rake aborted! Could not find json-1.7.4 in any of the sources /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:172:in `specs_for' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:161:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/environment.rb:23:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/runtime.rb:11:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler.rb:107:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/setup.rb:17:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/boot.rb>:6:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/application.rb>:1:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/Rakefile>:5:in `<top (required)>' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:65:in `block in run' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:63:in `run' /usr/bin/rake:32:in `<main>' Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/404/changes> Changes: [mls] [backend] bs_sched: move alien repo handling in a separate function ------------------------------------------ Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Using strategy: Default Last Built Revision: Revision 54b8906b2679f8879e0ac3bed88e831d3365450e (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 59b105db96317d83061fc0ea59c45c46648627d4 (origin/master) Checking out Revision 59b105db96317d83061fc0ea59c45c46648627d4 (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/hudson1440159119821000830.sh + sh dist/ci/obs_testsuite_webui.sh ++ dirname dist/ci/obs_testsuite_webui.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/Gemfile.lock.orig # src/webui/db/structure.sql # src/webui/results/ # src/webui/webrat.log nothing added to commit but untracked files present (use "git add" to track) + 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 + mv Gemfile.lock Gemfile.lock.orig + bundle list Gems included by the bundle: * actionmailer (3.2.8) * actionpack (3.2.8) * activemodel (3.2.8) * activerecord (3.2.8) * activeresource (3.2.8) * activesupport (3.2.8) * arel (3.0.2) * builder (3.0.0) * bundler (1.1.5) * ci_reporter (1.7.0) * delayed_job (3.0.3) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.6.1) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.4) * json (1.7.5) * mail (2.4.4) * memcache-client (1.8.5) * mime-types (1.19) * minitest (3.3.0) * multi_json (1.3.6) * mysql2 (0.3.11) * nokogiri (1.5.5) * pkg-config (1.1.4) * polyglot (0.3.3) * rack (1.4.1) * rack-cache (1.2) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.8) * railties (3.2.8) * rake (0.9.2.2) * rdoc (3.12) * simplecov (0.6.4) * simplecov-html (0.5.3) * simplecov-rcov (0.2.3) * sprockets (2.1.3) * thor (0.15.4) * tilt (1.3.3) * treetop (1.4.10) * tzinfo (0.3.33) * xmlhash (1.2.2) * yajl-ruby (1.1.0) + diff -u Gemfile.lock.orig Gemfile.lock --- Gemfile.lock.orig 2012-08-31 13:06:16.000000000 +0200 +++ Gemfile.lock 2012-08-31 13:06:20.000000000 +0200 @@ -44,7 +44,7 @@ hike (1.2.1) i18n (0.6.0) journey (1.0.4) - json (1.7.4) + json (1.7.5) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) + : + 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) ** Execute db:load_config ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** 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 ** Invoke db:load_config ** 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 ** Invoke db:load_config ** 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 rake aborted! Could not find json-1.7.4 in any of the sources /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:172:in `specs_for' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:161:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/environment.rb:23:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/runtime.rb:11:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler.rb:107:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/setup.rb:17:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/boot.rb>:6:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/application.rb>:1:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/Rakefile>:5:in `<top (required)>' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:65:in `block in run' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:63:in `run' /usr/bin/rake:32:in `<main>' Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/405/changes> Changes: [mls] [backend] fix blocked calc for aggregates, improve aggregates with no set package filter [mls] [backend] don't check all packages if an aggregate has no package filter ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Using strategy: Default Last Built Revision: Revision 59b105db96317d83061fc0ea59c45c46648627d4 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 0b144abdb5b089e58614baa796be22f06a9125c4 (origin/master) Checking out Revision 0b144abdb5b089e58614baa796be22f06a9125c4 (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/hudson4074924142816031920.sh + sh dist/ci/obs_testsuite_webui.sh ++ dirname dist/ci/obs_testsuite_webui.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/Gemfile.lock.orig # src/webui/db/structure.sql # src/webui/results/ # src/webui/webrat.log nothing added to commit but untracked files present (use "git add" to track) + 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 + mv Gemfile.lock Gemfile.lock.orig + bundle list Gems included by the bundle: * actionmailer (3.2.8) * actionpack (3.2.8) * activemodel (3.2.8) * activerecord (3.2.8) * activeresource (3.2.8) * activesupport (3.2.8) * arel (3.0.2) * builder (3.0.0) * bundler (1.1.5) * ci_reporter (1.7.0) * delayed_job (3.0.3) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.6.1) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.4) * json (1.7.5) * mail (2.4.4) * memcache-client (1.8.5) * mime-types (1.19) * minitest (3.3.0) * multi_json (1.3.6) * mysql2 (0.3.11) * nokogiri (1.5.5) * pkg-config (1.1.4) * polyglot (0.3.3) * rack (1.4.1) * rack-cache (1.2) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.8) * railties (3.2.8) * rake (0.9.2.2) * rdoc (3.12) * simplecov (0.6.4) * simplecov-html (0.5.3) * simplecov-rcov (0.2.3) * sprockets (2.1.3) * thor (0.15.4) * tilt (1.3.3) * treetop (1.4.10) * tzinfo (0.3.33) * xmlhash (1.2.2) * yajl-ruby (1.1.0) + diff -u Gemfile.lock.orig Gemfile.lock --- Gemfile.lock.orig 2012-08-31 14:38:31.000000000 +0200 +++ Gemfile.lock 2012-08-31 14:38:33.000000000 +0200 @@ -44,7 +44,7 @@ hike (1.2.1) i18n (0.6.0) journey (1.0.4) - json (1.7.4) + json (1.7.5) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) + : + 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) ** Execute db:load_config ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** 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 ** Invoke db:load_config ** 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 ** Invoke db:load_config ** 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 rake aborted! Could not find json-1.7.4 in any of the sources /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:172:in `specs_for' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:161:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/environment.rb:23:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/runtime.rb:11:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler.rb:107:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/setup.rb:17:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/boot.rb>:6:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/application.rb>:1:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/Rakefile>:5:in `<top (required)>' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:65:in `block in run' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:63:in `run' /usr/bin/rake:32:in `<main>' Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/406/changes> Changes: [mls] [backend] support project binary versions for remote projects, support package filtering ------------------------------------------ Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Using strategy: Default Last Built Revision: Revision 0b144abdb5b089e58614baa796be22f06a9125c4 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 934a8fed903b1153ac12ed60439f91dba222da17 (origin/master) Checking out Revision 934a8fed903b1153ac12ed60439f91dba222da17 (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/hudson6487585541015071956.sh + sh dist/ci/obs_testsuite_webui.sh ++ dirname dist/ci/obs_testsuite_webui.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/Gemfile.lock.orig # src/webui/db/structure.sql # src/webui/results/ # src/webui/webrat.log nothing added to commit but untracked files present (use "git add" to track) + 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 + mv Gemfile.lock Gemfile.lock.orig + bundle list Gems included by the bundle: * actionmailer (3.2.8) * actionpack (3.2.8) * activemodel (3.2.8) * activerecord (3.2.8) * activeresource (3.2.8) * activesupport (3.2.8) * arel (3.0.2) * builder (3.0.0) * bundler (1.1.5) * ci_reporter (1.7.0) * delayed_job (3.0.3) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.6.1) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.4) * json (1.7.5) * mail (2.4.4) * memcache-client (1.8.5) * mime-types (1.19) * minitest (3.3.0) * multi_json (1.3.6) * mysql2 (0.3.11) * nokogiri (1.5.5) * pkg-config (1.1.4) * polyglot (0.3.3) * rack (1.4.1) * rack-cache (1.2) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.8) * railties (3.2.8) * rake (0.9.2.2) * rdoc (3.12) * simplecov (0.6.4) * simplecov-html (0.5.3) * simplecov-rcov (0.2.3) * sprockets (2.1.3) * thor (0.15.4) * tilt (1.3.3) * treetop (1.4.10) * tzinfo (0.3.33) * xmlhash (1.2.2) * yajl-ruby (1.1.0) + diff -u Gemfile.lock.orig Gemfile.lock --- Gemfile.lock.orig 2012-08-31 16:56:16.000000000 +0200 +++ Gemfile.lock 2012-08-31 16:56:19.000000000 +0200 @@ -44,7 +44,7 @@ hike (1.2.1) i18n (0.6.0) journey (1.0.4) - json (1.7.4) + json (1.7.5) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) + : + 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) ** Execute db:load_config ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** 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 ** Invoke db:load_config ** 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 ** Invoke db:load_config ** 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 rake aborted! Could not find json-1.7.4 in any of the sources /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:172:in `specs_for' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:161:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/environment.rb:23:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/runtime.rb:11:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler.rb:107:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/setup.rb:17:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/boot.rb>:6:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/application.rb>:1:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/Rakefile>:5:in `<top (required)>' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:65:in `block in run' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:63:in `run' /usr/bin/rake:32:in `<main>' Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/407/changes> Changes: [mls] [backend] support project binary version query for remote projects in product building ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Using strategy: Default Last Built Revision: Revision 934a8fed903b1153ac12ed60439f91dba222da17 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@e8f0e8f Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 8f06cea34afddb80c858fd7d213d6a72bbc281f4 (origin/master) Checking out Revision 8f06cea34afddb80c858fd7d213d6a72bbc281f4 (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/hudson7413514040232441345.sh + sh dist/ci/obs_testsuite_webui.sh ++ dirname dist/ci/obs_testsuite_webui.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/Gemfile.lock.orig # src/webui/db/structure.sql # src/webui/results/ # src/webui/webrat.log nothing added to commit but untracked files present (use "git add" to track) + 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 + mv Gemfile.lock Gemfile.lock.orig + bundle list Gems included by the bundle: * actionmailer (3.2.8) * actionpack (3.2.8) * activemodel (3.2.8) * activerecord (3.2.8) * activeresource (3.2.8) * activesupport (3.2.8) * arel (3.0.2) * builder (3.0.0) * bundler (1.1.5) * ci_reporter (1.7.0) * delayed_job (3.0.3) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.6.1) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.4) * json (1.7.5) * mail (2.4.4) * memcache-client (1.8.5) * mime-types (1.19) * minitest (3.3.0) * multi_json (1.3.6) * mysql2 (0.3.11) * nokogiri (1.5.5) * pkg-config (1.1.4) * polyglot (0.3.3) * rack (1.4.1) * rack-cache (1.2) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.8) * railties (3.2.8) * rake (0.9.2.2) * rdoc (3.12) * simplecov (0.6.4) * simplecov-html (0.5.3) * simplecov-rcov (0.2.3) * sprockets (2.1.3) * thor (0.15.4) * tilt (1.3.3) * treetop (1.4.10) * tzinfo (0.3.33) * xmlhash (1.2.2) * yajl-ruby (1.1.0) + diff -u Gemfile.lock.orig Gemfile.lock --- Gemfile.lock.orig 2012-08-31 17:58:21.000000000 +0200 +++ Gemfile.lock 2012-08-31 17:58:23.000000000 +0200 @@ -44,7 +44,7 @@ hike (1.2.1) i18n (0.6.0) journey (1.0.4) - json (1.7.4) + json (1.7.5) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) + : + 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) ** Execute db:load_config ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** 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 ** Invoke db:load_config ** 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 ** Invoke db:load_config ** 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 rake aborted! Could not find json-1.7.4 in any of the sources /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:172:in `specs_for' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/definition.rb:161:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/environment.rb:23:in `requested_specs' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/runtime.rb:11:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler.rb:107:in `setup' /usr/lib64/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/setup.rb:17:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/boot.rb>:6:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/config/application.rb>:1:in `<top (required)>' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/Rakefile>:5:in `<top (required)>' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' /usr/lib64/ruby/1.9.1/rake/application.rb:65:in `block in run' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:63:in `run' /usr/bin/rake:32:in `<main>' Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/408/changes> -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
participants (1)
-
admin@opensuse.org