6.0-stable build 11

Revision r23298 (build 11 started on 2024-11-20T17:21:06Z)


originally caused by:
 Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/6.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.2
Updating http://svn.redmine.org/redmine/branches/6.0-stable at revision '2024-11-20T09:21:06.898 -0800'
U         app/assets/stylesheets/application.css
 U        .
At revision 23298

[ruby-3.2] $ /bin/sh -xe /tmp/jenkins5157033953896334236.sh
+ rm -f config/database.yml
+ echo ActiveRecord::Tasks::DatabaseTasks::LOCAL_HOSTS << "192.168.1.70"
[ruby-3.2] $ /bin/sh -xe /tmp/jenkins2065419417919504344.sh
+ PATH=/var/lib/jenkins/ruby/ruby-3.2/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=6.0-stable CI_PG_HOST=192.168.1.70 CI_MYSQL_HOST=192.168.1.70
[ruby-3.2] $ /bin/sh -xe /tmp/jenkins5795118837347392272.sh
+ PATH=/var/lib/jenkins/ruby/ruby-3.2/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...
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
      stringio (>= 0)
      Available/installed versions of this gem:
      - 3.1.2
      - 3.1.1
      - 3.1.0
      - 3.0.9
      - 3.0.4
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
Please report a bug if this causes problems.
Fetching commonmarker 0.23.11 (was 0.23.10)
Installing commonmarker 0.23.11 (was 0.23.10) with native extensions
Bundle updated!
1 installed gem you directly depend on is looking for funding.
  Run `bundle fund` for details
[ruby-3.2] $ /bin/sh -xe /tmp/jenkins8072087569798557193.sh
+ PATH=/var/lib/jenkins/ruby/ruby-3.2/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_60stable_ruby32_dev' already exists
Database 'ci_60stable_ruby32_test' already exists
Ruby version: 3.2.2-p53 (2023-03-30) [i686-linux]
[ruby-3.2] $ /bin/sh -xe /tmp/jenkins2535381068189745180.sh
+ PATH=/var/lib/jenkins/ruby/ruby-3.2/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
Tests related to plugin autoloading should be run separately using "rails test:autoload"
(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 12639

# Running:

.DEPRECATION WARNING: to_time will always preserve the timezone offset of the receiver in Rails 8.0. To opt in to the new behavior, set `ActiveSupport.to_time_preserves_timezone = true`. (called from time_tag at /var/lib/jenkins/workspace/6.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.2/app/helpers/application_helper.rb:744)
..........................................................................................................................................................S..S........................................................................................................................................svn: E155036: Please see the 'svn upgrade' command
svn: E155036: The working copy at '/var/lib/jenkins/workspace/6.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.2'
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.

..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DEPRECATION WARNING: ApplicationHelper#render_if_exist is deprecated and will be removed in Redmine 7.0. (called from test_render_if_exist_should_be_render_nil at /var/lib/jenkins/workspace/6.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.2/test/helpers/application_helper_test.rb:2287)
......................................................................................................................DEPRECATION WARNING: ApplicationHelper#render_if_exist is deprecated and will be removed in Redmine 7.0. (called from test_render_if_exist_should_be_render_partial at /var/lib/jenkins/workspace/6.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.2/test/helpers/application_helper_test.rb:2276)
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F

Failure:
ProjectsControllerTest#test_index_as_board_should_not_include_csv_export [test/functional/projects_controller_test.rb:171]:
Expected exactly 0 elements matching "p.other-formats a.csv", found 1.
Expected: 0
  Actual: 1

bin/rails test test/functional/projects_controller_test.rb:165

.....E

Error:
ProjectsControllerTest#test_index_as_list_should_indent_projects:
NoMethodError: undefined method `split' for nil:NilClass
    test/functional/projects_controller_test.rb:146:in `test_index_as_list_should_indent_projects'

bin/rails test test/functional/projects_controller_test.rb:136

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

Finished in 1538.697478s, 3.6609 runs/s, 17.8040 assertions/s.
5633 runs, 27395 assertions, 1 failures, 1 errors, 2 skips

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