[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #1390
See <http://ci.opensuse.org/job/obs_master_testsuite_api/1390/changes> Changes: [adrian] Added ignore for IDEA files. [adrian] [dist] obsapisetup changed rake to bundle exec rake [adrian] [api] fix xpath query searching for a user or group with specific role [adrian] [api] support person search for maintenance people [adrian] [dist] update docu to use openSUSE:Tools:2.4 project [adrian] [travis] use new OBS:Server:Unstable project for extra travis packages [adrian] [webui][api] update to current rubygem stack [mls] [backend] fix update_project_meta() call to use $param [adrian] [api] do not crash when trying to copy entire projects from remote. Report an error instead. [adrian] [api] add a missing project.save (add_user did that before) [mls] [backend] move projpacks data freeing to when we got an result in async case [mls] [backend] be more verbose about running async RPC requests [adrian] [webui][backend] export and show multiline service errors in backend/webui [adrian] [api] testsuite silence [adrian] [testsuite] make code nicer [adrian] [webui] New user home pages, user/group management, small front-page changes [adrian] [api] do a "short track" error reporting on "ruby -cv" errors [mls] [backend] don't delete data too early in get_projpacks, update_projpacks is much saner [Stephan Kulow] [backend] also add the hybrid attribute to the type ------------------------------------------ Started by upstream project "obs_master_check_deps" build number 475 originally caused by: Started by upstream project "obs_master_update_deps" build number 116 originally caused by: Started by user Stephan Kulow Building remotely on master_deps_chroot in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> Checkout:obs_master_testsuite_api / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.Channel@18e118e1:master_deps_chroot Using strategy: Default Last Built Revision: Revision ae1417b4a771d55d81082765f1527b501745edea (origin/master) Fetching changes from 1 remote Git repository Fetching upstream changes from origin Commencing build of Revision 571751ffb73b00428637873aea1d6241c5c93c57 (origin/master) Checking out Revision 571751ffb73b00428637873aea1d6241c5c93c57 (origin/master) [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [obs_master_testsuite_api] $ /bin/sh -xe /tmp/hudson5088499896762231085.sh + sh dist/ci/obs_testsuite_api.sh ++ dirname dist/ci/obs_testsuite_api.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/results/ nothing added to commit but untracked files present (use "git add" to track) + echo 'Setup git submodules' Setup git submodules + git submodule init Submodule 'src/backend/build' () registered for path 'src/backend/build' + 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 + chmod a+x script/start_test_backend + echo 'Initialize test database, load seed data' Initialize test database, load seed data + bundle exec rake db:drop db:create db:setup --trace ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Execute db:load_config ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:drop Couldn't drop ci_api_test : #<Mysql2::Error: Access denied for user 'root'@'localhost' (using password: YES)> ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** Execute db:create rake aborted! undefined method `strip' for nil:NilClass /usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/databases.rake:111:in `rescue in rescue in create_database' /usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/databases.rake:104:in `rescue in create_database' /usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/databases.rake:74:in `create_database' /usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/databases.rake:62:in `block (3 levels) in <top (required)>' /usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/databases.rake:62:in `each' /usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/databases.rake:62:in `block (2 levels) in <top (required)>' /usr/lib64/ruby/1.9.1/rake/task.rb:205:in `call' /usr/lib64/ruby/1.9.1/rake/task.rb:205:in `block in execute' /usr/lib64/ruby/1.9.1/rake/task.rb:200:in `each' /usr/lib64/ruby/1.9.1/rake/task.rb:200:in `execute' /usr/lib64/ruby/1.9.1/rake/task.rb:158:in `block in invoke_with_call_chain' /usr/lib64/ruby/1.9.1/monitor.rb:211:in `mon_synchronize' /usr/lib64/ruby/1.9.1/rake/task.rb:151:in `invoke_with_call_chain' /usr/lib64/ruby/1.9.1/rake/task.rb:144:in `invoke' /usr/lib64/ruby/1.9.1/rake/application.rb:116:in `invoke_task' /usr/lib64/ruby/1.9.1/rake/application.rb:94:in `block (2 levels) in top_level' /usr/lib64/ruby/1.9.1/rake/application.rb:94:in `each' /usr/lib64/ruby/1.9.1/rake/application.rb:94:in `block in top_level' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:88:in `top_level' /usr/lib64/ruby/1.9.1/rake/application.rb:66:in `block in run' /usr/lib64/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' /usr/lib64/ruby/1.9.1/rake/application.rb:63:in `run' /usr/bin/rake:32:in `<main>' Tasks: TOP => db:create Access denied for user 'root'@'localhost' (using password: YES). Please provide the root password for your mysql installation
Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
participants (1)
-
admin@opensuse.org