Open Build Service Tests
Threads by month
- ----- 2025 -----
- January
- ----- 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
- 22245 discussions
10 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_api/790/changes>
Changes:
[Sascha Peilicke] [webui] Fix description collapsing after moving to description_wrapper
[bbrunner] [webui] -Fixed nil value in show patchinfo
[Stephan Kulow] [api] more porting of find calls
[Stephan Kulow] [api] port more usages of :conditions
[Stephan Kulow] [api] fix more usage of find with passed :conditions
[Stephan Kulow] [api] remove anonymous_user model, we do not allow anonymous users,
[Stephan Kulow] [api] switch to simplecov
[Stephan Kulow] [api] remove some functions without documentation and coverage
[Stephan Kulow] [api] finally remove the very confusing develproject_id in db_packages
[Stephan Kulow] [api] trying to increase coverage (and found one real bug :)
[Stephan Kulow] [api] replace some more calls
[Stephan Kulow] [api] increase coverage - by removing more rbac and adding architectures
[Stephan Kulow] [api] cover group controll - removed one unreachable function
[Stephan Kulow] [webui-testsuite] wait_for_javascript fails when there is a popup
[Stephan Kulow] [api] trying to fix some things brakeman complains about
------------------------------------------
[...truncated 123826 lines...]
[[0;37mDEBUG[0m|#17806] [1m[36mRole Load (0.2ms)[0m [1mSELECT `roles`.* FROM `roles` WHERE `roles`.`id` = 6 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mGroup Load (0.2ms)[0m SELECT `groups`.* FROM `groups` WHERE (title = BINARY 'test_group') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mProjectGroupRoleRelationship Load (0.2ms)[0m [1mSELECT `project_group_role_relationships`.* FROM `project_group_role_relationships` WHERE (db_project_id = 2 AND role_id = 7 AND bs_group_id = 99) LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mSQL (0.2ms)[0m INSERT INTO `project_group_role_relationships` (`bs_group_id`, `db_project_id`, `role_id`) VALUES (99, 2, 7)
[[0;37mDEBUG[0m|#17806] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 2[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDownload Load (0.2ms)[0m SELECT `downloads`.* FROM `downloads` WHERE `downloads`.`db_project_id` = 2
[[0;37mDEBUG[0m|#17806] [1m[36mRepository Load (0.2ms)[0m [1mSELECT `repositories`.* FROM `repositories` WHERE `repositories`.`db_project_id` = 2[0m
[[0;37mDEBUG[0m|#17806] ----------------- rendering project kde4 ------------------------
[[0;37mDEBUG[0m|#17806] [1m[35mDbProjectType Load (0.2ms)[0m SELECT `db_project_types`.* FROM `db_project_types` WHERE `db_project_types`.`id` = 1 LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mCACHE (0.0ms)[0m [1mSELECT `db_project_types`.* FROM `db_project_types` WHERE `db_project_types`.`id` = 1 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mProjectUserRoleRelationship Load (0.3ms)[0m SELECT users.login as login, roles.title as roletitle FROM `project_user_role_relationships` INNER JOIN `roles` ON `roles`.`id` = `project_user_role_relationships`.`role_id` INNER JOIN `users` ON `users`.`id` = `project_user_role_relationships`.`bs_user_id` WHERE `project_user_role_relationships`.`db_project_id` = 2
[[0;37mDEBUG[0m|#17806] [1m[36mProjectGroupRoleRelationship Load (0.3ms)[0m [1mSELECT groups.title as grouptitle, roles.title as roletitle FROM `project_group_role_relationships` INNER JOIN `roles` ON `roles`.`id` = `project_group_role_relationships`.`role_id` INNER JOIN `groups` ON `groups`.`id` = `project_group_role_relationships`.`bs_group_id` WHERE `project_group_role_relationships`.`db_project_id` = 2[0m
[[0;37mDEBUG[0m|#17806] [1m[35mRepository Load (0.2ms)[0m SELECT `repositories`.* FROM `repositories` WHERE `repositories`.`db_project_id` = 2 AND (ISNULL(remote_project_name))
[[0;37mDEBUG[0m|#17806] ----------------- end rendering project kde4 ------------------------
[[0;37mDEBUG[0m|#17806] [backend] PUT: /source/kde4/_meta?user=king
[[0;37mDEBUG[0m|#17811] 2012-04-10 13:11:00 [23516]: PUT /source/kde4/_meta?user=king
[[0;37mDEBUG[0m|#17806] request took 0.015422444
[[0;37mDEBUG[0m|#17806] [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[[32mINFO [0m|#17806] Completed 200 OK in 76ms (Views: 1.1ms | ActiveRecord: 9.0ms | Backend: 15.4ms | XML: 0.4ms)
[[32mINFO [0m|#17806]
Started GET "/source/kde4/_meta" for 127.0.0.1 at 2012-04-10 13:11:00 +0200
[[32mINFO [0m|#17806] Processing by SourceController#project_meta as XML
[[32mINFO [0m|#17806] Parameters: {"project"=>"kde4"}
[[0;37mDEBUG[0m|#17806] Validate XML request: #<ActionDispatch::Request:0x0000000698b678>
[[0;37mDEBUG[0m|#17806] no schema found, skipping validation for {"format"=>"xml", "controller"=>"source", "action"=>"project_meta", "project"=>"kde4", "method"=>"GET", "type"=>"request"}
[[0;37mDEBUG[0m|#17806] AUTH: ["Basic", "a2luZzpzdW5mbG93ZXI="]
[[0;37mDEBUG[0m|#17806] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE (login = 'king') LIMIT 1
[[0;37mDEBUG[0m|#17806] USER found: king
[[0;37mDEBUG[0m|#17806] User king initialised
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (0.3ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1
[[32mINFO [0m|#17806] Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 1.0ms | Backend: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|#17806]
Started GET "/source/kde4" for 127.0.0.1 at 2012-04-10 13:11:00 +0200
[[32mINFO [0m|#17806] Processing by SourceController#index_project as XML
[[32mINFO [0m|#17806] Parameters: {"project"=>"kde4"}
[[0;37mDEBUG[0m|#17806] Validate XML request: #<ActionDispatch::Request:0x000000069e10c8>
[[0;37mDEBUG[0m|#17806] no schema found, skipping validation for {"format"=>"xml", "controller"=>"source", "action"=>"index_project", "project"=>"kde4", "method"=>"GET", "type"=>"request"}
[[0;37mDEBUG[0m|#17806] AUTH: ["Basic", "a2luZzpzdW5mbG93ZXI="]
[[0;37mDEBUG[0m|#17806] [1m[36mUser Load (0.3ms)[0m [1mSELECT `users`.* FROM `users` WHERE (login = 'king') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] USER found: king
[[0;37mDEBUG[0m|#17806] User king initialised
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT id,name FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbPackage Load (0.2ms)[0m SELECT db_packages.name FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2
[[32mINFO [0m|#17806] Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 1.2ms | Backend: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|#17806]
Started GET "/source/kde4/kdebase/_meta" for 127.0.0.1 at 2012-04-10 13:11:00 +0200
[[32mINFO [0m|#17806] Processing by SourceController#package_meta as XML
[[32mINFO [0m|#17806] Parameters: {"project"=>"kde4", "package"=>"kdebase"}
[[0;37mDEBUG[0m|#17806] Validate XML request: #<ActionDispatch::Request:0x00000006a3a588>
[[0;37mDEBUG[0m|#17806] no schema found, skipping validation for {"format"=>"xml", "controller"=>"source", "action"=>"package_meta", "project"=>"kde4", "package"=>"kdebase", "method"=>"GET", "type"=>"request"}
[[0;37mDEBUG[0m|#17806] AUTH: ["Basic", "a2luZzpzdW5mbG93ZXI="]
[[0;37mDEBUG[0m|#17806] [1m[36mUser Load (0.3ms)[0m [1mSELECT `users`.* FROM `users` WHERE (login = 'king') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] USER found: king
[[0;37mDEBUG[0m|#17806] User king initialised
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbPackage Load (0.3ms)[0m SELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2 AND (name = BINARY 'kdebase') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1[0m
[[32mINFO [0m|#17806] Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 1.3ms | Backend: 0.0ms | XML: 0.3ms)
[[32mINFO [0m|#17806]
Started PUT "/source/kde4/kdebase/_meta" for 127.0.0.1 at 2012-04-10 13:11:00 +0200
[[32mINFO [0m|#17806] Processing by SourceController#package_meta as XML
[[32mINFO [0m|#17806] Parameters: {"<package name"=>"\"kdebase\" project=\"kde4\">\n <title>blub</title>\n <description>blub</description>\n</package>\n", "project"=>"kde4", "package"=>"kdebase"}
[[33mWARN [0m|#17806] WARNING: Can't verify CSRF token authenticity
[[0;37mDEBUG[0m|#17806] Validate XML request: #<ActionDispatch::Request:0x00000006aa3fd8>
[[0;37mDEBUG[0m|#17806] AUTH: ["Basic", "a2luZzpzdW5mbG93ZXI="]
[[0;37mDEBUG[0m|#17806] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE (login = 'king') LIMIT 1
[[0;37mDEBUG[0m|#17806] USER found: king
[[0;37mDEBUG[0m|#17806] User king initialised
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbPackage Load (0.3ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2 AND (name = BINARY 'kdebase') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mCACHE (0.0ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mCACHE (0.0ms)[0m SELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2 AND (name = BINARY 'kdebase') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mCACHE (0.0ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mFlag Load (0.3ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 2 AND `flags`.`flag` = 'lock' AND `flags`.`status` = 'enable' ORDER BY position LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 2 AND `flags`.`flag` = 'lock' AND `flags`.`status` = 'enable' LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 2 ORDER BY position[0m
[[0;37mDEBUG[0m|#17806] flagcheck: package has default state, checking project
[[0;37mDEBUG[0m|#17806] [1m[35mFlag Load (0.2ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 2
[[0;37mDEBUG[0m|#17806] disabled_for sourceaccess repo: arch: state:enable
[[0;37mDEBUG[0m|#17806] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbPackage Load (0.3ms)[0m SELECT pack.*
FROM db_packages pack
LEFT OUTER JOIN db_projects pro ON pack.db_project_id = pro.id
WHERE pro.name = BINARY 'kde4' AND pack.name = BINARY 'kdebase'
[[0;37mDEBUG[0m|#17806] [1m[36mCACHE (0.0ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mPackageUserRoleRelationship Load (0.3ms)[0m SELECT `package_user_role_relationships`.* FROM `package_user_role_relationships` WHERE `package_user_role_relationships`.`db_package_id` = 2
[[0;37mDEBUG[0m|#17806] [1m[36mPackageGroupRoleRelationship Load (0.2ms)[0m [1mSELECT `package_group_role_relationships`.* FROM `package_group_role_relationships` WHERE `package_group_role_relationships`.`db_package_id` = 2[0m
[[0;37mDEBUG[0m|#17806] [1m[35mCACHE (0.0ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 2 ORDER BY position
[[0;37mDEBUG[0m|#17806] [1m[36mDbPackage Load (0.3ms)[0m [1mSELECT db_packages.*, ( @activity:=( db_packages.activity_index - POWER( TIME_TO_SEC( TIMEDIFF( NOW(), db_packages.updated_at ))/86400, 1.55 ) /10 ) ) AS act_tmp,
IF( @activity<0, 0, @activity ) AS activity_value FROM `db_packages` WHERE id = 2 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35m (0.3ms)[0m UPDATE `db_packages` SET `activity_index` = 85.3110061353901, `updated_at` = '2012-04-10 11:11:00', `update_counter` = 1 WHERE `db_packages`.`id` = 2
[[0;37mDEBUG[0m|#17806] ----------------- rendering package kdebase ------------------------
[[0;37mDEBUG[0m|#17806] [1m[36mPackageUserRoleRelationship Load (0.3ms)[0m [1mSELECT users.login as login, roles.title AS role_name FROM `package_user_role_relationships` INNER JOIN `roles` ON `roles`.`id` = `package_user_role_relationships`.`role_id` INNER JOIN `users` ON `users`.`id` = `package_user_role_relationships`.`bs_user_id` WHERE `package_user_role_relationships`.`db_package_id` = 2[0m
[[0;37mDEBUG[0m|#17806] [1m[35mPackageGroupRoleRelationship Load (0.2ms)[0m SELECT groups.title as title, roles.title as role_name FROM `package_group_role_relationships` INNER JOIN `roles` ON `roles`.`id` = `package_group_role_relationships`.`role_id` INNER JOIN `groups` ON `groups`.`id` = `package_group_role_relationships`.`bs_group_id` WHERE `package_group_role_relationships`.`db_package_id` = 2
[[0;37mDEBUG[0m|#17806] ----------------- end rendering package kdebase ------------------------
[[0;37mDEBUG[0m|#17806] [backend] PUT: /source/kde4/kdebase/_meta?user=king
[[0;37mDEBUG[0m|#17811] 2012-04-10 13:11:00 [23517]: PUT /source/kde4/kdebase/_meta?user=king
[[0;37mDEBUG[0m|#17806] request took 0.014606345
[[0;37mDEBUG[0m|#17806] [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[[32mINFO [0m|#17806] Completed 200 OK in 47ms (Views: 1.1ms | ActiveRecord: 4.7ms | Backend: 14.6ms | XML: 0.1ms)
[[32mINFO [0m|#17806]
Started GET "/source/kde4/kdebase/_meta" for 127.0.0.1 at 2012-04-10 13:11:00 +0200
[[32mINFO [0m|#17806] Processing by SourceController#package_meta as XML
[[32mINFO [0m|#17806] Parameters: {"project"=>"kde4", "package"=>"kdebase"}
[[0;37mDEBUG[0m|#17806] Validate XML request: #<ActionDispatch::Request:0x00000006bda988>
[[0;37mDEBUG[0m|#17806] no schema found, skipping validation for {"format"=>"xml", "controller"=>"source", "action"=>"package_meta", "project"=>"kde4", "package"=>"kdebase", "method"=>"GET", "type"=>"request"}
[[0;37mDEBUG[0m|#17806] AUTH: ["Basic", "a2luZzpzdW5mbG93ZXI="]
[[0;37mDEBUG[0m|#17806] [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE (login = 'king') LIMIT 1
[[0;37mDEBUG[0m|#17806] USER found: king
[[0;37mDEBUG[0m|#17806] User king initialised
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (0.3ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbPackage Load (0.3ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2 AND (name = BINARY 'kdebase') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1
[[32mINFO [0m|#17806] Completed 200 OK in 9ms (Views: 0.6ms | ActiveRecord: 1.5ms | Backend: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|#17806]
Started GET "/source/kde4/kdelibs/_meta" for 127.0.0.1 at 2012-04-10 13:11:00 +0200
[[32mINFO [0m|#17806] Processing by SourceController#package_meta as XML
[[32mINFO [0m|#17806] Parameters: {"project"=>"kde4", "package"=>"kdelibs"}
[[0;37mDEBUG[0m|#17806] Validate XML request: #<ActionDispatch::Request:0x00000006c3b918>
[[0;37mDEBUG[0m|#17806] no schema found, skipping validation for {"format"=>"xml", "controller"=>"source", "action"=>"package_meta", "project"=>"kde4", "package"=>"kdelibs", "method"=>"GET", "type"=>"request"}
[[0;37mDEBUG[0m|#17806] AUTH: ["Basic", "a2luZzpzdW5mbG93ZXI="]
[[0;37mDEBUG[0m|#17806] [1m[36mUser Load (0.3ms)[0m [1mSELECT `users`.* FROM `users` WHERE (login = 'king') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] USER found: king
[[0;37mDEBUG[0m|#17806] User king initialised
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbPackage Load (0.3ms)[0m SELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2 AND (name = BINARY 'kdelibs') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1[0m
[[32mINFO [0m|#17806] Completed 200 OK in 8ms (Views: 0.5ms | ActiveRecord: 1.3ms | Backend: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|#17806]
Started PUT "/source/kde4/kdelibs/_meta" for 127.0.0.1 at 2012-04-10 13:11:00 +0200
[[32mINFO [0m|#17806] Processing by SourceController#package_meta as XML
[[32mINFO [0m|#17806] Parameters: {"<package name"=>"\"kdelibs\" project=\"kde4\">\n <title>blub</title>\n <description>Changed description</description>\n <devel project=\"home:Iggy\" package=\"TestPack\"/>\n <person userid=\"fredlibs\" role=\"maintainer\"/>\n <person userid=\"adrian\" role=\"reviewer\"/>\n <person userid=\"Iggy\" role=\"maintainer\"/>\n <person userid=\"Iggy\" role=\"bugowner\"/>\n <group groupid=\"test_group\" role=\"maintainer\"/>\n <group groupid=\"test_group\" role=\"reader\"/>\n <build>\n <enable/>\n </build>\n</package>\n", "project"=>"kde4", "package"=>"kdelibs"}
[[33mWARN [0m|#17806] WARNING: Can't verify CSRF token authenticity
[[0;37mDEBUG[0m|#17806] Validate XML request: #<ActionDispatch::Request:0x00000006caaa48>
[[0;37mDEBUG[0m|#17806] AUTH: ["Basic", "a2luZzpzdW5mbG93ZXI="]
[[0;37mDEBUG[0m|#17806] [1m[35mUser Load (0.3ms)[0m SELECT `users`.* FROM `users` WHERE (login = 'king') LIMIT 1
[[0;37mDEBUG[0m|#17806] USER found: king
[[0;37mDEBUG[0m|#17806] User king initialised
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbPackage Load (0.3ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2 AND (name = BINARY 'kdelibs') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mCACHE (0.0ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mCACHE (0.0ms)[0m SELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2 AND (name = BINARY 'kdelibs') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mCACHE (0.0ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mFlag Load (0.3ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 1 AND `flags`.`flag` = 'lock' AND `flags`.`status` = 'enable' ORDER BY position LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 2 AND `flags`.`flag` = 'lock' AND `flags`.`status` = 'enable' LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mFlag Load (0.2ms)[0m [1mSELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 1 ORDER BY position[0m
[[0;37mDEBUG[0m|#17806] flagcheck: package has default state, checking project
[[0;37mDEBUG[0m|#17806] [1m[35mFlag Load (0.2ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_project_id` = 2
[[0;37mDEBUG[0m|#17806] disabled_for sourceaccess repo: arch: state:enable
[[0;37mDEBUG[0m|#17806] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbPackage Load (0.3ms)[0m SELECT pack.*
FROM db_packages pack
LEFT OUTER JOIN db_projects pro ON pack.db_project_id = pro.id
WHERE pro.name = BINARY 'kde4' AND pack.name = BINARY 'kdelibs'
[[0;37mDEBUG[0m|#17806] [1m[36mCACHE (0.0ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (7.0ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'home:Iggy') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbPackage Load (0.8ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 502 AND (name = BINARY 'TestPack') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbProject Load (0.2ms)[0m SELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 502 LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mPackageUserRoleRelationship Load (0.2ms)[0m [1mSELECT `package_user_role_relationships`.* FROM `package_user_role_relationships` WHERE `package_user_role_relationships`.`db_package_id` = 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mUser Load (0.2ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`id` = 4 LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mRole Load (0.2ms)[0m [1mSELECT `roles`.* FROM `roles` WHERE `roles`.`id` = 3 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mUser Load (0.2ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`id` = 42 LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mRole Load (0.2ms)[0m [1mSELECT `roles`.* FROM `roles` WHERE `roles`.`id` = 6 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mUser Load (0.2ms)[0m SELECT `users`.* FROM `users` WHERE (login = BINARY 'Iggy') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mPackageUserRoleRelationship Load (0.2ms)[0m [1mSELECT `package_user_role_relationships`.* FROM `package_user_role_relationships` WHERE (db_package_id = 1 AND role_id = 3 AND bs_user_id = 267) LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mSQL (0.2ms)[0m INSERT INTO `package_user_role_relationships` (`bs_user_id`, `db_package_id`, `role_id`) VALUES (267, 1, 3)
[[0;37mDEBUG[0m|#17806] [1m[36mUser Load (0.2ms)[0m [1mSELECT `users`.* FROM `users` WHERE (login = BINARY 'Iggy') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mPackageUserRoleRelationship Load (0.2ms)[0m SELECT `package_user_role_relationships`.* FROM `package_user_role_relationships` WHERE (db_package_id = 1 AND role_id = 4 AND bs_user_id = 267) LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO `package_user_role_relationships` (`bs_user_id`, `db_package_id`, `role_id`) VALUES (267, 1, 4)[0m
[[0;37mDEBUG[0m|#17806] [1m[35mPackageGroupRoleRelationship Load (0.2ms)[0m SELECT `package_group_role_relationships`.* FROM `package_group_role_relationships` WHERE `package_group_role_relationships`.`db_package_id` = 1
[[0;37mDEBUG[0m|#17806] [1m[36mGroup Load (0.2ms)[0m [1mSELECT `groups`.* FROM `groups` WHERE `groups`.`id` = 99 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mRole Load (0.2ms)[0m SELECT `roles`.* FROM `roles` WHERE `roles`.`id` = 3 LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mGroup Load (0.2ms)[0m [1mSELECT `groups`.* FROM `groups` WHERE `groups`.`title` = 'test_group' LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mPackageGroupRoleRelationship Load (0.2ms)[0m SELECT `package_group_role_relationships`.* FROM `package_group_role_relationships` WHERE (db_package_id = 1 AND role_id = 7 AND bs_group_id = 99) LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO `package_group_role_relationships` (`bs_group_id`, `db_package_id`, `role_id`) VALUES (99, 1, 7)[0m
[[0;37mDEBUG[0m|#17806] [1m[35mFlag Load (0.3ms)[0m SELECT `flags`.* FROM `flags` WHERE `flags`.`db_package_id` = 1 ORDER BY position
[[0;37mDEBUG[0m|#17806] [1m[36mDbPackage Load (0.2ms)[0m [1mSELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`id` = 1 LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35m (0.2ms)[0m SELECT MAX(`flags`.`position`) AS max_id FROM `flags` WHERE `flags`.`db_package_id` = 1
[[0;37mDEBUG[0m|#17806] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO `flags` (`architecture_id`, `db_package_id`, `db_project_id`, `flag`, `position`, `repo`, `status`) VALUES (NULL, 1, NULL, 'build', 1, NULL, 'enable')[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbPackage Load (0.3ms)[0m SELECT db_packages.*, ( @activity:=( db_packages.activity_index - POWER( TIME_TO_SEC( TIMEDIFF( NOW(), db_packages.updated_at ))/86400, 1.55 ) /10 ) ) AS act_tmp,
IF( @activity<0, 0, @activity ) AS activity_value FROM `db_packages` WHERE id = 1 LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36m (0.3ms)[0m [1mUPDATE `db_packages` SET `description` = 'Changed description', `develpackage_id` = 10095, `activity_index` = 85.3110061353901, `updated_at` = '2012-04-10 11:11:01', `update_counter` = 1 WHERE `db_packages`.`id` = 1[0m
[[0;37mDEBUG[0m|#17806] ----------------- rendering package kdelibs ------------------------
[[0;37mDEBUG[0m|#17806] [1m[35mPackageUserRoleRelationship Load (0.3ms)[0m SELECT users.login as login, roles.title AS role_name FROM `package_user_role_relationships` INNER JOIN `roles` ON `roles`.`id` = `package_user_role_relationships`.`role_id` INNER JOIN `users` ON `users`.`id` = `package_user_role_relationships`.`bs_user_id` WHERE `package_user_role_relationships`.`db_package_id` = 1
[[0;37mDEBUG[0m|#17806] [1m[36mPackageGroupRoleRelationship Load (0.3ms)[0m [1mSELECT groups.title as title, roles.title as role_name FROM `package_group_role_relationships` INNER JOIN `roles` ON `roles`.`id` = `package_group_role_relationships`.`role_id` INNER JOIN `groups` ON `groups`.`id` = `package_group_role_relationships`.`bs_group_id` WHERE `package_group_role_relationships`.`db_package_id` = 1[0m
[[0;37mDEBUG[0m|#17806] ----------------- end rendering package kdelibs ------------------------
[[0;37mDEBUG[0m|#17806] [backend] PUT: /source/kde4/kdelibs/_meta?user=king
[[0;37mDEBUG[0m|#17811] 2012-04-10 13:11:01 [23518]: PUT /source/kde4/kdelibs/_meta?user=king
[[0;37mDEBUG[0m|#17806] request took 0.016776199
[[0;37mDEBUG[0m|#17806] [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
[[32mINFO [0m|#17806] Completed 200 OK in 205ms (Views: 1.2ms | ActiveRecord: 16.5ms | Backend: 16.8ms | XML: 0.4ms)
[[32mINFO [0m|#17806]
Started GET "/source/kde4/kdelibs/_meta" for 127.0.0.1 at 2012-04-10 13:11:01 +0200
[[32mINFO [0m|#17806] Processing by SourceController#package_meta as XML
[[32mINFO [0m|#17806] Parameters: {"project"=>"kde4", "package"=>"kdelibs"}
[[0;37mDEBUG[0m|#17806] Validate XML request: #<ActionDispatch::Request:0x00000005389fa0>
[[0;37mDEBUG[0m|#17806] no schema found, skipping validation for {"format"=>"xml", "controller"=>"source", "action"=>"package_meta", "project"=>"kde4", "package"=>"kdelibs", "method"=>"GET", "type"=>"request"}
[[0;37mDEBUG[0m|#17806] AUTH: ["Basic", "a2luZzpzdW5mbG93ZXI="]
[[0;37mDEBUG[0m|#17806] [1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE (login = 'king') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] USER found: king
[[0;37mDEBUG[0m|#17806] User king initialised
[[0;37mDEBUG[0m|#17806] [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` = 2 AND `roles`.`title` = 'Admin' LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbProject Load (0.3ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE (name = BINARY 'kde4') LIMIT 1[0m
[[0;37mDEBUG[0m|#17806] [1m[35mDbPackage Load (0.3ms)[0m SELECT `db_packages`.* FROM `db_packages` WHERE `db_packages`.`db_project_id` = 2 AND (name = BINARY 'kdelibs') LIMIT 1
[[0;37mDEBUG[0m|#17806] [1m[36mDbProject Load (0.2ms)[0m [1mSELECT `db_projects`.* FROM `db_projects` WHERE `db_projects`.`id` = 2 LIMIT 1[0m
[[32mINFO [0m|#17806] Completed 200 OK in 10ms (Views: 0.6ms | ActiveRecord: 1.5ms | Backend: 0.0ms | XML: 0.0ms)
[[0;37mDEBUG[0m|#17806] [1m[35m (197.8ms)[0m ROLLBACK
[[0;37mDEBUG[0m|#17806] kill 17811
+ echo
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ egrep 'perl|ruby'
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/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/*' 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
Recording test results
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui-testsuite #71
by admin@opensuse.org 10 Apr '12
by admin@opensuse.org 10 Apr '12
10 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/71/changes>
Changes:
[Stephan Kulow] [api] updated versions in openSUSE:Tools:Unstable
[Sascha Peilicke] [webui] Fix condition of 5aac7eb
------------------------------------------
[...truncated 268634 lines...]
[[0;37mDEBUG[0m|# 3252] BsRequest.find( 1800 seconds, 999)
[[0;37mDEBUG[0m|# 3252] Cache miss: BsRequest_66ecfc2ec24f17ee7af75ee140104fa0 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( BsRequest, [{:id=>"999"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/request/999
[[0;37mDEBUG[0m|# 3252] Request took 0.030911589 seconds
[[0;37mDEBUG[0m|# 3252] Cache write (will save 31.36ms): BsRequest_66ecfc2ec24f17ee7af75ee140104fa0
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Person.find( 1800 seconds, tom, {})
[[0;37mDEBUG[0m|# 3252] Cache hit: Person_834a8521d00df1c128b043ffe80b79f1 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] Cache miss: request_999_is_target_maintainer_ ({:expires_in=>7 days})
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Package.find( 1800 seconds, unknown, {:project=>"NeitherExisting"})
[[0;37mDEBUG[0m|# 3252] Cache miss: Package_042fe7e6e44aeb086beaed0429ae15ff ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|# 3252] Request took 0.052295005 seconds
[[0;37mDEBUG[0m|# 3252] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] Cache write (will save 53.46ms): request_999_is_target_maintainer_
[[0;37mDEBUG[0m|# 3252] Cache miss: request_999_actions ({:expires_in=>7 days})
[[0;37mDEBUG[0m|# 3252] Cache miss: request_999_actiondiffs ({:expires_in=>7 days})
[[0;37mDEBUG[0m|# 3252] --> direct_http url: #<URI::Generic:0x000000061feb58 URL:http://localhost:3203/request/999?cmd=diff&view=xml&withissues=1>
[[0;37mDEBUG[0m|# 3252] http_do #1: method: POST url: http://localhost:3203/request/999?cmd=diff&view=xml&withissues=1
[[0;37mDEBUG[0m|# 3252] Request took 0.029333974 seconds
[[0;37mDEBUG[0m|# 3252] Cache write (will save 29.93ms): request_999_actiondiffs
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Package.find( 1800 seconds, {:project=>"NeitherExisting", :package=>"unknown"})
[[0;37mDEBUG[0m|# 3252] Cache miss: Package_13486eb490e7f9af7937baadb5e1da65 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Package, [{:project=>"NeitherExisting", :package=>"unknown"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|# 3252] Request took 0.051636314 seconds
[[0;37mDEBUG[0m|# 3252] Package.find( {:project=>"NeitherExisting", :package=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|# 3252] Cache miss: Project_03273ba61a4ed6b136aaf48b19721f1c ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|# 3252] Request took 0.051034251 seconds
[[0;37mDEBUG[0m|# 3252] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Package.find( 1800 seconds, unknown, {:project=>"NeitherExisting"})
[[0;37mDEBUG[0m|# 3252] Cache miss: Package_042fe7e6e44aeb086beaed0429ae15ff ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|# 3252] Request took 0.050999897 seconds
[[0;37mDEBUG[0m|# 3252] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] Cache write (will save 187.25ms): request_999_actions
[[32mINFO [0m|# 3252] Rendering template within layouts/application
[[32mINFO [0m|# 3252] Rendering request/show
[[0;37mDEBUG[0m|# 3252] Rendered shared/_user_with_realname_and_icon (0.4ms)
[[0;37mDEBUG[0m|# 3252] Rendered request/_recent_events_table (1.0ms)
[[0;37mDEBUG[0m|# 3252] Project.find( 1800 seconds, NotExisiting)
[[0;37mDEBUG[0m|# 3252] Cache miss: Project_a82ab4ea2762f261d067c1c824c4cd10 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Project, [{:name=>"NotExisiting"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/_meta?
[[0;37mDEBUG[0m|# 3252] Request took 0.04818201 seconds
[[0;37mDEBUG[0m|# 3252] Project.find( {:name=>"NotExisiting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Package.find( 1800 seconds, notthere, {:project=>"NotExisiting"})
[[0;37mDEBUG[0m|# 3252] Cache miss: Package_732a8341aef3e42e44e1a7804b05724c ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Package, [{:project=>"NotExisiting", :name=>"notthere"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere/_meta?
[[0;37mDEBUG[0m|# 3252] Request took 0.050939297 seconds
[[0;37mDEBUG[0m|# 3252] Package.find( {:project=>"NotExisiting", :name=>"notthere"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] Cache delete: Directory_9eb4dcbc52b560fa70838c976db96afd
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Directory.find( 1800 seconds, {:project=>"NotExisiting", :package=>"notthere"})
[[0;37mDEBUG[0m|# 3252] Cache miss: Directory_9eb4dcbc52b560fa70838c976db96afd ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Directory, [{:project=>"NotExisiting", :package=>"notthere"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere?
[[0;37mDEBUG[0m|# 3252] Request took 0.050842361 seconds
[[0;37mDEBUG[0m|# 3252] Directory.find( {:project=>"NotExisiting", :package=>"notthere"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] Rendered shared/_project_or_package_link (153.2ms)
[[0;37mDEBUG[0m|# 3252] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|# 3252] Cache miss: Project_03273ba61a4ed6b136aaf48b19721f1c ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|# 3252] Request took 0.050873286 seconds
[[0;37mDEBUG[0m|# 3252] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Package.find( 1800 seconds, unknown, {:project=>"NeitherExisting"})
[[0;37mDEBUG[0m|# 3252] Cache miss: Package_042fe7e6e44aeb086beaed0429ae15ff ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|# 3252] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|# 3252] Request took 0.051000571 seconds
[[0;37mDEBUG[0m|# 3252] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 3252] Rendered shared/_project_or_package_link (103.8ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_watch_and_search (0.3ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_header (0.8ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_personal_navigation (0.6ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_flash (0.0ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_sponsor (0.0ms)
[[32mINFO [0m|# 3252] Completed in 542ms (View: 263, DB: 0, API: 519, XML: 1) | 200 OK [http://localhost/request/show/999]
[[32mINFO [0m|# 3252]
Processing HomeController#icon (for 127.0.0.1 at 2012-04-04 17:24:46) [GET]
[[32mINFO [0m|# 3252] Parameters: {"size"=>"20", "id"=>"tom"}
[[0;37mDEBUG[0m|# 3252] Setting return_to: "/home/icon/tom?size=20"
[[0;37mDEBUG[0m|# 3252] Authenticating with iChain mode: off
[[32mINFO [0m|# 3252] Anonymous request to /home/icon/tom?size=20
[[0;37mDEBUG[0m|# 3252] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] Cache hit: home_face_tom_20 ({:expires_in=>18000 seconds})
[[32mINFO [0m|# 3252] Completed in 4ms (View: 0, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/home/icon/tom?size=20]
[[32mINFO [0m|# 3252]
Processing ApplicationController#icon (for 127.0.0.1 at 2012-04-04 17:24:46) [GET]
[[32mINFO [0m|# 3252] Parameters: {"size"=>"20", "id"=>"tom"}
[[31mFATAL[0m|# 3252]
ArgumentError (invalid byte sequence in US-ASCII):
webrat (0.7.3) lib/webrat/core_extensions/blank.rb:50:in `=~'
webrat (0.7.3) lib/webrat/core_extensions/blank.rb:50:in `!~'
webrat (0.7.3) lib/webrat/core_extensions/blank.rb:50:in `blank?'
<internal:prelude>:10:in `synchronize'
/usr/lib64/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/usr/lib64/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/usr/lib64/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
[[31mERROR[0m|# 3252] rescue_action: caught ArgumentError: invalid byte sequence in US-ASCII
[[0;37mDEBUG[0m|# 3252] ERROR: unknown; invalid byte sequence in US-ASCII
[[32mINFO [0m|# 3252] Rendering template within layouts/application
[[32mINFO [0m|# 3252] Rendering error (400)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_watch_and_search (0.3ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_header (0.9ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_personal_navigation (0.7ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|# 3252]
Processing HomeController#icon (for 127.0.0.1 at 2012-04-04 17:24:47) [GET]
[[32mINFO [0m|# 3252] Parameters: {"size"=>"20", "id"=>"tom"}
[[0;37mDEBUG[0m|# 3252] Setting return_to: "/home/icon/tom?size=20"
[[0;37mDEBUG[0m|# 3252] Authenticating with iChain mode: off
[[32mINFO [0m|# 3252] Anonymous request to /home/icon/tom?size=20
[[0;37mDEBUG[0m|# 3252] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] Cache hit: home_face_tom_20 ({:expires_in=>18000 seconds})
[[32mINFO [0m|# 3252] Completed in 5ms (View: 0, DB: 1, API: 0, XML: 0) | 200 OK [http://localhost/home/icon/tom?size=20]
[[32mINFO [0m|# 3252]
Processing ApplicationController#icon (for 127.0.0.1 at 2012-04-04 17:24:47) [GET]
[[32mINFO [0m|# 3252] Parameters: {"size"=>"20", "id"=>"tom"}
[[31mFATAL[0m|# 3252]
ArgumentError (invalid byte sequence in US-ASCII):
webrat (0.7.3) lib/webrat/core_extensions/blank.rb:50:in `=~'
webrat (0.7.3) lib/webrat/core_extensions/blank.rb:50:in `!~'
webrat (0.7.3) lib/webrat/core_extensions/blank.rb:50:in `blank?'
<internal:prelude>:10:in `synchronize'
/usr/lib64/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/usr/lib64/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/usr/lib64/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
[[31mERROR[0m|# 3252] rescue_action: caught ArgumentError: invalid byte sequence in US-ASCII
[[0;37mDEBUG[0m|# 3252] ERROR: unknown; invalid byte sequence in US-ASCII
[[32mINFO [0m|# 3252] Rendering template within layouts/application
[[32mINFO [0m|# 3252] Rendering error (400)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_watch_and_search (0.3ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_header (0.9ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_personal_navigation (0.7ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_sponsor (0.0ms)
[[32mINFO [0m|# 3252]
Processing SearchController#index (for 127.0.0.1 at 2012-04-04 17:24:47) [GET]
[[0;37mDEBUG[0m|# 3252] Setting return_to: "/search"
[[0;37mDEBUG[0m|# 3252] Authenticating with iChain mode: off
[[32mINFO [0m|# 3252] Anonymous request to /search
[[0;37mDEBUG[0m|# 3252] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] Attribute.find( 1800 seconds, namespaces)
[[0;37mDEBUG[0m|# 3252] Cache hit: Attribute_abf073acf4f2b7187044a69dc776c36a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Attribute.find( 1800 seconds, attributes, {:namespace=>"NSTEST"})
[[0;37mDEBUG[0m|# 3252] Cache hit: Attribute_acf162ca35af0c0b6e81adfd382303e0 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] method_missing -to_str- nil
[[0;37mDEBUG[0m|# 3252] method_missing -to_ary- nil
[[0;37mDEBUG[0m|# 3252] Attribute.find( 1800 seconds, attributes, {:namespace=>"OBS"})
[[0;37mDEBUG[0m|# 3252] Cache hit: Attribute_8fb2549b00f45ceed5a606ef2fc64363 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|# 3252] IssueTracker.find( 1800 seconds, all)
[[0;37mDEBUG[0m|# 3252] Cache hit: IssueTracker_c9f2a41f57195c17eafd205f9fae8094 ({:expires_in=>1800 seconds})
[[32mINFO [0m|# 3252] Rendering template within layouts/application
[[32mINFO [0m|# 3252] Rendering search/index
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_watch_and_search (0.3ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_header (0.7ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_personal_navigation (0.7ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|# 3252] Completed in 22ms (View: 6, DB: 0, API: 0, XML: 8) | 200 OK [http://localhost/search]
[[32mINFO [0m|# 3252]
Processing UserController#login (for 127.0.0.1 at 2012-04-04 17:24:48) [GET]
[[0;37mDEBUG[0m|# 3252] Setting return_to: "/user/login"
[[0;37mDEBUG[0m|# 3252] Authenticating with iChain mode: off
[[32mINFO [0m|# 3252] Anonymous request to /user/login
[[0;37mDEBUG[0m|# 3252] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|# 3252] Rendering template within layouts/application
[[32mINFO [0m|# 3252] Rendering user/login
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_watch_and_search (0.3ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_header (0.7ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_personal_navigation (0.6ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_sponsor (0.0ms)
[[32mINFO [0m|# 3252] Completed in 9ms (View: 4, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/user/login]
[[32mINFO [0m|# 3252]
Processing UserController#register_user (for 127.0.0.1 at 2012-04-04 17:24:48) [GET]
[[0;37mDEBUG[0m|# 3252] Setting return_to: "/user/register_user"
[[0;37mDEBUG[0m|# 3252] Authenticating with iChain mode: off
[[32mINFO [0m|# 3252] Anonymous request to /user/register_user
[[0;37mDEBUG[0m|# 3252] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|# 3252] Rendering template within layouts/application
[[32mINFO [0m|# 3252] Rendering user/register_user
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_watch_and_search (0.3ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_header (0.7ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_personal_navigation (0.6ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_flash (0.0ms)
[[0;37mDEBUG[0m|# 3252] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|# 3252] Completed in 10ms (View: 5, 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(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
6
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui #250
by admin@opensuse.org 05 Apr '12
by admin@opensuse.org 05 Apr '12
05 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/250/changes>
Changes:
[mls] [backend] serialize source diff creation if the same diff is requested multiple times
------------------------------------------
[...truncated 96693 lines...]
[[0;37mDEBUG[0m|#30290] Rendered layouts/_personal_navigation (0.7ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#30290] Completed in 326ms (View: 6, DB: 0, API: 315, XML: 0) | 200 OK [http://www.example.com/user/do_login]
[[0;37mDEBUG[0m|#30290] REQUESTING PAGE: POST /user/do_login with {"return_to_path"=>"/", "username"=>"tom", "password"=>"thunder", "commit"=>"Login"} and HTTP headers {"HTTP_REFERER"=>"/user/do_login"}
[[32mINFO [0m|#30290]
Processing UserController#do_login (for 127.0.0.1 at 2012-04-04 18:33:01) [POST]
[[32mINFO [0m|#30290] Parameters: {"return_to_path"=>"/", "username"=>"tom", "password"=>"thunder", "commit"=>"Login"}
[[0;37mDEBUG[0m|#30290] Setting return_to: "/"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Anonymous request to /
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] Doing form authorization to login user tom
[[0;37mDEBUG[0m|#30290] Person.find( nil, tom)
[[0;37mDEBUG[0m|#30290] [REST] find( Person, [{:login=>"tom"}] )
[[0;37mDEBUG[0m|#30290] http_do #1: method: get url: http://localhost:3203/person/tom
[[0;37mDEBUG[0m|#30290] Request took 0.091727706 seconds
[[32mINFO [0m|#30290] Redirected to http://www.example.com/
[[32mINFO [0m|#30290] Completed in 97ms (DB: 1, API: 92, XML: 0) | 302 Found [http://www.example.com/user/do_login]
[[0;37mDEBUG[0m|#30290] REQUESTING PAGE: GET http://www.example.com/ with {} and HTTP headers {"HTTP_REFERER"=>"/user/do_login"}
[[32mINFO [0m|#30290]
Processing MainController#index (for 127.0.0.1 at 2012-04-04 18:33:01) [GET]
[[0;37mDEBUG[0m|#30290] Setting return_to: "/"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Authenticated request to "/" from tom
[[0;37mDEBUG[0m|#30290] Cache delete: Person_bcccc817286c9705b67feb0c7cc953c3
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] Person.find( 1800 seconds, tom, {:is_current=>true})
[[0;37mDEBUG[0m|#30290] Cache miss: Person_bcccc817286c9705b67feb0c7cc953c3 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] [REST] find( Person, [{:is_current=>"true", :login=>"tom"}] )
[[0;37mDEBUG[0m|#30290] http_do #1: method: get url: http://localhost:3203/person/tom
[[0;37mDEBUG[0m|#30290] Request took 0.047938818 seconds
[[0;37mDEBUG[0m|#30290] Cache write (will save 48.38ms): Person_bcccc817286c9705b67feb0c7cc953c3
[[0;37mDEBUG[0m|#30290] Cache hit: tom_requests_that_need_work ({:expires_in=>600 seconds})
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] Statusmessage.find( 900 seconds, {:conditions=>"deleted_at IS NULL", :order=>"create_at DESC", :limit=>5})
[[0;37mDEBUG[0m|#30290] Cache hit: Statusmessage_5b45803e997cc5915704d09b14da5b4f ({:expires_in=>900 seconds})
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] LatestUpdated.find( 300 seconds, {:limit=>6, :shared=>true})
[[0;37mDEBUG[0m|#30290] Cache hit: LatestUpdated_3af9e60d376285bdcc1ba8f465ef1f8e ({:expires_in=>300 seconds})
[[0;37mDEBUG[0m|#30290] Project.find( 1800 seconds, home:tom)
[[0;37mDEBUG[0m|#30290] Cache hit: Project_adb9094ae2c389898fafee54514195c4 ({:expires_in=>1800 seconds})
[[32mINFO [0m|#30290] Rendering template within layouts/application
[[32mINFO [0m|#30290] Rendering main/index
[[0;37mDEBUG[0m|#30290] Rendered main/_news (0.5ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_contact (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_latest_updates (3.8ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_countdown (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_sponsors (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_feeds (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_watch_and_search (0.5ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_header (0.9ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_personal_navigation (0.4ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#30290] Completed in 67ms (View: 12, DB: 0, API: 48, XML: 1) | 200 OK [http://www.example.com/]
[[32mINFO [0m|#30290]
Processing UserController#logout (for 127.0.0.1 at 2012-04-04 18:33:02) [POST]
[[0;37mDEBUG[0m|#30290] Setting return_to: "/user/logout"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Authenticated request to "/user/logout" from tom
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|#30290] Logging out: tom
[[32mINFO [0m|#30290] Redirected to http://www.example.com/
[[0;37mDEBUG[0m|#30290] Cache delete: Person_f7754490a4ed0ddff3ff300384cc6faa
[[32mINFO [0m|#30290] Completed in 4ms (DB: 1, API: 0, XML: 0) | 302 Found [http://www.example.com/user/logout]
[[0;37mDEBUG[0m|#30290] REQUESTING PAGE: GET / with {} and HTTP headers {}
[[32mINFO [0m|#30290]
Processing MainController#index (for 127.0.0.1 at 2012-04-04 18:33:02) [GET]
[[0;37mDEBUG[0m|#30290] Setting return_to: "/"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Anonymous request to /
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] Statusmessage.find( 900 seconds, {:conditions=>"deleted_at IS NULL", :order=>"create_at DESC", :limit=>5})
[[0;37mDEBUG[0m|#30290] Cache hit: Statusmessage_5b45803e997cc5915704d09b14da5b4f ({:expires_in=>900 seconds})
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] LatestUpdated.find( 300 seconds, {:limit=>6, :shared=>true})
[[0;37mDEBUG[0m|#30290] Cache hit: LatestUpdated_3af9e60d376285bdcc1ba8f465ef1f8e ({:expires_in=>300 seconds})
[[32mINFO [0m|#30290] Rendering template within layouts/application
[[32mINFO [0m|#30290] Rendering main/index
[[0;37mDEBUG[0m|#30290] Rendered main/_news (0.5ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_contact (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_latest_updates (3.6ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_countdown (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_sponsors (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered main/_feeds (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_watch_and_search (0.3ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_header (0.7ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_personal_navigation (0.6ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#30290] Completed in 15ms (View: 10, DB: 0, API: 0, XML: 1) | 200 OK [http://www.example.com/]
[[0;37mDEBUG[0m|#30290] REQUESTING PAGE: GET /user/login with {} and HTTP headers {"HTTP_REFERER"=>"/"}
[[32mINFO [0m|#30290]
Processing UserController#login (for 127.0.0.1 at 2012-04-04 18:33:02) [GET]
[[0;37mDEBUG[0m|#30290] Setting return_to: "/user/login"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Anonymous request to /user/login
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|#30290] Rendering template within layouts/application
[[32mINFO [0m|#30290] Rendering user/login
[[0;37mDEBUG[0m|#30290] Rendered layouts/_watch_and_search (0.3ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_header (0.7ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_personal_navigation (0.6ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#30290] Completed in 8ms (View: 4, DB: 1, API: 0, XML: 0) | 200 OK [http://www.example.com/user/login]
[[0;37mDEBUG[0m|#30290] REQUESTING PAGE: POST /user/do_login with {"return_to_path"=>"/", "username"=>"king", "password"=>"sunflower", "commit"=>"Login"} and HTTP headers {"HTTP_REFERER"=>"/user/login"}
[[32mINFO [0m|#30290]
Processing UserController#do_login (for 127.0.0.1 at 2012-04-04 18:33:02) [POST]
[[32mINFO [0m|#30290] Parameters: {"return_to_path"=>"/", "username"=>"king", "password"=>"sunflower", "commit"=>"Login"}
[[0;37mDEBUG[0m|#30290] Setting return_to: "/"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Anonymous request to /
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] Doing form authorization to login user king
[[0;37mDEBUG[0m|#30290] Person.find( nil, king)
[[0;37mDEBUG[0m|#30290] [REST] find( Person, [{:login=>"king"}] )
[[0;37mDEBUG[0m|#30290] http_do #1: method: get url: http://localhost:3203/person/king
[[0;37mDEBUG[0m|#30290] Request took 0.01270781 seconds
[[32mINFO [0m|#30290] Redirected to http://www.example.com/
[[32mINFO [0m|#30290] Completed in 64ms (DB: 0, API: 13, XML: 0) | 302 Found [http://www.example.com/user/do_login]
[[0;37mDEBUG[0m|#30290] REQUESTING PAGE: GET http://www.example.com/ with {} and HTTP headers {"HTTP_REFERER"=>"/user/do_login"}
[[32mINFO [0m|#30290]
Processing MainController#index (for 127.0.0.1 at 2012-04-04 18:33:02) [GET]
[[0;37mDEBUG[0m|#30290] Setting return_to: "/"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Authenticated request to "/" from king
[[0;37mDEBUG[0m|#30290] Cache delete: Person_31bc44caa5b35568da22b828c6853364
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] Person.find( 1800 seconds, king, {:is_current=>true})
[[0;37mDEBUG[0m|#30290] Cache miss: Person_31bc44caa5b35568da22b828c6853364 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] [REST] find( Person, [{:is_current=>"true", :login=>"king"}] )
[[0;37mDEBUG[0m|#30290] http_do #1: method: get url: http://localhost:3203/person/king
[[0;37mDEBUG[0m|#30290] Request took 0.012580936 seconds
[[0;37mDEBUG[0m|#30290] Cache write (will save 13.00ms): Person_31bc44caa5b35568da22b828c6853364
[[0;37mDEBUG[0m|#30290] Cache miss: king_requests_that_need_work ({:expires_in=>600 seconds})
[[0;37mDEBUG[0m|#30290] Fetching request list from api
[[0;37mDEBUG[0m|#30290] --> direct_http url: #<URI::Generic:0x00000001c54580 URL:http://localhost:3203/request?view=collection&states=declined&roles=creator&user=king>
[[0;37mDEBUG[0m|#30290] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=declined&roles=creator…
[[0;37mDEBUG[0m|#30290] Request took 0.0622241 seconds
[[0;37mDEBUG[0m|#30290] Fetching request list from api
[[0;37mDEBUG[0m|#30290] --> direct_http url: #<URI::Generic:0x00000001dcb918 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&user=king>
[[0;37mDEBUG[0m|#30290] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#30290] Request took 0.155340776 seconds
[[0;37mDEBUG[0m|#30290] Fetching request list from api
[[0;37mDEBUG[0m|#30290] --> direct_http url: #<URI::Generic:0x00000001ded838 URL:http://localhost:3203/request?view=collection&states=new&roles=maintainer&user=king>
[[0;37mDEBUG[0m|#30290] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=maintainer&u…
[[0;37mDEBUG[0m|#30290] Request took 0.071403704 seconds
[[0;37mDEBUG[0m|#30290] Cache write (will save 291.23ms): king_requests_that_need_work
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] Statusmessage.find( 900 seconds, {:conditions=>"deleted_at IS NULL", :order=>"create_at DESC", :limit=>5})
[[0;37mDEBUG[0m|#30290] Cache hit: Statusmessage_5b45803e997cc5915704d09b14da5b4f ({:expires_in=>900 seconds})
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] LatestUpdated.find( 300 seconds, {:limit=>6, :shared=>true})
[[0;37mDEBUG[0m|#30290] Cache hit: LatestUpdated_3af9e60d376285bdcc1ba8f465ef1f8e ({:expires_in=>300 seconds})
[[0;37mDEBUG[0m|#30290] Project.find( 1800 seconds, home:king)
[[0;37mDEBUG[0m|#30290] Cache miss: Project_a5d9fe90affee5686502abd47dc142fa ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] [REST] find( Project, [{:name=>"home:king"}] )
[[0;37mDEBUG[0m|#30290] http_do #1: method: get url: http://localhost:3203/source/home:king/_meta?
[[0;37mDEBUG[0m|#30290] Request took 0.049121255 seconds
[[0;37mDEBUG[0m|#30290] Project.find( {:name=>"home:king"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[32mINFO [0m|#30290] Redirected to http://www.example.com/configuration/connect_instance
[[32mINFO [0m|#30290] Completed in 361ms (DB: 1, API: 351, XML: 0) | 302 Found [http://www.example.com/]
[[0;37mDEBUG[0m|#30290] REQUESTING PAGE: GET http://www.example.com/configuration/connect_instance with {} and HTTP headers {"HTTP_REFERER"=>"http://www.example.com/"}
[[32mINFO [0m|#30290]
Processing ConfigurationController#connect_instance (for 127.0.0.1 at 2012-04-04 18:33:02) [GET]
[[0;37mDEBUG[0m|#30290] Setting return_to: "/configuration/connect_instance"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Authenticated request to "/configuration/connect_instance" from king
[[0;37mDEBUG[0m|#30290] Cache delete: Person_31bc44caa5b35568da22b828c6853364
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_str- nil
[[0;37mDEBUG[0m|#30290] method_missing -to_ary- nil
[[0;37mDEBUG[0m|#30290] Person.find( 1800 seconds, king, {:is_current=>true})
[[0;37mDEBUG[0m|#30290] Cache miss: Person_31bc44caa5b35568da22b828c6853364 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#30290] [REST] find( Person, [{:is_current=>"true", :login=>"king"}] )
[[0;37mDEBUG[0m|#30290] http_do #1: method: get url: http://localhost:3203/person/king
[[0;37mDEBUG[0m|#30290] Request took 0.050866833 seconds
[[0;37mDEBUG[0m|#30290] Cache write (will save 51.30ms): Person_31bc44caa5b35568da22b828c6853364
[[0;37mDEBUG[0m|#30290] Cache hit: king_requests_that_need_work ({:expires_in=>600 seconds})
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|#30290] Rendering template within layouts/application
[[32mINFO [0m|#30290] Rendering configuration/connect_instance
[[0;37mDEBUG[0m|#30290] Rendered layouts/_watch_and_search (0.4ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_header (0.9ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_personal_navigation (0.6ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#30290] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#30290] Completed in 65ms (View: 6, DB: 0, API: 51, XML: 0) | 200 OK [http://www.example.com/configuration/connect_instance]
[[32mINFO [0m|#30290]
Processing UserController#logout (for 127.0.0.1 at 2012-04-04 18:33:02) [POST]
[[0;37mDEBUG[0m|#30290] Setting return_to: "/user/logout"
[[0;37mDEBUG[0m|#30290] Authenticating with iChain mode: off
[[32mINFO [0m|#30290] Authenticated request to "/user/logout" from king
[[0;37mDEBUG[0m|#30290] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|#30290] Logging out: king
[[32mINFO [0m|#30290] Redirected to http://www.example.com/
[[0;37mDEBUG[0m|#30290] Cache delete: Person_f7754490a4ed0ddff3ff300384cc6faa
[[32mINFO [0m|#30290] Completed in 4ms (DB: 1, API: 0, XML: 0) | 302 Found [http://www.example.com/user/logout]
+ echo
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ egrep 'perl|ruby'
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/>
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_webui/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
Recording test results
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
2
Hi,
As 2.3 branch requires different ruby stack, I moved the
2.3 branch jobs on river.suse.de - you can check them on
http://river.suse.de/view/OBS/.
They will continue to send out failure mails here, but
as it's an internal host, you can't see them unless you're
in the suse network.
Master we will continue to test on the community VM and just
let's hope there won't be any regressions in 2.3 :)
Greetings, Stephan
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
0
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui-testsuite #66
by admin@opensuse.org 04 Apr '12
by admin@opensuse.org 04 Apr '12
04 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/66/changes>
Changes:
[Sascha Peilicke] [webui] Use the first action as the request type in request#show too.
[Sascha Peilicke] [webui] Provide a max-height for rpmlint result logs.
------------------------------------------
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@202e202e
Using strategy: Default
Last Built Revision: Revision 08a4989b7dadc4dad2552543dddc71538165c9cf (origin/master)
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@202e202e
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Commencing build of Revision 46af354fa3e7a77b0806adebe4de1cbbdd097396 (origin/master)
Checking out Revision 46af354fa3e7a77b0806adebe4de1cbbdd097396 (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/hudson3116216983937259495.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.2)
* rdoc (3.11)
* sprockets (2.1.2)
* thor (0.14.6)
* tilt (1.1)
* 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 fc21cfa..07064d5 100644
--- a/src/api/Gemfile.lock
+++ b/src/api/Gemfile.lock
@@ -84,7 +84,7 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.14.6)
- tilt (1.3.3)
+ tilt (1.1)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.30)
+ 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
rake aborted!
cannot load such file -- sqlite3
/usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:547:in `new_constants_in'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/core_ext/kernel/requires.rb:7:in `block in require_library_or_gem'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/core_ext/kernel/requires.rb:5:in `require_library_or_gem'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/sqlite3_adapter.rb:10:in `sqlite3_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in `new_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:245:in `checkout_new_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:188:in `block (2 levels) in checkout'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in `loop'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in `block in checkout'
/usr/lib64/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:183:in `checkout'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:98:in `connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:326:in `retrieve_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_specification.rb:123:in `retrieve_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_specification.rb:115:in `connection'
/usr/lib64/ruby/gems/1.9.1/gems/rails-2.3.14/lib/tasks/databases.rake:43:in `create_database'
/usr/lib64/ruby/gems/1.9.1/gems/rails-2.3.14/lib/tasks/databases.rake:31: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
delayed tasks not available
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
4
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui #243
by admin@opensuse.org 04 Apr '12
by admin@opensuse.org 04 Apr '12
04 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/243/changes>
Changes:
[adrian] [backend] make the error message of stopped patchinfos more obvious
[Sascha Peilicke] [webui] Use the first action as the request type in request#show too.
[Sascha Peilicke] [webui] Provide a max-height for rpmlint result logs.
------------------------------------------
Started by an SCM change
Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/>
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@202e202e
Using strategy: Default
Last Built Revision: Revision 77c8681ee8f784fb884750b9c9fae4f4317b1ba7 (origin/master)
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@202e202e
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Commencing build of Revision 46af354fa3e7a77b0806adebe4de1cbbdd097396 (origin/master)
Checking out Revision 46af354fa3e7a77b0806adebe4de1cbbdd097396 (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/hudson3387230065293075420.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/api/tmp/backend_config/
# src/api/tmp/backend_data/
# src/api/tmp/pids/server.pid
# 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
+ 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.2)
* rdoc (3.11)
* sprockets (2.1.2)
* thor (0.14.6)
* tilt (1.1)
* 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 fc21cfa..07064d5 100644
--- a/src/api/Gemfile.lock
+++ b/src/api/Gemfile.lock
@@ -84,7 +84,7 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.14.6)
- tilt (1.3.3)
+ tilt (1.1)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.30)
+ 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
rake aborted!
cannot load such file -- sqlite3
/usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:547:in `new_constants_in'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/core_ext/kernel/requires.rb:7:in `block in require_library_or_gem'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/core_ext/kernel/requires.rb:5:in `require_library_or_gem'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/sqlite3_adapter.rb:10:in `sqlite3_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in `new_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:245:in `checkout_new_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:188:in `block (2 levels) in checkout'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in `loop'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in `block in checkout'
/usr/lib64/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:183:in `checkout'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:98:in `connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_pool.rb:326:in `retrieve_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_specification.rb:123:in `retrieve_connection'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/connection_specification.rb:115:in `connection'
/usr/lib64/ruby/gems/1.9.1/gems/rails-2.3.14/lib/tasks/databases.rake:43:in `create_database'
/usr/lib64/ruby/gems/1.9.1/gems/rails-2.3.14/lib/tasks/databases.rake:31: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
delayed tasks not available
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(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
5
04 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_api/783/changes>
Changes:
[Sascha Peilicke] [webui] Add task 'minimize' that runs all tasks in the minimize
[Sascha Peilicke] [webui] Rpmlint results can use a <pre> too
[adrian] [backend] make the error message of stopped patchinfos more obvious
[Sascha Peilicke] [webui] Use the first action as the request type in request#show too.
[Sascha Peilicke] [webui] Provide a max-height for rpmlint result logs.
[adrian] - some more warnings about current WIP state
------------------------------------------
[...truncated 5124 lines...]
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:4:in `<class:AdminControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:3:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load groups_role, underlying cause No such file to load -- groups_role
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:4:in `<class:AdminControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:3:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load incident_counter, underlying cause No such file to load -- incident_counter
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:4:in `<class:AdminControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:3:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load db_projects_tag, underlying cause No such file to load -- db_projects_tag
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:6:in `<class:SourceControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:5:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load updateinfo_counter, underlying cause No such file to load -- updateinfo_counter
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:6:in `<class:SourceControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:5:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load groups_role, underlying cause No such file to load -- groups_role
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:6:in `<class:SourceControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:5:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load incident_counter, underlying cause No such file to load -- incident_counter
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:6:in `<class:SourceControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:5:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load db_projects_tag, underlying cause No such file to load -- db_projects_tag
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:5:in `<class:DistributionControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:4:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load updateinfo_counter, underlying cause No such file to load -- updateinfo_counter
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:5:in `<class:DistributionControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:4:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load groups_role, underlying cause No such file to load -- groups_role
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:5:in `<class:DistributionControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:4:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
[[33mWARN [0m|#20087] Unable to load incident_counter, underlying cause No such file to load -- incident_counter
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:225:in `require_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:751:in `try_to_load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:766:in `block in require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:763:in `require_fixture_classes'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.1/lib/active_record/fixtures.rb:746:in `fixtures'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:5:in `<class:DistributionControllerTest>'
<http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/test/functio…>:4:in `<top (required)>'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `each'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:9:in `block in <main>'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `select'
/usr/lib64/ruby/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
+ echo
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ egrep 'perl|ruby'
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_api/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/development.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/development.log src/webui/log/test.log src/webui/tmp/cache src/webui/tmp/pids src/webui/tmp/sessions src/webui/tmp/sockets
+ exit 0
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
3
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui-testsuite #63
by admin@opensuse.org 04 Apr '12
by admin@opensuse.org 04 Apr '12
04 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/63/changes>
Changes:
[Stephan Kulow] [webui] daemons is not necessary - it was for delayed_jobs
[Stephan Kulow] [api] some porting for rails 3.2 query interface
------------------------------------------
[...truncated 203267 lines...]
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054873 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NeitherExisting", :package=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.182612 seconds
[[0;37mDEBUG[0m|#24338] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054856 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Cache hit: request_998_actiondiffs ({:expires_in=>7 days})
[[0;37mDEBUG[0m|#24338] Cache write (will save 339.79ms): request_998_actions
[[32mINFO [0m|#24338] Rendering template within layouts/application
[[32mINFO [0m|#24338] Rendering request/show
[[0;37mDEBUG[0m|#24338] Rendered shared/_user_with_realname_and_icon (0.7ms)
[[0;37mDEBUG[0m|#24338] Rendered request/_recent_events_table (1.6ms)
[[0;37mDEBUG[0m|#24338] Project.find( 1800 seconds, kde4)
[[0;37mDEBUG[0m|#24338] Cache hit: Project_c4ff7ecf5306d9a9440a4ca766e06b38 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, kdelibs, projectkde4)
[[0;37mDEBUG[0m|#24338] Cache hit: Package_a3a9de9b45d1abf22b4991f043894c77 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] Cache delete: Directory_df623ee0f9bda53c9e793367758b533f
[[0;37mDEBUG[0m|#24338] Directory.find( 1800 seconds, projectkde4packagekdelibs)
[[0;37mDEBUG[0m|#24338] Cache miss: Directory_df623ee0f9bda53c9e793367758b533f ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Directory, [{:project=>"kde4", :package=>"kdelibs"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/kde4/kdelibs?
[[0;37mDEBUG[0m|#24338] Request took 0.0726950000000001 seconds
[[0;37mDEBUG[0m|#24338] Cache write (will save 73.29ms): Directory_df623ee0f9bda53c9e793367758b533f
[[0;37mDEBUG[0m|#24338] Rendered shared/_project_or_package_link (75.7ms)
[[0;37mDEBUG[0m|#24338] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054221 seconds
[[0;37mDEBUG[0m|#24338] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054548 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Rendered shared/_project_or_package_link (111.5ms)
[[0;37mDEBUG[0m|#24338] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054515 seconds
[[0;37mDEBUG[0m|#24338] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, unknown2, projectNeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Package_fdb4521d5cb38d1720054a22b509de00 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown2"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown2/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054582 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NeitherExisting", :name=>"unknown2"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Rendered shared/_project_or_package_link (111.7ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_watch_and_search (0.7ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_header (1.6ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_personal_navigation (1.6ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24338] Completed in 802ms (View: 310, DB: 0, API: 769, XML: 1) | 200 OK [http://localhost/request/show/998]
[[32mINFO [0m|#24338] Processing HomeController#icon (for 127.0.0.1 at 2012-04-04 08:07:11) [GET]
[[32mINFO [0m|#24338] Parameters: {"id"=>"tom", "size"=>"20"}
[[0;37mDEBUG[0m|#24338] Setting return_to: "/home/icon/tom?size=20"
[[0;37mDEBUG[0m|#24338] Authenticating with iChain mode: off
[[32mINFO [0m|#24338] Anonymous request to /home/icon/tom?size=20
[[0;37mDEBUG[0m|#24338] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] Cache hit: home_face_tom_20 ({:expires_in=>18000 seconds})
[[32mINFO [0m|#24338] Completed in 3ms (View: 0, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/home/icon/tom?size=20]
[[32mINFO [0m|#24338] Processing RequestController#show (for 127.0.0.1 at 2012-04-04 08:07:11) [GET]
[[32mINFO [0m|#24338] Parameters: {"id"=>"999"}
[[0;37mDEBUG[0m|#24338] Setting return_to: "/request/show/999"
[[0;37mDEBUG[0m|#24338] Authenticating with iChain mode: off
[[32mINFO [0m|#24338] Anonymous request to /request/show/999
[[0;37mDEBUG[0m|#24338] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] BsRequest.find( 1800 seconds, 999)
[[0;37mDEBUG[0m|#24338] Cache miss: BsRequest_a36e841c5230a79c2102036d2e259848 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( BsRequest, [{:id=>"999"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/request/999
[[0;37mDEBUG[0m|#24338] Request took 0.028382 seconds
[[0;37mDEBUG[0m|#24338] Cache write (will save 28.93ms): BsRequest_a36e841c5230a79c2102036d2e259848
[[0;37mDEBUG[0m|#24338] Person.find( 1800 seconds, tom, )
[[0;37mDEBUG[0m|#24338] Cache hit: Person_9c65cec0a8b3492fd7ed7cc94703c700 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] Cache miss: request_999_is_target_maintainer_ ({:expires_in=>7 days})
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.052876 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Cache write (will save 54.34ms): request_999_is_target_maintainer_
[[0;37mDEBUG[0m|#24338] Cache miss: request_999_actions ({:expires_in=>7 days})
[[0;37mDEBUG[0m|#24338] Cache miss: request_999_actiondiffs ({:expires_in=>7 days})
[[0;37mDEBUG[0m|#24338] --> direct_http url: #<URI::Generic:0x7f47a554ae18 URL:http://localhost:3203/request/999?cmd=diff&view=xml&withissues=1>
[[0;37mDEBUG[0m|#24338] http_do #1: method: POST url: http://localhost:3203/request/999?cmd=diff&view=xml&withissues=1
[[0;37mDEBUG[0m|#24338] Request took 0.032202 seconds
[[0;37mDEBUG[0m|#24338] Cache write (will save 32.78ms): request_999_actiondiffs
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, projectNeitherExistingpackageunknown)
[[0;37mDEBUG[0m|#24338] Cache miss: Package_5bf7a23515e8d64c30f9df5e54144258 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Package, [{:project=>"NeitherExisting", :package=>"unknown"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.0559200000000001 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NeitherExisting", :package=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.174545 seconds
[[0;37mDEBUG[0m|#24338] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054827 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Cache write (will save 322.77ms): request_999_actions
[[32mINFO [0m|#24338] Rendering template within layouts/application
[[32mINFO [0m|#24338] Rendering request/show
[[0;37mDEBUG[0m|#24338] Rendered shared/_user_with_realname_and_icon (0.7ms)
[[0;37mDEBUG[0m|#24338] Rendered request/_recent_events_table (1.6ms)
[[0;37mDEBUG[0m|#24338] Project.find( 1800 seconds, NotExisiting)
[[0;37mDEBUG[0m|#24338] Cache miss: Project_c3641298e9334ac0783f161924812374 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Project, [{:name=>"NotExisiting"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.055145 seconds
[[0;37mDEBUG[0m|#24338] Project.find( {:name=>"NotExisiting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, notthere, projectNotExisiting)
[[0;37mDEBUG[0m|#24338] Cache miss: Package_38a03f84f6e2c290e6dc2de46b0d981a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Package, [{:project=>"NotExisiting", :name=>"notthere"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054799 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NotExisiting", :name=>"notthere"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Cache delete: Directory_0d560cc8eb30e2859b59c8d342c4e1d0
[[0;37mDEBUG[0m|#24338] Directory.find( 1800 seconds, projectNotExisitingpackagenotthere)
[[0;37mDEBUG[0m|#24338] Cache miss: Directory_0d560cc8eb30e2859b59c8d342c4e1d0 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Directory, [{:project=>"NotExisiting", :package=>"notthere"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere?
[[0;37mDEBUG[0m|#24338] Request took 0.054827 seconds
[[0;37mDEBUG[0m|#24338] Directory.find( {:project=>"NotExisiting", :package=>"notthere"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Rendered shared/_project_or_package_link (168.8ms)
[[0;37mDEBUG[0m|#24338] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054 seconds
[[0;37mDEBUG[0m|#24338] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24338] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24338] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24338] Request took 0.054614 seconds
[[0;37mDEBUG[0m|#24338] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24338] Rendered shared/_project_or_package_link (111.4ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_watch_and_search (0.7ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_header (1.6ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_personal_navigation (1.5ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24338] Completed in 703ms (View: 290, DB: 0, API: 674, XML: 1) | 200 OK [http://localhost/request/show/999]
[[32mINFO [0m|#24338] Processing HomeController#icon (for 127.0.0.1 at 2012-04-04 08:07:12) [GET]
[[32mINFO [0m|#24338] Parameters: {"id"=>"tom", "size"=>"20"}
[[0;37mDEBUG[0m|#24338] Setting return_to: "/home/icon/tom?size=20"
[[0;37mDEBUG[0m|#24338] Authenticating with iChain mode: off
[[32mINFO [0m|#24338] Anonymous request to /home/icon/tom?size=20
[[0;37mDEBUG[0m|#24338] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] Cache hit: home_face_tom_20 ({:expires_in=>18000 seconds})
[[32mINFO [0m|#24338] Completed in 4ms (View: 0, DB: 2, API: 0, XML: 0) | 200 OK [http://localhost/home/icon/tom?size=20]
[[32mINFO [0m|#24338] Processing SearchController#index (for 127.0.0.1 at 2012-04-04 08:07:13) [GET]
[[0;37mDEBUG[0m|#24338] Setting return_to: "/search"
[[0;37mDEBUG[0m|#24338] Authenticating with iChain mode: off
[[32mINFO [0m|#24338] Anonymous request to /search
[[0;37mDEBUG[0m|#24338] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] Attribute.find( 1800 seconds, namespaces)
[[0;37mDEBUG[0m|#24338] Cache hit: Attribute_3677f588a4f94e4ec797a296ffa70f4b ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] Attribute.find( 1800 seconds, attributes, namespaceNSTEST)
[[0;37mDEBUG[0m|#24338] Cache hit: Attribute_fe73f9378596d2bf71bc74e5c5f5a695 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] Attribute.find( 1800 seconds, attributes, namespaceOBS)
[[0;37mDEBUG[0m|#24338] Cache hit: Attribute_816c0374bb38b0897c3402cc3e86480a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24338] IssueTracker.find( 1800 seconds, all)
[[0;37mDEBUG[0m|#24338] Cache hit: IssueTracker_2e7c8cf303289bffa08d60a43f2b997c ({:expires_in=>1800 seconds})
[[32mINFO [0m|#24338] Rendering template within layouts/application
[[32mINFO [0m|#24338] Rendering search/index
[[0;37mDEBUG[0m|#24338] Rendered layouts/_watch_and_search (0.8ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_header (1.8ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_personal_navigation (1.8ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24338] Completed in 22ms (View: 11, DB: 0, API: 0, XML: 3) | 200 OK [http://localhost/search]
[[32mINFO [0m|#24338] Processing UserController#login (for 127.0.0.1 at 2012-04-04 08:07:14) [GET]
[[0;37mDEBUG[0m|#24338] Setting return_to: "/user/login"
[[0;37mDEBUG[0m|#24338] Authenticating with iChain mode: off
[[32mINFO [0m|#24338] Anonymous request to /user/login
[[0;37mDEBUG[0m|#24338] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|#24338] Rendering template within layouts/application
[[32mINFO [0m|#24338] Rendering user/login
[[0;37mDEBUG[0m|#24338] Rendered layouts/_watch_and_search (0.8ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_header (1.6ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_personal_navigation (1.8ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24338] Completed in 12ms (View: 8, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/user/login]
[[32mINFO [0m|#24338] Processing UserController#register_user (for 127.0.0.1 at 2012-04-04 08:07:14) [GET]
[[0;37mDEBUG[0m|#24338] Setting return_to: "/user/register_user"
[[0;37mDEBUG[0m|#24338] Authenticating with iChain mode: off
[[32mINFO [0m|#24338] Anonymous request to /user/register_user
[[0;37mDEBUG[0m|#24338] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|#24338] Rendering template within layouts/application
[[32mINFO [0m|#24338] Rendering user/register_user
[[0;37mDEBUG[0m|#24338] Rendered layouts/_watch_and_search (0.9ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_header (2.0ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_personal_navigation (1.7ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24338] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24338] Completed in 14ms (View: 10, DB: 1, API: 0, XML: 0) | 200 OK [http://localhost/user/register_user]
+ 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(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1
[obs-tests] Jenkins build became unstable: obs_master_testsuite_api #778
by admin@opensuse.org 03 Apr '12
by admin@opensuse.org 03 Apr '12
03 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_api/778/changes>
--
To unsubscribe, e-mail: obs-tests+unsubscribe(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
2
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui-testsuite #58
by admin@opensuse.org 03 Apr '12
by admin@opensuse.org 03 Apr '12
03 Apr '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/58/changes>
Changes:
[Stephan Kulow] [api] uncomment one more known failure for protected projects
[Stephan Kulow] [api] rcov is not a good dependency - it doesn't exist in ruby 1.9
[Stephan Kulow] [dist] add rcov dependency for now
[Stephan Kulow] [api] there is no vendor/plugins anymore, so don't try to check it
[Stephan Kulow] [api] updated version of rake as it's available in O:T
[Stephan Kulow] [api] no need to repeat the class name all around for reset_auth
[Sascha Peilicke] [webui] Re-add BsRequest#created_at method
[Sascha Peilicke] [webui] Lighter CodeMirror2 gutter visuals, i.e. no border and dark
[Sascha Peilicke] [webui] Default monospace font is too small and line height to narrow.
[Sascha Peilicke] [webui] Fix incident package link
[Sascha Peilicke] [webui] Add jquery.dataTables plugin
[Sascha Peilicke] [webui] Use description_wrapper helper also in request#show...
------------------------------------------
[...truncated 201764 lines...]
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.052969 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NeitherExisting", :package=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.058686 seconds
[[0;37mDEBUG[0m|#24736] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.050801 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Cache hit: request_998_actiondiffs ({:expires_in=>7 days})
[[0;37mDEBUG[0m|#24736] Cache write (will save 211.82ms): request_998_actions
[[32mINFO [0m|#24736] Rendering template within layouts/application
[[32mINFO [0m|#24736] Rendering request/show
[[0;37mDEBUG[0m|#24736] Rendered shared/_user_with_realname_and_icon (0.7ms)
[[0;37mDEBUG[0m|#24736] Rendered request/_recent_events_table (1.5ms)
[[0;37mDEBUG[0m|#24736] Project.find( 1800 seconds, kde4)
[[0;37mDEBUG[0m|#24736] Cache hit: Project_c4ff7ecf5306d9a9440a4ca766e06b38 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, kdelibs, projectkde4)
[[0;37mDEBUG[0m|#24736] Cache hit: Package_a3a9de9b45d1abf22b4991f043894c77 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] Cache delete: Directory_df623ee0f9bda53c9e793367758b533f
[[0;37mDEBUG[0m|#24736] Directory.find( 1800 seconds, projectkde4packagekdelibs)
[[0;37mDEBUG[0m|#24736] Cache miss: Directory_df623ee0f9bda53c9e793367758b533f ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Directory, [{:project=>"kde4", :package=>"kdelibs"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/kde4/kdelibs?
[[0;37mDEBUG[0m|#24736] Request took 0.068932 seconds
[[0;37mDEBUG[0m|#24736] Cache write (will save 69.53ms): Directory_df623ee0f9bda53c9e793367758b533f
[[0;37mDEBUG[0m|#24736] Rendered shared/_project_or_package_link (71.8ms)
[[0;37mDEBUG[0m|#24736] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.06612 seconds
[[0;37mDEBUG[0m|#24736] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.054807 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Rendered shared/_project_or_package_link (123.4ms)
[[0;37mDEBUG[0m|#24736] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.050464 seconds
[[0;37mDEBUG[0m|#24736] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, unknown2, projectNeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Package_fdb4521d5cb38d1720054a22b509de00 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown2"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown2/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.175128 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NeitherExisting", :name=>"unknown2"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Rendered shared/_project_or_package_link (228.1ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_watch_and_search (0.7ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_header (1.5ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_personal_navigation (1.5ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24736] Completed in 918ms (View: 434, DB: 0, API: 886, XML: 1) | 200 OK [http://localhost/request/show/998]
[[32mINFO [0m|#24736] Processing HomeController#icon (for 127.0.0.1 at 2012-04-03 15:49:57) [GET]
[[32mINFO [0m|#24736] Parameters: {"id"=>"tom", "size"=>"20"}
[[0;37mDEBUG[0m|#24736] Setting return_to: "/home/icon/tom?size=20"
[[0;37mDEBUG[0m|#24736] Authenticating with iChain mode: off
[[32mINFO [0m|#24736] Anonymous request to /home/icon/tom?size=20
[[0;37mDEBUG[0m|#24736] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] Cache hit: home_face_tom_20 ({:expires_in=>18000 seconds})
[[32mINFO [0m|#24736] Completed in 3ms (View: 0, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/home/icon/tom?size=20]
[[32mINFO [0m|#24736] Processing RequestController#show (for 127.0.0.1 at 2012-04-03 15:49:57) [GET]
[[32mINFO [0m|#24736] Parameters: {"id"=>"999"}
[[0;37mDEBUG[0m|#24736] Setting return_to: "/request/show/999"
[[0;37mDEBUG[0m|#24736] Authenticating with iChain mode: off
[[32mINFO [0m|#24736] Anonymous request to /request/show/999
[[0;37mDEBUG[0m|#24736] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] BsRequest.find( 1800 seconds, 999)
[[0;37mDEBUG[0m|#24736] Cache miss: BsRequest_a36e841c5230a79c2102036d2e259848 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( BsRequest, [{:id=>"999"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/request/999
[[0;37mDEBUG[0m|#24736] Request took 0.031605 seconds
[[0;37mDEBUG[0m|#24736] Cache write (will save 32.12ms): BsRequest_a36e841c5230a79c2102036d2e259848
[[0;37mDEBUG[0m|#24736] Person.find( 1800 seconds, tom, )
[[0;37mDEBUG[0m|#24736] Cache hit: Person_9c65cec0a8b3492fd7ed7cc94703c700 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] Cache miss: request_999_is_target_maintainer_ ({:expires_in=>7 days})
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.054391 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Cache write (will save 55.82ms): request_999_is_target_maintainer_
[[0;37mDEBUG[0m|#24736] Cache miss: request_999_actions ({:expires_in=>7 days})
[[0;37mDEBUG[0m|#24736] Cache miss: request_999_actiondiffs ({:expires_in=>7 days})
[[0;37mDEBUG[0m|#24736] --> direct_http url: #<URI::Generic:0x7f2f83aa5a78 URL:http://localhost:3203/request/999?cmd=diff&view=xml&withissues=1>
[[0;37mDEBUG[0m|#24736] http_do #1: method: POST url: http://localhost:3203/request/999?cmd=diff&view=xml&withissues=1
[[0;37mDEBUG[0m|#24736] Request took 0.033831 seconds
[[0;37mDEBUG[0m|#24736] Cache write (will save 34.40ms): request_999_actiondiffs
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, projectNeitherExistingpackageunknown)
[[0;37mDEBUG[0m|#24736] Cache miss: Package_5bf7a23515e8d64c30f9df5e54144258 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Package, [{:project=>"NeitherExisting", :package=>"unknown"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.054489 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NeitherExisting", :package=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.117788 seconds
[[0;37mDEBUG[0m|#24736] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.015382 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Cache write (will save 226.81ms): request_999_actions
[[32mINFO [0m|#24736] Rendering template within layouts/application
[[32mINFO [0m|#24736] Rendering request/show
[[0;37mDEBUG[0m|#24736] Rendered shared/_user_with_realname_and_icon (0.8ms)
[[0;37mDEBUG[0m|#24736] Rendered request/_recent_events_table (1.9ms)
[[0;37mDEBUG[0m|#24736] Project.find( 1800 seconds, NotExisiting)
[[0;37mDEBUG[0m|#24736] Cache miss: Project_c3641298e9334ac0783f161924812374 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Project, [{:name=>"NotExisiting"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.054004 seconds
[[0;37mDEBUG[0m|#24736] Project.find( {:name=>"NotExisiting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, notthere, projectNotExisiting)
[[0;37mDEBUG[0m|#24736] Cache miss: Package_38a03f84f6e2c290e6dc2de46b0d981a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Package, [{:project=>"NotExisiting", :name=>"notthere"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.054704 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NotExisiting", :name=>"notthere"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Cache delete: Directory_0d560cc8eb30e2859b59c8d342c4e1d0
[[0;37mDEBUG[0m|#24736] Directory.find( 1800 seconds, projectNotExisitingpackagenotthere)
[[0;37mDEBUG[0m|#24736] Cache miss: Directory_0d560cc8eb30e2859b59c8d342c4e1d0 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Directory, [{:project=>"NotExisiting", :package=>"notthere"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere?
[[0;37mDEBUG[0m|#24736] Request took 0.054516 seconds
[[0;37mDEBUG[0m|#24736] Directory.find( {:project=>"NotExisiting", :package=>"notthere"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Rendered shared/_project_or_package_link (167.4ms)
[[0;37mDEBUG[0m|#24736] Project.find( 1800 seconds, NeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Project_5c8f92076ca2d6a70a8e433f1428fa2a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.054148 seconds
[[0;37mDEBUG[0m|#24736] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Package.find( 1800 seconds, unknown, projectNeitherExisting)
[[0;37mDEBUG[0m|#24736] Cache miss: Package_52f5945329ca84316bd1f059e9941272 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|#24736] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|#24736] Request took 0.0559 seconds
[[0;37mDEBUG[0m|#24736] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#24736] Rendered shared/_project_or_package_link (112.9ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_watch_and_search (0.8ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_header (1.8ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_personal_navigation (1.7ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24736] Completed in 614ms (View: 292, DB: 0, API: 582, XML: 1) | 200 OK [http://localhost/request/show/999]
[[32mINFO [0m|#24736] Processing HomeController#icon (for 127.0.0.1 at 2012-04-03 15:49:58) [GET]
[[32mINFO [0m|#24736] Parameters: {"id"=>"tom", "size"=>"20"}
[[0;37mDEBUG[0m|#24736] Setting return_to: "/home/icon/tom?size=20"
[[0;37mDEBUG[0m|#24736] Authenticating with iChain mode: off
[[32mINFO [0m|#24736] Anonymous request to /home/icon/tom?size=20
[[0;37mDEBUG[0m|#24736] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] Cache hit: home_face_tom_20 ({:expires_in=>18000 seconds})
[[32mINFO [0m|#24736] Completed in 3ms (View: 0, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/home/icon/tom?size=20]
[[32mINFO [0m|#24736] Processing SearchController#index (for 127.0.0.1 at 2012-04-03 15:49:58) [GET]
[[0;37mDEBUG[0m|#24736] Setting return_to: "/search"
[[0;37mDEBUG[0m|#24736] Authenticating with iChain mode: off
[[32mINFO [0m|#24736] Anonymous request to /search
[[0;37mDEBUG[0m|#24736] Cache hit: configuration ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] Attribute.find( 1800 seconds, namespaces)
[[0;37mDEBUG[0m|#24736] Cache hit: Attribute_3677f588a4f94e4ec797a296ffa70f4b ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] Attribute.find( 1800 seconds, attributes, namespaceNSTEST)
[[0;37mDEBUG[0m|#24736] Cache hit: Attribute_fe73f9378596d2bf71bc74e5c5f5a695 ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] Attribute.find( 1800 seconds, attributes, namespaceOBS)
[[0;37mDEBUG[0m|#24736] Cache hit: Attribute_816c0374bb38b0897c3402cc3e86480a ({:expires_in=>1800 seconds})
[[0;37mDEBUG[0m|#24736] IssueTracker.find( 1800 seconds, all)
[[0;37mDEBUG[0m|#24736] Cache hit: IssueTracker_2e7c8cf303289bffa08d60a43f2b997c ({:expires_in=>1800 seconds})
[[32mINFO [0m|#24736] Rendering template within layouts/application
[[32mINFO [0m|#24736] Rendering search/index
[[0;37mDEBUG[0m|#24736] Rendered layouts/_watch_and_search (0.7ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_header (1.6ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_personal_navigation (1.7ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24736] Completed in 25ms (View: 10, DB: 0, API: 0, XML: 3) | 200 OK [http://localhost/search]
[[32mINFO [0m|#24736] Processing UserController#login (for 127.0.0.1 at 2012-04-03 15:49:59) [GET]
[[0;37mDEBUG[0m|#24736] Setting return_to: "/user/login"
[[0;37mDEBUG[0m|#24736] Authenticating with iChain mode: off
[[32mINFO [0m|#24736] Anonymous request to /user/login
[[0;37mDEBUG[0m|#24736] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|#24736] Rendering template within layouts/application
[[32mINFO [0m|#24736] Rendering user/login
[[0;37mDEBUG[0m|#24736] Rendered layouts/_watch_and_search (0.7ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_header (1.5ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_personal_navigation (1.7ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24736] Completed in 11ms (View: 8, DB: 0, API: 0, XML: 0) | 200 OK [http://localhost/user/login]
[[32mINFO [0m|#24736] Processing UserController#register_user (for 127.0.0.1 at 2012-04-03 15:50:00) [GET]
[[0;37mDEBUG[0m|#24736] Setting return_to: "/user/register_user"
[[0;37mDEBUG[0m|#24736] Authenticating with iChain mode: off
[[32mINFO [0m|#24736] Anonymous request to /user/register_user
[[0;37mDEBUG[0m|#24736] Cache hit: configuration ({:expires_in=>1800 seconds})
[[32mINFO [0m|#24736] Rendering template within layouts/application
[[32mINFO [0m|#24736] Rendering user/register_user
[[0;37mDEBUG[0m|#24736] Rendered layouts/_watch_and_search (0.7ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_header (1.6ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_personal_navigation (1.7ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_flash (0.1ms)
[[0;37mDEBUG[0m|#24736] Rendered layouts/_sponsor (0.1ms)
[[32mINFO [0m|#24736] 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/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(a)opensuse.org
To contact the owner, e-mail: obs-tests+owner(a)opensuse.org
1
1