[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #1985
See <http://ci.opensuse.org/job/obs_master_testsuite_api/1985/changes> Changes: [Stephan Kulow] [api] fix request schema [Stephan Kulow] [webui] do not simply reset the cache but also write it to the backend [Stephan Kulow] [api] add more features to the request RNG [Stephan Kulow] [api] fix TODOed test case for code quality ------------------------------------------ Started by user Stephan Kulow [EnvInject] - Loading node environment variables. Building remotely on obs_master_deps_chroot in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> Fetching changes from the remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Checking out Revision 915889531f3ba70e38f0e57aba87efb09986dcad (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/hudson7801726369944035193.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/ # src/api/test/reports/ nothing added to commit but untracked files present (use "git add" to track) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + cp config/thinking_sphinx.yml.example config/thinking_sphinx.yml + chmod a+x script/start_test_backend + chmod a+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 ** 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 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 ... + rm -rf log/backend_access.log log/test.log log/test.searchd.log log/test.searchd.query.log tmp/cache tmp/sessions tmp/sockets + cd ../.. + cd docs/api + make cd api; make apidocs make[1]: Entering directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'> BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html XML Example 'password.xml' is missing. XML Example 'tokenlist.xml' is missing. XML Example 'attribute.xml' is missing. XML Example 'pattern.xml' is missing. XML Example 'collection.xml' is missing. XML Example 'attribute_namespace_meta_data.xml' is missing. XML Example 'attribute_meta.xml' is missing. XML Example 'attribute_meta_data.xml' is missing. XML Example 'buildreason.xml' is missing. XML Example 'buildstatus.xml' is missing. XML Example 'buildinfo.xml' is missing. XML Example 'builddepinfo.xml' is missing. XML Example 'ymp.xml' is missing. XML Schema 'password.xsd' is missing. XML Schema 'tokenlist.xsd' is missing. XML Schema 'attribute.xsd' is missing. XML Schema 'revisionlist.xsd' is missing. XML Schema 'collection.xsd' is missing. XML Schema 'attribute_namespace_meta_data.xsd' is missing. XML Schema 'attribute_meta.xsd' is missing. XML Schema 'attribute_meta_data.xsd' is missing. XML Schema 'workerstatus.xsd' is missing. XML Schema 'buildresult.xsd' is missing. XML Schema 'buildreason.xsd' is missing. XML Schema 'buildstatus.xsd' is missing. XML Schema 'buildinfo.xsd' is missing. XML Schema 'binarylist.xsd' is missing. XML Schema 'builddepinfo.xsd' is missing. XML Schema 'ymp.xsd' is missing. XML Schema 'status_message.xsd' is missing. Written ../html/index.html. make[1]: Leaving directory `<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/docs/api/api'> + cd ../.. + cd src/api + echo 'Invoke rake' Invoke rake + bundle exec rake ci:setup:minitest test:api test:webui CI_REPORTS=results --trace ** Invoke ci:setup:minitest (first_time) ** Execute ci:setup:minitest rm -rf results ** Invoke test:api (first_time) ** Execute test:api Run options: --seed 64090 # Running tests: ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Finished tests in 370.438557s, 1.3740 tests/s, 13.3112 assertions/s. 509 tests, 4931 assertions, 0 failures, 0 errors, 0 skips kill backend: 20305 ** Invoke test:webui (first_time) ** Execute test:webui /usr/lib64/ruby/gems/2.0.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `write': Broken pipe - <STDOUT> (Errno::EPIPE) from /usr/lib64/ruby/gems/2.0.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `puts' from /usr/lib64/ruby/gems/2.0.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:48:in `puts' from /usr/lib64/ruby/gems/2.0.0/gems/minitest-4.7.4/lib/minitest/unit.rb:849:in `puts' from /usr/lib64/ruby/gems/2.0.0/gems/minitest-4.7.4/lib/minitest/unit.rb:1069:in `_run' from /usr/lib64/ruby/gems/2.0.0/gems/minitest-4.7.4/lib/minitest/unit.rb:1059:in `run' from /usr/lib64/ruby/gems/2.0.0/gems/minitest-4.7.4/lib/minitest/unit.rb:795:in `block in autorun' Run options: --seed 9342 # Running tests: .Starting test API at port 3203 ... .........................................................................................................................................................F............................... Finished tests in 581.830438s, 0.3197 tests/s, 3.4718 assertions/s. 1) Failure: test_submit_package_and_revoke(Webui::RequestControllerTest) [<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functional/webui/request_controller_test.rb>:100]: expected to find text "Created submit request 1001 to home:tom" in "Watchlist Open Build Service > Projects > home:Iggy > TestPack Iggy | Home Project | Logout You are logged in now Create Submit Request Do you want to submit package home:Iggy / TestPack (revision 10)? From source project: To target project: Description: Pending requests: 1 by tom (about 1 year ago) 2 by tom (about 1 year ago) 3 by tom (about 1 year ago) 4 by Iggy (about 1 year ago) 10 by tom (2 months ago) 1000 by tom (2 months ago) Supersede pending requests Remove local package if request is accepted Cancel OverviewRepositoriesRevisionsRequestsUsersAdvanced My Test package No description set Branch package Submit package Edit description Delete package Source Files Show entriesSearch: Filename Size Changed _service 232 Bytes 2 minutes ago EmptySource.c 0 Bytes 2 minutes ago HomeSourceFile1 0 Bytes 2 minutes ago HomeSourceFile3 1.47 KB 2 minutes ago myfile 0 Bytes 2 minutes ago SourceFile.cc 1.47 KB 2 minutes ago TestPack.spec 173 Bytes 6 minutes ago Showing 1 to 7 of 7 entriesPreviousNext Add file Latest Revision Iggy Pop (Iggy) committed 2 minutes ago (revision 10) Show diff Build Results Rpmlint Results 10.2 i586 succeeded Comments for home:Iggy (0) Iggy: Your Home Home Project Logout Locations Projects Search Status Monitor Help Open Build Service OBS Manuals openSUSEs OBS Portal Reporting a Bug Contact Mailing List Forums Chat (IRC) Twitter Open Build Service (OBS) is an openSUSE project.". 186 tests, 2020 assertions, 1 failures, 0 errors, 0 skips Killing test API with pid: 30086 got signal handler kill backend: 29612 rake aborted! Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib" "/usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/functional/webui/add_repo_test.rb" "test/functional/webui/apidocs_controller_test.rb" "test/functional/webui/apiroutes_test.rb" "test/functional/webui/application_controller_test.rb" "test/functional/webui/attributes_test.rb" "test/functional/webui/configuration_test.rb" "test/functional/webui/create_test.rb" "test/functional/webui/group_controller_test.rb" "test/functional/webui/login_test.rb" "test/functional/webui/main_controller_test.rb" "test/functional/webui/maintenance_workflow_test.rb" "test/functional/webui/messages_test.rb" "test/functional/webui/monitor_controller_test.rb" "test/functional/webui/owner_search_test.rb" "test/functional/webui/package_branch_test.rb" "test/functional/webui/package_controller_test.rb" "test/functional/webui/package_create_test.rb" "test/functional/webui/package_edit_source_test.rb" "test/functional/webui/package_edit_test.rb" "test/functional/webui/patchinfo_create_test.rb" "test/functional/webui/project_controller_test.rb" "test/functional/webui/project_create_test.rb" "test/functional/webui/project_edit_test.rb" "test/functional/webui/request_controller_test.rb" "test/functional/webui/search_controller_test.rb" "test/functional/webui/signup_test.rb" "test/functional/webui/spider_test.rb" "test/functional/webui/user_controller_test.rb" "test/functional/webui/users_test.rb" "test/functional/webui/watchlists_test.rb" "test/unit/webui/application_helper_test.rb" "test/unit/webui/package_test.rb" "test/unit/webui/project_helper_test.rb" "test/unit/webui/request_helper_test.rb" /usr/lib64/ruby/gems/2.0.0/gems/ci_reporter-1.9.0/lib/ci/reporter/rake/minitest_loader.rb] /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/testtask.rb:106:in `block (3 levels) in define' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `call' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `sh' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `sh' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils.rb:84:in `ruby' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `ruby' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/testtask.rb:102:in `block (2 levels) in define' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:58:in `verbose' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/testtask.rb:98:in `block in define' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:236:in `call' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:236:in `block in execute' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `each' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `execute' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:175:in `block in invoke_with_call_chain' /usr/lib64/ruby/2.0.0/monitor.rb:211:in `mon_synchronize' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/task.rb:161:in `invoke' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:149:in `invoke_task' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block (2 levels) in top_level' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `each' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block in top_level' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:115:in `run_with_threads' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:100:in `top_level' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:78:in `block in run' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:165:in `standard_exception_handling' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/application.rb:75:in `run' /usr/lib64/ruby/gems/2.0.0/gems/rake-10.1.0/bin/rake:33:in `<top (required)>' /usr/bin/rake:23:in `load' /usr/bin/rake:23:in `<main>' Tasks: TOP => test:webui + ret=1 + cd ../.. + cleanup + echo 'Killing backend processes' Killing backend processes + fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> + egrep 'perl|ruby' USER PID ACCESS COMMAND <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>: ci ..c.. egrep ci ..c.. fuser ci ..c.. sh ci ..c.. sh + exit 1 <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/script/start_test_backend>:294:in `kill': No such process (Errno::ESRCH) from <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/script/start_test_backend>:294:in `block in <main>' 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_api/1986/> -- 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