5.0-stable build 43

Revision r23194 (build 43 started on 2024-11-03T13:34:09Z)


originally caused by:
 Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/5.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.1
Updating http://svn.redmine.org/redmine/branches/5.0-stable at revision '2024-11-03T05:34:09.212 -0800'
U         app/views/calendars/show.html.erb
U         app/views/context_menus/issues.html.erb
U         app/views/gantts/show.html.erb
U         app/views/issues/_action_menu.html.erb
U         app/views/queries/_query_form.html.erb
 U        .
At revision 23194

[ruby-3.1] $ /bin/sh -xe /tmp/jenkins2253310197852284771.sh
+ rm -f config/database.yml
+ echo ActiveRecord::Tasks::DatabaseTasks::LOCAL_HOSTS << "192.168.1.70"
[ruby-3.1] $ /bin/sh -xe /tmp/jenkins8616774190705717402.sh
+ PATH=/var/lib/jenkins/ruby/ruby-3.1/bin:/var/lib/jenkins/.rbenv/shims:/var/lib/jenkins/.rbenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games rake -f lib/tasks/ci.rake config/database.yml BRANCH=5.0-stable CI_PG_HOST=192.168.1.70 CI_MYSQL_HOST=192.168.1.70
[ruby-3.1] $ /bin/sh -xe /tmp/jenkins4987071346852922582.sh
+ PATH=/var/lib/jenkins/ruby/ruby-3.1/bin:/var/lib/jenkins/.rbenv/shims:/var/lib/jenkins/.rbenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games bundle update
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Bundle updated!
1 installed gem you directly depend on is looking for funding.
  Run `bundle fund` for details
[ruby-3.1] $ /bin/sh -xe /tmp/jenkins8757421493042427191.sh
+ PATH=/var/lib/jenkins/ruby/ruby-3.1/bin:/var/lib/jenkins/.rbenv/shims:/var/lib/jenkins/.rbenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games SCMS=subversion,git,mercurial,filesystem,bazaar,cvs bundle exec rake ci:about ci:setup db:environment:set RAILS_ENV=test
Database 'ci_50stable_ruby31_dev' already exists
Database 'ci_50stable_ruby31_test' already exists
Ruby version: 3.1.4-p223 (2023-03-30) [i686-linux]
[ruby-3.1] $ /bin/sh -xe /tmp/jenkins4800821538052104377.sh
+ PATH=/var/lib/jenkins/ruby/ruby-3.1/bin:/var/lib/jenkins/.rbenv/shims:/var/lib/jenkins/.rbenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games bundle exec rake test
(Test LDAP server not configured)
Bazaar non ASCII output test cannot run on this environment.
Encoding.locale_charmap: UTF-8
Git UTF-8 test repository NOT FOUND. Skipping unit tests !!!
Skipping LDAP tests.
Run options: --seed 15484

# Running:

.DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/base.html.erb (called from block in find_all at /var/lib/jenkins/workspace/5.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.1/config/initializers/10-patches.rb:60)
....................DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/base.html.erb (called from block in find_all at /var/lib/jenkins/workspace/5.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.1/config/initializers/10-patches.rb:60)
...................................................................................................................................................................................................................................................S.......................................................................................svn: E155036: Please see the 'svn upgrade' command
svn: E155036: The working copy at '/var/lib/jenkins/workspace/5.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.1'
is too old (format 8) to work with client version '1.9.3 (r1718519)' (expects format 31). You need to upgrade the working copy first.

.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E

Error:
GanttsControllerTest#test_gantt_should_work:
ActionView::Template::Error: undefined local variable or method `header_height˚˚˚KK' for #<ActionView::Base:0x000000001fa8ec>
Did you mean?  header_height
    app/views/gantts/show.html.erb:122
    app/controllers/gantts_controller.rb:43:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:61:in `sudo_mode'
    test/functional/gantts_controller_test.rb:37:in `block in test_gantt_should_work'
    test/test_helper.rb:102:in `with_settings'
    test/functional/gantts_controller_test.rb:36:in `test_gantt_should_work'

rails test test/functional/gantts_controller_test.rb:33

.E

Error:
GanttsControllerTest#test_gantt_should_not_disclose_private_projects:
ActionView::Template::Error: undefined local variable or method `header_height˚˚˚KK' for #<ActionView::Base:0x000000001fadc4>
Did you mean?  header_height
    app/views/gantts/show.html.erb:122
    app/controllers/gantts_controller.rb:43:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:61:in `sudo_mode'
    test/functional/gantts_controller_test.rb:127:in `test_gantt_should_not_disclose_private_projects'

rails test test/functional/gantts_controller_test.rb:126

E

Error:
GanttsControllerTest#test_gantt_should_respect_gantt_months_limit_setting:
ActionView::Template::Error: undefined local variable or method `header_height˚˚˚KK' for #<ActionView::Base:0x000000001faec8>
Did you mean?  header_height
    app/views/gantts/show.html.erb:122
    app/controllers/gantts_controller.rb:43:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:61:in `sudo_mode'
    test/functional/gantts_controller_test.rb:190:in `block in test_gantt_should_respect_gantt_months_limit_setting'
    test/test_helper.rb:102:in `with_settings'
    test/functional/gantts_controller_test.rb:187:in `test_gantt_should_respect_gantt_months_limit_setting'

rails test test/functional/gantts_controller_test.rb:186

E

Error:
GanttsControllerTest#test_gantt_should_work_without_issue_due_dates:
ActionView::Template::Error: undefined local variable or method `header_height˚˚˚KK' for #<ActionView::Base:0x000000001fb080>
Did you mean?  header_height
    app/views/gantts/show.html.erb:122
    app/controllers/gantts_controller.rb:43:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:61:in `sudo_mode'
    test/functional/gantts_controller_test.rb:110:in `test_gantt_should_work_without_issue_due_dates'

rails test test/functional/gantts_controller_test.rb:108

E

Error:
GanttsControllerTest#test_gantt_should_work_without_issue_and_version_due_dates:
ActionView::Template::Error: undefined local variable or method `header_height˚˚˚KK' for #<ActionView::Base:0x000000001fb148>
Did you mean?  header_height
    app/views/gantts/show.html.erb:122
    app/controllers/gantts_controller.rb:43:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:61:in `sudo_mode'
    test/functional/gantts_controller_test.rb:117:in `test_gantt_should_work_without_issue_and_version_due_dates'

rails test test/functional/gantts_controller_test.rb:114

E

Error:
GanttsControllerTest#test_gantt_should_display_relations:
ActionView::Template::Error: undefined local variable or method `header_height˚˚˚KK' for #<ActionView::Base:0x000000001fb378>
Did you mean?  header_height
    app/views/gantts/show.html.erb:122
    app/controllers/gantts_controller.rb:43:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:61:in `sudo_mode'
    test/functional/gantts_controller_test.rb:143:in `test_gantt_should_display_relations'

rails test test/functional/gantts_controller_test.rb:137

.E

Error:
GanttsControllerTest#test_gantt_should_work_cross_project:
ActionView::Template::Error: undefined local variable or method `header_height˚˚˚KK' for #<ActionView::Base:0x000000001fb5f8>
Did you mean?  header_height
    app/views/gantts/show.html.erb:122
    app/controllers/gantts_controller.rb:43:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:61:in `sudo_mode'
    test/functional/gantts_controller_test.rb:122:in `test_gantt_should_work_cross_project'

rails test test/functional/gantts_controller_test.rb:121

.E

Error:
GanttsControllerTest#test_gantt_at_maximal_zoom:
ActionView::Template::Error: undefined local variable or method `header_height˚˚˚KK' for #<ActionView::Base:0x000000001fb864>
Did you mean?  header_height
    app/views/gantts/show.html.erb:122
    app/controllers/gantts_controller.rb:43:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:61:in `sudo_mode'
    test/functional/gantts_controller_test.rb:97:in `test_gantt_at_maximal_zoom'

rails test test/functional/gantts_controller_test.rb:96

.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 1225.410890s, 4.4450 runs/s, 20.2585 assertions/s.
5447 runs, 24825 assertions, 0 failures, 8 errors, 1 skips

You have skipped tests. Run with --verbose for details.
Build step 'Execute shell' marked build as failure
Finished: FAILURE