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