Open Build Service Tests
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
October 2012
- 1 participants
- 18 discussions
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui #538
by admin@opensuse.org 31 Oct '12
by admin@opensuse.org 31 Oct '12
31 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/538/changes>
Changes:
[adrian] [api] add add_user and remove_user commands for atomar group modifications (with webui in mind)
------------------------------------------
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@74e474e4
Using strategy: Default
Last Built Revision: Revision 3cd0d573bad394da5b829ae35af2ec5879cc2789 (origin/master)
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@74e474e4
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Commencing build of Revision ce964a1a63ac992006ec21e5ea9478e8d4c6e584 (origin/master)
Checking out Revision ce964a1a63ac992006ec21e5ea9478e8d4c6e584 (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/hudson4119475178456980678.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/Gemfile.lock.orig
# src/webui/Gemfile.lock.orig
# src/webui/db/structure.sql
# src/webui/public/themes/
# src/webui/results/
# src/webui/webrat.log
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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
[31mCould not find gem 'tinder (~> 1.8) ruby', which is required by gem 'exception_notification (>= 2.3) ruby', in any of the sources.[0m
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
[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #1124
by admin@opensuse.org 31 Oct '12
by admin@opensuse.org 31 Oct '12
31 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_api/1124/changes>
Changes:
[adrian] [api] add add_user and remove_user commands for atomar group modifications (with webui in mind)
------------------------------------------
Started by an SCM change
Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.LocalChannel@74e474e4
Using strategy: Default
Last Built Revision: Revision 3cd0d573bad394da5b829ae35af2ec5879cc2789 (origin/master)
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.LocalChannel@74e474e4
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Commencing build of Revision ce964a1a63ac992006ec21e5ea9478e8d4c6e584 (origin/master)
Checking out Revision ce964a1a63ac992006ec21e5ea9478e8d4c6e584 (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/hudson7751826435930791724.sh
+ sh dist/ci/obs_testsuite_api.sh
++ dirname dist/ci/obs_testsuite_api.sh
+ . dist/ci/obs_testsuite_common.sh
+ setup_git
+ echo 'Checking status'
Checking status
+ git status
# Not currently on any branch.
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/api/Gemfile.lock.orig
# src/api/results/
# src/webui/public/themes/
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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
[31mCould not find gem 'tinder (~> 1.8) ruby', which is required by gem 'exception_notification (>= 2.3) ruby', in any of the sources.[0m
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
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui-testsuite #388
by admin@opensuse.org 31 Oct '12
by admin@opensuse.org 31 Oct '12
31 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/388/changes>
Changes:
[adrian] [api] allow project source copies with "withhistory" argument also for non-admins
[adrian] [api] basic functionality for creating and modifying groups. We need still explicit calls for adding and remove users to a group for webui, I think.
------------------------------------------
[...truncated 263560 lines...]
[[0;37mDEBUG[0m|#19685] Authenticating with iChain mode: off
[[32mINFO [0m|#19685] Anonymous request to /package/files?package=pack2_linked&project=BaseDistro2.0&rev=1
[[0;37mDEBUG[0m|#19685] Fetching request list from api
[[0;37mDEBUG[0m|#19685] --> direct_http url: #<URI::Generic:0x00000006081988 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&project=BaseDistro2.0&package=pack2_linked>
[[0;37mDEBUG[0m|#19685] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/request?view=collection&states=review&roles=reviewer&… {"view"=>0.5403600000000001, "db"=>0.483391, "backend"=>0, "xml"=>0.066205, :runtime=>9.407, :all=>13.105875}
[[0;37mDEBUG[0m|#19685] Fetching request list from api
[[0;37mDEBUG[0m|#19685] --> direct_http url: #<URI::Generic:0x00000006010990 URL:http://localhost:3203/request?view=collection&states=new&roles=target&project=BaseDistro2.0&package=pack2_linked>
[[0;37mDEBUG[0m|#19685] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=target&proje…
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/request?view=collection&states=new&roles=target&proje… {"view"=>1.054931, "db"=>4.145497, "backend"=>0, "xml"=>0.083862, :runtime=>70.556, :all=>115.211992}
[[0;37mDEBUG[0m|#19685] [REST] find( Directory, [{:project=>"BaseDistro2.0", :package=>"pack2_linked"}] )
[[0;37mDEBUG[0m|#19685] params {:project=>"BaseDistro2.0", :package=>"pack2_linked"}
[[0;37mDEBUG[0m|#19685] uri is: http://localhost:3203/source/:project/:package?:expand&:rev
[[0;37mDEBUG[0m|#19685] http_do #1: method: get url: http://localhost:3203/source/BaseDistro2.0/pack2_linked?
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/source/BaseDistro2.0/pack2_linked? {"view"=>nil, "db"=>1.329315, "backend"=>0, "xml"=>0, :runtime=>26.185, :all=>71.471707}
[[0;37mDEBUG[0m|#19685] [REST] find( Directory, [{:project=>"BaseDistro2.0", :package=>"pack2_linked"}] )
[[0;37mDEBUG[0m|#19685] params {:project=>"BaseDistro2.0", :package=>"pack2_linked"}
[[0;37mDEBUG[0m|#19685] uri is: http://localhost:3203/source/:project/:package?:expand&:rev
[[0;37mDEBUG[0m|#19685] http_do #1: method: get url: http://localhost:3203/source/BaseDistro2.0/pack2_linked?
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/source/BaseDistro2.0/pack2_linked? {"view"=>nil, "db"=>2.522059, "backend"=>0, "xml"=>0, :runtime=>26.645, :all=>70.970343}
[[0;37mDEBUG[0m|#19685] [REST] find( Directory, [{:project=>"BaseDistro2.0", :package=>"pack2_linked", :expand=>"1", :rev=>"1"}] )
[[0;37mDEBUG[0m|#19685] params {:project=>"BaseDistro2.0", :package=>"pack2_linked", :expand=>"1", :rev=>"1"}
[[0;37mDEBUG[0m|#19685] uri is: http://localhost:3203/source/:project/:package?:expand&:rev
[[0;37mDEBUG[0m|#19685] http_do #1: method: get url: http://localhost:3203/source/BaseDistro2.0/pack2_linked?expand=1&rev=1
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/source/BaseDistro2.0/pack2_linked?expand=1&rev=1 {"view"=>nil, "db"=>2.0454220000000003, "backend"=>0, "xml"=>0, :runtime=>29.483, :all=>75.652396}
[[0;37mDEBUG[0m|#19685] [REST] find( Service, [{:project=>"BaseDistro2.0", :package=>"pack2_linked"}] )
[[0;37mDEBUG[0m|#19685] params {:project=>"BaseDistro2.0", :package=>"pack2_linked"}
[[0;37mDEBUG[0m|#19685] uri is: http://localhost:3203/source/:project/:package/_service
[[0;37mDEBUG[0m|#19685] http_do #1: method: get url: http://localhost:3203/source/BaseDistro2.0/pack2_linked/_service
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/source/BaseDistro2.0/pack2_linked/_service {"view"=>nil, "db"=>2.419933, "backend"=>0, "xml"=>0, :runtime=>24.001, :all=>70.242016}
[[0;37mDEBUG[0m|#19685] Service.find( {:project=>"BaseDistro2.0", :package=>"pack2_linked"} ) did not find anything, return nil
[[32mINFO [0m|#19685] Rendered package/_tabs.html.erb (2.9ms)
[[32mINFO [0m|#19685] Rendered shared/_project_or_package_link.html.erb (0.8ms)
[[0;37mDEBUG[0m|#19685] [REST] find( Project, [{:name=>"BaseDistro2.0"}] )
[[0;37mDEBUG[0m|#19685] params {:name=>"BaseDistro2.0"}
[[0;37mDEBUG[0m|#19685] uri is: http://localhost:3203/source/:name/_meta?:view
[[0;37mDEBUG[0m|#19685] http_do #1: method: get url: http://localhost:3203/source/BaseDistro2.0/_meta?
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/source/BaseDistro2.0/_meta? {"view"=>0.021946, "db"=>6.106574, "backend"=>0, "xml"=>0, :runtime=>21.886, :all=>61.890834}
[[32mINFO [0m|#19685] Rendered package/_links.html.erb (64.2ms)
[[32mINFO [0m|#19685] Rendered package/_services.html.erb (0.1ms)
[[0;37mDEBUG[0m|#19685] --> direct_http url: #<URI::Generic:0x00000006ad01f0 URL:http://localhost:3203/source/BaseDistro2.0/pack2_linked/_history?rev=1>
[[0;37mDEBUG[0m|#19685] http_do #1: method: GET url: http://localhost:3203/source/BaseDistro2.0/pack2_linked/_history?rev=1
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/source/BaseDistro2.0/pack2_linked/_history?rev=1 {"view"=>nil, "db"=>2.034633, "backend"=>0, "xml"=>0, :runtime=>30.972, :all=>78.611704}
[[0;37mDEBUG[0m|#19685] [REST] find( Person, [{:login=>"unknown"}] )
[[0;37mDEBUG[0m|#19685] params {:login=>"unknown"}
[[0;37mDEBUG[0m|#19685] uri is: http://localhost:3203/person/:login
[[0;37mDEBUG[0m|#19685] http_do #1: method: get url: http://localhost:3203/person/unknown
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/person/unknown {"view"=>0.9583480000000001, "db"=>0.0, "backend"=>0, "xml"=>0, :runtime=>5.689, :all=>50.952542}
[[0;37mDEBUG[0m|#19685] Person.find( {:login=>"unknown"} ) did not find anything, return nil
[[32mINFO [0m|#19685] Rendered package/_commit_item.html.erb (132.0ms)
[[32mINFO [0m|#19685] Rendered package/_files_view.html.erb (135.4ms)
[[32mINFO [0m|#19685] Rendered package/files.html.erb within layouts/application (205.1ms)
[[32mINFO [0m|#19685] Rendered layouts/_watch_and_search.html.erb (1.0ms)
[[32mINFO [0m|#19685] Rendered layouts/_header.html.erb (1.9ms)
[[32mINFO [0m|#19685] Rendered layouts/_personal_navigation.html.erb (0.9ms)
[[32mINFO [0m|#19685] Rendered layouts/_flash.html.erb (0.1ms)
[[32mINFO [0m|#19685] Rendered layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#19685] Completed 200 OK in 636ms (Views: 211.4ms | ActiveRecord: 0.0ms | API: 608.1ms (XML: 0.2ms , View: 2.6ms , Backend: 0.0ms , DB: 21.1ms , HTTP: 363.3ms) | XML: 0.4ms)
[[32mINFO [0m|#19685] Started GET "/assets/icons-s2fcec54f07.png" for 127.0.0.1 at 2012-10-18 16:04:28 +0200
[[32mINFO [0m|#19685] Served asset /icons-s2fcec54f07.png - 304 Not Modified (0ms)
[[32mINFO [0m|#19685] Started GET "/package/users?package=pack2&project=BaseDistro2.0" for 127.0.0.1 at 2012-10-18 16:04:29 +0200
[[32mINFO [0m|#19685] Processing by PackageController#users as HTML
[[32mINFO [0m|#19685] Parameters: {"package"=>"pack2", "project"=>"BaseDistro2.0"}
[[0;37mDEBUG[0m|#19685] Setting return_to: "/package/users?package=pack2&project=BaseDistro2.0"
[[0;37mDEBUG[0m|#19685] Authenticating with iChain mode: off
[[32mINFO [0m|#19685] Anonymous request to /package/users?package=pack2&project=BaseDistro2.0
[[0;37mDEBUG[0m|#19685] Fetching request list from api
[[0;37mDEBUG[0m|#19685] --> direct_http url: #<URI::Generic:0x00000006b6d248 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&project=BaseDistro2.0&package=pack2>
[[0;37mDEBUG[0m|#19685] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/request?view=collection&states=review&roles=reviewer&… {"view"=>0.7716959999999999, "db"=>1.420771, "backend"=>0, "xml"=>0.075724, :runtime=>9.651, :all=>12.899970999999999}
[[0;37mDEBUG[0m|#19685] Fetching request list from api
[[0;37mDEBUG[0m|#19685] --> direct_http url: #<URI::Generic:0x00000006b81838 URL:http://localhost:3203/request?view=collection&states=new&roles=target&project=BaseDistro2.0&package=pack2>
[[0;37mDEBUG[0m|#19685] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=target&proje…
[[0;37mDEBUG[0m|#19685] RT http://localhost:3203/request?view=collection&states=new&roles=target&proje… {"view"=>0.300241, "db"=>0.676982, "backend"=>0, "xml"=>0.04415, :runtime=>6.487, :all=>45.774443999999995}
[[32mINFO [0m|#19685] Rendered package/_tabs.html.erb (2.7ms)
[[32mINFO [0m|#19685] Rendered shared/_involved_users.html.erb (2.1ms)
[[32mINFO [0m|#19685] Rendered package/users.html.erb within layouts/application (6.8ms)
[[32mINFO [0m|#19685] Rendered layouts/_watch_and_search.html.erb (0.5ms)
[[32mINFO [0m|#19685] Rendered layouts/_header.html.erb (1.1ms)
[[32mINFO [0m|#19685] Rendered layouts/_personal_navigation.html.erb (1.2ms)
[[32mINFO [0m|#19685] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#19685] Rendered layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#19685] Completed 200 OK in 76ms (Views: 12.6ms | ActiveRecord: 0.0ms | API: 58.7ms (XML: 0.1ms , View: 1.1ms , Backend: 0.0ms , DB: 2.1ms , HTTP: 42.5ms) | XML: 0.3ms)
[[32mINFO [0m|#19685] Started GET "/assets/icons-s2fcec54f07.png" for 127.0.0.1 at 2012-10-18 16:04:29 +0200
[[32mINFO [0m|#19685] Served asset /icons-s2fcec54f07.png - 304 Not Modified (0ms)
[[32mINFO [0m|#19685] Started GET "/groups/test_group" for 127.0.0.1 at 2012-10-18 16:04:30 +0200
[[32mINFO [0m|#19685] Processing by GroupController#show as HTML
[[32mINFO [0m|#19685] Parameters: {"id"=>"test_group"}
[[0;37mDEBUG[0m|#19685] Setting return_to: "/groups/test_group"
[[0;37mDEBUG[0m|#19685] Authenticating with iChain mode: off
[[32mINFO [0m|#19685] Anonymous request to /groups/test_group
[[32mINFO [0m|#19685] Rendered group/show.html.erb within layouts/application (2.1ms)
[[32mINFO [0m|#19685] Rendered layouts/_watch_and_search.html.erb (0.6ms)
[[32mINFO [0m|#19685] Rendered layouts/_header.html.erb (1.3ms)
[[32mINFO [0m|#19685] Rendered layouts/_personal_navigation.html.erb (1.2ms)
[[32mINFO [0m|#19685] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#19685] Rendered layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#19685] Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 0.0ms | XML: 0.7ms)
[[32mINFO [0m|#19685] Started GET "/assets/icons-s2fcec54f07.png" for 127.0.0.1 at 2012-10-18 16:04:30 +0200
[[32mINFO [0m|#19685] Served asset /icons-s2fcec54f07.png - 304 Not Modified (0ms)
[[32mINFO [0m|#19685] Started GET "/groups" for 127.0.0.1 at 2012-10-18 16:04:30 +0200
[[32mINFO [0m|#19685] Processing by GroupController#index as HTML
[[0;37mDEBUG[0m|#19685] Setting return_to: "/groups"
[[0;37mDEBUG[0m|#19685] Authenticating with iChain mode: off
[[32mINFO [0m|#19685] Anonymous request to /groups
[[32mINFO [0m|#19685] Rendered group/index.html.erb within layouts/application (2.1ms)
[[31mERROR[0m|#19685] rescue_action: caught ActionView::Template::Error: undefined method `each' for nil:NilClass
[[0;37mDEBUG[0m|#19685] ERROR: 400; No message set
[[0;37mDEBUG[0m|#19685] <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/src/webu…>:20:in `block in _app_views_group_index_html_erb___4028965507888838106_47370240'
<http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/src/webu…>:16:in `each'
<http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/src/webu…>:16:in `_app_views_group_index_html_erb___4028965507888838106_47370240'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/usr/lib64/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:491:in `_run__3165853979576853943__process_action__1839887692093267306__callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/usr/lib64/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__761622138755104792__call__732641747391448508__callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
/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'
[[32mINFO [0m|#19685] Rendered error.html.erb within layouts/application (0.2ms)
[[32mINFO [0m|#19685] Rendered layouts/_watch_and_search.html.erb (0.5ms)
[[32mINFO [0m|#19685] Rendered layouts/_header.html.erb (1.0ms)
[[32mINFO [0m|#19685] Rendered layouts/_personal_navigation.html.erb (1.1ms)
[[32mINFO [0m|#19685] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#19685] Rendered layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#19685] Completed 400 Bad Request in 10ms (Views: 5.6ms | ActiveRecord: 0.0ms | XML: 0.6ms)
[[32mINFO [0m|#19685] Started GET "/assets/icons-s2fcec54f07.png" for 127.0.0.1 at 2012-10-18 16:04:31 +0200
[[32mINFO [0m|#19685] Served asset /icons-s2fcec54f07.png - 304 Not Modified (0ms)
+ 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
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
11
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui #518
by admin@opensuse.org 19 Oct '12
by admin@opensuse.org 19 Oct '12
19 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/518/changes>
Changes:
[adrian] [api] allow project source copies with "withhistory" argument also for non-admins
[adrian] [api] basic functionality for creating and modifying groups. We need still explicit calls for adding and remove users to a group for webui, I think.
[adrian] [api] document group routes and remove outdated /rpms route from api
------------------------------------------
[...truncated 61925 lines...]
[[32mINFO [0m|#32134] Rendered layouts/_watch_and_search.html.erb (0.5ms)
[[32mINFO [0m|#32134] Rendered layouts/_header.html.erb (1.5ms)
[[32mINFO [0m|#32134] Rendered layouts/_personal_navigation.html.erb (1.5ms)
[[32mINFO [0m|#32134] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#32134] Rendered layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#32134] Completed 200 OK in 122ms (Views: 13.7ms | ActiveRecord: 0.0ms | API: 104.0ms (XML: 0.1ms , View: 1.2ms , Backend: 0.0ms , DB: 2.4ms , HTTP: 85.3ms) | XML: 0.7ms)
[[0;37mDEBUG[0m|#32134] [1m[35m (0.1ms)[0m rollback transaction
[[0;37mDEBUG[0m|#32134] [1m[36m (0.0ms)[0m [1mbegin transaction[0m
[[32mINFO [0m|#32134] Started POST "/user/do_login" for 127.0.0.1 at 2012-10-18 16:19:36 +0200
[[32mINFO [0m|#32134] Processing by UserController#do_login as HTML
[[32mINFO [0m|#32134] Parameters: {"username"=>"tom", "password"=>"[FILTERED]", "return_to_path"=>"/"}
[[0;37mDEBUG[0m|#32134] Setting return_to: "/"
[[0;37mDEBUG[0m|#32134] Authenticating with iChain mode: off
[[32mINFO [0m|#32134] Anonymous request to /
[[0;37mDEBUG[0m|#32134] Doing form authorization to login user tom
[[0;37mDEBUG[0m|#32134] [REST] find( Person, [{:login=>"tom"}] )
[[0;37mDEBUG[0m|#32134] params {:login=>"tom"}
[[0;37mDEBUG[0m|#32134] uri is: http://localhost:3203/person/:login
[[0;37mDEBUG[0m|#32134] http_do #1: method: get url: http://localhost:3203/person/tom
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/person/tom {"view"=>0.631797, "db"=>1.821094, "backend"=>0, "xml"=>0, :runtime=>10.116, :all=>51.535948}
[[32mINFO [0m|#32134] Redirected to http://example.org/
[[32mINFO [0m|#32134] Completed 302 Found in 54ms (ActiveRecord: 0.0ms | API: 51.5ms (XML: 0.0ms , View: 0.6ms , Backend: 0.0ms , DB: 1.8ms , HTTP: 41.4ms) | XML: 0.4ms)
[[32mINFO [0m|#32134] Started GET "/" for 127.0.0.1 at 2012-10-18 16:19:36 +0200
[[32mINFO [0m|#32134] Processing by MainController#index as HTML
[[0;37mDEBUG[0m|#32134] Setting return_to: "/"
[[0;37mDEBUG[0m|#32134] Authenticating with iChain mode: off
[[32mINFO [0m|#32134] Authenticated request to "/" from tom
[[0;37mDEBUG[0m|#32134] [REST] find( Person, [{:is_current=>"true", :login=>"tom"}] )
[[0;37mDEBUG[0m|#32134] params {:is_current=>"true", :login=>"tom"}
[[0;37mDEBUG[0m|#32134] uri is: http://localhost:3203/person/:login
[[0;37mDEBUG[0m|#32134] http_do #1: method: get url: http://localhost:3203/person/tom
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/person/tom {"view"=>0.34002, "db"=>1.160139, "backend"=>0, "xml"=>0, :runtime=>10.443, :all=>53.416218}
[[0;37mDEBUG[0m|#32134] Fetching request list from api
[[0;37mDEBUG[0m|#32134] --> direct_http url: #<URI::Generic:0x00000006961058 URL:http://localhost:3203/request?view=collection&states=declined&roles=creator&user=tom>
[[0;37mDEBUG[0m|#32134] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=declined&roles=creator…
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/request?view=collection&states=declined&roles=creator… {"view"=>0.852526, "db"=>0.809839, "backend"=>0, "xml"=>0.0, :runtime=>10.306, :all=>50.417451}
[[0;37mDEBUG[0m|#32134] Fetching request list from api
[[0;37mDEBUG[0m|#32134] --> direct_http url: #<URI::Generic:0x000000068fbf00 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&user=tom>
[[0;37mDEBUG[0m|#32134] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/request?view=collection&states=review&roles=reviewer&… {"view"=>0.974659, "db"=>2.79724, "backend"=>0, "xml"=>0.026987, :runtime=>25.395, :all=>67.27389000000001}
[[0;37mDEBUG[0m|#32134] Fetching request list from api
[[0;37mDEBUG[0m|#32134] --> direct_http url: #<URI::Generic:0x00000007070e70 URL:http://localhost:3203/request?view=collection&states=new&roles=maintainer&user=tom>
[[0;37mDEBUG[0m|#32134] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=maintainer&u…
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/request?view=collection&states=new&roles=maintainer&u… {"view"=>0.953055, "db"=>2.156668, "backend"=>0, "xml"=>0.0, :runtime=>22.371, :all=>63.199816000000006}
[[32mINFO [0m|#32134] Rendered main/_news.html.erb (0.7ms)
[[32mINFO [0m|#32134] Rendered main/_contact.html.erb (0.1ms)
[[32mINFO [0m|#32134] Rendered main/_latest_updates.erb (8.3ms)
[[32mINFO [0m|#32134] Rendered main/_countdown.html.erb (0.0ms)
[[32mINFO [0m|#32134] Rendered main/_sponsors.html.erb (0.0ms)
[[32mINFO [0m|#32134] Rendered main/_feeds.html.erb (0.0ms)
[[32mINFO [0m|#32134] Rendered layouts/_watch_and_search.html.erb (0.8ms)
[[32mINFO [0m|#32134] Rendered layouts/_header.html.erb (2.0ms)
[[32mINFO [0m|#32134] Rendered layouts/_personal_navigation.html.erb (0.9ms)
[[32mINFO [0m|#32134] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#32134] Rendered layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#32134] Completed 200 OK in 265ms (Views: 23.7ms | ActiveRecord: 0.0ms | API: 234.3ms (XML: 0.0ms , View: 3.1ms , Backend: 0.0ms , DB: 6.9ms , HTTP: 165.8ms) | XML: 1.0ms)
[[32mINFO [0m|#32134] Started GET "/groups" for 127.0.0.1 at 2012-10-18 16:19:36 +0200
[[32mINFO [0m|#32134] Processing by GroupController#index as HTML
[[0;37mDEBUG[0m|#32134] Setting return_to: "/groups"
[[0;37mDEBUG[0m|#32134] Authenticating with iChain mode: off
[[32mINFO [0m|#32134] Authenticated request to "/groups" from tom
[[0;37mDEBUG[0m|#32134] [REST] find( Person, [{:is_current=>"true", :login=>"tom"}] )
[[0;37mDEBUG[0m|#32134] params {:is_current=>"true", :login=>"tom"}
[[0;37mDEBUG[0m|#32134] uri is: http://localhost:3203/person/:login
[[0;37mDEBUG[0m|#32134] http_do #1: method: get url: http://localhost:3203/person/tom
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/person/tom {"view"=>0.7901400000000001, "db"=>2.2554, "backend"=>0, "xml"=>0, :runtime=>11.533, :all=>58.033256}
[[0;37mDEBUG[0m|#32134] Fetching request list from api
[[0;37mDEBUG[0m|#32134] --> direct_http url: #<URI::Generic:0x0000000724d9f0 URL:http://localhost:3203/request?view=collection&states=declined&roles=creator&user=tom>
[[0;37mDEBUG[0m|#32134] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=declined&roles=creator…
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/request?view=collection&states=declined&roles=creator… {"view"=>1.099797, "db"=>1.253546, "backend"=>0, "xml"=>0.140145, :runtime=>10.728, :all=>87.84637500000001}
[[0;37mDEBUG[0m|#32134] Fetching request list from api
[[0;37mDEBUG[0m|#32134] --> direct_http url: #<URI::Generic:0x00000007022b08 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&user=tom>
[[0;37mDEBUG[0m|#32134] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/request?view=collection&states=review&roles=reviewer&… {"view"=>0.9979959999999999, "db"=>4.225064000000001, "backend"=>0, "xml"=>0.026869, :runtime=>27.058, :all=>66.663685}
[[0;37mDEBUG[0m|#32134] Fetching request list from api
[[0;37mDEBUG[0m|#32134] --> direct_http url: #<URI::Generic:0x00000006a76740 URL:http://localhost:3203/request?view=collection&states=new&roles=maintainer&user=tom>
[[0;37mDEBUG[0m|#32134] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=maintainer&u…
[[0;37mDEBUG[0m|#32134] RT http://localhost:3203/request?view=collection&states=new&roles=maintainer&u… {"view"=>0.872119, "db"=>1.7941539999999998, "backend"=>0, "xml"=>0.0, :runtime=>21.236, :all=>67.26571200000001}
[[31mERROR[0m|#32134] rescue_action: caught ActionView::Template::Error: undefined method `each' for nil:NilClass
[[0;37mDEBUG[0m|#32134] ERROR: 400; No message set
[[0;37mDEBUG[0m|#32134] <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/app/view…>:20:in `block in _app_views_group_index_html_erb__370393051705851095_53602940'
<http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/app/view…>:16:in `each'
<http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/app/view…>:16:in `_app_views_group_index_html_erb__370393051705851095_53602940'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/usr/lib64/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:491:in `_run__2913332305372494292__process_action__2284294325465202751__callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/usr/lib64/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__1053840382014413836__call__3580091282596302828__callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
/usr/lib64/ruby/gems/1.9.1/gems/rack-test-0.6.2/lib/rack/mock_session.rb:30:in `request'
/usr/lib64/ruby/gems/1.9.1/gems/rack-test-0.6.2/lib/rack/test.rb:230:in `process_request'
/usr/lib64/ruby/gems/1.9.1/gems/rack-test-0.6.2/lib/rack/test.rb:57:in `get'
/usr/lib64/ruby/1.9.1/forwardable.rb:201:in `get'
<http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/src/webui/test/fun…>:296:in `test_2respider'
/usr/lib64/ruby/1.9.1/minitest/unit.rb:949:in `run'
/usr/lib64/ruby/1.9.1/test/unit/testcase.rb:17:in `run'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:447:in `_run__1633308182574738182__setup__3580091282596302828__callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
/usr/lib64/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:175:in `run_test'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:102:in `_run_test'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:93:in `block in _run_suite'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:92:in `each'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:92:in `_run_suite'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:83:in `block in _run_suites'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:83:in `map'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:83:in `_run_suites'
/usr/lib64/ruby/gems/1.9.1/gems/ci_reporter-1.7.2/lib/ci/reporter/minitest.rb:75:in `_run_anything'
/usr/lib64/ruby/1.9.1/minitest/unit.rb:909:in `run_tests'
/usr/lib64/ruby/1.9.1/minitest/unit.rb:896:in `block in _run'
/usr/lib64/ruby/1.9.1/minitest/unit.rb:895:in `each'
/usr/lib64/ruby/1.9.1/minitest/unit.rb:895:in `_run'
/usr/lib64/ruby/1.9.1/minitest/unit.rb:884:in `run'
/usr/lib64/ruby/1.9.1/test/unit.rb:21:in `run'
/usr/lib64/ruby/1.9.1/test/unit.rb:326:in `block (2 levels) in autorun'
/usr/lib64/ruby/1.9.1/test/unit.rb:27:in `run_once'
/usr/lib64/ruby/1.9.1/test/unit.rb:325:in `block in autorun'
[[32mINFO [0m|#32134] Rendered layouts/_watch_and_search.html.erb (0.8ms)
[[32mINFO [0m|#32134] Rendered layouts/_header.html.erb (2.2ms)
[[32mINFO [0m|#32134] Rendered layouts/_personal_navigation.html.erb (1.5ms)
[[32mINFO [0m|#32134] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#32134] Rendered layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#32134] Completed 400 Bad Request in 367ms (Views: 9.7ms | ActiveRecord: 0.0ms | API: 279.8ms (XML: 0.2ms , View: 3.8ms , Backend: 0.0ms , DB: 9.5ms , HTTP: 209.3ms) | XML: 2.2ms)
[[32mINFO [0m|#32134] Started POST "/user/logout" for 127.0.0.1 at 2012-10-18 16:19:37 +0200
[[32mINFO [0m|#32134] Processing by UserController#logout as HTML
[[0;37mDEBUG[0m|#32134] Setting return_to: "/user/logout"
[[0;37mDEBUG[0m|#32134] Authenticating with iChain mode: off
[[32mINFO [0m|#32134] Authenticated request to "/user/logout" from tom
[[32mINFO [0m|#32134] Logging out: tom
[[32mINFO [0m|#32134] Redirected to http://example.org/
[[32mINFO [0m|#32134] Completed 302 Found in 1ms (ActiveRecord: 0.0ms | XML: 0.0ms)
[[0;37mDEBUG[0m|#32134] [1m[35m (0.1ms)[0m rollback transaction
+ echo
+ cleanup
+ echo 'Killing backend processes'
Killing backend processes
+ fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/>
Cannot stat file /proc/895/fd/3: No such file or directory
+ egrep 'perl|ruby'
USER PID ACCESS COMMAND
<http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/>:
jenkins ..c.. sh
jenkins ..c.. sh
jenkins ..c.. sh
+ 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
3
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui-testsuite #359
by admin@opensuse.org 10 Oct '12
by admin@opensuse.org 10 Oct '12
10 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/359/changes>
Changes:
[Stephan Kulow] [webui] use mini-profiler to make the bottlenecks clear
------------------------------------------
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@5ce65ce6
Using strategy: Default
Last Built Revision: Revision 8836d687c1e4d40d0cd5cb20d1f011067fb4d929 (origin/master)
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@5ce65ce6
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Commencing build of Revision e50596223e885ea0aac7277a09670daa70fe9d0d (origin/master)
Checking out Revision e50596223e885ea0aac7277a09670daa70fe9d0d (origin/master)
Cleaning workspace
[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/hudson5672391344813279332.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.
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/webui/public/themes/
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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
Gems included by the bundle:
* actionmailer (3.2.8)
* actionpack (3.2.8)
* activemodel (3.2.8)
* activerecord (3.2.8)
* activesupport (3.2.8)
* arel (3.0.2)
* builder (3.0.0)
* bundler (1.2.1)
* ci_reporter (1.7.2)
* daemons (1.1.9)
* delayed_job (3.0.3)
* delayed_job_active_record (0.3.3)
* erubis (2.7.0)
* exception_notification (2.6.1)
* fast_xs (0.8.0)
* hike (1.2.1)
* i18n (0.6.1)
* journey (1.0.4)
* json (1.7.5)
* mail (2.4.4)
* memcache-client (1.8.5)
* mime-types (1.19)
* minitest (4.1.0)
* multi_json (1.3.6)
* mysql2 (0.3.11)
* nokogiri (1.5.5)
* pkg-config (1.1.4)
* polyglot (0.3.3)
* rack (1.4.1)
* rack-cache (1.2)
* rack-ssl (1.3.2)
* rack-test (0.6.2)
* rails-api (0.0.2)
* railties (3.2.8)
* rake (0.9.2.2)
* rdoc (3.12)
* simplecov (0.6.4)
* simplecov-html (0.5.3)
* simplecov-rcov (0.2.3)
* sprockets (2.1.3)
* thor (0.16.0)
* tilt (1.3.3)
* treetop (1.4.10)
* tzinfo (0.3.33)
* xmlhash (1.3.1)
* yajl-ruby (1.1.0)
+ diff -u Gemfile.lock.orig Gemfile.lock
+ 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)
** Execute db:load_config
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Invoke rails_env
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Invoke db:load_config
** Execute db:abort_if_pending_migrations
** 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
** Invoke db:load_config
** 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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
[31mCould not find gem 'rack-mini-profiler (>= 0) ruby' in the gems available on this machine.[0m
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
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui #495
by admin@opensuse.org 10 Oct '12
by admin@opensuse.org 10 Oct '12
10 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/495/changes>
Changes:
[Stephan Kulow] [webui] use mini-profiler to make the bottlenecks clear
------------------------------------------
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@5ce65ce6
Using strategy: Default
Last Built Revision: Revision 8836d687c1e4d40d0cd5cb20d1f011067fb4d929 (origin/master)
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@5ce65ce6
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Commencing build of Revision e50596223e885ea0aac7277a09670daa70fe9d0d (origin/master)
Checking out Revision e50596223e885ea0aac7277a09670daa70fe9d0d (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/hudson9096572392596897354.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/Gemfile.lock.orig
# src/webui/Gemfile.lock.orig
# src/webui/db/structure.sql
# src/webui/public/themes/
# src/webui/results/
# src/webui/webrat.log
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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
Gems included by the bundle:
* actionmailer (3.2.8)
* actionpack (3.2.8)
* activemodel (3.2.8)
* activerecord (3.2.8)
* activesupport (3.2.8)
* arel (3.0.2)
* builder (3.0.0)
* bundler (1.2.1)
* ci_reporter (1.7.2)
* daemons (1.1.9)
* delayed_job (3.0.3)
* delayed_job_active_record (0.3.3)
* erubis (2.7.0)
* exception_notification (2.6.1)
* fast_xs (0.8.0)
* hike (1.2.1)
* i18n (0.6.1)
* journey (1.0.4)
* json (1.7.5)
* mail (2.4.4)
* memcache-client (1.8.5)
* mime-types (1.19)
* minitest (4.1.0)
* multi_json (1.3.6)
* mysql2 (0.3.11)
* nokogiri (1.5.5)
* pkg-config (1.1.4)
* polyglot (0.3.3)
* rack (1.4.1)
* rack-cache (1.2)
* rack-ssl (1.3.2)
* rack-test (0.6.2)
* rails-api (0.0.2)
* railties (3.2.8)
* rake (0.9.2.2)
* rdoc (3.12)
* simplecov (0.6.4)
* simplecov-html (0.5.3)
* simplecov-rcov (0.2.3)
* sprockets (2.1.3)
* thor (0.16.0)
* tilt (1.3.3)
* treetop (1.4.10)
* tzinfo (0.3.33)
* xmlhash (1.3.1)
* yajl-ruby (1.1.0)
+ diff -u Gemfile.lock.orig Gemfile.lock
+ 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)
** Execute db:load_config
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Invoke rails_env
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Invoke db:load_config
** Execute db:abort_if_pending_migrations
** 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
** Invoke db:load_config
** 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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
[31mCould not find gem 'rack-mini-profiler (>= 0) ruby' in the gems available on this machine.[0m
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 #491
by admin@opensuse.org 09 Oct '12
by admin@opensuse.org 09 Oct '12
09 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/491/changes>
Changes:
[hvogel] [webui] Switch to the datatables gem because coolo doesn't like blue
[Stephan Kulow] [api,webui] move apidocs to webui, so we can get rid of the remaining HTML in api
[Stephan Kulow] [webui] white and #f6 is basically the same, try with #eee
------------------------------------------
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@5ce65ce6
Using strategy: Default
Last Built Revision: Revision 2ad42d7c68bf756db0a6a343aeece0ed097cca2c (origin/master)
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui/ws/> - hudson.remoting.LocalChannel@5ce65ce6
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Commencing build of Revision 87c34f270a26ff1ec71e1df4e6fa6c556072aaf5 (origin/master)
Checking out Revision 87c34f270a26ff1ec71e1df4e6fa6c556072aaf5 (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/hudson2919622749217924868.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/Gemfile.lock.orig
# src/webui/Gemfile.lock.orig
# src/webui/db/structure.sql
# src/webui/public/themes/
# src/webui/results/
# src/webui/webrat.log
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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
Gems included by the bundle:
* actionmailer (3.2.8)
* actionpack (3.2.8)
* activemodel (3.2.8)
* activerecord (3.2.8)
* activeresource (3.2.8)
* activesupport (3.2.8)
* arel (3.0.2)
* builder (3.0.0)
* bundler (1.2.1)
* ci_reporter (1.7.2)
* daemons (1.1.9)
* delayed_job (3.0.3)
* delayed_job_active_record (0.3.3)
* erubis (2.7.0)
* exception_notification (2.6.1)
* fast_xs (0.8.0)
* hike (1.2.1)
* i18n (0.6.1)
* journey (1.0.4)
* json (1.7.5)
* mail (2.4.4)
* memcache-client (1.8.5)
* mime-types (1.19)
* minitest (4.1.0)
* multi_json (1.3.6)
* mysql2 (0.3.11)
* nokogiri (1.5.5)
* pkg-config (1.1.4)
* polyglot (0.3.3)
* rack (1.4.1)
* rack-cache (1.2)
* rack-ssl (1.3.2)
* rack-test (0.6.2)
* rails (3.2.8)
* railties (3.2.8)
* rake (0.9.2.2)
* rdoc (3.12)
* simplecov (0.6.4)
* simplecov-html (0.5.3)
* simplecov-rcov (0.2.3)
* sprockets (2.1.3)
* thor (0.16.0)
* tilt (1.3.3)
* treetop (1.4.10)
* tzinfo (0.3.33)
* xmlhash (1.3.1)
* yajl-ruby (1.1.0)
+ diff -u Gemfile.lock.orig Gemfile.lock
+ 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)
** Execute db:load_config
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Invoke rails_env
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Invoke db:load_config
** Execute db:abort_if_pending_migrations
** 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
** Invoke db:load_config
** 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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
[31mCould not find gem 'jquery-datatables-rails (>= 0) ruby' in the gems available on this machine.[0m
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 #355
by admin@opensuse.org 09 Oct '12
by admin@opensuse.org 09 Oct '12
09 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/355/changes>
Changes:
[hvogel] [webui] Switch to the datatables gem because coolo doesn't like blue
[Stephan Kulow] [api,webui] move apidocs to webui, so we can get rid of the remaining HTML in api
[Stephan Kulow] [webui] white and #f6 is basically the same, try with #eee
------------------------------------------
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@5ce65ce6
Using strategy: Default
Last Built Revision: Revision 2ad42d7c68bf756db0a6a343aeece0ed097cca2c (origin/master)
Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/ws/> - hudson.remoting.LocalChannel@5ce65ce6
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/openSUSE/open-build-service.git
Commencing build of Revision 87c34f270a26ff1ec71e1df4e6fa6c556072aaf5 (origin/master)
Checking out Revision 87c34f270a26ff1ec71e1df4e6fa6c556072aaf5 (origin/master)
Cleaning workspace
[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/hudson670533779074739887.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.
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# src/webui/public/themes/
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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
Gems included by the bundle:
* actionmailer (3.2.8)
* actionpack (3.2.8)
* activemodel (3.2.8)
* activerecord (3.2.8)
* activeresource (3.2.8)
* activesupport (3.2.8)
* arel (3.0.2)
* builder (3.0.0)
* bundler (1.2.1)
* ci_reporter (1.7.2)
* daemons (1.1.9)
* delayed_job (3.0.3)
* delayed_job_active_record (0.3.3)
* erubis (2.7.0)
* exception_notification (2.6.1)
* fast_xs (0.8.0)
* hike (1.2.1)
* i18n (0.6.1)
* journey (1.0.4)
* json (1.7.5)
* mail (2.4.4)
* memcache-client (1.8.5)
* mime-types (1.19)
* minitest (4.1.0)
* multi_json (1.3.6)
* mysql2 (0.3.11)
* nokogiri (1.5.5)
* pkg-config (1.1.4)
* polyglot (0.3.3)
* rack (1.4.1)
* rack-cache (1.2)
* rack-ssl (1.3.2)
* rack-test (0.6.2)
* rails (3.2.8)
* railties (3.2.8)
* rake (0.9.2.2)
* rdoc (3.12)
* simplecov (0.6.4)
* simplecov-html (0.5.3)
* simplecov-rcov (0.2.3)
* sprockets (2.1.3)
* thor (0.16.0)
* tilt (1.3.3)
* treetop (1.4.10)
* tzinfo (0.3.33)
* xmlhash (1.3.1)
* yajl-ruby (1.1.0)
+ diff -u Gemfile.lock.orig Gemfile.lock
+ 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)
** Execute db:load_config
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:drop
** Invoke db:create (first_time)
** Invoke db:load_config
** Invoke rails_env
** Execute db:create
** Invoke db:setup (first_time)
** Execute db:setup
** Invoke db:structure:load (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config
** Execute db:structure:load
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Invoke db:load_config
** Execute db:abort_if_pending_migrations
** 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
** Invoke db:load_config
** 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
+ mv Gemfile.lock Gemfile.lock.orig
+ bundle list
[31mCould not find gem 'jquery-datatables-rails (>= 0) ruby' in the gems available on this machine.[0m
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 #485
by admin@opensuse.org 09 Oct '12
by admin@opensuse.org 09 Oct '12
09 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui/485/changes>
Changes:
[Stephan Kulow] [webui] move creation of packages behind the package list
[Stephan Kulow] [webui] simplify header setup so the breadcrump is not jumping
------------------------------------------
[...truncated 17667 lines...]
[[32mINFO [0m|#16768] Rendered layouts/_watch_and_search.html.erb (0.4ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_header.html.erb (1.0ms)
[[32mINFO [0m|#16768] Rendered layouts/_personal_navigation.html.erb (1.1ms)
[[32mINFO [0m|#16768] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#16768] Completed 200 OK in 676ms (Views: 118.6ms | ActiveRecord: 0.0ms | API: 653.0ms (XML: 0.3ms , View: 5.7ms , Backend: 0.0ms , DB: 9.7ms , HTTP: 455.3ms) | XML: 1.3ms)
[[32mINFO [0m|#16768] Started GET "/project/show?project=c%2B%2B" for 127.0.0.1 at 2012-10-08 17:46:55 +0200
[[32mINFO [0m|#16768] Processing by ProjectController#show as HTML
[[32mINFO [0m|#16768] Parameters: {"project"=>"c++"}
[[0;37mDEBUG[0m|#16768] Setting return_to: "/project/show?project=c%2B%2B"
[[0;37mDEBUG[0m|#16768] Authenticating with iChain mode: off
[[32mINFO [0m|#16768] Anonymous request to /project/show?project=c%2B%2B
[[0;37mDEBUG[0m|#16768] [REST] find( Project, [{:name=>"c++"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/source/c++/_meta?
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.557374, "db"=>1.90426, "backend"=>0, "xml"=>0, :runtime=>17.885, :all=>59.70860699999999}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006fca340 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&project=c%2B%2B>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.520152, "db"=>0.833543, "backend"=>0, "xml"=>0.058535000000000004, :runtime=>11.408, :all=>50.934112}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006ff7318 URL:http://localhost:3203/request?view=collection&states=new&roles=target&project=c%2B%2B>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=target&proje…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.517751, "db"=>0.515966, "backend"=>0, "xml"=>0.043741, :runtime=>7.736, :all=>47.61546}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006de0f70 URL:http://localhost:3203/request?view=collection&states=new%2Creview&roles=source&types=maintenance_incident&project=c%2B%2B>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new%2Creview&roles=sou…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.46658099999999997, "db"=>0.571897, "backend"=>0, "xml"=>0.049593, :runtime=>8.366999999999999, :all=>47.582207000000004}
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006b33110 URL:http://localhost:3203/search/project/?match=starts-with%28%40name%2C%27c%2B%2B%3A%27%29+and+%40kind%3D%27maintenance_incident%27+and+repository%2Freleasetarget%2F%40trigger%3D%27maintenance%27>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/search/project/?match=starts-with%28%40name%2C%27c%2B…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.494077, "db"=>1.035326, "backend"=>0, "xml"=>0.047975000000000004, :runtime=>11.539000000000001, :all=>51.614745}
[[0;37mDEBUG[0m|#16768] [REST] find( Package, [:all, {:project=>"c++"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/source/c++
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.45673699999999995, "db"=>0.780208, "backend"=>0, "xml"=>0, :runtime=>9.751, :all=>51.39888}
[[0;37mDEBUG[0m|#16768] [REST] find( Buildresult, [{:project=>"c++", :view=>"status", :code=>["failed", "broken", "unresolvable"]}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/build/c++/_result?view=status&code=failed&code=broken…
[[0;37mDEBUG[0m|#16768] RT {"view"=>nil, "db"=>0.705711, "backend"=>0, "xml"=>0, :runtime=>15.221, :all=>56.397219}
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x000000070fa288 URL:http://localhost:3203/source/c++?cmd=showlinked>
[[0;37mDEBUG[0m|#16768] http_do #1: method: POST url: http://localhost:3203/source/c++?cmd=showlinked
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.505307, "db"=>0.834721, "backend"=>0, "xml"=>0, :runtime=>11.721, :all=>16.251338}
[[0;37mDEBUG[0m|#16768] [REST] find( Buildresult, [{:project=>"c++", :view=>"summary"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/build/c++/_result?view=summary
[[0;37mDEBUG[0m|#16768] RT {"view"=>nil, "db"=>0.496931, "backend"=>0, "xml"=>0, :runtime=>14.488, :all=>57.315146999999996}
[[0;37mDEBUG[0m|#16768] [REST] find( Collection, [:id, {:what=>"project", :predicate=>"maintenance/maintains/@project='c++'"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/search/project/id?match=maintenance%2Fmaintains%2F%40…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.616351, "db"=>0.92951, "backend"=>0, "xml"=>0.018437, :runtime=>11.573, :all=>55.359312}
[[0;37mDEBUG[0m|#16768] [REST] find( Project, [{:name=>"c++"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/source/c++/_meta?
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.5927429999999999, "db"=>0.5248550000000001, "backend"=>0, "xml"=>0, :runtime=>10.040000000000001, :all=>50.802186999999996}
[[32mINFO [0m|#16768] Rendered project/_tabs.html.erb (3.1ms)
[[32mINFO [0m|#16768] Rendered shared/_buildresult_box.html.erb (1.0ms)
[[32mINFO [0m|#16768] Rendered layouts/_watch_and_search.html.erb (0.6ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_header.html.erb (1.4ms)
[[32mINFO [0m|#16768] Rendered layouts/_personal_navigation.html.erb (1.5ms)
[[32mINFO [0m|#16768] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#16768] Completed 200 OK in 567ms (Views: 64.8ms | ActiveRecord: 0.0ms | API: 545.0ms (XML: 0.2ms , View: 4.7ms , Backend: 0.0ms , DB: 9.1ms , HTTP: 415.3ms) | XML: 0.8ms)
[[32mINFO [0m|#16768] Started GET "/project/show?project=home%3Acoolo%3Atest" for 127.0.0.1 at 2012-10-08 17:46:55 +0200
[[32mINFO [0m|#16768] Processing by ProjectController#show as HTML
[[32mINFO [0m|#16768] Parameters: {"project"=>"home:coolo:test"}
[[0;37mDEBUG[0m|#16768] Setting return_to: "/project/show?project=home%3Acoolo%3Atest"
[[0;37mDEBUG[0m|#16768] Authenticating with iChain mode: off
[[32mINFO [0m|#16768] Anonymous request to /project/show?project=home%3Acoolo%3Atest
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x000000072eb790 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&project=home%3Acoolo%3Atest>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.37967300000000004, "db"=>0.857202, "backend"=>0, "xml"=>0.045062000000000005, :runtime=>8.555, :all=>48.447715}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x000000072fcb58 URL:http://localhost:3203/request?view=collection&states=new&roles=target&project=home%3Acoolo%3Atest>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=target&proje…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.310331, "db"=>0.552364, "backend"=>0, "xml"=>0.03364, :runtime=>6.484, :all=>47.394773}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000007319488 URL:http://localhost:3203/request?view=collection&states=new%2Creview&roles=source&types=maintenance_incident&project=home%3Acoolo%3Atest>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new%2Creview&roles=sou…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.31877, "db"=>0.47699400000000003, "backend"=>0, "xml"=>0.032236, :runtime=>6.954, :all=>47.598074}
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x0000000732f5d0 URL:http://localhost:3203/search/project/?match=starts-with%28%40name%2C%27home%3Acoolo%3Atest%3A%27%29+and+%40kind%3D%27maintenance_incident%27+and+repository%2Freleasetarget%2F%40trigger%3D%27maintenance%27>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/search/project/?match=starts-with%28%40name%2C%27home…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.489381, "db"=>0.8819030000000001, "backend"=>0, "xml"=>0.044723, :runtime=>9.592, :all=>51.666684}
[[0;37mDEBUG[0m|#16768] [REST] find( Package, [:all, {:project=>"home:coolo:test"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/source/home:coolo:test
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.477788, "db"=>1.437597, "backend"=>0, "xml"=>0, :runtime=>15.056999999999999, :all=>54.852983}
[[0;37mDEBUG[0m|#16768] [REST] find( Buildresult, [{:project=>"home:coolo:test", :view=>"status", :code=>["failed", "broken", "unresolvable"]}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/build/home:coolo:test/_result?view=status&code=failed…
[[0;37mDEBUG[0m|#16768] RT {"view"=>nil, "db"=>0.622495, "backend"=>0, "xml"=>0, :runtime=>14.126, :all=>99.071979}
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000007393990 URL:http://localhost:3203/source/home:coolo:test?cmd=showlinked>
[[0;37mDEBUG[0m|#16768] http_do #1: method: POST url: http://localhost:3203/source/home:coolo:test?cmd=showlinked
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.5287580000000001, "db"=>0.843634, "backend"=>0, "xml"=>0, :runtime=>10.674, :all=>18.110639000000003}
[[0;37mDEBUG[0m|#16768] [REST] find( Buildresult, [{:project=>"home:coolo:test", :view=>"summary"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/build/home:coolo:test/_result?view=summary
[[0;37mDEBUG[0m|#16768] RT {"view"=>nil, "db"=>0.5819259999999999, "backend"=>0, "xml"=>0, :runtime=>13.4, :all=>52.542408}
[[0;37mDEBUG[0m|#16768] [REST] find( Collection, [:id, {:what=>"project", :predicate=>"maintenance/maintains/@project='home:coolo:test'"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/search/project/id?match=maintenance%2Fmaintains%2F%40…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.49484599999999995, "db"=>0.591955, "backend"=>0, "xml"=>0.064246, :runtime=>8.923, :all=>13.306257}
[[32mINFO [0m|#16768] Rendered project/_tabs.html.erb (2.8ms)
[[32mINFO [0m|#16768] Rendered shared/_buildresult_box.html.erb (0.7ms)
[[32mINFO [0m|#16768] Rendered layouts/_watch_and_search.html.erb (0.5ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_header.html.erb (1.1ms)
[[32mINFO [0m|#16768] Rendered layouts/_personal_navigation.html.erb (1.2ms)
[[32mINFO [0m|#16768] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#16768] Completed 200 OK in 504ms (Views: 12.1ms | ActiveRecord: 0.0ms | API: 433.0ms (XML: 0.2ms , View: 3.0ms , Backend: 0.0ms , DB: 6.8ms , HTTP: 339.2ms) | XML: 50.6ms)
[[32mINFO [0m|#16768] Started GET "/project/show?project=deleted" for 127.0.0.1 at 2012-10-08 17:46:56 +0200
[[32mINFO [0m|#16768] Processing by ProjectController#show as HTML
[[32mINFO [0m|#16768] Parameters: {"project"=>"deleted"}
[[0;37mDEBUG[0m|#16768] Setting return_to: "/project/show?project=deleted"
[[0;37mDEBUG[0m|#16768] Authenticating with iChain mode: off
[[32mINFO [0m|#16768] Anonymous request to /project/show?project=deleted
[[0;37mDEBUG[0m|#16768] [REST] find( Project, [{:name=>"deleted"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/source/deleted/_meta?
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.610964, "db"=>2.7389010000000003, "backend"=>0, "xml"=>0, :runtime=>25.533, :all=>65.447214}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000005f473b0 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&project=deleted>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.660973, "db"=>0.76295, "backend"=>0, "xml"=>0.0, :runtime=>10.539, :all=>50.402092}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x000000060c79d8 URL:http://localhost:3203/request?view=collection&states=new&roles=target&project=deleted>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=target&proje…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.41656400000000005, "db"=>0.387405, "backend"=>0, "xml"=>0.032721, :runtime=>5.713, :all=>47.348937}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x000000064fa6e0 URL:http://localhost:3203/request?view=collection&states=new%2Creview&roles=source&types=maintenance_incident&project=deleted>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new%2Creview&roles=sou…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.276151, "db"=>0.44070200000000004, "backend"=>0, "xml"=>0.032419, :runtime=>5.707, :all=>47.332001999999996}
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006548908 URL:http://localhost:3203/search/project/?match=starts-with%28%40name%2C%27deleted%3A%27%29+and+%40kind%3D%27maintenance_incident%27+and+repository%2Freleasetarget%2F%40trigger%3D%27maintenance%27>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/search/project/?match=starts-with%28%40name%2C%27dele…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.5481079999999999, "db"=>0.901795, "backend"=>0, "xml"=>0.050810999999999995, :runtime=>11.157, :all=>51.550591}
[[0;37mDEBUG[0m|#16768] [REST] find( Package, [:all, {:project=>"deleted"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/source/deleted
[[0;37mDEBUG[0m|#16768] RT {"view"=>1.0284650000000002, "db"=>1.013915, "backend"=>0, "xml"=>0, :runtime=>12.401, :all=>51.050087}
[[0;37mDEBUG[0m|#16768] [REST] find( Buildresult, [{:project=>"deleted", :view=>"status", :code=>["failed", "broken", "unresolvable"]}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/build/deleted/_result?view=status&code=failed&code=br…
[[0;37mDEBUG[0m|#16768] RT {"view"=>nil, "db"=>0.535701, "backend"=>0, "xml"=>0, :runtime=>23.645, :all=>64.065637}
[[0;37mDEBUG[0m|#16768] Buildresult.find( {:project=>"deleted", :view=>"status", :code=>["failed", "broken", "unresolvable"]} ) did not find anything, return nil
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006651570 URL:http://localhost:3203/source/deleted?cmd=showlinked>
[[0;37mDEBUG[0m|#16768] http_do #1: method: POST url: http://localhost:3203/source/deleted?cmd=showlinked
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.604742, "db"=>0.862107, "backend"=>0, "xml"=>0, :runtime=>11.841000000000001, :all=>15.904862}
[[0;37mDEBUG[0m|#16768] [REST] find( Buildresult, [{:project=>"deleted", :view=>"summary"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/build/deleted/_result?view=summary
[[0;37mDEBUG[0m|#16768] RT {"view"=>nil, "db"=>0.5856210000000001, "backend"=>0, "xml"=>0, :runtime=>14.929, :all=>57.530174}
[[0;37mDEBUG[0m|#16768] Buildresult.find( {:project=>"deleted", :view=>"summary"} ) did not find anything, return nil
[[0;37mDEBUG[0m|#16768] [REST] find( Collection, [:id, {:what=>"project", :predicate=>"maintenance/maintains/@project='deleted'"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/search/project/id?match=maintenance%2Fmaintains%2F%40…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.490681, "db"=>0.693451, "backend"=>0, "xml"=>0.09482700000000001, :runtime=>8.93, :all=>51.006913000000004}
[[0;37mDEBUG[0m|#16768] [REST] find( Project, [{:name=>"deleted"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/source/deleted/_meta?
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.5082840000000001, "db"=>0.667772, "backend"=>0, "xml"=>0, :runtime=>11.306999999999999, :all=>50.625282}
[[32mINFO [0m|#16768] Rendered project/_tabs.html.erb (4.0ms)
[[32mINFO [0m|#16768] Rendered shared/_buildresult_box.html.erb (1.0ms)
[[32mINFO [0m|#16768] Rendered layouts/_watch_and_search.html.erb (0.8ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_header.html.erb (1.6ms)
[[32mINFO [0m|#16768] Rendered layouts/_personal_navigation.html.erb (1.9ms)
[[32mINFO [0m|#16768] Rendered layouts/_flash.html.erb (0.1ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.1ms)
[[32mINFO [0m|#16768] Completed 200 OK in 580ms (Views: 66.8ms | ActiveRecord: 0.0ms | API: 552.3ms (XML: 0.2ms , View: 5.1ms , Backend: 0.0ms , DB: 9.6ms , HTTP: 410.6ms) | XML: 1.1ms)
[[32mINFO [0m|#16768] Started POST "/user/logout" for 127.0.0.1 at 2012-10-08 17:46:56 +0200
[[32mINFO [0m|#16768] Processing by UserController#logout as HTML
[[0;37mDEBUG[0m|#16768] Setting return_to: "/user/logout"
[[0;37mDEBUG[0m|#16768] Authenticating with iChain mode: off
[[32mINFO [0m|#16768] Anonymous request to /user/logout
[[32mINFO [0m|#16768] Logging out:
[[32mINFO [0m|#16768] Redirected to http://example.org/
[[32mINFO [0m|#16768] Completed 302 Found in 2ms (ActiveRecord: 0.0ms | XML: 0.0ms)
[[0;37mDEBUG[0m|#16768] [1m[35m (0.1ms)[0m rollback transaction
[[0;37mDEBUG[0m|#16768] [1m[36m (0.1ms)[0m [1mbegin transaction[0m
[[32mINFO [0m|#16768] Started POST "/user/do_login" for 127.0.0.1 at 2012-10-08 17:46:56 +0200
[[32mINFO [0m|#16768] Processing by UserController#do_login as HTML
[[32mINFO [0m|#16768] Parameters: {"username"=>"tom", "password"=>"[FILTERED]", "return_to_path"=>"/"}
[[0;37mDEBUG[0m|#16768] Setting return_to: "/"
[[0;37mDEBUG[0m|#16768] Authenticating with iChain mode: off
[[32mINFO [0m|#16768] Anonymous request to /
[[0;37mDEBUG[0m|#16768] Doing form authorization to login user tom
[[0;37mDEBUG[0m|#16768] [REST] find( Person, [{:login=>"tom"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/person/tom
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.823289, "db"=>0.975759, "backend"=>0, "xml"=>0, :runtime=>13.547, :all=>55.734249999999996}
[[32mINFO [0m|#16768] Redirected to http://example.org/
[[32mINFO [0m|#16768] Completed 302 Found in 59ms (ActiveRecord: 0.0ms | API: 55.7ms (XML: 0.0ms , View: 0.8ms , Backend: 0.0ms , DB: 1.0ms , HTTP: 42.2ms) | XML: 0.2ms)
[[32mINFO [0m|#16768] Started GET "/" for 127.0.0.1 at 2012-10-08 17:46:56 +0200
[[32mINFO [0m|#16768] Processing by MainController#index as HTML
[[0;37mDEBUG[0m|#16768] Setting return_to: "/"
[[0;37mDEBUG[0m|#16768] Authenticating with iChain mode: off
[[32mINFO [0m|#16768] Authenticated request to "/" from tom
[[0;37mDEBUG[0m|#16768] [REST] find( Person, [{:is_current=>"true", :login=>"tom"}] )
[[0;37mDEBUG[0m|#16768] http_do #1: method: get url: http://localhost:3203/person/tom
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.482027, "db"=>0.7802769999999999, "backend"=>0, "xml"=>0, :runtime=>8.562999999999999, :all=>48.332074000000006}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006fc90a8 URL:http://localhost:3203/request?view=collection&states=declined&roles=creator&user=tom>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=declined&roles=creator…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.459029, "db"=>0.6108899999999999, "backend"=>0, "xml"=>0.049694999999999996, :runtime=>8.711, :all=>47.18839}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006ff54f0 URL:http://localhost:3203/request?view=collection&states=review&roles=reviewer&reviewstates=new&user=tom>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=review&roles=reviewer&…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.625565, "db"=>2.3688589999999996, "backend"=>0, "xml"=>0.025435, :runtime=>23.668000000000003, :all=>63.058628000000006}
[[0;37mDEBUG[0m|#16768] Fetching request list from api
[[0;37mDEBUG[0m|#16768] --> direct_http url: #<URI::Generic:0x00000006ddf580 URL:http://localhost:3203/request?view=collection&states=new&roles=maintainer&user=tom>
[[0;37mDEBUG[0m|#16768] http_do #1: method: GET url: http://localhost:3203/request?view=collection&states=new&roles=maintainer&u…
[[0;37mDEBUG[0m|#16768] RT {"view"=>0.494931, "db"=>1.9487830000000002, "backend"=>0, "xml"=>0.049303, :runtime=>17.69, :all=>59.325276}
[[32mINFO [0m|#16768] Rendered main/_news.html.erb (0.5ms)
[[32mINFO [0m|#16768] Rendered main/_contact.html.erb (0.1ms)
[[32mINFO [0m|#16768] Rendered main/_latest_updates.erb (4.6ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/main/_countdown.html.erb (0.0ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/main/_sponsors.html.erb (0.0ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/main/_feeds.html.erb (0.0ms)
[[32mINFO [0m|#16768] Rendered layouts/_watch_and_search.html.erb (0.7ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_header.html.erb (1.4ms)
[[32mINFO [0m|#16768] Rendered layouts/_personal_navigation.html.erb (1.0ms)
[[32mINFO [0m|#16768] Rendered layouts/_flash.html.erb (0.1ms)
[[32mINFO [0m|#16768] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|#16768] Completed 200 OK in 241ms (Views: 16.5ms | ActiveRecord: 0.0ms | API: 217.9ms (XML: 0.1ms , View: 2.1ms , Backend: 0.0ms , DB: 5.7ms , HTTP: 159.3ms) | XML: 1.2ms)
[[32mINFO [0m|#16768] Started POST "/user/logout" for 127.0.0.1 at 2012-10-08 17:46:57 +0200
[[32mINFO [0m|#16768] Processing by UserController#logout as HTML
[[0;37mDEBUG[0m|#16768] Setting return_to: "/user/logout"
[[0;37mDEBUG[0m|#16768] Authenticating with iChain mode: off
[[32mINFO [0m|#16768] Authenticated request to "/user/logout" from tom
[[32mINFO [0m|#16768] Logging out: tom
[[32mINFO [0m|#16768] Redirected to http://example.org/
[[32mINFO [0m|#16768] Completed 302 Found in 1ms (ActiveRecord: 0.0ms | XML: 0.0ms)
[[0;37mDEBUG[0m|#16768] [1m[35m (0.1ms)[0m rollback transaction
+ 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
3
[obs-tests] Build failed in Jenkins: obs_master_testsuite_webui-testsuite #348
by admin@opensuse.org 09 Oct '12
by admin@opensuse.org 09 Oct '12
09 Oct '12
See <http://ci.opensuse.org/job/obs_master_testsuite_webui-testsuite/348/changes>
Changes:
[adrian] obsstoragesetup doesn't remove LVM partitions when using use_obs_vg
[Stephan Kulow] [webui] move creation of packages behind the package list
[Stephan Kulow] [webui] simplify header setup so the breadcrump is not jumping
------------------------------------------
[...truncated 250208 lines...]
[[32mINFO [0m|# 2101] Rendered text template (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|# 2101] Started GET "/home/requests" for 127.0.0.1 at 2012-10-08 17:38:02 +0200
[[32mINFO [0m|# 2101] Processing by HomeController#requests as HTML
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/home/requests"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /home/requests
[[32mINFO [0m|# 2101] Redirected to http://localhost:3199/user/login?return_to_host=http%3A%2F%2Flocalhost&retu…
[[32mINFO [0m|# 2101] Filter chain halted as :require_login rendered or redirected
[[32mINFO [0m|# 2101] Completed 302 Found in 2ms (ActiveRecord: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|# 2101] Started GET "/user/login?return_to_host=http%3A%2F%2Flocalhost&return_to_path=%2Fhome%2Frequests" for 127.0.0.1 at 2012-10-08 17:38:02 +0200
[[32mINFO [0m|# 2101] Processing by UserController#login as HTML
[[32mINFO [0m|# 2101] Parameters: {"return_to_host"=>"http://localhost", "return_to_path"=>"/home/requests"}
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/home/requests"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /home/requests
[[32mINFO [0m|# 2101] Rendered user/login.html.erb within layouts/application (0.2ms)
[[32mINFO [0m|# 2101] Rendered layouts/_watch_and_search.html.erb (0.2ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_header.html.erb (1.7ms)
[[32mINFO [0m|# 2101] Rendered layouts/_personal_navigation.html.erb (1.5ms)
[[32mINFO [0m|# 2101] Rendered layouts/_flash.html.erb (0.1ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|# 2101] Started GET "/assets/icons-s2e003ef9a7.png" for 127.0.0.1 at 2012-10-08 17:38:02 +0200
[[32mINFO [0m|# 2101] Served asset /icons-s2e003ef9a7.png - 304 Not Modified (0ms)
[[32mINFO [0m|# 2101] Started GET "/request/show/997" for 127.0.0.1 at 2012-10-08 17:38:02 +0200
[[32mINFO [0m|# 2101] Processing by RequestController#show as HTML
[[32mINFO [0m|# 2101] Parameters: {"id"=>"997"}
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/request/show/997"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /request/show/997
[[0;37mDEBUG[0m|# 2101] [REST] find( BsRequest, [{:id=>"997"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/request/997
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.520999, "db"=>1.4566210000000002, "backend"=>0, "xml"=>0, :runtime=>11.405, :all=>14.079235}
[[0;37mDEBUG[0m|# 2101] --> direct_http url: #<URI::Generic:0x0000000713bf08 URL:http://localhost:3203/request/997?cmd=diff&view=xml&withissues=1>
[[0;37mDEBUG[0m|# 2101] http_do #1: method: POST url: http://localhost:3203/request/997?cmd=diff&view=xml&withissues=1
[[0;37mDEBUG[0m|# 2101] RT {"view"=>1.123647, "db"=>1.167478, "backend"=>0, "xml"=>0, :runtime=>13.602, :all=>18.876081}
[[0;37mDEBUG[0m|# 2101] [REST] find( Package, [{:project=>"kde4", :package=>"kdelibs"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/kde4/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.564285, "db"=>0.621468, "backend"=>0, "xml"=>0, :runtime=>16.247999999999998, :all=>58.484693}
[[0;37mDEBUG[0m|# 2101] [REST] find( PersonGroup, [{:login=>"tom"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/person/tom/group
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.584266, "db"=>0.7515080000000001, "backend"=>0, "xml"=>0, :runtime=>9.424999999999999, :all=>53.812132}
[[0;37mDEBUG[0m|# 2101] [REST] find( Project, [{:name=>"kde4"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/kde4/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.848751, "db"=>0.8768140000000001, "backend"=>0, "xml"=>0, :runtime=>14.221, :all=>55.44871}
[[32mINFO [0m|# 2101] Rendered shared/_user_with_realname_and_icon.html.erb (0.1ms)
[[0;37mDEBUG[0m|# 2101] [REST] find( Project, [{:name=>"NotExisiting"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>1.15273, "db"=>0.788437, "backend"=>0, "xml"=>0, :runtime=>10.453000000000001, :all=>52.044766}
[[0;37mDEBUG[0m|# 2101] Project.find( {:name=>"NotExisiting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] [REST] find( Package, [{:project=>"NotExisiting", :name=>"notthere"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.967494, "db"=>0.703193, "backend"=>0, "xml"=>0, :runtime=>9.258000000000001, :all=>50.647894}
[[0;37mDEBUG[0m|# 2101] Package.find( {:project=>"NotExisiting", :name=>"notthere"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] [REST] find( Directory, [{:project=>"NotExisiting", :package=>"notthere"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NotExisiting/notthere?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.7873990000000001, "db"=>0.521885, "backend"=>0, "xml"=>0, :runtime=>7.776, :all=>47.348994}
[[0;37mDEBUG[0m|# 2101] Directory.find( {:project=>"NotExisiting", :package=>"notthere"} ) did not find anything, return nil
[[32mINFO [0m|# 2101] Rendered shared/_project_or_package_link.html.erb (152.7ms)
[[32mINFO [0m|# 2101] Rendered shared/_project_or_package_link.html.erb (0.7ms)
[[32mINFO [0m|# 2101] Rendered shared/_user_with_realname_and_icon.html.erb (0.6ms)
[[32mINFO [0m|# 2101] Rendered request/_recent_events_table.html.erb (1.3ms)
[[32mINFO [0m|# 2101] Rendered request/show.html.erb within layouts/application (157.3ms)
[[32mINFO [0m|# 2101] Rendered layouts/_watch_and_search.html.erb (0.8ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_header.html.erb (1.6ms)
[[32mINFO [0m|# 2101] Rendered layouts/_personal_navigation.html.erb (1.5ms)
[[32mINFO [0m|# 2101] Rendered layouts/_flash.html.erb (0.1ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 374ms (Views: 164.8ms | ActiveRecord: 0.0ms | API: 350.7ms (XML: 0.0ms , View: 6.5ms , Backend: 0.0ms , DB: 6.9ms , HTTP: 258.4ms) | XML: 1.7ms)
[[32mINFO [0m|# 2101] Started GET "/home/icon?id=tom&size=20" for 127.0.0.1 at 2012-10-08 17:38:03 +0200
[[32mINFO [0m|# 2101] Processing by HomeController#icon as HTML
[[32mINFO [0m|# 2101] Parameters: {"id"=>"tom", "size"=>"20"}
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/home/icon?id=tom&size=20"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /home/icon?id=tom&size=20
[[32mINFO [0m|# 2101] Rendered text template (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|# 2101] Started GET "/assets/icons-s2e003ef9a7.png" for 127.0.0.1 at 2012-10-08 17:38:03 +0200
[[32mINFO [0m|# 2101] Served asset /icons-s2e003ef9a7.png - 304 Not Modified (0ms)
[[32mINFO [0m|# 2101] Started GET "/request/show/998" for 127.0.0.1 at 2012-10-08 17:38:03 +0200
[[32mINFO [0m|# 2101] Processing by RequestController#show as HTML
[[32mINFO [0m|# 2101] Parameters: {"id"=>"998"}
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/request/show/998"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /request/show/998
[[0;37mDEBUG[0m|# 2101] [REST] find( BsRequest, [{:id=>"998"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/request/998
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.492567, "db"=>1.242368, "backend"=>0, "xml"=>0, :runtime=>10.347999999999999, :all=>13.490091}
[[0;37mDEBUG[0m|# 2101] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.8185370000000001, "db"=>0.5032000000000001, "backend"=>0, "xml"=>0, :runtime=>7.455, :all=>49.327853}
[[0;37mDEBUG[0m|# 2101] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown2"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown2/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>1.051189, "db"=>0.679423, "backend"=>0, "xml"=>0, :runtime=>10.325000000000001, :all=>51.077619}
[[0;37mDEBUG[0m|# 2101] Package.find( {:project=>"NeitherExisting", :name=>"unknown2"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] --> direct_http url: #<URI::Generic:0x00000003ba7748 URL:http://localhost:3203/request/998?cmd=diff&view=xml&withissues=1>
[[0;37mDEBUG[0m|# 2101] http_do #1: method: POST url: http://localhost:3203/request/998?cmd=diff&view=xml&withissues=1
[[0;37mDEBUG[0m|# 2101] RT {"view"=>1.074023, "db"=>5.860753999999999, "backend"=>0, "xml"=>0, :runtime=>90.333, :all=>95.98604800000001}
[[0;37mDEBUG[0m|# 2101] [REST] find( Package, [{:project=>"NeitherExisting", :package=>"unknown"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.700707, "db"=>0.727128, "backend"=>0, "xml"=>0, :runtime=>8.623000000000001, :all=>53.318751999999996}
[[0;37mDEBUG[0m|# 2101] Package.find( {:project=>"NeitherExisting", :package=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>1.042032, "db"=>0.9984359999999999, "backend"=>0, "xml"=>0, :runtime=>9.504999999999999, :all=>51.114192}
[[0;37mDEBUG[0m|# 2101] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.851218, "db"=>0.6069800000000001, "backend"=>0, "xml"=>0, :runtime=>10.253, :all=>52.24433}
[[0;37mDEBUG[0m|# 2101] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] --> direct_http url: #<URI::Generic:0x00000005cd9df8 URL:http://localhost:3203/request/998?cmd=diff&view=xml&withissues=1>
[[0;37mDEBUG[0m|# 2101] http_do #1: method: POST url: http://localhost:3203/request/998?cmd=diff&view=xml&withissues=1
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.957256, "db"=>2.0476719999999995, "backend"=>0, "xml"=>0, :runtime=>25.426000000000002, :all=>30.932853}
[[32mINFO [0m|# 2101] Rendered shared/_user_with_realname_and_icon.html.erb (0.1ms)
[[0;37mDEBUG[0m|# 2101] [REST] find( Directory, [{:project=>"kde4", :package=>"kdelibs"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/kde4/kdelibs?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>nil, "db"=>1.3357020000000002, "backend"=>0, "xml"=>0, :runtime=>20.389, :all=>62.128722999999994}
[[32mINFO [0m|# 2101] Rendered shared/_project_or_package_link.html.erb (64.5ms)
[[0;37mDEBUG[0m|# 2101] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>1.005046, "db"=>1.006562, "backend"=>0, "xml"=>0, :runtime=>11.449000000000002, :all=>54.202756}
[[0;37mDEBUG[0m|# 2101] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.718247, "db"=>0.8459810000000001, "backend"=>0, "xml"=>0, :runtime=>9.216000000000001, :all=>50.780082}
[[0;37mDEBUG[0m|# 2101] Package.find( {:project=>"NeitherExisting", :name=>"unknown"} ) did not find anything, return nil
[[32mINFO [0m|# 2101] Rendered shared/_project_or_package_link.html.erb (107.5ms)
[[0;37mDEBUG[0m|# 2101] [REST] find( Project, [{:name=>"NeitherExisting"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>1.0956780000000002, "db"=>0.734476, "backend"=>0, "xml"=>0, :runtime=>11.174, :all=>50.685341}
[[0;37mDEBUG[0m|# 2101] Project.find( {:name=>"NeitherExisting"} ) did not find anything, return nil
[[0;37mDEBUG[0m|# 2101] [REST] find( Package, [{:project=>"NeitherExisting", :name=>"unknown2"}] )
[[0;37mDEBUG[0m|# 2101] http_do #1: method: get url: http://localhost:3203/source/NeitherExisting/unknown2/_meta?
[[0;37mDEBUG[0m|# 2101] RT {"view"=>0.825576, "db"=>0.6784709999999999, "backend"=>0, "xml"=>0, :runtime=>10.497, :all=>50.690619999999996}
[[0;37mDEBUG[0m|# 2101] Package.find( {:project=>"NeitherExisting", :name=>"unknown2"} ) did not find anything, return nil
[[32mINFO [0m|# 2101] Rendered shared/_project_or_package_link.html.erb (103.4ms)
[[32mINFO [0m|# 2101] Rendered shared/_user_with_realname_and_icon.html.erb (0.6ms)
[[32mINFO [0m|# 2101] Rendered request/_recent_events_table.html.erb (3.9ms)
[[32mINFO [0m|# 2101] Rendered request/show.html.erb within layouts/application (283.4ms)
[[32mINFO [0m|# 2101] Rendered layouts/_watch_and_search.html.erb (0.6ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_header.html.erb (1.2ms)
[[32mINFO [0m|# 2101] Rendered layouts/_personal_navigation.html.erb (1.3ms)
[[32mINFO [0m|# 2101] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 699ms (Views: 290.4ms | ActiveRecord: 0.0ms | API: 666.0ms (XML: 0.0ms , View: 10.6ms , Backend: 0.0ms , DB: 17.3ms , HTTP: 431.0ms) | XML: 0.9ms)
[[32mINFO [0m|# 2101] Started GET "/home/icon?id=tom&size=20" for 127.0.0.1 at 2012-10-08 17:38:04 +0200
[[32mINFO [0m|# 2101] Processing by HomeController#icon as HTML
[[32mINFO [0m|# 2101] Parameters: {"id"=>"tom", "size"=>"20"}
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/home/icon?id=tom&size=20"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /home/icon?id=tom&size=20
[[32mINFO [0m|# 2101] Rendered text template (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|# 2101] Started GET "/assets/icons-s2e003ef9a7.png" for 127.0.0.1 at 2012-10-08 17:38:04 +0200
[[32mINFO [0m|# 2101] Served asset /icons-s2e003ef9a7.png - 304 Not Modified (0ms)
[[32mINFO [0m|# 2101] Started GET "/search" for 127.0.0.1 at 2012-10-08 17:38:04 +0200
[[32mINFO [0m|# 2101] Processing by SearchController#index as HTML
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/search"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /search
[[32mINFO [0m|# 2101] Rendered search/index.html.erb within layouts/application (1.8ms)
[[32mINFO [0m|# 2101] Rendered layouts/_watch_and_search.html.erb (0.4ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_header.html.erb (1.0ms)
[[32mINFO [0m|# 2101] Rendered layouts/_personal_navigation.html.erb (1.1ms)
[[32mINFO [0m|# 2101] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 13ms (Views: 7.2ms | ActiveRecord: 0.0ms | XML: 2.1ms)
[[32mINFO [0m|# 2101] Started GET "/assets/icons-s2e003ef9a7.png" for 127.0.0.1 at 2012-10-08 17:38:05 +0200
[[32mINFO [0m|# 2101] Served asset /icons-s2e003ef9a7.png - 304 Not Modified (0ms)
[[32mINFO [0m|# 2101] Started GET "/user/login" for 127.0.0.1 at 2012-10-08 17:38:05 +0200
[[32mINFO [0m|# 2101] Processing by UserController#login as HTML
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/user/login"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /user/login
[[32mINFO [0m|# 2101] Rendered user/login.html.erb within layouts/application (1.4ms)
[[32mINFO [0m|# 2101] Rendered layouts/_watch_and_search.html.erb (0.7ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_header.html.erb (1.8ms)
[[32mINFO [0m|# 2101] Rendered layouts/_personal_navigation.html.erb (1.0ms)
[[32mINFO [0m|# 2101] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|# 2101] Started GET "/assets/icons-s2e003ef9a7.png" for 127.0.0.1 at 2012-10-08 17:38:05 +0200
[[32mINFO [0m|# 2101] Served asset /icons-s2e003ef9a7.png - 304 Not Modified (0ms)
[[32mINFO [0m|# 2101] Started GET "/user/register_user" for 127.0.0.1 at 2012-10-08 17:38:06 +0200
[[32mINFO [0m|# 2101] Processing by UserController#register_user as HTML
[[0;37mDEBUG[0m|# 2101] Setting return_to: "/user/register_user"
[[0;37mDEBUG[0m|# 2101] Authenticating with iChain mode: off
[[32mINFO [0m|# 2101] Anonymous request to /user/register_user
[[32mINFO [0m|# 2101] Rendered user/register_user.erb within layouts/application (2.5ms)
[[32mINFO [0m|# 2101] Rendered layouts/_watch_and_search.html.erb (0.6ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_header.html.erb (1.2ms)
[[32mINFO [0m|# 2101] Rendered layouts/_personal_navigation.html.erb (1.2ms)
[[32mINFO [0m|# 2101] Rendered layouts/_flash.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Rendered vendor/neutral/layouts/_sponsor.html.erb (0.0ms)
[[32mINFO [0m|# 2101] Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.0ms | XML: 0.0ms)
[[32mINFO [0m|# 2101] Started GET "/assets/icons-s2e003ef9a7.png" for 127.0.0.1 at 2012-10-08 17:38:06 +0200
[[32mINFO [0m|# 2101] Served asset /icons-s2e003ef9a7.png - 304 Not Modified (0ms)
+ 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/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
3