Revision r24969 (build 195 started on 2026-08-21T13:29:31Z)
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 '2026-08-21T06:29:31.480 -0700' U Gemfile U app/controllers/account_controller.rb U app/controllers/application_controller.rb U app/controllers/issue_relations_controller.rb U app/helpers/projects_helper.rb U app/models/project.rb U lib/redmine/preparation.rb U lib/redmine/scm/adapters/git_adapter.rb U lib/redmine/wiki_formatting/textile/redcloth3.rb U test/fixtures/attachments.yml U test/fixtures/files/2006/07/060719210727_changeset_utf8.diff U test/fixtures/files/2019/04/190430092344_redmine_logo.ai.unknown U test/fixtures/files/testfile.txt U test/functional/account_controller_test.rb U test/functional/issue_relations_controller_test.rb U test/functional/issues_controller_test.rb U test/functional/projects_controller_test.rb U test/integration/api_test/issue_categories_test.rb U test/integration/api_test/projects_test.rb U test/integration/issues_test.rb U test/integration/sessions_test.rb U test/unit/attachment_test.rb U test/unit/issue_relation_test.rb U test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb U test/unit/project_test.rb U . At revision 24969 [ruby-3.2] $ /bin/sh -xe /tmp/jenkins4247515626977715136.sh + rm -f config/database.yml + echo ActiveRecord::Tasks::DatabaseTasks::LOCAL_HOSTS << "192.168.1.70" [ruby-3.2] $ /bin/sh -xe /tmp/jenkins6988982814265383852.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/jenkins3301973415324761698.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.2.0 - 3.1.9 - 3.1.8 - 3.1.7 - 3.1.6 - 3.1.5 - 3.1.3 - 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. Installing activesupport 7.2.3.2 (was 7.2.3.1) Installing activejob 7.2.3.2 (was 7.2.3.1) Installing activemodel 7.2.3.2 (was 7.2.3.1) Installing actionview 7.2.3.2 (was 7.2.3.1) Installing activerecord 7.2.3.2 (was 7.2.3.1) Installing actionpack 7.2.3.2 (was 7.2.3.1) Installing actionmailer 7.2.3.2 (was 7.2.3.1) Installing actioncable 7.2.3.2 (was 7.2.3.1) Installing railties 7.2.3.2 (was 7.2.3.1) Installing activestorage 7.2.3.2 (was 7.2.3.1) Installing actionmailbox 7.2.3.2 (was 7.2.3.1) Installing actiontext 7.2.3.2 (was 7.2.3.1) Installing rails 7.2.3.2 (was 7.2.3.1) Bundle updated! 2 installed gems you directly depend on are looking for funding. Run `bundle fund` for details [ruby-3.2] $ /bin/sh -xe /tmp/jenkins1858545704171874575.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 could not connect to server: Connection timed out Is the server running on host "192.168.1.70" and accepting TCP/IP connections on port 5432? Couldn't create 'ci_60stable_ruby32_dev' database. Please check your configuration. rake aborted! ActiveRecord::ConnectionNotEstablished: could not connect to server: Connection timed out (ActiveRecord::ConnectionNotEstablished) Is the server running on host "192.168.1.70" and accepting TCP/IP connections on port 5432? /var/lib/jenkins/workspace/6.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.2/lib/tasks/ci.rake:38:in `block (2 levels) in <top (required)>' /var/lib/jenkins/ruby/ruby-3.2/bin/bundle:25:in `load' /var/lib/jenkins/ruby/ruby-3.2/bin/bundle:25:in `<main>' Caused by: PG::ConnectionBad: could not connect to server: Connection timed out (PG::ConnectionBad) Is the server running on host "192.168.1.70" and accepting TCP/IP connections on port 5432? /var/lib/jenkins/workspace/6.0-stable/DATABASE_ADAPTER/postgresql/RUBY_VER/ruby-3.2/lib/tasks/ci.rake:38:in `block (2 levels) in <top (required)>' /var/lib/jenkins/ruby/ruby-3.2/bin/bundle:25:in `load' /var/lib/jenkins/ruby/ruby-3.2/bin/bundle:25:in `<main>' Tasks: TOP => db:create:all (See full trace by running task with --trace) Ruby version: 3.2.2-p53 (2023-03-30) [i686-linux] Build step 'Execute shell' marked build as failure Finished: FAILURE