[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui-testsuite #38
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/38/changes> Changes: [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-testsuite/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision 5d4f76b37f9f48ce0dc5637e628c2129287e0d9d (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 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/hudson7476767113439500105.sh + sh dist/ci/obs_testsuite_webui-testsuite.sh ++ dirname dist/ci/obs_testsuite_webui-testsuite.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. nothing to commit (working directory clean) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + 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-testsuite/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-testsuite/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-testsuite/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 -- 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-testsuite/39/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-testsuite/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision f24d38d43295ef81dc969dd306601d6018a89cd4 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 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/hudson1541627457473291334.sh + sh dist/ci/obs_testsuite_webui-testsuite.sh ++ dirname dist/ci/obs_testsuite_webui-testsuite.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. nothing to commit (working directory clean) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rm Gemfile.lock + bundle list Gems included by the bundle: * actionmailer (3.2.1) * actionpack (3.2.1) * activemodel (3.2.1) * activerecord (3.2.1) * activeresource (3.2.1) * activesupport (3.2.1) * arel (3.0.0) * builder (3.0.0) * bundler (1.0.21) * ci_reporter (1.7.0) * 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 -- 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-testsuite/40/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-testsuite/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision 7422972d7e0423bce1cf140c5d3f3ab368bef072 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 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/hudson3532023561237845381.sh + sh dist/ci/obs_testsuite_webui-testsuite.sh ++ dirname dist/ci/obs_testsuite_webui-testsuite.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. nothing to commit (working directory clean) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rm Gemfile.lock + bundle list Gems included by the bundle: * actionmailer (3.2.1) * actionpack (3.2.1) * activemodel (3.2.1) * activerecord (3.2.1) * activeresource (3.2.1) * activesupport (3.2.1) * arel (3.0.0) * builder (3.0.0) * bundler (1.0.21) * ci_reporter (1.7.0) * 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-testsuite/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-testsuite/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 -- 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-testsuite/41/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-testsuite/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision 4f7e7c2e452c35069b959e5e44f4c4cec42896ec (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 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/hudson4039639775521058835.sh + sh dist/ci/obs_testsuite_webui-testsuite.sh ++ dirname dist/ci/obs_testsuite_webui-testsuite.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. nothing to commit (working directory clean) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rm Gemfile.lock + bundle list Gems included by the bundle: * actionmailer (3.2.1) * actionpack (3.2.1) * activemodel (3.2.1) * activerecord (3.2.1) * activeresource (3.2.1) * activesupport (3.2.1) * arel (3.0.0) * builder (3.0.0) * bundler (1.0.21) * ci_reporter (1.7.0) * delayed_job (3.0.1) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.5.2) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.1) * json (1.6.5) * mail (2.4.1) * mime-types (1.17.2) * multi_json (1.0.4) * mysql2 (0.3.11) * nokogiri (1.5.0) * polyglot (0.3.2) * rack (1.4.1) * rack-cache (1.1) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.1) * railties (3.2.1) * rake (0.9.2) * rdoc (3.11) * sprockets (2.1.2) * thor (0.14.6) * tilt (1.3.3) * treetop (1.4.9) * tzinfo (0.3.30) * xmlhash (1.2.1) * yajl-ruby (0.7.6) + git diff Gemfile.lock diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock index 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 -- 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-testsuite/42/changes> Changes: [Stephan Kulow] [api] another ruby 1.9 case - I hope there aren't too many [Stephan Kulow] [api] update structure ------------------------------------------ Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision 235fde0f013f9fd57fbde6f2d1c71da4fd56834f (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 64578a9c9724337dea4010ab56eb7aa8aa9e64cb (origin/master) Checking out Revision 64578a9c9724337dea4010ab56eb7aa8aa9e64cb (origin/master) [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [workspace] $ /bin/sh -xe /tmp/hudson2317485832762117054.sh + sh dist/ci/obs_testsuite_webui-testsuite.sh ++ dirname dist/ci/obs_testsuite_webui-testsuite.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. nothing to commit (working directory clean) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rm Gemfile.lock + bundle list Gems included by the bundle: * actionmailer (3.2.1) * actionpack (3.2.1) * activemodel (3.2.1) * activerecord (3.2.1) * activeresource (3.2.1) * activesupport (3.2.1) * arel (3.0.0) * builder (3.0.0) * bundler (1.0.21) * ci_reporter (1.7.0) * delayed_job (3.0.1) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.5.2) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.1) * json (1.6.5) * mail (2.4.1) * mime-types (1.17.2) * multi_json (1.0.4) * mysql2 (0.3.11) * nokogiri (1.5.0) * polyglot (0.3.2) * rack (1.4.1) * rack-cache (1.1) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.1) * railties (3.2.1) * rake (0.9.2) * rdoc (3.11) * sprockets (2.1.2) * thor (0.14.6) * tilt (1.3.3) * treetop (1.4.9) * tzinfo (0.3.30) * xmlhash (1.2.1) * yajl-ruby (0.7.6) + git diff Gemfile.lock diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock index 5f8dc4f..dda44a4 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -38,23 +38,24 @@ GEM activerecord (> 2.1.0) delayed_job (~> 3.0.0) erubis (2.7.0) - exception_notification (2.3.3.0) - fast_xs (0.7.3) + exception_notification (2.5.2) + actionmailer (>= 3.0.4) + fast_xs (0.8.0) hike (1.2.1) i18n (0.6.0) - journey (1.0.3) + journey (1.0.1) json (1.6.5) mail (2.4.1) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.17.2) - multi_json (1.1.0) + multi_json (1.0.4) mysql2 (0.3.11) nokogiri (1.5.0) polyglot (0.3.2) rack (1.4.1) - rack-cache (1.2) + rack-cache (1.1) rack (>= 0.4) rack-ssl (1.3.2) rack @@ -75,7 +76,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.6) - rake (0.9.2.2) + rake (0.9.2) rdoc (3.11) json (~> 1.4) sprockets (2.1.2) + chmod a+x script/start_test_backend + echo 'Initialize test database, run migrations, load seed data' Initialize test database, run migrations, load seed data + rake --trace db:drop db:create db:setup db:migrate ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Execute db:create ** Invoke db:setup (first_time) ** Execute db:setup ** Invoke db:structure:load (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:load_config ** Execute db:structure:load ** Invoke db:seed (first_time) ** Execute db:seed ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment ** Execute db:abort_if_pending_migrations ** Invoke db:migrate (first_time) ** Invoke environment ** Invoke db:load_config ** Execute db:migrate ** Invoke db:_dump (first_time) ** Execute db:_dump ** Invoke db:structure:dump (first_time) ** Invoke environment ** Execute db:structure:dump Seeding architectures table... Seeding roles table... Seeding users table... Seeding roles_users table... Seeding static_permissions table... Seeding static permissions for admin role in roles_static_permissions table... Seeding static permissions for maintainer role in roles_static_permissions table... Seeding static permissions for reader role in roles_static_permissions table... Seeding static permissions for downloader role in roles_static_permissions table... Seeding attrib_namespaces table... Seeding attrib_types table... Seeding db_project_type table by loading test fixtures Seeding issue trackers ... + cd ../.. + setup_webui + echo 'Enter Webui rails root' Enter Webui rails root + cd src/webui + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + chmod +x script/start_test_api + echo 'Initialize test database, run migrations, load seed data' Initialize test database, run migrations, load seed data + rake --trace db:drop db:create db:migrate ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Execute db:create ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment Missing these required gems: exception_notification <= 1.1 You're running: ruby 1.8.7.357 at /usr/bin/ruby rubygems 1.5.2 at /var/lib/jenkins/.gem/ruby/1.8, /usr/lib64/ruby/gems/1.8 Run `rake gems:install` to install the missing gems. delayed tasks not available ** Erubis 2.7.0 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/43/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-testsuite/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision 64578a9c9724337dea4010ab56eb7aa8aa9e64cb (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 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/hudson6534531180842613983.sh + sh dist/ci/obs_testsuite_webui-testsuite.sh ++ dirname dist/ci/obs_testsuite_webui-testsuite.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. nothing to commit (working directory clean) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rm Gemfile.lock + bundle list Gems included by the bundle: * actionmailer (3.2.1) * actionpack (3.2.1) * activemodel (3.2.1) * activerecord (3.2.1) * activeresource (3.2.1) * activesupport (3.2.1) * arel (3.0.0) * builder (3.0.0) * bundler (1.0.21) * ci_reporter (1.7.0) * delayed_job (3.0.1) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (2.5.2) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.1) * json (1.6.5) * mail (2.4.1) * mime-types (1.17.2) * multi_json (1.0.4) * mysql2 (0.3.11) * nokogiri (1.5.0) * polyglot (0.3.2) * rack (1.4.1) * rack-cache (1.1) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.1) * railties (3.2.1) * rake (0.9.2) * rdoc (3.11) * sprockets (2.1.2) * thor (0.14.6) * tilt (1.3.3) * treetop (1.4.9) * tzinfo (0.3.30) * xmlhash (1.2.1) * yajl-ruby (0.7.6) + git diff Gemfile.lock + chmod a+x script/start_test_backend + echo 'Initialize test database, run migrations, load seed data' Initialize test database, run migrations, load seed data + rake --trace db:drop db:create db:setup db:migrate ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Execute db:create ** Invoke db:setup (first_time) ** Execute db:setup ** Invoke db:structure:load (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:load_config ** Execute db:structure:load ** Invoke db:seed (first_time) ** Execute db:seed ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment ** Execute db:abort_if_pending_migrations ** Invoke db:migrate (first_time) ** Invoke environment ** Invoke db:load_config ** Execute db:migrate ** Invoke db:_dump (first_time) ** Execute db:_dump ** Invoke db:structure:dump (first_time) ** Invoke environment ** Execute db:structure:dump Seeding architectures table... Seeding roles table... Seeding users table... Seeding roles_users table... Seeding static_permissions table... Seeding static permissions for admin role in roles_static_permissions table... Seeding static permissions for maintainer role in roles_static_permissions table... Seeding static permissions for reader role in roles_static_permissions table... Seeding static permissions for downloader role in roles_static_permissions table... Seeding attrib_namespaces table... Seeding attrib_types table... Seeding db_project_type table by loading test fixtures Seeding issue trackers ... + cd ../.. + setup_webui + echo 'Enter Webui rails root' Enter Webui rails root + cd src/webui + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + chmod +x script/start_test_api + echo 'Initialize test database, run migrations, load seed data' Initialize test database, run migrations, load seed data + rake --trace db:drop db:create db:migrate ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Execute db:create ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment Missing these required gems: exception_notification <= 1.1 You're running: ruby 1.8.7.357 at /usr/bin/ruby rubygems 1.5.2 at /var/lib/jenkins/.gem/ruby/1.8, /usr/lib64/ruby/gems/1.8 Run `rake gems:install` to install the missing gems. delayed tasks not available ** Erubis 2.7.0 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/44/> ------------------------------------------ [...truncated 88467 lines...] [[0;37mDEBUG[0m|#11125] Cache write (will save 149.56ms): Directory_2137d60896b8bcb016d0b5a993809e70 [[0;37mDEBUG[0m|#11125] --> direct_http url: #<URI::Generic:0x7fea70ef4298 URL:http://localhost:3203/source/BinaryprotectedProject/bdpack?cmd=diff&view=xml&withissues=1&linkrev=base&rev=2&expand=1> [[0;37mDEBUG[0m|#11125] http_do #1: method: POST url: http://localhost:3203/source/BinaryprotectedProject/bdpack?cmd=diff&view=xml&withissues=1&linkrev=base&rev=2&expand=1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mDbPackage Load (0.3ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 3002 AND (name = BINARY 'bdpack') LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mDbProject Load (0.3ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 3002 LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mFlag Load (0.3ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 11007 ORDER BY position[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] flagcheck: package has default state, checking project [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mFlag Load (0.2ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 3002 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] disabled_for sourceaccess repo: arch: state:enable [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] disabled_for sourceaccess repo: arch: state:enable [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [backend] VOLLEY: /source/BinaryprotectedProject/bdpack? [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11136] 2012-04-01 14:03:36 [12802]: GET /source/BinaryprotectedProject/bdpack? [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Sent file /tmp/volley20120401-11127-g337du-0 (0.2ms) [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Completed 200 OK in 141ms (ActiveRecord: 3.1ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Started POST "/source/BinaryprotectedProject/bdpack?cmd=diff&view=xml&withissues=1&linkrev=base&rev=2&expand=1" for 127.0.0.1 at Sun Apr 01 14:03:36 +0200 2012 [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Processing by SourceController#index_package as XML [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Parameters: {"withissues"=>"1", "view"=>"xml", "project"=>"BinaryprotectedProject", "package"=>"bdpack", "rev"=>"2", "expand"=>"1", "linkrev"=>"base", "cmd"=>"diff"} [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] Validate XML request: #<ActionDispatch::Request:0x7f776624b730> [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] no schema found, skipping validation for {"withissues"=>"1", "view"=>"xml", "controller"=>"source", "format"=>"xml", "project"=>"BinaryprotectedProject", "action"=>"index_package", "package"=>"bdpack", "rev"=>"2", "expand"=>"1", "method"=>"POST", "linkrev"=>"base", "cmd"=>"diff", "type"=>"request"} [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] AUTH: nil [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] User _nobody_ initialised [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mRole Load (0.4ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mDbProject Load (0.3ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'BinaryprotectedProject') LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mDbPackage Load (0.3ms)[0m SELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 3002 AND (name = BINARY 'bdpack') LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 3002 LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mFlag Load (0.4ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 11007 ORDER BY position [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] flagcheck: package has default state, checking project [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 3002[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] disabled_for sourceaccess repo: arch: state:enable [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] disabled_for sourceaccess repo: arch: state:enable [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] dispatch_command: trying to call method 'index_package_diff' [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [backend] POST: /source/BinaryprotectedProject/bdpack?cmd=diff&rev=2&expand=1&linkrev=base&view=xml&withissues=1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11136] 2012-04-01 14:03:37 [12803]: POST /source/BinaryprotectedProject/bdpack?cmd=diff&rev=2&expand=1&linkrev=base&view=xml&withissues=1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] request took 0.199 [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Rendered text template (0.0ms) [[0;37mDEBUG[0m|#11125] Request took 0.230697 seconds [[32mINFO [0m|#11125] Rendering template within layouts/application [[32mINFO [0m|#11125] Rendering package/rdiff [[0;37mDEBUG[0m|#11125] Cache hit: parent_projects_BinaryprotectedProject ({:expires_in=>7 days}) [[0;37mDEBUG[0m|#11125] Rendered package/_tabs (3.1ms) [[0;37mDEBUG[0m|#11125] Rendered shared/_editor (0.7ms) [[0;37mDEBUG[0m|#11125] Rendered shared/_sourcediff (3.1ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_watch_and_search (0.8ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_header (1.6ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_personal_navigation (1.8ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|#11125] Completed in 403ms (View: 15, DB: 0, API: 414, XML: 1) | 200 OK [http://localhost/package/rdiff?linkrev=base&package=bdpack&project=BinaryprotectedProject&rev=2] [[32mINFO [0m|#11125] Processing PackageController#repositories (for 127.0.0.1 at 2012-04-01 14:03:38) [GET] [[32mINFO [0m|#11125] Parameters: {"project"=>"BinaryprotectedProject", "package"=>"bdpack"} [[0;37mDEBUG[0m|#11125] Setting return_to: "/package/repositories?package=bdpack&project=BinaryprotectedProject" [[0;37mDEBUG[0m|#11125] Authenticating with iChain mode: off [[32mINFO [0m|#11125] Anonymous request to /package/repositories?package=bdpack&project=BinaryprotectedProject [[0;37mDEBUG[0m|#11125] Cache hit: configuration ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#11125] Project.find( 300 seconds, BinaryprotectedProject, ) [[0;37mDEBUG[0m|#11125] Cache hit: Project_ceb033cc783987344fb1117f7f7cef83 ({:expires_in=>300 seconds}) [[0;37mDEBUG[0m|#11125] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProject) [[0;37mDEBUG[0m|#11125] Cache hit: Package_6835e2f14fbff7760eac4182041a9b3f ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#11125] Cache hit: package_reviews_BinaryprotectedProject_bdpack ({:expires_in=>600 seconds}) [[0;37mDEBUG[0m|#11125] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProjectviewflagdetails) [[0;37mDEBUG[0m|#11125] Cache miss: Package_892cb1b7695f8865212e82a9db07e311 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#11125] [REST] find( Package, [{:project=>"BinaryprotectedProject", :view=>"flagdetails", :name=>"bdpack"}] ) [[0;37mDEBUG[0m|#11125] http_do #1: method: get url: http://localhost:3203/source/BinaryprotectedProject/bdpack/_meta?view=flagde... [[0;37mDEBUG[0m|#11125] Request took 0.032401 seconds [[0;37mDEBUG[0m|#11125] Cache write (will save 33.08ms): Package_892cb1b7695f8865212e82a9db07e311 [[32mINFO [0m|#11125] Rendering template within layouts/application [[32mINFO [0m|#11125] Rendering package/repositories [[0;37mDEBUG[0m|#11125] Cache hit: parent_projects_BinaryprotectedProject ({:expires_in=>7 days}) [[0;37mDEBUG[0m|#11125] Rendered package/_tabs (3.0ms) [[0;37mDEBUG[0m|#11125] Rendered shared/_repositories_flag_table (2.7ms) [[0;37mDEBUG[0m|#11125] Rendered shared/_repositories_flag_table (2.3ms) [[0;37mDEBUG[0m|#11125] Rendered shared/_repositories_flag_table (2.3ms) [[0;37mDEBUG[0m|#11125] Rendered shared/_repositories_flag_table (2.5ms) [[0;37mDEBUG[0m|#11125] Rendered shared/_repositories (12.5ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_watch_and_search (0.7ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_header (1.5ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_personal_navigation (1.7ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|#11125] Completed in 67ms (View: 25, DB: 0, API: 33, XML: 1) | 200 OK [http://localhost/package/repositories?package=bdpack&project=BinaryprotectedProject] [[32mINFO [0m|#11125] Processing PackageController#binaries (for 127.0.0.1 at 2012-04-01 14:03:38) [GET] [[32mINFO [0m|#11125] Parameters: {"project"=>"BinaryprotectedProject", "repository"=>"nada", "package"=>"bdpack"} [[0;37mDEBUG[0m|#11125] Setting return_to: "/package/binaries?package=bdpack&project=BinaryprotectedProject&repository=nada" [[0;37mDEBUG[0m|#11125] Authenticating with iChain mode: off [[32mINFO [0m|#11125] Anonymous request to /package/binaries?package=bdpack&project=BinaryprotectedProject&repository=nada [[0;37mDEBUG[0m|#11125] Cache hit: configuration ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#11125] Project.find( 300 seconds, BinaryprotectedProject, ) [[0;37mDEBUG[0m|#11125] Cache hit: Project_ceb033cc783987344fb1117f7f7cef83 ({:expires_in=>300 seconds}) [[0;37mDEBUG[0m|#11125] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProject) [[0;37mDEBUG[0m|#11125] Cache hit: Package_6835e2f14fbff7760eac4182041a9b3f ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#11125] Cache hit: package_reviews_BinaryprotectedProject_bdpack ({:expires_in=>600 seconds}) [[0;37mDEBUG[0m|#11125] Buildresult.find( 60 seconds, projectBinaryprotectedProjectviewbinaryliststatusrepositorynadapackagebdpack) [[0;37mDEBUG[0m|#11125] Cache miss: Buildresult_c277e5899a028bb4a3222177f6120a63 ({:expires_in=>60 seconds}) [[0;37mDEBUG[0m|#11125] [REST] find( Buildresult, [{:project=>"BinaryprotectedProject", :repository=>"nada", :view=>["binarylist", "status"], :package=>"bdpack"}] ) [[0;37mDEBUG[0m|#11125] http_do #1: method: get url: http://localhost:3203/build/BinaryprotectedProject/_result?view=binarylist&view=status&package=bdpack&repository=nada [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Sent data (1.0ms) [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Completed 200 OK in 220ms (Views: 0.8ms | ActiveRecord: 2.2ms | Backend: 199.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Started GET "/source/BinaryprotectedProject/bdpack/_meta?view=flagdetails" for 127.0.0.1 at Sun Apr 01 14:03:38 +0200 2012 [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Processing by SourceController#package_meta as XML [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Parameters: {"view"=>"flagdetails", "project"=>"BinaryprotectedProject", "package"=>"bdpack"} [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] Validate XML request: #<ActionDispatch::Request:0x7f77661608e8> [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] no schema found, skipping validation for {"view"=>"flagdetails", "controller"=>"source", "format"=>"xml", "project"=>"BinaryprotectedProject", "action"=>"package_meta", "package"=>"bdpack", "method"=>"GET", "type"=>"request"} [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] AUTH: nil [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] User _nobody_ initialised [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mRole Load (0.3ms)[0m [1mSELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'BinaryprotectedProject') LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mDbPackage Load (0.3ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 3002 AND (name = BINARY 'bdpack') LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 3002 LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] ----------------- rendering package bdpack ------------------------ [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mUser Load (0.3ms)[0m [1mSELECT bu.*, r.title AS role_name FROM `users` bu, package_user_role_relationships purr, roles r WHERE (bu.id = purr.bs_user_id AND purr.db_package_id = 11007 AND r.id = purr.role_id)[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mGroup Load (0.2ms)[0m SELECT bg.*, r.title AS role_name FROM `groups` bg, package_group_role_relationships pgrr, roles r WHERE (bg.id = pgrr.bs_group_id AND pgrr.db_package_id = 11007 AND r.id = pgrr.role_id) [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mRepository Load (0.3ms)[0m [1mSELECT `repositories`.* FROM `repositories` WHERE `repositories`.`db_project_id` = 3002 AND (ISNULL(remote_project_name))[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mFlag Load (0.2ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 3002 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 11007 ORDER BY position[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mArchitecture Load (0.3ms)[0m SELECT `architectures`.* FROM `architectures` INNER JOIN `repository_architectures` ON `architectures`.`id` = `repository_architectures`.`architecture_id` WHERE `repository_architectures`.`repository_id` = 90 ORDER BY position [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] ----------------- end rendering package bdpack ------------------------ [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Rendered text template (0.0ms) [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Completed 200 OK in 24ms (Views: 0.7ms | ActiveRecord: 2.9ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Started GET "/build/BinaryprotectedProject/_result?view=binarylist&view=status&package=bdpack&repository=nada" for 127.0.0.1 at Sun Apr 01 14:03:38 +0200 2012 [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Processing by BuildController#result as XML [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Parameters: {"view"=>"status", "package"=>"bdpack", "project"=>"BinaryprotectedProject", "repository"=>"nada"} [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] Validate XML request: #<ActionDispatch::Request:0x7f776603fdb0> [[0;37mDEBUG[0m|#11125] Request took 0.04345 seconds [[0;37mDEBUG[0m|#11125] Cache write (will save 44.14ms): Buildresult_c277e5899a028bb4a3222177f6120a63 [[0;37mDEBUG[0m|#11125] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProjectviewflagdetails) [[0;37mDEBUG[0m|#11125] Cache hit: Package_892cb1b7695f8865212e82a9db07e311 ({:expires_in=>1800 seconds}) [[32mINFO [0m|#11125] Rendering template within layouts/application [[32mINFO [0m|#11125] Rendering package/binaries [[0;37mDEBUG[0m|#11125] Cache hit: parent_projects_BinaryprotectedProject ({:expires_in=>7 days}) [[0;37mDEBUG[0m|#11125] Rendered package/_tabs (3.1ms) [[0;37mDEBUG[0m|#11125] Rendered shared/_download_repository_link (0.8ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_watch_and_search (0.8ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_header (1.7ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_personal_navigation (1.8ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|#11125] Completed in 90ms (View: 23, DB: 0, API: 44, XML: 0) | 200 OK [http://localhost/package/binaries?package=bdpack&project=BinaryprotectedProject&repository=nada] [[32mINFO [0m|#11125] Processing PackageController#binary (for 127.0.0.1 at 2012-04-01 14:03:39) [GET] [[32mINFO [0m|#11125] Parameters: {"project"=>"BinaryprotectedProject", "arch"=>"i586", "filename"=>"delete_me-1.0-1.i586.rpm", "repository"=>"nada", "package"=>"bdpack"} [[0;37mDEBUG[0m|#11125] Setting return_to: "/package/binary?arch=i586&filename=delete_me-1.0-1.i586.rpm&package=bdpack&project=BinaryprotectedProject&repository=nada" [[0;37mDEBUG[0m|#11125] Authenticating with iChain mode: off [[32mINFO [0m|#11125] Anonymous request to /package/binary?arch=i586&filename=delete_me-1.0-1.i586.rpm&package=bdpack&project=BinaryprotectedProject&repository=nada [[0;37mDEBUG[0m|#11125] Cache hit: configuration ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#11125] Project.find( 300 seconds, BinaryprotectedProject, ) [[0;37mDEBUG[0m|#11125] Cache hit: Project_ceb033cc783987344fb1117f7f7cef83 ({:expires_in=>300 seconds}) [[0;37mDEBUG[0m|#11125] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProject) [[0;37mDEBUG[0m|#11125] Cache hit: Package_6835e2f14fbff7760eac4182041a9b3f ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#11125] Cache hit: package_reviews_BinaryprotectedProject_bdpack ({:expires_in=>600 seconds}) [[0;37mDEBUG[0m|#11125] Fileinfo.find( 1800 seconds, projectBinaryprotectedProjectviewfileinfo_extrepositorynadafilenamedelete_me-1.0-1.i586.rpmarchi586packagebdpack) [[0;37mDEBUG[0m|#11125] Cache miss: Fileinfo_e66c04b8c26fa8121d0e73afd5e0d523 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#11125] [REST] find( Fileinfo, [{:project=>"BinaryprotectedProject", :repository=>"nada", :view=>"fileinfo_ext", :package=>"bdpack", :arch=>"i586", :filename=>"delete_me-1.0-1.i586.rpm"}] ) [[0;37mDEBUG[0m|#11125] http_do #1: method: get url: http://localhost:3203/build/BinaryprotectedProject/nada/i586/bdpack/delete_m... [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] no schema found, skipping validation for {"view"=>"status", "controller"=>"build", "format"=>"xml", "package"=>"bdpack", "project"=>"BinaryprotectedProject", "action"=>"result", "repository"=>"nada", "method"=>"GET", "type"=>"request"} [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] AUTH: nil [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] User _nobody_ initialised [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mRole Load (0.3ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'BinaryprotectedProject') LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [backend] VOLLEY: /build/BinaryprotectedProject/_result?view=binarylist&view=status&package=bdpack&repository=nada [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11136] 2012-04-01 14:03:38 [12805]: GET /build/BinaryprotectedProject/_result?view=binarylist&view=status&package=bdpack&repository=nada [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11136] 2012-04-01 14:03:38 [12806]: GET /_result?prpa=BinaryprotectedProject/nada/i586&package=bdpack&withbinarylist [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Sent file /tmp/volley20120401-11127-11ghvpd-0 (0.2ms) [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Completed 200 OK in 34ms (ActiveRecord: 0.9ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Started GET "/build/BinaryprotectedProject/nada/i586/bdpack/delete_me-1.0-1.i586.rpm?view=fileinfo_ext" for 127.0.0.1 at Sun Apr 01 14:03:39 +0200 2012 [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Processing by BuildController#file as XML [[0;37mDEBUG[0m|#11126] [[32mINFO [0m|#11127] Parameters: {"view"=>"fileinfo_ext", "project"=>"BinaryprotectedProject", "package"=>"bdpack", "repository"=>"nada", "arch"=>"i586", "filename"=>"delete_me-1.0-1.i586.rpm"} [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] Validate XML request: #<ActionDispatch::Request:0x7f7765fe66c0> [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] no schema found, skipping validation for {"view"=>"fileinfo_ext", "controller"=>"build", "format"=>"xml", "project"=>"BinaryprotectedProject", "action"=>"file", "package"=>"bdpack", "repository"=>"nada", "method"=>"GET", "arch"=>"i586", "filename"=>"delete_me-1.0-1.i586.rpm", "type"=>"request"} [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] AUTH: nil [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] User _nobody_ initialised [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mRole Load (0.3ms)[0m [1mSELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'BinaryprotectedProject') LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mDbPackage Load (0.3ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 3002 AND (name = BINARY 'bdpack') LIMIT 1[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 3002 LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 3002[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] disabled_for binarydownload repo:nada arch:i586 state:disable [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mCACHE (0.0ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[36mRole Load (0.3ms)[0m [1mSELECT DISTINCT `roles`.* FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5[0m [[0;37mDEBUG[0m|#11126] [[0;37mDEBUG[0m|#11127] [1m[35mGroup Load (0.3ms)[0m SELECT DISTINCT `groups`.* FROM `groups` INNER JOIN `groups_users` ON `groups`.`id` = `groups_users`.`group_id` WHERE `groups_users`.`user_id` = 5 [[0;37mDEBUG[0m|#11125] Request took 0.031663 seconds [[31mFATAL[0m|#11125] ActiveXML::Transport::ForbiddenError (<?xml version="1.0"?> <status code="download_binary_no_permission"> <summary>No permission to download binaries from package bdpack, project BinaryprotectedProject</summary> <details></details> </status> ): lib/activexml/transport.rb:558:in `handle_response' lib/activexml/transport.rb:546:in `http_do' lib/activexml/transport.rb:344:in `find' lib/activexml/base.rb:103:in `find_priv' lib/activexml/base.rb:102:in `find_priv' lib/activexml/base.rb:132:in `find_cached' app/controllers/application_controller.rb:294:in `find_cached' app/controllers/package_controller.rb:64:in `binary' /usr/lib64/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib64/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib64/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib64/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib64/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib64/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib64/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib64/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib64/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib64/ruby/1.8/webrick/server.rb:82:in `start' [[31mERROR[0m|#11125] rescue_action: caught ActiveXML::Transport::ForbiddenError: <?xml version="1.0"?> <status code="download_binary_no_permission"> <summary>No permission to download binaries from package bdpack, project BinaryprotectedProject</summary> <details></details> </status> [[0;37mDEBUG[0m|#11125] ERROR: 401; No permission to download binaries from package bdpack, project BinaryprotectedProject [[32mINFO [0m|#11125] Rendering template within layouts/application [[32mINFO [0m|#11125] Rendering error (401) [[0;37mDEBUG[0m|#11125] Rendered layouts/_watch_and_search (0.8ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_header (1.8ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_personal_navigation (2.0ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|#11125] Rendered layouts/_sponsor (0.1ms) + echo + cleanup + echo 'Killing backend processes' Killing backend processes + fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> + egrep 'perl|ruby' USER PID ACCESS COMMAND <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/>: jenkins ..c.. sh jenkins ..c.. sh jenkins ..c.. egrep + echo 'Remove log/tmp files to save disc space' Remove log/tmp files to save disc space + rm -rf src/api/log/backend_access.log src/api/log/test.log src/api/tmp/backend_config src/api/tmp/backend_data src/api/tmp/cache src/api/tmp/pids src/api/tmp/sessions src/api/tmp/sockets src/webui/log/test.log src/webui/tmp/cache src/webui/tmp/pids src/webui/tmp/sessions src/webui/tmp/sockets + exit 1 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/45/changes> Changes: [Stephan Kulow] [webui] remove delayed job stuff. it was only in use for delayed [Stephan Kulow] [webui] fix regression caused by "selected tab depends on controller too" ------------------------------------------ [...truncated 127283 lines...] [[0;37mDEBUG[0m|#18207] http_do #1: method: POST url: http://localhost:3203/source/BinaryprotectedProject/bdpack?cmd=diff&view=xml&withissues=1&linkrev=base&rev=2&expand=1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mGroup Load (0.3ms)[0m [1mSELECT DISTINCT `groups`.* FROM `groups` INNER JOIN `groups_users` ON `groups`.`id` = `groups_users`.`group_id` WHERE `groups_users`.`user_id` = 5[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] running local permission check: user _nobody_, project BinaryprotectedProject, permission 'download_binaries' [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mProjectUserRoleRelationship Load (0.2ms)[0m SELECT `project_user_role_relationships`.* FROM `project_user_role_relationships` WHERE `project_user_role_relationships`.`bs_user_id` = 5 AND (db_project_id = 3002 ) [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mProjectGroupRoleRelationship Load (0.3ms)[0m [1mSELECT `project_group_role_relationships`.* FROM `project_group_role_relationships` LEFT OUTER JOIN groups_users ug ON ug.group_id = bs_group_id WHERE (ug.user_id = 5 and db_project_id = 3002)[0m [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] errorcode 'download_binary_no_permission' - No permission to download binaries from package bdpack, project BinaryprotectedProject [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Rendered status.xml.builder (0.5ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Completed 403 Forbidden in 25ms (Views: 1.4ms | ActiveRecord: 3.0ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Started GET "/source/BinaryprotectedProject/bdpack" for 127.0.0.1 at Sun Apr 01 16:34:15 +0200 2012 [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Processing by SourceController#index_package as XML [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Parameters: {"package"=>"bdpack", "project"=>"BinaryprotectedProject"} [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] Validate XML request: #<ActionDispatch::Request:0x7f605fa22af8> [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] no schema found, skipping validation for {"type"=>"request", "package"=>"bdpack", "format"=>"xml", "project"=>"BinaryprotectedProject", "controller"=>"source", "method"=>"GET", "action"=>"index_package"} [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] AUTH: nil [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mUser Load (0.8ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] User _nobody_ initialised [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mRole Load (0.4ms)[0m [1mSELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'BinaryprotectedProject') LIMIT 1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mDbPackage Load (0.3ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 3002 AND (name = BINARY 'bdpack') LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 3002 LIMIT 1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 11007 ORDER BY position[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] flagcheck: package has default state, checking project [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mFlag Load (0.2ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 3002 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] disabled_for sourceaccess repo: arch: state:enable [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] disabled_for sourceaccess repo: arch: state:enable [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [backend] VOLLEY: /source/BinaryprotectedProject/bdpack? [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18218] 2012-04-01 16:34:15 [20104]: GET /source/BinaryprotectedProject/bdpack? [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Sent file /tmp/volley20120401-18209-h9egho-0 (0.2ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Completed 200 OK in 24ms (ActiveRecord: 2.4ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Started POST "/source/BinaryprotectedProject/bdpack?cmd=diff&view=xml&withissues=1&linkrev=base&rev=2&expand=1" for 127.0.0.1 at Sun Apr 01 16:34:15 +0200 2012 [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Processing by SourceController#index_package as XML [[0;37mDEBUG[0m|#18207] Request took 0.447652 seconds [[32mINFO [0m|#18207] Rendering template within layouts/application [[32mINFO [0m|#18207] Rendering package/rdiff [[0;37mDEBUG[0m|#18207] Cache hit: parent_projects_BinaryprotectedProject ({:expires_in=>7 days}) [[0;37mDEBUG[0m|#18207] Rendered package/_tabs (3.5ms) [[0;37mDEBUG[0m|#18207] Rendered shared/_editor (0.7ms) [[0;37mDEBUG[0m|#18207] Rendered shared/_sourcediff (3.5ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_watch_and_search (0.7ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_header (1.5ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_personal_navigation (1.8ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|#18207] Completed in 505ms (View: 16, DB: 0, API: 516, XML: 1) | 200 OK [http://localhost/package/rdiff?linkrev=base&package=bdpack&project=BinaryprotectedProject&rev=2] [[32mINFO [0m|#18207] Processing PackageController#repositories (for 127.0.0.1 at 2012-04-01 16:34:16) [GET] [[32mINFO [0m|#18207] Parameters: {"project"=>"BinaryprotectedProject", "package"=>"bdpack"} [[0;37mDEBUG[0m|#18207] Setting return_to: "/package/repositories?package=bdpack&project=BinaryprotectedProject" [[0;37mDEBUG[0m|#18207] Authenticating with iChain mode: off [[32mINFO [0m|#18207] Anonymous request to /package/repositories?package=bdpack&project=BinaryprotectedProject [[0;37mDEBUG[0m|#18207] Cache hit: configuration ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#18207] Project.find( 300 seconds, BinaryprotectedProject, ) [[0;37mDEBUG[0m|#18207] Cache hit: Project_ceb033cc783987344fb1117f7f7cef83 ({:expires_in=>300 seconds}) [[0;37mDEBUG[0m|#18207] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProject) [[0;37mDEBUG[0m|#18207] Cache hit: Package_6835e2f14fbff7760eac4182041a9b3f ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#18207] Cache hit: package_reviews_BinaryprotectedProject_bdpack ({:expires_in=>600 seconds}) [[0;37mDEBUG[0m|#18207] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProjectviewflagdetails) [[0;37mDEBUG[0m|#18207] Cache miss: Package_892cb1b7695f8865212e82a9db07e311 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#18207] [REST] find( Package, [{:project=>"BinaryprotectedProject", :view=>"flagdetails", :name=>"bdpack"}] ) [[0;37mDEBUG[0m|#18207] http_do #1: method: get url: http://localhost:3203/source/BinaryprotectedProject/bdpack/_meta?view=flagde... [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Parameters: {"linkrev"=>"base", "view"=>"xml", "cmd"=>"diff", "package"=>"bdpack", "rev"=>"2", "project"=>"BinaryprotectedProject", "withissues"=>"1", "expand"=>"1"} [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] Validate XML request: #<ActionDispatch::Request:0x7f605f82ed50> [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] no schema found, skipping validation for {"linkrev"=>"base", "view"=>"xml", "cmd"=>"diff", "type"=>"request", "package"=>"bdpack", "rev"=>"2", "format"=>"xml", "project"=>"BinaryprotectedProject", "withissues"=>"1", "controller"=>"source", "method"=>"POST", "expand"=>"1", "action"=>"index_package"} [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] AUTH: nil [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mUser Load (3.3ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] User _nobody_ initialised [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mRole Load (4.2ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mDbProject Load (6.9ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'BinaryprotectedProject') LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mDbPackage Load (0.4ms)[0m SELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 3002 AND (name = BINARY 'bdpack') LIMIT 1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 3002 LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mFlag Load (0.3ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 11007 ORDER BY position [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] flagcheck: package has default state, checking project [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 3002[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] disabled_for sourceaccess repo: arch: state:enable [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] disabled_for sourceaccess repo: arch: state:enable [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] dispatch_command: trying to call method 'index_package_diff' [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [backend] POST: /source/BinaryprotectedProject/bdpack?cmd=diff&rev=2&expand=1&linkrev=base&view=xml&withissues=1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18218] 2012-04-01 16:34:15 [20117]: POST /source/BinaryprotectedProject/bdpack?cmd=diff&rev=2&expand=1&linkrev=base&view=xml&withissues=1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] request took 0.400151 [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Rendered text template (0.0ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Sent data (1.0ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Completed 200 OK in 431ms (Views: 0.8ms | ActiveRecord: 15.5ms | Backend: 400.2ms | XML: 0.0ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Started GET "/source/BinaryprotectedProject/bdpack/_meta?view=flagdetails" for 127.0.0.1 at Sun Apr 01 16:34:16 +0200 2012 [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Processing by SourceController#package_meta as XML [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Parameters: {"view"=>"flagdetails", "package"=>"bdpack", "project"=>"BinaryprotectedProject"} [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] Validate XML request: #<ActionDispatch::Request:0x7f605f770738> [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] no schema found, skipping validation for {"view"=>"flagdetails", "type"=>"request", "package"=>"bdpack", "format"=>"xml", "project"=>"BinaryprotectedProject", "controller"=>"source", "method"=>"GET", "action"=>"package_meta"} [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] AUTH: nil [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] User _nobody_ initialised [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mRole Load (0.3ms)[0m [1mSELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'BinaryprotectedProject') LIMIT 1 [[0;37mDEBUG[0m|#18207] Request took 0.03373 seconds [[0;37mDEBUG[0m|#18207] Cache write (will save 34.41ms): Package_892cb1b7695f8865212e82a9db07e311 [[32mINFO [0m|#18207] Rendering template within layouts/application [[32mINFO [0m|#18207] Rendering package/repositories [[0;37mDEBUG[0m|#18207] Cache hit: parent_projects_BinaryprotectedProject ({:expires_in=>7 days}) [[0;37mDEBUG[0m|#18207] Rendered package/_tabs (3.0ms) [[0;37mDEBUG[0m|#18207] Rendered shared/_repositories_flag_table (3.0ms) [[0;37mDEBUG[0m|#18207] Rendered shared/_repositories_flag_table (2.4ms) [[0;37mDEBUG[0m|#18207] Rendered shared/_repositories_flag_table (2.4ms) [[0;37mDEBUG[0m|#18207] Rendered shared/_repositories_flag_table (2.3ms) [[0;37mDEBUG[0m|#18207] Rendered shared/_repositories (12.9ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_watch_and_search (0.7ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_header (1.4ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_personal_navigation (1.6ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|#18207] Completed in 66ms (View: 25, DB: 0, API: 34, XML: 1) | 200 OK [http://localhost/package/repositories?package=bdpack&project=BinaryprotectedProject] [[32mINFO [0m|#18207] Processing PackageController#binaries (for 127.0.0.1 at 2012-04-01 16:34:17) [GET] [[32mINFO [0m|#18207] Parameters: {"project"=>"BinaryprotectedProject", "repository"=>"nada", "package"=>"bdpack"} [[0;37mDEBUG[0m|#18207] Setting return_to: "/package/binaries?package=bdpack&project=BinaryprotectedProject&repository=nada" [[0;37mDEBUG[0m|#18207] Authenticating with iChain mode: off [[32mINFO [0m|#18207] Anonymous request to /package/binaries?package=bdpack&project=BinaryprotectedProject&repository=nada [[0;37mDEBUG[0m|#18207] Cache hit: configuration ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#18207] Project.find( 300 seconds, BinaryprotectedProject, ) [[0;37mDEBUG[0m|#18207] Cache hit: Project_ceb033cc783987344fb1117f7f7cef83 ({:expires_in=>300 seconds}) [[0;37mDEBUG[0m|#18207] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProject) [[0;37mDEBUG[0m|#18207] Cache hit: Package_6835e2f14fbff7760eac4182041a9b3f ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#18207] Cache hit: package_reviews_BinaryprotectedProject_bdpack ({:expires_in=>600 seconds}) [[0;37mDEBUG[0m|#18207] Buildresult.find( 60 seconds, projectBinaryprotectedProjectviewbinaryliststatusrepositorynadapackagebdpack) [[0;37mDEBUG[0m|#18207] Cache miss: Buildresult_c277e5899a028bb4a3222177f6120a63 ({:expires_in=>60 seconds}) [[0;37mDEBUG[0m|#18207] [REST] find( Buildresult, [{:project=>"BinaryprotectedProject", :view=>["binarylist", "status"], :repository=>"nada", :package=>"bdpack"}] ) [[0;37mDEBUG[0m|#18207] http_do #1: method: get url: http://localhost:3203/build/BinaryprotectedProject/_result?view=binarylist&view=status&package=bdpack&repository=nada [[0;37mDEBUG[0m|#18207] Request took 0.039874 seconds [[0;37mDEBUG[0m|#18207] Cache write (will save 40.53ms): Buildresult_c277e5899a028bb4a3222177f6120a63 [[0;37mDEBUG[0m|#18207] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProjectviewflagdetails) [[0;37mDEBUG[0m|#18207] Cache hit: Package_892cb1b7695f8865212e82a9db07e311 ({:expires_in=>1800 seconds}) [[32mINFO [0m|#18207] Rendering template within layouts/application [[32mINFO [0m|#18207] Rendering package/binaries [[0;37mDEBUG[0m|#18207] Cache hit: parent_projects_BinaryprotectedProject ({:expires_in=>7 days}) [[0;37mDEBUG[0m|#18207] Rendered package/_tabs (2.9ms) [[0;37mDEBUG[0m|#18207] Rendered shared/_download_repository_link (8.9ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_watch_and_search (0.7ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_header (1.6ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_personal_navigation (1.7ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_flash (0.2ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|#18207] Completed in 168ms (View: 32, DB: 0, API: 40, XML: 0) | 200 OK [http://localhost/package/binaries?package=bdpack&project=BinaryprotectedProject&repository=nada] [[32mINFO [0m|#18207] Processing PackageController#binary (for 127.0.0.1 at 2012-04-01 16:34:18) [GET] [[32mINFO [0m|#18207] Parameters: {"project"=>"BinaryprotectedProject", "repository"=>"nada", "filename"=>"delete_me-1.0-1.i586.rpm", "arch"=>"i586", "package"=>"bdpack"} [[0;37mDEBUG[0m|#18207] Setting return_to: "/package/binary?arch=i586&filename=delete_me-1.0-1.i586.rpm&package=bdpack&project=BinaryprotectedProject&repository=nada" [[0;37mDEBUG[0m|#18207] Authenticating with iChain mode: off [[32mINFO [0m|#18207] Anonymous request to /package/binary?arch=i586&filename=delete_me-1.0-1.i586.rpm&package=bdpack&project=BinaryprotectedProject&repository=nada [[0;37mDEBUG[0m|#18207] Cache hit: configuration ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#18207] Project.find( 300 seconds, BinaryprotectedProject, ) [[0;37mDEBUG[0m|#18207] Cache hit: Project_ceb033cc783987344fb1117f7f7cef83 ({:expires_in=>300 seconds}) [[0;37mDEBUG[0m|#18207] Package.find( 1800 seconds, bdpack, projectBinaryprotectedProject) [[0;37mDEBUG[0m|#18207] Cache hit: Package_6835e2f14fbff7760eac4182041a9b3f ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#18207] Cache hit: package_reviews_BinaryprotectedProject_bdpack ({:expires_in=>600 seconds}) [[0;37mDEBUG[0m|#18207] Fileinfo.find( 1800 seconds, projectBinaryprotectedProjectviewfileinfo_extrepositorynadafilenamedelete_me-1.0-1.i586.rpmarchi586packagebdpack) [[0;37mDEBUG[0m|#18207] Cache miss: Fileinfo_e66c04b8c26fa8121d0e73afd5e0d523 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|#18207] [REST] find( Fileinfo, [{:project=>"BinaryprotectedProject", :view=>"fileinfo_ext", :repository=>"nada", :package=>"bdpack", :arch=>"i586", :filename=>"delete_me-1.0-1.i586.rpm"}] ) [[0;37mDEBUG[0m|#18207] http_do #1: method: get url: http://localhost:3203/build/BinaryprotectedProject/nada/i586/bdpack/delete_m... [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mDbPackage Load (0.2ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 3002 AND (name = BINARY 'bdpack') LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 3002 LIMIT 1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] ----------------- rendering package bdpack ------------------------ [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mUser Load (0.3ms)[0m [1mSELECT bu.*, r.title AS role_name FROM `users` bu, package_user_role_relationships purr, roles r WHERE (bu.id = purr.bs_user_id AND purr.db_package_id = 11007 AND r.id = purr.role_id)[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mGroup Load (0.2ms)[0m SELECT bg.*, r.title AS role_name FROM `groups` bg, package_group_role_relationships pgrr, roles r WHERE (bg.id = pgrr.bs_group_id AND pgrr.db_package_id = 11007 AND r.id = pgrr.role_id) [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mRepository Load (0.3ms)[0m [1mSELECT `repositories`.* FROM `repositories` WHERE `repositories`.`db_project_id` = 3002 AND (ISNULL(remote_project_name))[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mFlag Load (0.2ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 3002 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 11007 ORDER BY position[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mArchitecture Load (0.3ms)[0m SELECT `architectures`.* FROM `architectures` INNER JOIN `repository_architectures` ON `architectures`.`id` = `repository_architectures`.`architecture_id` WHERE `repository_architectures`.`repository_id` = 90 ORDER BY position [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] ----------------- end rendering package bdpack ------------------------ [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Rendered text template (0.0ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Completed 200 OK in 25ms (Views: 0.8ms | ActiveRecord: 3.0ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Started GET "/build/BinaryprotectedProject/_result?view=binarylist&view=status&package=bdpack&repository=nada" for 127.0.0.1 at Sun Apr 01 16:34:17 +0200 2012 [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Processing by BuildController#result as XML [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Parameters: {"view"=>"status", "package"=>"bdpack", "project"=>"BinaryprotectedProject", "repository"=>"nada"} [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] Validate XML request: #<ActionDispatch::Request:0x7f605f6ef480> [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] no schema found, skipping validation for {"view"=>"status", "type"=>"request", "package"=>"bdpack", "format"=>"xml", "project"=>"BinaryprotectedProject", "controller"=>"build", "repository"=>"nada", "method"=>"GET", "action"=>"result"} [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] AUTH: nil [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mUser Load (0.8ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] User _nobody_ initialised [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[35mRole Load (0.5ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'BinaryprotectedProject') LIMIT 1[0m [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18209] [backend] VOLLEY: /build/BinaryprotectedProject/_result?view=binarylist&view=status&package=bdpack&repository=nada [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18218] 2012-04-01 16:34:17 [20119]: GET /build/BinaryprotectedProject/_result?view=binarylist&view=status&package=bdpack&repository=nada [[0;37mDEBUG[0m|#18208] [[0;37mDEBUG[0m|#18218] 2012-04-01 16:34:17 [20120]: GET /_result?prpa=BinaryprotectedProject/nada/i586&package=bdpack&withbinarylist [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Sent file /tmp/volley20120401-18209-1qo79y0-0 (0.2ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Completed 200 OK in 32ms (ActiveRecord: 1.6ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Started GET "/build/BinaryprotectedProject/nada/i586/bdpack/delete_me-1.0-1.i586.rpm?view=fileinfo_ext" for 127.0.0.1 at Sun Apr 01 16:34:18 +0200 2012 [[0;37mDEBUG[0m|#18208] [[32mINFO [0m|#18209] Processing by BuildController#file as XML [[0;37mDEBUG[0m|#18207] Request took 0.146929 seconds [[31mFATAL[0m|#18207] ActiveXML::Transport::ForbiddenError (<?xml version="1.0"?> <status code="download_binary_no_permission"> <summary>No permission to download binaries from package bdpack, project BinaryprotectedProject</summary> <details></details> </status> ): lib/activexml/transport.rb:558:in `handle_response' lib/activexml/transport.rb:546:in `http_do' lib/activexml/transport.rb:344:in `find' lib/activexml/base.rb:103:in `find_priv' lib/activexml/base.rb:102:in `find_priv' lib/activexml/base.rb:132:in `find_cached' app/controllers/application_controller.rb:294:in `find_cached' app/controllers/package_controller.rb:64:in `binary' /usr/lib64/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib64/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib64/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib64/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib64/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib64/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib64/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib64/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib64/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib64/ruby/1.8/webrick/server.rb:82:in `start' [[31mERROR[0m|#18207] rescue_action: caught ActiveXML::Transport::ForbiddenError: <?xml version="1.0"?> <status code="download_binary_no_permission"> <summary>No permission to download binaries from package bdpack, project BinaryprotectedProject</summary> <details></details> </status> [[0;37mDEBUG[0m|#18207] ERROR: 401; No permission to download binaries from package bdpack, project BinaryprotectedProject [[32mINFO [0m|#18207] Rendering template within layouts/application [[32mINFO [0m|#18207] Rendering error (401) [[0;37mDEBUG[0m|#18207] Rendered layouts/_watch_and_search (0.8ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_header (1.7ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_personal_navigation (2.0ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|#18207] Rendered layouts/_sponsor (0.1ms) + echo + cleanup + echo 'Killing backend processes' Killing backend processes + egrep 'perl|ruby' + fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> USER PID ACCESS COMMAND <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/>: jenkins ..c.. sh jenkins ..c.. sh jenkins ..c.. egrep + echo 'Remove log/tmp files to save disc space' Remove log/tmp files to save disc space + rm -rf src/api/log/backend_access.log src/api/log/test.log src/api/tmp/backend_config src/api/tmp/backend_data src/api/tmp/cache src/api/tmp/pids src/api/tmp/sessions src/api/tmp/sockets src/webui/log/test.log src/webui/tmp/cache src/webui/tmp/pids src/webui/tmp/sessions src/webui/tmp/sockets + exit 1 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/46/changes> Changes: [Stephan Kulow] [webui] fix the tabs selection for advanced tabs too [Stephan Kulow] [webui] catch invalid file names before they hit the API [Stephan Kulow] [webui-testsuite] ignore known failures for now [Stephan Kulow] [webui] catch some exceptions for 403 on hidden projects [Stephan Kulow] [api] showlinked is not accessing the source, so it's ok ------------------------------------------ [...truncated 305237 lines...] [[0;37mDEBUG[0m|# 8912] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil [[0;37mDEBUG[0m|# 8912] Package.find( 1800 seconds, unknown, projectNeitherExisting) [[0;37mDEBUG[0m|# 8912] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] ) [[0;37mDEBUG[0m|# 8912] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta? [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mRole Load (0.3ms)[0m [1mSELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] dispatch_command: trying to call method 'command_diff' [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [backend] GET: /request/999 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8923] 2012-04-02 11:49:43 [12596]: GET /request/999? [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] request took 0.010693 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mDbProject Load (0.4ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'NotExisiting') LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[31mERROR[0m|# 8914] ReadAccessError: NotExisiting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] errorcode 'unknown_project' - NotExisiting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Rendered status.xml.builder (0.5ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Completed 404 Not Found in 24ms (Views: 1.4ms | ActiveRecord: 1.2ms | Backend: 10.7ms | XML: 0.3ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Started GET "/source/NeitherExisting/_meta" for 127.0.0.1 at Mon Apr 02 11:49:43 +0200 2012 [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Processing by SourceController#project_meta as XML [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Parameters: {"project"=>"NeitherExisting"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] Validate XML request: #<ActionDispatch::Request:0x7f30020de718> [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] no schema found, skipping validation for {"project"=>"NeitherExisting", "format"=>"xml", "controller"=>"source", "method"=>"GET", "action"=>"project_meta", "type"=>"request"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] AUTH: nil [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] User _nobody_ initialised [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mRole Load (0.4ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'NeitherExisting') LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[31mERROR[0m|# 8914] ReadAccessError: NeitherExisting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] errorcode 'unknown_project' - NeitherExisting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Rendered status.xml.builder (0.5ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Completed 404 Not Found in 9ms (Views: 1.4ms | ActiveRecord: 1.0ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Started GET "/source/NeitherExisting/_meta" for 127.0.0.1 at Mon Apr 02 11:49:43 +0200 2012 [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Processing by SourceController#project_meta as XML [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Parameters: {"project"=>"NeitherExisting"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] Validate XML request: #<ActionDispatch::Request:0x7f300205d460> [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] no schema found, skipping validation for {"project"=>"NeitherExisting", "format"=>"xml", "controller"=>"source", "method"=>"GET", "action"=>"project_meta", "type"=>"request"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] AUTH: nil [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] User _nobody_ initialised [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mRole Load (0.3ms)[0m [1mSELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'NeitherExisting') LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[31mERROR[0m|# 8914] ReadAccessError: NeitherExisting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] errorcode 'unknown_project' - NeitherExisting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Rendered status.xml.builder (0.5ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Completed 404 Not Found in 8ms (Views: 1.2ms | ActiveRecord: 0.9ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Started GET "/source/NeitherExisting/unknown/_meta" for 127.0.0.1 at Mon Apr 02 11:49:43 +0200 2012 [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Processing by SourceController#package_meta as XML [[0;37mDEBUG[0m|# 8912] Request took 0.054901 seconds [[0;37mDEBUG[0m|# 8912] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil [[0;37mDEBUG[0m|# 8912] Cache write (will save 206.79ms): request_999_actions [[32mINFO [0m|# 8912] Rendering template within layouts/application [[32mINFO [0m|# 8912] Rendering request/show [[0;37mDEBUG[0m|# 8912] Rendered shared/_user_with_realname_and_icon (0.7ms) [[0;37mDEBUG[0m|# 8912] Rendered request/_recent_events_table (1.6ms) [[0;37mDEBUG[0m|# 8912] Project.find( 1800 seconds, NotExisiting) [[0;37mDEBUG[0m|# 8912] Cache miss: Project_c3641298e9334ac0783f161924812374 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] [REST] find( Project, [{:name=>"NotExisiting"}] ) [[0;37mDEBUG[0m|# 8912] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/_meta? [[0;37mDEBUG[0m|# 8912] Request took 0.0552590000000001 seconds [[0;37mDEBUG[0m|# 8912] Project.find( {:name=>"NotExisiting"} ) did not find anything, return nil [[0;37mDEBUG[0m|# 8912] Package.find( 1800 seconds, notthere, projectNotExisiting) [[0;37mDEBUG[0m|# 8912] Cache miss: Package_38a03f84f6e2c290e6dc2de46b0d981a ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] [REST] find( Package, [{:project=>"NotExisiting", :name=>"notthere"}] ) [[0;37mDEBUG[0m|# 8912] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere/_meta? [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Parameters: {"project"=>"NeitherExisting", "package"=>"unknown"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] Validate XML request: #<ActionDispatch::Request:0x7f3001fd03a8> [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] no schema found, skipping validation for {"project"=>"NeitherExisting", "format"=>"xml", "controller"=>"source", "method"=>"GET", "action"=>"package_meta", "type"=>"request", "package"=>"unknown"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] AUTH: nil [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mUser Load (0.3ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] User _nobody_ initialised [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mRole Load (0.3ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'NeitherExisting') LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[31mERROR[0m|# 8914] ReadAccessError: NeitherExisting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] errorcode 'unknown_project' - NeitherExisting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Rendered status.xml.builder (0.5ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Completed 404 Not Found in 8ms (Views: 1.2ms | ActiveRecord: 0.9ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Started GET "/source/NotExisiting/_meta" for 127.0.0.1 at Mon Apr 02 11:49:43 +0200 2012 [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Processing by SourceController#project_meta as XML [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Parameters: {"project"=>"NotExisiting"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] Validate XML request: #<ActionDispatch::Request:0x7f3001f605f8> [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] no schema found, skipping validation for {"project"=>"NotExisiting", "format"=>"xml", "controller"=>"source", "method"=>"GET", "action"=>"project_meta", "type"=>"request"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] AUTH: nil [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] User _nobody_ initialised [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mRole Load (0.3ms)[0m [1mSELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'NotExisiting') LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[31mERROR[0m|# 8914] ReadAccessError: NotExisiting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] errorcode 'unknown_project' - NotExisiting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Rendered status.xml.builder (0.5ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Completed 404 Not Found in 8ms (Views: 1.2ms | ActiveRecord: 0.9ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Started GET "/source/NotExisiting/notthere/_meta" for 127.0.0.1 at Mon Apr 02 11:49:44 +0200 2012 [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Processing by SourceController#package_meta as XML [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Parameters: {"project"=>"NotExisiting", "package"=>"notthere"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] Validate XML request: #<ActionDispatch::Request:0x7f3001f17b50> [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] no schema found, skipping validation for {"project"=>"NotExisiting", "format"=>"xml", "controller"=>"source", "method"=>"GET", "action"=>"package_meta", "type"=>"request", "package"=>"notthere"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] AUTH: nil [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] User _nobody_ initialised [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mRole Load (0.3ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'NotExisiting') LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[31mERROR[0m|# 8914] ReadAccessError: NotExisiting [[0;37mDEBUG[0m|# 8912] Request took 0.054752 seconds [[0;37mDEBUG[0m|# 8912] Package.find( {:project=>"NotExisiting", :name=>"notthere"} ) did not find anything, return nil [[0;37mDEBUG[0m|# 8912] Cache delete: Directory_0d560cc8eb30e2859b59c8d342c4e1d0 [[0;37mDEBUG[0m|# 8912] Directory.find( 1800 seconds, projectNotExisitingpackagenotthere) [[0;37mDEBUG[0m|# 8912] Cache miss: Directory_0d560cc8eb30e2859b59c8d342c4e1d0 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] [REST] find( Directory, [{:project=>"NotExisiting", :package=>"notthere"}] ) [[0;37mDEBUG[0m|# 8912] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere? [[0;37mDEBUG[0m|# 8912] Request took 0.054692 seconds [[0;37mDEBUG[0m|# 8912] Directory.find( {:project=>"NotExisiting", :package=>"notthere"} ) did not find anything, return nil [[0;37mDEBUG[0m|# 8912] Rendered shared/_project_or_package_link (168.5ms) [[0;37mDEBUG[0m|# 8912] Project.find( 1800 seconds, NeitherExisting) [[0;37mDEBUG[0m|# 8912] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] [REST] find( Project, [{:name=>"NeitherExisting"}] ) [[0;37mDEBUG[0m|# 8912] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta? [[0;37mDEBUG[0m|# 8912] Request took 0.05458 seconds [[0;37mDEBUG[0m|# 8912] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil [[0;37mDEBUG[0m|# 8912] Package.find( 1800 seconds, unknown, projectNeitherExisting) [[0;37mDEBUG[0m|# 8912] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] ) [[0;37mDEBUG[0m|# 8912] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta? [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] errorcode 'unknown_project' - NotExisiting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Rendered status.xml.builder (0.5ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Completed 404 Not Found in 8ms (Views: 1.2ms | ActiveRecord: 0.9ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Started GET "/source/NotExisiting/notthere" for 127.0.0.1 at Mon Apr 02 11:49:44 +0200 2012 [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Processing by SourceController#index_package as XML [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Parameters: {"project"=>"NotExisiting", "package"=>"notthere"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] Validate XML request: #<ActionDispatch::Request:0x7f3001ee6050> [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] no schema found, skipping validation for {"project"=>"NotExisiting", "format"=>"xml", "controller"=>"source", "method"=>"GET", "action"=>"index_package", "type"=>"request", "package"=>"notthere"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] AUTH: nil [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] User _nobody_ initialised [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mRole Load (0.4ms)[0m [1mSELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'NotExisiting') LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[31mERROR[0m|# 8914] ReadAccessError: NotExisiting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] errorcode 'unknown_project' - NotExisiting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Rendered status.xml.builder (0.5ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Completed 404 Not Found in 8ms (Views: 1.2ms | ActiveRecord: 0.9ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Started GET "/source/NeitherExisting/_meta" for 127.0.0.1 at Mon Apr 02 11:49:44 +0200 2012 [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Processing by SourceController#project_meta as XML [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Parameters: {"project"=>"NeitherExisting"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] Validate XML request: #<ActionDispatch::Request:0x7f3001eb98e8> [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] no schema found, skipping validation for {"project"=>"NeitherExisting", "format"=>"xml", "controller"=>"source", "method"=>"GET", "action"=>"project_meta", "type"=>"request"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] AUTH: nil [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] User _nobody_ initialised [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mRole Load (0.3ms)[0m SELECT DISTINCT roles.id FROM `roles` INNER JOIN `roles_users` ON `roles`.`id` = `roles_users`.`role_id` WHERE `roles_users`.`user_id` = 5 AND `roles`.`title` = 'Admin' LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'NeitherExisting') LIMIT 1[0m [[0;37mDEBUG[0m|# 8913] [[31mERROR[0m|# 8914] ReadAccessError: NeitherExisting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] errorcode 'unknown_project' - NeitherExisting [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Rendered status.xml.builder (0.6ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Completed 404 Not Found in 8ms (Views: 1.4ms | ActiveRecord: 0.9ms | Backend: 0.0ms | XML: 0.0ms) [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Started GET "/source/NeitherExisting/unknown/_meta" for 127.0.0.1 at Mon Apr 02 11:49:44 +0200 2012 [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Processing by SourceController#package_meta as XML [[0;37mDEBUG[0m|# 8913] [[32mINFO [0m|# 8914] Parameters: {"project"=>"NeitherExisting", "package"=>"unknown"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] Validate XML request: #<ActionDispatch::Request:0x7f3001e88f18> [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] no schema found, skipping validation for {"project"=>"NeitherExisting", "format"=>"xml", "controller"=>"source", "method"=>"GET", "action"=>"package_meta", "type"=>"request", "package"=>"unknown"} [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] AUTH: nil [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] [1m[35mUser Load (0.3ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`login` = x'5f6e6f626f64795f' LIMIT 1 [[0;37mDEBUG[0m|# 8913] [[0;37mDEBUG[0m|# 8914] User _nobody_ initialised [[0;37mDEBUG[0m|# 8912] Request took 0.054491 seconds [[0;37mDEBUG[0m|# 8912] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil [[0;37mDEBUG[0m|# 8912] Rendered shared/_project_or_package_link (111.6ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_watch_and_search (0.7ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_header (1.6ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_personal_navigation (1.6ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|# 8912] Completed in 706ms (View: 290, DB: 0, API: 678, XML: 1) | 200 OK [http://localhost/request/show/999] [[32mINFO [0m|# 8912] Processing HomeController#icon (for 127.0.0.1 at 2012-04-02 11:49:44) [GET] [[32mINFO [0m|# 8912] Parameters: {"id"=>"tom", "size"=>"20"} [[0;37mDEBUG[0m|# 8912] Setting return_to: "/home/icon/tom?size=20" [[0;37mDEBUG[0m|# 8912] Authenticating with iChain mode: off [[32mINFO [0m|# 8912] Anonymous request to /home/icon/tom?size=20 [[0;37mDEBUG[0m|# 8912] Cache hit: configuration ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] Cache hit: home_face_tom_20 ({:expires_in=>18000 seconds}) [[32mINFO [0m|# 8912] Completed in 3ms (View: 0, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/home/icon/tom?size=20] [[32mINFO [0m|# 8912] Processing SearchController#index (for 127.0.0.1 at 2012-04-02 11:49:44) [GET] [[0;37mDEBUG[0m|# 8912] Setting return_to: "/search" [[0;37mDEBUG[0m|# 8912] Authenticating with iChain mode: off [[32mINFO [0m|# 8912] Anonymous request to /search [[0;37mDEBUG[0m|# 8912] Cache hit: configuration ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] Attribute.find( 1800 seconds, namespaces) [[0;37mDEBUG[0m|# 8912] Cache hit: Attribute_3677f588a4f94e4ec797a296ffa70f4b ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] Attribute.find( 1800 seconds, attributes, namespaceNSTEST) [[0;37mDEBUG[0m|# 8912] Cache hit: Attribute_fe73f9378596d2bf71bc74e5c5f5a695 ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] Attribute.find( 1800 seconds, attributes, namespaceOBS) [[0;37mDEBUG[0m|# 8912] Cache hit: Attribute_816c0374bb38b0897c3402cc3e86480a ({:expires_in=>1800 seconds}) [[0;37mDEBUG[0m|# 8912] IssueTracker.find( 1800 seconds, all) [[0;37mDEBUG[0m|# 8912] Cache hit: IssueTracker_2e7c8cf303289bffa08d60a43f2b997c ({:expires_in=>1800 seconds}) [[32mINFO [0m|# 8912] Rendering template within layouts/application [[32mINFO [0m|# 8912] Rendering search/index [[0;37mDEBUG[0m|# 8912] Rendered layouts/_watch_and_search (0.7ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_header (1.5ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_personal_navigation (1.5ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|# 8912] Completed in 19ms (View: 9, DB: 0, API: 0, XML: 3) | 200 OK [http://localhost/search] [[32mINFO [0m|# 8912] Processing UserController#login (for 127.0.0.1 at 2012-04-02 11:49:45) [GET] [[0;37mDEBUG[0m|# 8912] Setting return_to: "/user/login" [[0;37mDEBUG[0m|# 8912] Authenticating with iChain mode: off [[32mINFO [0m|# 8912] Anonymous request to /user/login [[0;37mDEBUG[0m|# 8912] Cache hit: configuration ({:expires_in=>1800 seconds}) [[32mINFO [0m|# 8912] Rendering template within layouts/application [[32mINFO [0m|# 8912] Rendering user/login [[0;37mDEBUG[0m|# 8912] Rendered layouts/_watch_and_search (0.7ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_header (1.4ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_personal_navigation (1.5ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|# 8912] Completed in 12ms (View: 9, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/user/login] [[32mINFO [0m|# 8912] Processing UserController#register_user (for 127.0.0.1 at 2012-04-02 11:49:46) [GET] [[0;37mDEBUG[0m|# 8912] Setting return_to: "/user/register_user" [[0;37mDEBUG[0m|# 8912] Authenticating with iChain mode: off [[32mINFO [0m|# 8912] Anonymous request to /user/register_user [[0;37mDEBUG[0m|# 8912] Cache hit: configuration ({:expires_in=>1800 seconds}) [[32mINFO [0m|# 8912] Rendering template within layouts/application [[32mINFO [0m|# 8912] Rendering user/register_user [[0;37mDEBUG[0m|# 8912] Rendered layouts/_watch_and_search (0.7ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_header (1.7ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_personal_navigation (1.7ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_flash (0.1ms) [[0;37mDEBUG[0m|# 8912] Rendered layouts/_sponsor (0.1ms) [[32mINFO [0m|# 8912] Completed in 13ms (View: 10, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/user/register_user] + echo + cleanup + echo 'Killing backend processes' Killing backend processes + fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> + egrep 'perl|ruby' USER PID ACCESS COMMAND <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/>: jenkins ..c.. sh jenkins ..c.. sh jenkins ..c.. egrep + echo 'Remove log/tmp files to save disc space' Remove log/tmp files to save disc space + rm -rf src/api/log/backend_access.log src/api/log/test.log src/api/tmp/cache src/api/tmp/pids src/api/tmp/sessions src/api/tmp/sockets src/webui/log/test.log src/webui/tmp/cache src/webui/tmp/pids src/webui/tmp/sessions src/webui/tmp/sockets + exit 1 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/47/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