[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui #220
![](https://seccdn.libravatar.org/avatar/a8f23670c313bcfe6a972088c009d1ba.jpg?s=120&d=mm&r=g)
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/220/changes> Changes: [adrian] [api] requests do require descriptions now [adrian] [api] avoid to copy from same incident if a mainteannce_request tries to update the package [adrian] [api] better fix for double copy [Stephan Kulow] [webui-testsuite] trying to make the test suite more reliable [Stephan Kulow] [webui] do not use cached attributes unless the attribute controller invalidates the cache [Stephan Kulow] [dist] correct exit value [Stephan Kulow] [webui-testsuite] exit with 1 if there are errors [Stephan Kulow] [api] initial port to rails 3.2 [Stephan Kulow] [api] change the way the configuration is used for rails 3.2 [Stephan Kulow] [api] move the SQL structure file to structure.sql [Stephan Kulow] [api] work on unit tests for rails 3.2 [Stephan Kulow] [api] move file names to new suffixes [Stephan Kulow] [api] fix various test failures [Stephan Kulow] [api] more porting for rails 3.2 [Stephan Kulow] [api] port to new delayed job version [Stephan Kulow] [api] rails 3.2 has a new exception for dups and other fixes [Stephan Kulow] [api] fix for various test failures with rails 3.2 [Stephan Kulow] [api] switch to mysql2 adapter [Stephan Kulow] [api] various speed up hacks [Stephan Kulow] [webui] api is rails 3.2 now [Stephan Kulow] [api] fix config routes to default on XML format - it's important [Stephan Kulow] [api] only have in development.$HOSTNAME.rb what is different on that [Stephan Kulow] [api] get rid of acts_as_tree, we don't groups of groups or roles [Stephan Kulow] [api] remove the active_rbac code and it's plugin. we want to have that [Stephan Kulow] [api] fix some more rails 3.2 things, including our nice subtimes ------------------------------------------ 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@7dcc7dcc Using strategy: Default Last Built Revision: Revision 35330745ad7e6a5f93ab7fbb101645823a274c3c (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/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 f24d38d43295ef81dc969dd306601d6018a89cd4 (origin/master) Checking out Revision f24d38d43295ef81dc969dd306601d6018a89cd4 (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/hudson3596714299983614966.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/webui/results/ 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 + rake --trace gems:install rake aborted! no such file to load -- bundler/setup /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require' /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/api/config/boot.rb>:6 /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require' /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/api/config/application.rb>:1 /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require' /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/api/Rakefile>:5 /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:495:in `raw_load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:78:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:77:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:61:in `run' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:59:in `run' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/bin/rake:32 /usr/bin/rake:19:in `load' /usr/bin/rake:19 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
![](https://seccdn.libravatar.org/avatar/a8f23670c313bcfe6a972088c009d1ba.jpg?s=120&d=mm&r=g)
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/221/changes> Changes: [Stephan Kulow] [api] replace more constants with config variables [Stephan Kulow] [api] for some funny reason there was ruby 1.9 only syntax hiding [Stephan Kulow] [api] use recent version of xmlhash (that does not crash randomly) [Stephan Kulow] [dist] for now don't be too strict on the versions, we need to sort it ------------------------------------------ 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@7dcc7dcc Using strategy: Default Last Built Revision: Revision f24d38d43295ef81dc969dd306601d6018a89cd4 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/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 7422972d7e0423bce1cf140c5d3f3ab368bef072 (origin/master) Checking out Revision 7422972d7e0423bce1cf140c5d3f3ab368bef072 (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/hudson3676601238356639607.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/webui/results/ 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 + 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) * daemons (1.0.10) * delayed_job (3.0.1) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (1.0.20090728) * 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.29) * 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 606ac29..63ecb98 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -32,30 +32,30 @@ GEM builder (3.0.0) ci_reporter (1.7.0) builder (>= 2.1.2) - daemons (1.1.2) + daemons (1.0.10) delayed_job (3.0.1) activesupport (~> 3.0) delayed_job_active_record (0.3.2) 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 (1.0.20090728) + 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 @@ -76,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) @@ -87,7 +87,7 @@ GEM tilt (1.3.3) treetop (1.4.9) polyglot (>= 0.3.1) - tzinfo (0.3.30) + tzinfo (0.3.29) xmlhash (1.2.1) yajl-ruby (0.7.6) + chmod a+x script/server script/start_test_backend chmod: cannot access `script/server': No such file or directory 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
![](https://seccdn.libravatar.org/avatar/a8f23670c313bcfe6a972088c009d1ba.jpg?s=120&d=mm&r=g)
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/222/changes> Changes: [Stephan Kulow] [dist] there is no script/server anymore ------------------------------------------ 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@7dcc7dcc Using strategy: Default Last Built Revision: Revision 7422972d7e0423bce1cf140c5d3f3ab368bef072 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/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 4f7e7c2e452c35069b959e5e44f4c4cec42896ec (origin/master) Checking out Revision 4f7e7c2e452c35069b959e5e44f4c4cec42896ec (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/hudson6774412378888614973.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/webui/results/ 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 + 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) * daemons (1.0.10) * delayed_job (3.0.1) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (1.0.20090728) * 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 606ac29..c4961df 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -32,30 +32,30 @@ GEM builder (3.0.0) ci_reporter (1.7.0) builder (>= 2.1.2) - daemons (1.1.2) + daemons (1.0.10) delayed_job (3.0.1) activesupport (~> 3.0) delayed_job_active_record (0.3.2) 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 (1.0.20090728) + 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 @@ -76,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 rake aborted! uninitialized constant ExceptionNotifierHelper::RAILS_ROOT /usr/lib64/ruby/gems/1.8/gems/exception_notification-1.0.20090728/lib/exception_notifier_helper.rb:25 /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:135:in `modules_for_helpers' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:131:in `map!' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:131:in `modules_for_helpers' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:95:in `helper' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:159:in `default_helper_module!' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:22:in `inherited' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:22:in `class_eval' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:22:in `inherited' /usr/lib64/ruby/gems/1.8/gems/exception_notification-1.0.20090728/lib/exception_notifier.rb:23 /usr/lib64/ruby/gems/1.8/gems/exception_notification-1.0.20090728/lib/exception_notification.rb:2 /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:68:in `require' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:68:in `require' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:66:in `each' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:66:in `require' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:55:in `each' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:55:in `require' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler.rb:122:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/api/config/application.rb>:7 /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require' /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/api/Rakefile>:5 /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:495:in `raw_load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:78:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:77:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:61:in `run' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:59:in `run' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/bin/rake:32 /usr/bin/rake:19:in `load' /usr/bin/rake:19 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
![](https://seccdn.libravatar.org/avatar/a8f23670c313bcfe6a972088c009d1ba.jpg?s=120&d=mm&r=g)
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/223/changes> Changes: [Stephan Kulow] [api] we need a rails3 version of exception_notification ------------------------------------------ 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@7dcc7dcc Using strategy: Default Last Built Revision: Revision 4f7e7c2e452c35069b959e5e44f4c4cec42896ec (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/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 235fde0f013f9fd57fbde6f2d1c71da4fd56834f (origin/master) Checking out Revision 235fde0f013f9fd57fbde6f2d1c71da4fd56834f (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/hudson2072779731052567775.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/webui/results/ 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 + 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 606ac29..dda44a4 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -32,30 +32,30 @@ GEM builder (3.0.0) ci_reporter (1.7.0) builder (>= 2.1.2) - daemons (1.1.2) delayed_job (3.0.1) activesupport (~> 3.0) delayed_job_active_record (0.3.2) 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 @@ -76,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) @@ -96,10 +96,9 @@ PLATFORMS DEPENDENCIES ci_reporter - daemons delayed_job (> 3.0) delayed_job_active_record - exception_notification + exception_notification (>= 2.3) fast_xs mysql2 nokogiri (~> 1.5.0) + 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 Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/a8f23670c313bcfe6a972088c009d1ba.jpg?s=120&d=mm&r=g)
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/224/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/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/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/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/hudson1768690957575336250.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/webui/results/ 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 + 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 Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/a8f23670c313bcfe6a972088c009d1ba.jpg?s=120&d=mm&r=g)
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/225/changes> Changes: [Stephan Kulow] [api] use nokogiri's xml builder for .builder files [Stephan Kulow] [api] some gems are not packaged and we should only rely on packages [Stephan Kulow] [api] fix CONFIG parsing for some options [Stephan Kulow] [api] ruby 1.9 needs it differently ;( ------------------------------------------ Started by user Stephan Kulow 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@7dcc7dcc Using strategy: Default Last Built Revision: Revision 64578a9c9724337dea4010ab56eb7aa8aa9e64cb (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/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 17bca8c5d6362f28be0e5e6611acf6e3a265c4af (origin/master) Checking out Revision 17bca8c5d6362f28be0e5e6611acf6e3a265c4af (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/hudson4412441461650535041.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/webui/results/ 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 + 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 + 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 Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/a8f23670c313bcfe6a972088c009d1ba.jpg?s=120&d=mm&r=g)
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/226/> -- 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