rultor.com logo This build log was produced by rultor.com for yegor256/pgtk#80
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2286
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Jun 19 19:26:49 UTC 2024
+ uptime
 19:26:49 up 9 min,  0 users,  load average: 0.15, 0.41, 0.25
+ ff=default
+ image=yegor256/rultor-image:1.23.1
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency rubocop-rspec to v3'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/pgtk.git
+ pull_id=80
+ fork=git@github.com:yegor256/pgtk.git
+ fork_branch=renovate/rubocop-rspec-3.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/pgtk.git' '--env=pull_id=80' '--env=fork=git@github.com:yegor256/pgtk.git' '--env=fork_branch=renovate/rubocop-rspec-3.x' '--env=head_branch=master' '--env=pull_title=Update dependency rubocop-rspec to v3' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=80'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''pull_id=80'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v3'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';')
+ container=yegor256_pgtk_80
+ as_root=false
+ hostname
ip-172-31-27-18
+ pwd
/tmp/rultor-tzCS
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone git@github.com:yegor256/pgtk.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:yegor256/pgtk.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''pull_id=80'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v3'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:yegor256/pgtk.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/pgtk
 * [new branch]      master            -> fork/master
 * [new branch]      renovate/rack-3.x -> fork/renovate/rack-3.x
 * [new branch]      renovate/rubocop-rspec-3.x -> fork/renovate/rubocop-rspec-3.x
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/rubocop-rspec-3.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/rubocop-rspec-3.x' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Auto-merging Gemfile
Auto-merging Gemfile.lock
Merge made by the 'ort' strategy.
 Gemfile      |  2 +-
 Gemfile.lock | 21 ++++++---------------
 2 files changed, 7 insertions(+), 16 deletions(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.25
++ bc
++ echo 0.25 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.25, low enough to run a new Docker container'
load average is 0.25, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.23.1
+ docker pull yegor256/rultor-image:1.23.1
1.23.1: Pulling from yegor256/rultor-image
bccd10f490ab: Pulling fs layer
2c78bdfd1661: Pulling fs layer
30469571f9ab: Pulling fs layer
cac62b5ba932: Pulling fs layer
403ec2ae2389: Pulling fs layer
62628d0488a1: Pulling fs layer
84283471f652: Pulling fs layer
9ad1fa82e034: Pulling fs layer
80bda748ab48: Pulling fs layer
615b3b9f2aac: Pulling fs layer
09ce9dff669f: Pulling fs layer
e8271a417b38: Pulling fs layer
0c9916c1cff4: Pulling fs layer
875e86560ccf: Pulling fs layer
091892e3a304: Pulling fs layer
1cbed1b837ca: Pulling fs layer
986b3170a0d9: Pulling fs layer
e56ee5c784dc: Pulling fs layer
8cb6f425b6ba: Pulling fs layer
35d35565636d: Pulling fs layer
8e683020951f: Pulling fs layer
13d94c2ee76f: Pulling fs layer
41080f3c5d30: Pulling fs layer
123b733366ff: Pulling fs layer
630a507fc3a5: Pulling fs layer
55c1f8c9bd45: Pulling fs layer
cac62b5ba932: Waiting
403ec2ae2389: Waiting
62628d0488a1: Waiting
84283471f652: Waiting
9ad1fa82e034: Waiting
80bda748ab48: Waiting
615b3b9f2aac: Waiting
09ce9dff669f: Waiting
e8271a417b38: Waiting
0c9916c1cff4: Waiting
875e86560ccf: Waiting
091892e3a304: Waiting
1cbed1b837ca: Waiting
986b3170a0d9: Waiting
e56ee5c784dc: Waiting
8cb6f425b6ba: Waiting
35d35565636d: Waiting
8e683020951f: Waiting
13d94c2ee76f: Waiting
41080f3c5d30: Waiting
123b733366ff: Waiting
630a507fc3a5: Waiting
55c1f8c9bd45: Waiting
2c78bdfd1661: Verifying Checksum
2c78bdfd1661: Download complete
bccd10f490ab: Verifying Checksum
bccd10f490ab: Download complete
30469571f9ab: Verifying Checksum
30469571f9ab: Download complete
62628d0488a1: Verifying Checksum
62628d0488a1: Download complete
84283471f652: Verifying Checksum
84283471f652: Download complete
9ad1fa82e034: Verifying Checksum
9ad1fa82e034: Download complete
80bda748ab48: Verifying Checksum
80bda748ab48: Download complete
615b3b9f2aac: Verifying Checksum
615b3b9f2aac: Download complete
cac62b5ba932: Verifying Checksum
cac62b5ba932: Download complete
e8271a417b38: Verifying Checksum
e8271a417b38: Download complete
bccd10f490ab: Pull complete
2c78bdfd1661: Pull complete
09ce9dff669f: Verifying Checksum
09ce9dff669f: Download complete
0c9916c1cff4: Verifying Checksum
0c9916c1cff4: Download complete
091892e3a304: Verifying Checksum
091892e3a304: Download complete
1cbed1b837ca: Verifying Checksum
1cbed1b837ca: Download complete
986b3170a0d9: Verifying Checksum
986b3170a0d9: Download complete
e56ee5c784dc: Verifying Checksum
e56ee5c784dc: Download complete
30469571f9ab: Pull complete
8cb6f425b6ba: Verifying Checksum
8cb6f425b6ba: Download complete
35d35565636d: Verifying Checksum
35d35565636d: Download complete
8e683020951f: Verifying Checksum
8e683020951f: Download complete
13d94c2ee76f: Verifying Checksum
13d94c2ee76f: Download complete
41080f3c5d30: Verifying Checksum
41080f3c5d30: Download complete
123b733366ff: Verifying Checksum
123b733366ff: Download complete
630a507fc3a5: Verifying Checksum
630a507fc3a5: Download complete
55c1f8c9bd45: Verifying Checksum
55c1f8c9bd45: Download complete
875e86560ccf: Verifying Checksum
875e86560ccf: Download complete
403ec2ae2389: Verifying Checksum
403ec2ae2389: Download complete
cac62b5ba932: Pull complete
403ec2ae2389: Pull complete
62628d0488a1: Pull complete
84283471f652: Pull complete
9ad1fa82e034: Pull complete
80bda748ab48: Pull complete
615b3b9f2aac: Pull complete
09ce9dff669f: Pull complete
e8271a417b38: Pull complete
0c9916c1cff4: Pull complete
875e86560ccf: Pull complete
091892e3a304: Pull complete
1cbed1b837ca: Pull complete
986b3170a0d9: Pull complete
e56ee5c784dc: Pull complete
8cb6f425b6ba: Pull complete
35d35565636d: Pull complete
8e683020951f: Pull complete
13d94c2ee76f: Pull complete
41080f3c5d30: Pull complete
123b733366ff: Pull complete
630a507fc3a5: Pull complete
55c1f8c9bd45: Pull complete
Digest: sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620
Status: Downloaded newer image for yegor256/rultor-image:1.23.1
docker.io/yegor256/rultor-image:1.23.1
+ grep --quiet '\syegor256_pgtk_80\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 52
drwx------  3 ubuntu ubuntu 4096 Jun 19 19:26 .
drwxrwxrwt 12 root   root   4096 Jun 19 19:26 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Jun 19 19:26 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Jun 19 19:26 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Jun 19 19:26 pid
drwxrwxr-x  8 ubuntu ubuntu 4096 Jun 19 19:26 repo
-rw-rw-r--  1 ubuntu ubuntu   81 Jun 19 19:26 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 5927 Jun 19 19:26 run.sh
-rw-rw-r--  1 ubuntu ubuntu  532 Jun 19 19:26 script.sh
-rw-rw-r--  1 ubuntu ubuntu 8846 Jun 19 19:31 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-tzCS:/main --env=head=git@github.com:yegor256/pgtk.git --env=pull_id=80 --env=fork=git@github.com:yegor256/pgtk.git --env=fork_branch=renovate/rubocop-rspec-3.x --env=head_branch=master '--env=pull_title=Update dependency rubocop-rspec to v3' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=80'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-tzCS/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_80 yegor256/rultor-image:1.23.1 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-timesync r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/pgtk.git' ; export 'pull_id=80' ; export 'fork=git@github.com:yegor256/pgtk.git' ; export 'fork_branch=renovate/rubocop-rspec-3.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency rubocop-rspec to v3' ; export 'author=yegor256' ; pdd -f /dev/null ; bundle install --no-color ; bundle exec rake ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.2.2 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/license.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading .simplecov ...
Reading .yamllint.yml ...
Reading Gemfile ...
Reading Gemfile.lock ...
Reading LICENSE.txt ...
Reading README.md ...
Reading Rakefile ...
Reading cucumber.yml ...
Reading lib/pgtk/liquibase_task.rb ...
Reading lib/pgtk/pgsql_task.rb ...
Reading lib/pgtk/pool.rb ...
Reading lib/pgtk/version.rb ...
Reading lib/pgtk/wire.rb ...
Reading lib/pgtk.rb ...
Reading pgtk.gemspec ...
Reading resources/pom.xml ...
Reading test/test__helper.rb ...
Reading test/test_liquibase_task.rb ...
Reading test/test_pgsql_task.rb ...
Reading test/test_pool.rb ...
Reading test-resources/2019/01-test.xml ...
Reading test-resources/master.xml ...
Bundler 2.4.10 is running, but your lockfile was generated with 2.5.6. Installing Bundler 2.5.6 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.5.6
Installing bundler 2.5.6
Fetching gem metadata from https://rubygems.org/...........
Fetching rake 13.2.1
Installing rake 13.2.1
Fetching base64 0.2.0
Installing base64 0.2.0
Fetching bigdecimal 3.1.8
Installing bigdecimal 3.1.8 with native extensions
Fetching concurrent-ruby 1.2.3
Installing concurrent-ruby 1.2.3
Fetching connection_pool 2.4.1
Installing connection_pool 2.4.1
Fetching drb 2.2.1
Installing drb 2.2.1
Fetching i18n 1.14.5
Installing i18n 1.14.5
Fetching minitest 5.24.0
Installing minitest 5.24.0
Fetching mutex_m 0.2.0
Installing mutex_m 0.2.0
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching activesupport 7.1.3.3
Installing activesupport 7.1.3.3
Fetching builder 3.2.4
Installing builder 3.2.4
Fetching erubi 1.12.0
Installing erubi 1.12.0
Fetching racc 1.8.0
Installing racc 1.8.0 with native extensions
Fetching nokogiri 1.16.5 (x86_64-linux)
Installing nokogiri 1.16.5 (x86_64-linux)
Fetching rails-dom-testing 2.2.0
Installing rails-dom-testing 2.2.0
Fetching crass 1.0.6
Installing crass 1.0.6
Fetching loofah 2.22.0
Installing loofah 2.22.0
Fetching rails-html-sanitizer 1.6.0
Installing rails-html-sanitizer 1.6.0
Fetching actionview 7.1.3.3
Installing actionview 7.1.3.3
Fetching rack 3.0.11
Installing rack 3.0.11
Fetching rack-session 2.0.0
Installing rack-session 2.0.0
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching actionpack 7.1.3.3
Installing actionpack 7.1.3.3
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching backtrace 0.4.0
Installing backtrace 0.4.0
Fetching diff-lcs 1.5.1
Installing diff-lcs 1.5.1
Fetching docile 1.4.0
Installing docile 1.4.0
Fetching io-console 0.7.2
Installing io-console 0.7.2 with native extensions
Fetching stringio 3.1.0
Installing stringio 3.1.0 with native extensions
Fetching psych 5.1.2
Installing psych 5.1.2 with native extensions
Fetching rdoc 6.7.0
Installing rdoc 6.7.0
Fetching reline 0.5.7
Installing reline 0.5.7
Fetching irb 1.13.1
Installing irb 1.13.1
Fetching json 2.7.2
Installing json 2.7.2 with native extensions
Fetching language_server-protocol 3.17.0.3
Installing language_server-protocol 3.17.0.3
Fetching loog 0.5.1
Installing loog 0.5.1
Fetching parallel 1.25.1
Installing parallel 1.25.1
Fetching parser 3.3.2.0
Installing parser 3.3.2.0
Fetching pg 1.5.6
Installing pg 1.5.6 with native extensions
Fetching random-port 0.6.0
Installing random-port 0.6.0
Fetching webrick 1.8.1
Installing webrick 1.8.1
Fetching rackup 2.1.0
Installing rackup 2.1.0
Fetching thor 1.3.1
Installing thor 1.3.1
Fetching zeitwerk 2.6.14
Installing zeitwerk 2.6.14
Fetching railties 7.1.3.3
Installing railties 7.1.3.3
Fetching regexp_parser 2.9.2
Installing regexp_parser 2.9.2
Fetching strscan 3.1.0
Installing strscan 3.1.0 with native extensions
Fetching rexml 3.3.0
Installing rexml 3.3.0
Fetching rspec-support 3.13.1
Installing rspec-support 3.13.1
Fetching rspec-core 3.13.0
Installing rspec-core 3.13.0
Fetching rspec-expectations 3.13.0
Installing rspec-expectations 3.13.0
Fetching rspec-mocks 3.13.1
Installing rspec-mocks 3.13.1
Fetching rspec-rails 6.1.2
Installing rspec-rails 6.1.2
Fetching rubocop-ast 1.31.3
Installing rubocop-ast 1.31.3
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching unicode-display_width 2.5.0
Installing unicode-display_width 2.5.0
Fetching rubocop 1.64.1
Installing rubocop 1.64.1
Fetching rubocop-rspec 3.0.1
Installing rubocop-rspec 3.0.1
Fetching simplecov-html 0.12.3
Installing simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Bundle complete! 9 Gemfile dependencies, 68 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Run options: --seed 34143

# Running:

Random TCP port 38061 is used
2024-06-19 19:33:17.277 UTC [1615] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:33:17.278 UTC [1615] LOG:  listening on IPv4 address "127.0.0.1", port 38061
2024-06-19 19:33:17.279 UTC [1615] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:33:17.285 UTC [1615] LOG:  listening on Unix socket "/tmp/test20240619-1598-nbl4yc/pgsql/.s.PGSQL.38061"
2024-06-19 19:33:17.293 UTC [1616] LOG:  database system was shut down at 2024-06-19 19:33:14 UTC
2024-06-19 19:33:17.301 UTC [1615] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1615, port 38061
32m.0mRandom TCP port 34665 is used
2024-06-19 19:33:22.326 UTC [1640] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:33:22.327 UTC [1640] LOG:  listening on IPv4 address "127.0.0.1", port 34665
2024-06-19 19:33:22.327 UTC [1640] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:33:22.333 UTC [1640] LOG:  listening on Unix socket "/tmp/test20240619-1598-2xcz1w/pgsql/.s.PGSQL.34665"
2024-06-19 19:33:22.341 UTC [1641] LOG:  database system was shut down at 2024-06-19 19:33:20 UTC
2024-06-19 19:33:22.349 UTC [1640] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1640, port 34665
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------------< pgtk:pgtk >------------------------------
[INFO] Building pgtk 0.0.0
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.25.1/liquibase-maven-plugin-4.25.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.25.1/liquibase-maven-plugin-4.25.1.pom (2.0 kB at 3.4 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.25.1/liquibase-maven-plugin-4.25.1.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.25.1/liquibase-maven-plugin-4.25.1.jar (163 kB at 1.2 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.7.1/postgresql-42.7.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.7.1/postgresql-42.7.1.pom (2.9 kB at 415 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom (2.1 kB at 299 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.7.1/postgresql-42.7.1.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.7.1/postgresql-42.7.1.jar (1.1 MB at 6.5 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar (229 kB at 4.8 MB/s)
[INFO]
[INFO] --- liquibase:4.25.1:update (update) @ pgtk ---
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/4.25.1/liquibase-core-4.25.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/4.25.1/liquibase-core-4.25.1.pom (2.9 kB at 367 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.8/opencsv-5.8.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.8/opencsv-5.8.pom (36 kB at 2.3 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 2.4 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 5.0 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.4 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 463 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 2.1 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 4.1 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 2.9 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 352 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 1.7 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 3.8 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.7 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (21 kB at 1.9 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 2.2 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 901 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 1.3 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-commercial/4.25.1/liquibase-commercial-4.25.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-commercial/4.25.1/liquibase-commercial-4.25.1.pom (1.5 kB at 167 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/4.25.1/liquibase-core-4.25.1.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/4.25.1/liquibase-core-4.25.1.jar (2.7 MB at 15 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.8/opencsv-5.8.jar
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.8/opencsv-5.8.jar (240 kB at 3.7 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 3.6 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-commercial/4.25.1/liquibase-commercial-4.25.1.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 2.1 MB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 1.3 MB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 3.4 MB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 4.4 MB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-commercial/4.25.1/liquibase-commercial-4.25.1.jar (5.6 MB at 16 MB/s)
[WARNING]  Parameter 'logging' (user property 'liquibase.logging') is deprecated: Logging managed by maven
[WARNING]  Parameter 'promptOnNonLocalDatabase' (user property 'liquibase.promptOnNonLocalDatabase') is deprecated: No longer prompts
[ERROR] The liquibase-maven-plugin now manages logging via the standard maven logging config, not the 'logging' configuration. Use the -e, -X or -q flags or see https://maven.apache.org/maven-logging.html
[INFO] ------------------------------------------------------------------------
[INFO] ####################################################
##   _     _             _ _                      ##
##  | |   (_)           (_) |                     ##
##  | |    _  __ _ _   _ _| |__   __ _ ___  ___   ##
##  | |   | |/ _` | | | | | '_ \ / _` / __|/ _ \  ##
##  | |___| | (_| | |_| | | |_) | (_| \__ \  __/  ##
##  \_____/_|\__, |\__,_|_|_.__/ \__,_|___/\___|  ##
##              | |                               ##
##              |_|                               ##
##                                                ##
##  Get documentation at docs.liquibase.com       ##
##  Get certified courses at learn.liquibase.com  ##
##                                                ##
####################################################
Starting Liquibase at 19:33:31 (version 4.25.1 #690 built at 2023-12-18 16:29+0000)
2024-06-19 19:33:32.328 UTC [1619] PANIC:  could not create file "pg_wal/xlogtemp.1619": No such file or directory
[INFO] Set default schema name to public2024-06-19 19:33:32.812 UTC [1615] LOG:  WAL writer process (PID 1619) was terminated by signal 6: Aborted
2024-06-19 19:33:32.813 UTC [1615] LOG:  terminating any other active server processes
2024-06-19 19:33:32.817 UTC [1621] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:33:32.820 UTC [1615] LOG:  all server processes terminated; reinitializing
2024-06-19 19:33:32.821 UTC [1615] LOG:  could not open directory "base": No such file or directory
2024-06-19 19:33:32.821 UTC [1615] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-06-19 19:33:32.824 UTC [1615] PANIC:  could not open file "global/pg_control": No such file or directory

[INFO] Executing on Database: jdbc:postgresql://localhost:34665/xxx?user=xxx
[INFO] Reading resource: 2019/01-test.xml
[INFO] Creating database history table with name: databasechangelog
[INFO] Reading from databasechangelog
2024-06-19 19:33:34.814 UTC [1693] ERROR:  relation "databasechangeloglock" does not exist at character 22
2024-06-19 19:33:34.814 UTC [1693] STATEMENT:  SELECT COUNT(*) FROM databasechangeloglock
[INFO] Successfully acquired change log lock
[INFO] Using deploymentId: 8825614910
[INFO] Reading from databasechangelog
[INFO] Running Changeset: 001-initial-schema.xml::01::yegor256
[INFO] Custom SQL executed
[INFO] ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 34ms

UPDATE SUMMARY
Run:                          1
Previously run:               0
Filtered out:                 0
-------------------------------
Total change sets:            1

[INFO] UPDATE SUMMARY
[INFO] Run:                          1
[INFO] Previously run:               0
[INFO] Filtered out:                 0
[INFO] -------------------------------
[INFO] Total change sets:            1
[INFO] Update summary generated
[INFO] Update command completed successfully.
[INFO] Liquibase: Update has been successful. Rows affected: 1
[INFO] Successfully released change log lock
[INFO] Command execution complete
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.149 s
[INFO] Finished at: 2024-06-19T19:33:35Z
[INFO] ------------------------------------------------------------------------
0m0m32m.0m32m.0mRandom TCP port 43761 is used
2024-06-19 19:33:38.190 UTC [1710] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:33:38.190 UTC [1710] LOG:  listening on IPv4 address "127.0.0.1", port 43761
2024-06-19 19:33:38.191 UTC [1710] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:33:38.196 UTC [1710] LOG:  listening on Unix socket "/tmp/test20240619-1598-o9mb5h/pgsql/.s.PGSQL.43761"
2024-06-19 19:33:38.204 UTC [1711] LOG:  database system was shut down at 2024-06-19 19:33:35 UTC
2024-06-19 19:33:38.216 UTC [1710] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1710, port 43761
0m0mINFO 6/19/24, 7:33 PM: liquibase: Successfully acquired change log lock
INFO 6/19/24, 7:33 PM: liquibase: Creating database history table with name: databasechangelog
INFO 6/19/24, 7:33 PM: liquibase: Reading from databasechangelog
INFO 6/19/24, 7:33 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 6/19/24, 7:33 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 9ms
INFO 6/19/24, 7:33 PM: liquibase: Successfully released change log lock
0m0m32m.0mRequired TCP port 32769 is used
2024-06-19 19:33:52.272 UTC [1780] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:33:52.273 UTC [1780] LOG:  listening on IPv4 address "127.0.0.1", port 32769
2024-06-19 19:33:52.274 UTC [1780] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:33:52.280 UTC [1780] LOG:  listening on Unix socket "/tmp/test20240619-1598-jiue4p/pgsql/.s.PGSQL.32769"
2024-06-19 19:33:52.287 UTC [1781] LOG:  database system was shut down at 2024-06-19 19:33:49 UTC
2024-06-19 19:33:52.295 UTC [1780] LOG:  database system is ready to accept connections
2024-06-19 19:33:53.246 UTC [1714] PANIC:  could not create file "pg_wal/xlogtemp.1714": No such file or directory
2024-06-19 19:33:53.457 UTC [1710] LOG:  WAL writer process (PID 1714) was terminated by signal 6: Aborted
2024-06-19 19:33:53.457 UTC [1710] LOG:  terminating any other active server processes
2024-06-19 19:33:53.460 UTC [1716] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:33:53.464 UTC [1710] LOG:  all server processes terminated; reinitializing
2024-06-19 19:33:53.464 UTC [1710] LOG:  could not open directory "base": No such file or directory
2024-06-19 19:33:53.464 UTC [1710] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-06-19 19:33:53.466 UTC [1710] PANIC:  could not open file "global/pg_control": No such file or directory
PostgreSQL has been started in process #1780, port 32769
D: PostgreSQL pool started with 1 connections
D: SELECT * FROM pg_catalog.pg_tables: 3ms / 2860
2024-06-19 19:33:54.104 UTC [1791] FATAL:  terminating connection due to unexpected postmaster exit
Required TCP port 32769 is used
2024-06-19 19:33:58.225 UTC [1807] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:33:58.226 UTC [1807] LOG:  listening on IPv4 address "127.0.0.1", port 32769
2024-06-19 19:33:58.227 UTC [1807] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:33:58.232 UTC [1807] LOG:  listening on Unix socket "/tmp/test20240619-1598-jiue4p/pgsql/.s.PGSQL.32769"
2024-06-19 19:33:58.239 UTC [1808] LOG:  database system was shut down at 2024-06-19 19:33:55 UTC
2024-06-19 19:33:58.247 UTC [1807] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1807, port 32769
E: SELECT * FROM pg_catalog.pg_tables: PQconsumeInput() FATAL:  terminating connection due to unexpected postmaster exit
   server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
D: SELECT * FROM pg_catalog.pg_tables: 3ms / 2880
32m.0mRandom TCP port 45005 is used
2024-06-19 19:34:03.307 UTC [1833] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:34:03.308 UTC [1833] LOG:  listening on IPv4 address "127.0.0.1", port 45005
2024-06-19 19:34:03.309 UTC [1833] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:34:03.315 UTC [1833] LOG:  listening on Unix socket "/tmp/test20240619-1598-acw476/pgsql/.s.PGSQL.45005"
2024-06-19 19:34:03.322 UTC [1834] LOG:  database system was shut down at 2024-06-19 19:34:00 UTC
2024-06-19 19:34:03.330 UTC [1833] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1833, port 45005
0m0mINFO 6/19/24, 7:34 PM: liquibase: Successfully acquired change log lock
INFO 6/19/24, 7:34 PM: liquibase: Creating database history table with name: databasechangelog
INFO 6/19/24, 7:34 PM: liquibase: Reading from databasechangelog
INFO 6/19/24, 7:34 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 6/19/24, 7:34 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 10ms
INFO 6/19/24, 7:34 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 2ms / 2920
32m.0mRandom TCP port 44023 is used
2024-06-19 19:34:15.654 UTC [1898] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:34:15.655 UTC [1898] LOG:  listening on IPv4 address "127.0.0.1", port 44023
2024-06-19 19:34:15.656 UTC [1898] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:34:15.662 UTC [1898] LOG:  listening on Unix socket "/tmp/test20240619-1598-vfthe9/pgsql/.s.PGSQL.44023"
2024-06-19 19:34:15.669 UTC [1899] LOG:  database system was shut down at 2024-06-19 19:34:13 UTC
2024-06-19 19:34:15.677 UTC [1898] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1898, port 44023
0m0m2024-06-19 19:34:22.419 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:23.069 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:23.069 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 6/19/24, 7:34 PM: liquibase: Successfully acquired change log lock
2024-06-19 19:34:23.719 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:23.720 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:24.366 UTC [1646] LOG:  could not open temporary statistics file &quot;pg_stat_tmp/global.tmp&quot;: No such file or directory
2024-06-19 19:34:24.367 UTC [1646] LOG:  could not open temporary statistics file &quot;pg_stat_tmp/global.tmp&quot;: No such file or directory
INFO 6/19/24, 7:34 PM: liquibase: Creating database history table with name: databasechangelog
INFO 6/19/24, 7:34 PM: liquibase: Reading from databasechangelog
INFO 6/19/24, 7:34 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 6/19/24, 7:34 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 11ms
INFO 6/19/24, 7:34 PM: liquibase: Successfully released change log lock
0m0m2024-06-19 19:34:24.756 UTC [1948] ERROR:  relation "tabledoesnotexist" does not exist at character 13
2024-06-19 19:34:24.756 UTC [1948] STATEMENT:  INSERT INTO tableDoesNotExist (a) VALUES (42)
32m.0m2024-06-19 19:34:25.015 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:25.016 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:25.661 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:25.662 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:26.308 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:26.309 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:26.955 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:26.955 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:27.601 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:27.602 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
Random TCP port 45481 is used
2024-06-19 19:34:27.972 UTC [1964] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:34:27.973 UTC [1964] LOG:  listening on IPv4 address "127.0.0.1", port 45481
2024-06-19 19:34:27.973 UTC [1964] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:34:27.978 UTC [1964] LOG:  listening on Unix socket "/tmp/test20240619-1598-f6f0eq/pgsql/.s.PGSQL.45481"
2024-06-19 19:34:27.988 UTC [1965] LOG:  database system was shut down at 2024-06-19 19:34:25 UTC
2024-06-19 19:34:27.996 UTC [1964] LOG:  database system is ready to accept connections
2024-06-19 19:34:28.248 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:28.249 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:28.895 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:28.896 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:29.543 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:29.544 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
PostgreSQL has been started in process #1964, port 45481
2024-06-19 19:34:30.197 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:30.198 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
0m0m2024-06-19 19:34:30.849 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:30.850 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:31.526 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:31.527 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:32.183 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:32.184 UTC [1646] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:32.610 UTC [1645] LOG:  using stale statistics instead of current ones because stats collector is not responding
2024-06-19 19:34:35.115 UTC [1640] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:34:35.116 UTC [1640] LOG:  performing immediate shutdown because data directory lock file is invalid
2024-06-19 19:34:35.116 UTC [1640] LOG:  received immediate shutdown request
2024-06-19 19:34:35.117 UTC [1640] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:34:35.120 UTC [1646] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:34:35.127 UTC [1640] LOG:  database system is shut down
INFO 6/19/24, 7:34 PM: liquibase: Successfully acquired change log lock
INFO 6/19/24, 7:34 PM: liquibase: Creating database history table with name: databasechangelog
INFO 6/19/24, 7:34 PM: liquibase: Reading from databasechangelog
INFO 6/19/24, 7:34 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 6/19/24, 7:34 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 12ms
INFO 6/19/24, 7:34 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: SHOW server_version: 0ms / 3000
32m.0mRandom TCP port 42871 is used
2024-06-19 19:34:40.671 UTC [2029] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:34:40.672 UTC [2029] LOG:  listening on IPv4 address "127.0.0.1", port 42871
2024-06-19 19:34:40.673 UTC [2029] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:34:40.679 UTC [2029] LOG:  listening on Unix socket "/tmp/test20240619-1598-45ud04/pgsql/.s.PGSQL.42871"
2024-06-19 19:34:40.686 UTC [2030] LOG:  database system was shut down at 2024-06-19 19:34:38 UTC
2024-06-19 19:34:40.694 UTC [2029] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2029, port 42871
0m0m2024-06-19 19:34:43.033 UTC [1968] PANIC:  could not create file "pg_wal/xlogtemp.1968": No such file or directory
2024-06-19 19:34:43.288 UTC [1964] LOG:  WAL writer process (PID 1968) was terminated by signal 6: Aborted
2024-06-19 19:34:43.289 UTC [1964] LOG:  terminating any other active server processes
2024-06-19 19:34:43.292 UTC [1970] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:34:43.296 UTC [1964] LOG:  all server processes terminated; reinitializing
2024-06-19 19:34:43.296 UTC [1964] LOG:  could not open directory "base": No such file or directory
2024-06-19 19:34:43.297 UTC [1964] LOG:  could not open directory &quot;pg_tblspc&quot;: No such file or directory
2024-06-19 19:34:43.299 UTC [1964] PANIC:  could not open file &quot;global/pg_control&quot;: No such file or directory
INFO 6/19/24, 7:34 PM: liquibase: Successfully acquired change log lock
INFO 6/19/24, 7:34 PM: liquibase: Creating database history table with name: databasechangelog
INFO 6/19/24, 7:34 PM: liquibase: Reading from databasechangelog
INFO 6/19/24, 7:34 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 6/19/24, 7:34 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 8ms
INFO 6/19/24, 7:34 PM: liquibase: Successfully released change log lock
0m0m32m.0mRandom TCP port 40155 is used
2024-06-19 19:34:53.363 UTC [2094] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:34:53.364 UTC [2094] LOG:  listening on IPv4 address "127.0.0.1", port 40155
2024-06-19 19:34:53.364 UTC [2094] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:34:53.370 UTC [2094] LOG:  listening on Unix socket "/tmp/test20240619-1598-t83hex/pgsql/.s.PGSQL.40155"
2024-06-19 19:34:53.379 UTC [2095] LOG:  database system was shut down at 2024-06-19 19:34:51 UTC
2024-06-19 19:34:53.386 UTC [2094] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2094, port 40155
0m0m2024-06-19 19:34:55.723 UTC [2033] PANIC:  could not create file "pg_wal/xlogtemp.2033": No such file or directory
2024-06-19 19:34:55.976 UTC [2029] LOG:  WAL writer process (PID 2033) was terminated by signal 6: Aborted
2024-06-19 19:34:55.977 UTC [2029] LOG:  terminating any other active server processes
2024-06-19 19:34:55.980 UTC [2035] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:34:55.985 UTC [2029] LOG:  all server processes terminated; reinitializing
2024-06-19 19:34:55.985 UTC [2029] LOG:  could not open directory "base": No such file or directory
2024-06-19 19:34:55.986 UTC [2029] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-06-19 19:34:55.988 UTC [2029] PANIC:  could not open file "global/pg_control": No such file or directory
2024-06-19 19:34:58.320 UTC [1813] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:58.968 UTC [1813] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:58.968 UTC [1813] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:59.614 UTC [1813] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:34:59.614 UTC [1813] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:00.055 UTC [1807] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:35:00.056 UTC [1807] LOG:  performing immediate shutdown because data directory lock file is invalid
2024-06-19 19:35:00.056 UTC [1807] LOG:  received immediate shutdown request
2024-06-19 19:35:00.057 UTC [1807] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:35:00.063 UTC [1813] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:35:00.068 UTC [1807] LOG:  database system is shut down
INFO 6/19/24, 7:35 PM: liquibase: Successfully acquired change log lock
INFO 6/19/24, 7:35 PM: liquibase: Creating database history table with name: databasechangelog
INFO 6/19/24, 7:35 PM: liquibase: Reading from databasechangelog
INFO 6/19/24, 7:35 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 6/19/24, 7:35 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 10ms
INFO 6/19/24, 7:35 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: DELETE FROM book: 1ms / 3100
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 2ms / 3100
32m.0m2024-06-19 19:35:03.399 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:04.046 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:04.047 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:04.693 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:04.694 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:05.340 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:05.340 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:05.987 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:05.987 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
Random TCP port 41133 is used
2024-06-19 19:35:06.188 UTC [2159] LOG:  starting PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
2024-06-19 19:35:06.189 UTC [2159] LOG:  listening on IPv4 address "127.0.0.1", port 41133
2024-06-19 19:35:06.189 UTC [2159] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-06-19 19:35:06.195 UTC [2159] LOG:  listening on Unix socket "/tmp/test20240619-1598-g1aysw/pgsql/.s.PGSQL.41133"
2024-06-19 19:35:06.204 UTC [2160] LOG:  database system was shut down at 2024-06-19 19:35:03 UTC
2024-06-19 19:35:06.213 UTC [2159] LOG:  database system is ready to accept connections
2024-06-19 19:35:06.634 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:06.635 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:07.282 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:07.283 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:07.929 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:07.930 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
PostgreSQL has been started in process #2159, port 41133
0m0m2024-06-19 19:35:08.579 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:08.580 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:09.235 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:09.235 UTC [1839] LOG:  could not open temporary statistics file &quot;pg_stat_tmp/global.tmp&quot;: No such file or directory
2024-06-19 19:35:09.882 UTC [1839] LOG:  could not open temporary statistics file &quot;pg_stat_tmp/global.tmp&quot;: No such file or directory
2024-06-19 19:35:09.883 UTC [1839] LOG:  could not open temporary statistics file &quot;pg_stat_tmp/global.tmp&quot;: No such file or directory
2024-06-19 19:35:10.531 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:10.532 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:11.178 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:11.179 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:11.825 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:11.826 UTC [1839] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-06-19 19:35:12.394 UTC [1833] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:35:12.394 UTC [1833] LOG:  performing immediate shutdown because data directory lock file is invalid
2024-06-19 19:35:12.395 UTC [1833] LOG:  received immediate shutdown request
2024-06-19 19:35:12.395 UTC [1833] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:35:12.399 UTC [1839] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:35:12.405 UTC [1833] LOG:  database system is shut down
INFO 6/19/24, 7:35 PM: liquibase: Successfully acquired change log lock
INFO 6/19/24, 7:35 PM: liquibase: Creating database history table with name: databasechangelog
INFO 6/19/24, 7:35 PM: liquibase: Reading from databasechangelog
INFO 6/19/24, 7:35 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 6/19/24, 7:35 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 12ms
INFO 6/19/24, 7:35 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
2024-06-19 19:35:15.506 UTC [2209] ERROR:  relation "thisiserror" does not exist at character 15
2024-06-19 19:35:15.506 UTC [2209] STATEMENT:  SELECT * FROM thisiserror
E: SELECT * FROM thisiserror: ERROR:  relation "thisiserror" does not exist
   LINE 1: SELECT * FROM thisiserror
                         ^
D: SELECT * FROM book: 1ms / 3160
D: SELECT * FROM book: 0ms / 3160
D: SELECT * FROM book: 0ms / 3160
D: SELECT * FROM book: 0ms / 3160
D: SELECT * FROM book: 0ms / 3160
32m.0m

Finished in 122.006226s, 0.0902 runs/s, 0.0984 assertions/s.
11 runs, 12 assertions, 0 failures, 0 errors, 0 skips
2024-06-19 19:35:15.569 UTC [2159] LOG:  received smart shutdown request
2024-06-19 19:35:15.569 UTC [2159] LOG:  could not open file "postmaster.pid": No such file or directory
PostgreSQL killed in PID 2159
2024-06-19 19:35:15.572 UTC [2094] LOG:  received smart shutdown request
2024-06-19 19:35:15.572 UTC [2094] LOG:  could not open file "postmaster.pid": No such file or directory
PostgreSQL killed in PID 2094
PostgreSQL killed in PID 2029
PostgreSQL killed in PID 1964
2024-06-19 19:35:15.579 UTC [1898] LOG:  received smart shutdown request
2024-06-19 19:35:15.580 UTC [1898] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:35:15.580 UTC [1898] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:35:15.580 UTC [1898] LOG:  performing immediate shutdown because data directory lock file is invalid
2024-06-19 19:35:15.581 UTC [1898] LOG:  received immediate shutdown request
2024-06-19 19:35:15.581 UTC [1898] LOG:  could not open file "postmaster.pid": No such file or directory
2024-06-19 19:35:15.584 UTC [1904] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:35:15.591 UTC [1898] LOG:  database system is shut down
PostgreSQL killed in PID 1898
PostgreSQL killed in PID 1833
PostgreSQL killed in PID 1807
PostgreSQL killed in PID 1780
PostgreSQL killed in PID 1710
PostgreSQL killed in PID 1640
PostgreSQL killed in PID 1615
Coverage report generated for Unit Tests to /home/r/repo/coverage. 175 / 189 LOC (92.59%) covered.
2024-06-19 19:35:15.637 UTC [2159] LOG:  background worker "logical replication launcher" (PID 2166) exited with exit code 1
2024-06-19 19:35:15.638 UTC [2161] LOG:  shutting down
2024-06-19 19:35:15.638 UTC [2161] PANIC:  could not open file "/tmp/test20240619-1598-g1aysw/pgsql/global/pg_control": No such file or directory
2024-06-19 19:35:15.656 UTC [2094] LOG:  background worker "logical replication launcher" (PID 2101) exited with exit code 1
2024-06-19 19:35:15.658 UTC [2096] LOG:  shutting down
2024-06-19 19:35:15.660 UTC [2096] PANIC:  could not open file "/tmp/test20240619-1598-t83hex/pgsql/global/pg_control": No such file or directory
2024-06-19 19:35:16.095 UTC [2159] LOG:  checkpointer process (PID 2161) was terminated by signal 6: Aborted
2024-06-19 19:35:16.100 UTC [2159] LOG:  terminating any other active server processes
2024-06-19 19:35:16.100 UTC [2165] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:35:16.103 UTC [2159] LOG:  abnormal database system shutdown
2024-06-19 19:35:16.106 UTC [2159] LOG:  database system is shut down
2024-06-19 19:35:16.127 UTC [2094] LOG:  checkpointer process (PID 2096) was terminated by signal 6: Aborted
2024-06-19 19:35:16.128 UTC [2094] LOG:  terminating any other active server processes
2024-06-19 19:35:16.128 UTC [2100] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-06-19 19:35:16.131 UTC [2094] LOG:  abnormal database system shutdown
2024-06-19 19:35:16.133 UTC [2094] LOG:  database system is shut down
Running RuboCop...
Inspecting 14 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

14 files inspected, 32mno offenses0m detected
Running xcop...
Inspecting 3 files...
32m.0m32m.0m32m.0m
3 files checked, everything looks 32mpretty0m
grep -q -r '2019-2024'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
remote:
remote: GitHub found 1 vulnerability on yegor256/pgtk's default branch (1 moderate). To find out more, visit:
remote:      https://github.com/yegor256/pgtk/security/dependabot/8
remote:
To github.com:yegor256/pgtk.git
   179706c..1ece125  master -> master
container 3bec4df2fdca0bbd70d81396f3023b849b5ed2fbe61caa12b57e1e42c7380731 is dead
Wed Jun 19 19:40:16 UTC 2024