Open Build Service Tests
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
February 2014
- 1 participants
- 1 discussions
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #2177
by admin@opensuse.org 10 Feb '14
by admin@opensuse.org 10 Feb '14
10 Feb '14
See <http://ci.opensuse.org/job/obs_master_testsuite_api/2177/changes>
Changes:
[adrian] [api] add routes to get XML view of comments
[adrian] [api] test case for set_bugowner for groups
[adrian] [api] implement delete_comment
[adrian] [api] implement post to request comments
[adrian] [api] remove package and project from event subscription
[adrian] [api] test that previous commenters get mails
------------------------------------------
Started by upstream project "obs_master_check_deps" build number 1263
originally caused by:
Started by upstream project "obs_master_update_deps" build number 922
originally caused by:
Started by an SCM change
[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 77bd389e2ad517fc4e2d380a6f495f31c26eff4e (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/hudson8251132260892241856.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 Example 'projectresult.xml' is missing.
XML Schema 'list' 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 'projectresult.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/backend
+ echo 'Invoke backend tests'
Invoke backend tests
+ bash testdata/test_dispatcher
.....................................................
+ 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 60562
# Running tests:
..............................................................................................................................................................................................................................................................................................................E...........................................................................................................................................................................................................................................
Finished tests in 334.723776s, 1.6073 tests/s, 15.9744 assertions/s.
1) Error:
test_set_bugowner_request(RequestControllerTest):
Errno::ENOENT: No such file or directory @ rb_sysopen - <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/fixture…>
test/test_helper.rb:379:in `initialize'
test/test_helper.rb:379:in `open'
test/test_helper.rb:379:in `load_fixture'
test/test_helper.rb:383:in `load_backend_file'
test/functional/request_controller_test.rb:288:in `test_set_bugowner_request'
minitest (4.7.4) lib/minitest/unit.rb:1258:in `run'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:175:in `run_test'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:102:in `_run_test'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:93:in `block in _run_suite'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:92:in `each'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:92:in `_run_suite'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:83:in `block in _run_suites'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:83:in `map'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:83:in `_run_suites'
ci_reporter (1.9.0) lib/ci/reporter/minitest.rb:75:in `_run_anything'
minitest (4.7.4) lib/minitest/unit.rb:1085:in `run_tests'
minitest (4.7.4) lib/minitest/unit.rb:1072:in `block in _run'
minitest (4.7.4) lib/minitest/unit.rb:1071:in `each'
minitest (4.7.4) lib/minitest/unit.rb:1071:in `_run'
minitest (4.7.4) lib/minitest/unit.rb:1059:in `run'
minitest (4.7.4) lib/minitest/unit.rb:795:in `block in autorun'
538 tests, 5347 assertions, 0 failures, 1 errors, 0 skips
kill backend: 23809
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib" "/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/functional/aaa_pre_consistency_test.rb" "test/functional/about_controller_test.rb" "test/functional/architectures_controller_test.rb" "test/functional/attributes_test.rb" "test/functional/backend_test.rb" "test/functional/build_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/configurations_controller_test.rb" "test/functional/cross_build_test.rb" "test/functional/distributions_controller_test.rb" "test/functional/group_request_test.rb" "test/functional/group_test.rb" "test/functional/interconnect_test.rb" "test/functional/issue_controller_test.rb" "test/functional/issue_trackers_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/maintenance_test.rb" "test/functional/message_controller_test.rb" "test/functional/person_controller_test.rb" "test/functional/product_test.rb" "test/functional/public_controller_test.rb" "test/functional/published_controller_test.rb" "test/functional/read_permission_test.rb" "test/functional/release_management_test.rb" "test/functional/request_controller_test.rb" "test/functional/request_events_test.rb" "test/functional/search_controller_test.rb" "test/functional/source_controller_test.rb" "test/functional/source_services_test.rb" "test/functional/statistics_controller_test.rb" "test/functional/status_controller_test.rb" "test/functional/tag_controller_test.rb" "test/functional/wizard_controller_test.rb" "test/functional/zzz_post_consistency_test.rb" "test/integration/last_events_test.rb" "test/models/backend_info_test.rb" "test/models/event_test.rb" "test/models/full_text_search_test.rb" "test/models/project_log_entry_test.rb" "test/models/project_log_rotate_test.rb" "test/models/relationship_test.rb" "test/models/status_history_test.rb" "test/unit/attribute_test.rb" "test/unit/bs_request_test.rb" "test/unit/build_flag_test.rb" "test/unit/code_quality_test.rb" "test/unit/comment_test.rb" "test/unit/db_project_type_test.rb" "test/unit/debug_flag_test.rb" "test/unit/event_mailer_test.rb" "test/unit/flag_test.rb" "test/unit/groups_users_test.rb" "test/unit/ichain_notifier_test.rb" "test/unit/issue_test.rb" "test/unit/linked_project_test.rb" "test/unit/package_group_role_relationship_test.rb" "test/unit/package_test.rb" "test/unit/project_test.rb" "test/unit/public_helper_test.rb" "test/unit/publish_flag_test.rb" "test/unit/role_test.rb" "test/unit/schema_test.rb" "test/unit/status_helper_test.rb" "test/unit/status_message_test.rb" "test/unit/tag_test.rb" "test/unit/tagcloud_test.rb" "test/unit/user_test.rb" "test/unit/validator_test.rb" "test/unit/watched_project_test.rb" "test/unit/worker_status_test.rb" /usr/lib64/ruby/gems/2.1.0/gems/ci_reporter-1.9.0/lib/ci/reporter/rake/minitest_loader.rb]
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/testtask.rb:106:in `block (3 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `sh'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/file_utils.rb:84:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `ruby'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/testtask.rb:102:in `block (2 levels) in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:58:in `verbose'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/testtask.rb:98:in `block in define'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/task.rb:236:in `call'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/task.rb:236:in `block in execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/task.rb:231:in `execute'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/usr/lib64/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/task.rb:161:in `invoke'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:149:in `invoke_task'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:106:in `block in top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:115:in `run_with_threads'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:100:in `top_level'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:78:in `block in run'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/lib/rake/application.rb:75:in `run'
/usr/lib64/ruby/gems/2.1.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:api
+ 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
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(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
0