[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui #864
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/864/changes> Changes: [adrian] [webui] There is no reason to hide our awesome users [adrian] [api] Get rid of the registration notes [adrian] [webui] Update Gemfile.lock, fix all routes test [mls] [backend] add help for --getbinariesproxy, fix typo [adrian] [api] revert incompatible change, but allow to register users without a note element [mls] [backend] hrm, the typo fix contained another typo. now all typos are gone. [mls] [backend] improve ARGV handling in bs_getbinariesproxy and bs_srcserver [ro] [backend] bs_productconvert: use release number of package also for product [Stephan Kulow] [dist] update gem dependencies so that api and webui require the same gems [Stephan Kulow] [dist] downgrade to i18n 0.6.1 as travis can't install our rpms ------------------------------------------ Started by upstream project "obs_master_testsuite_api" build number 1419 originally caused by: Started by upstream project "obs_master_check_deps" build number 512 originally caused by: Started by upstream project "obs_master_update_deps" build number 162 originally caused by: Started by user Stephan Kulow Building remotely on master_deps_chroot in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> Checkout:obs_master_testsuite_webui / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.Channel@15611561:master_deps_chroot Using strategy: Default Last Built Revision: Revision 30dabb2888b0c9140fc92e2446206f793122c967 (origin/master) Fetching changes from 1 remote Git repository Fetching upstream changes from origin Commencing build of Revision 350a89f814e0f2c4ae922bfdddd0ea3d63e5287a (origin/master) Checking out Revision 350a89f814e0f2c4ae922bfdddd0ea3d63e5287a (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_webui] $ /bin/sh -xe /tmp/hudson4499577843204516167.sh + sh dist/ci/obs_testsuite_webui.sh ++ dirname dist/ci/obs_testsuite_webui.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/webui/EmptySource1.c # src/webui/HomeSourceFile2.cc # src/webui/MySourceFile.cc # src/webui/results/ nothing added to commit but untracked files present (use "git add" to track) + echo 'Setup git submodules' Setup git submodules + git submodule init 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 ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** Execute db:create ** Invoke db:setup (first_time) ** Execute db:setup ** Invoke db:structure:load (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:load_config ** Execute db:structure:load ** Invoke db:seed (first_time) ** Execute db:seed ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment ** Invoke db:load_config ** Execute db:abort_if_pending_migrations 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 + chmod +x script/start_test_api + 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 ** Invoke db:create (first_time) ** Invoke db:load_config ** Invoke rails_env ** Execute db:create ** Invoke db:setup (first_time) ** Invoke db:schema:load_if_ruby (first_time) ** Invoke db:create ** Invoke environment (first_time) ** Execute environment ** Execute db:schema:load_if_ruby ** Invoke db:schema:load (first_time) ** Invoke environment ** Invoke db:load_config ** Execute db:schema:load ** Invoke db:structure:load_if_sql (first_time) ** Invoke db:create ** Invoke environment ** Execute db:structure:load_if_sql ** Invoke db:seed (first_time) ** Execute db:seed ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment ** Invoke db:load_config ** Execute db:abort_if_pending_migrations ** Execute db:setup -- create_table("sessions", {:force=>true}) -> 0.0671s -- add_index("sessions", ["session_id"], {:name=>"index_sessions_on_session_id"}) -> 0.0064s -- add_index("sessions", ["updated_at"], {:name=>"index_sessions_on_updated_at"}) -> 0.0068s -- initialize_schema_migrations_table() -> 0.0126s -- assume_migrated_upto_version(20120401122058, ["<http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/db/migrate"])> -> 0.0154s + cd ../.. + cd docs/api + make cd api; make apidocs make[1]: Entering directory `<http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/docs/api/api'> ../restility/bin/rest_doc api.txt --html -o ../html /usr/lib64/ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find i18n (>= 0.6.4) amongst [actionmailer-3.2.13, actionpack-3.2.13, activemodel-3.2.13, activerecord-3.2.13, activeresource-3.2.13, activesupport-3.2.13, addressable-2.3.3, arel-3.0.2, bigdecimal-1.1.0, builder-3.0.4, bundler-1.3.4, capybara-2.0.2, capybara-webkit-0.14.2, capybara_minitest_spec-1.0.0, childprocess-0.3.9, chunky_png-1.2.7, ci_reporter-1.8.4, codemirror-rails-3.02, coderay-1.0.9, compass-0.12.2, compass-rails-1.0.3, crack-0.3.2, cssmin-1.0.3, daemons-1.1.9, database_cleaner-0.9.1, delayed_job-3.0.5, delayed_job_active_record-0.4.3, erubis-2.7.0, execjs-1.4.0, faker-1.1.2, fast_xs-0.8.0, ffi-1.4.0, flog-3.2.2, fssm-0.2.10, headless-1.0.1, hike-1.2.1, hoptoad_notifier-2.4.11, i18n-0.6.1, io-console-0.3, journey-1.0.4, jquery-datatables-rails-1.11.2, jquery-rails-2.2.1, json-1.7.7, json-1.5.5, launchy-2.2.0, mail-2.5.3, mail-2.4.4, memcache-client-1.8.5, metaclass-0.0.1, method_source-0.8.1, mime-types-1.21, minitest-4.6.2, minitest-2.5.1, mobileesp_converted-0.2.1, mocha-0.13.3, multi_json-1.7.0, mysql2-0.3.11, nokogiri-1.5.6, pkg-config-1.1.4, polyglot-0.3.3, pry-0.9.12, rack-1.4.5, rack-cache-1.2, rack-mini-profiler-0.1.23, rack-ssl-1.3.3, rack-test-0.6.2, rails-3.2.13, rails-api-0.0.3, rails_tokeninput-1.6.1.rc1, railties-3.2.13, rake-10.0.3, rake-0.9.2.2, rdoc-3.12.1, rdoc-3.9.5, ruby_parser-3.1.1, rubyzip-0.9.9, sass-3.2.7, sass-rails-3.2.6, selenium-webdriver-2.31.0, sexp_processor-4.1.5, simplecov-0.7.1, simplecov-html-0.7.1, simplecov-rcov-0.2.3, slop-3.4.4, slop-3.3.3, sprockets-2.2.2, sqlite3-1.3.7, thor-0.17.0, tilt-1.3.6, timecop-0.6.1, treetop-1.4.12, tzinfo-0.3.37, uglifier-1.3.0, webmock-1.11.0, websocket-1.0.7, xmlhash-1.3.5, xpath-1.0.0, yajl-ruby-1.1.0] (Gem::LoadError) from /usr/lib64/ruby/1.9.1/rubygems/specification.rb:777:in `block in activate_dependencies' from /usr/lib64/ruby/1.9.1/rubygems/specification.rb:766:in `each' from /usr/lib64/ruby/1.9.1/rubygems/specification.rb:766:in `activate_dependencies' from /usr/lib64/ruby/1.9.1/rubygems/specification.rb:750:in `activate' from /usr/lib64/ruby/1.9.1/rubygems.rb:212:in `rescue in try_activate' from /usr/lib64/ruby/1.9.1/rubygems.rb:209:in `try_activate' from /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require' from /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' from ../restility/bin/rest_doc:5:in `<main>' make[1]: *** [apidocs] Error 1 make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/docs/api/api'> make: *** [apidocs] Error 2 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