rultor.com logo This build log was produced by rultor.com for yegor256/pgtk#66
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1217
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Mar 13 23:35:46 UTC 2024
+ uptime
 23:35:46 up 4 min,  0 users,  load average: 0.17, 0.18, 0.09
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency minitest to v5.22.3'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/pgtk.git
+ pull_id=66
+ fork=git@github.com:yegor256/pgtk.git
+ fork_branch=renovate/minitest-5.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/pgtk.git' '--env=pull_id=66' '--env=fork=git@github.com:yegor256/pgtk.git' '--env=fork_branch=renovate/minitest-5.x' '--env=head_branch=master' '--env=pull_title=Update dependency minitest to v5.22.3' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=66'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/minitest-5.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency minitest to v5.22.3'\''\'\'''\'''\'' '\'';'\'' '\''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=66'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/minitest-5.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency minitest to v5.22.3'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';')
+ container=yegor256_pgtk_66
+ as_root=false
+ hostname
ip-172-31-20-4
+ pwd
/tmp/rultor-deX0
+ 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=66'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/minitest-5.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency minitest to v5.22.3'\''' ';' '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]      dependabot/maven/resources/org.postgresql-postgresql-42.7.2 -> fork/dependabot/maven/resources/org.postgresql-postgresql-42.7.2
 * [new branch]      master                -> fork/master
 * [new branch]      renovate/maven-org.postgresql-postgresql-vulnerability -> fork/renovate/maven-org.postgresql-postgresql-vulnerability
 * [new branch]      renovate/minitest-5.x -> fork/renovate/minitest-5.x
 * [new branch]      renovate/rack-3.x     -> fork/renovate/rack-3.x
 * [new branch]      renovate/rubocop-1.x  -> fork/renovate/rubocop-1.x
 * [new branch]      renovate/rubocop-rspec-2.x -> fork/renovate/rubocop-rspec-2.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/minitest-5.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/minitest-5.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
Updating bf18fb5..cf0654a
Fast-forward
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.10
++ bc
++ echo 0.10 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.10, low enough to run a new Docker container'
load average is 0.10, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.22.0
+ docker pull yegor256/rultor-image:1.22.0
1.22.0: Pulling from yegor256/rultor-image
Digest: sha256:0e360fba8fb992c4c6cb495ddefdf5ecbc0f3edb887dd12deefd4af4b2a13272
Status: Image is up to date for yegor256/rultor-image:1.22.0
docker.io/yegor256/rultor-image:1.22.0
+ grep --quiet '\syegor256_pgtk_66\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 Mar 13 23:35 .
drwxrwxrwt 12 root   root   4096 Mar 13 23:35 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Mar 13 23:35 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  466 Mar 13 23:35 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Mar 13 23:35 pid
drwxrwxr-x  8 ubuntu ubuntu 4096 Mar 13 23:35 repo
-rw-rw-r--  1 ubuntu ubuntu   81 Mar 13 23:35 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 5883 Mar 13 23:35 run.sh
-rw-rw-r--  1 ubuntu ubuntu  527 Mar 13 23:35 script.sh
-rw-rw-r--  1 ubuntu ubuntu 5425 Mar 13 23:35 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-deX0:/main --env=head=git@github.com:yegor256/pgtk.git --env=pull_id=66 --env=fork=git@github.com:yegor256/pgtk.git --env=fork_branch=renovate/minitest-5.x --env=head_branch=master '--env=pull_title=Update dependency minitest to v5.22.3' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=66'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/minitest-5.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency minitest to v5.22.3'\''\'\'''\'''\'' '\'';'\'' '\''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-deX0/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_66 yegor256/rultor-image:1.22.0 /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
+ 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/codecov.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/xcop.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading .simplecov ...
Reading .travis.yml ...
Reading Gemfile ...
Reading LICENSE.txt ...
Reading README.md ...
Reading Rakefile ...
Reading appveyor.yml ...
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 ...
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching base64 0.2.0
Installing base64 0.2.0
Fetching bigdecimal 3.1.6
Installing bigdecimal 3.1.6 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.4
Installing i18n 1.14.4
Fetching minitest 5.22.3
Installing minitest 5.22.3
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.2
Installing activesupport 7.1.3.2
Fetching builder 3.2.4
Installing builder 3.2.4
Fetching erubi 1.12.0
Installing erubi 1.12.0
Fetching racc 1.7.3
Installing racc 1.7.3 with native extensions
Fetching nokogiri 1.16.2 (x86_64-linux)
Installing nokogiri 1.16.2 (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.2
Installing actionview 7.1.3.2
Fetching rack 2.2.8.1
Installing rack 2.2.8.1
Fetching rack-session 1.0.2
Installing rack-session 1.0.2
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching actionpack 7.1.3.2
Installing actionpack 7.1.3.2
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching backtrace 0.4.0
Installing backtrace 0.4.0
Using bundler 2.4.10
Fetching diff-lcs 1.5.1
Installing diff-lcs 1.5.1
Using differ 0.1.2
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.6.2
Installing rdoc 6.6.2
Fetching reline 0.4.3
Installing reline 0.4.3
Fetching irb 1.12.0
Installing irb 1.12.0
Fetching json 2.7.1
Installing json 2.7.1 with native extensions
Fetching loog 0.5.1
Installing loog 0.5.1
Fetching parallel 1.24.0
Installing parallel 1.24.0
Fetching parser 3.3.0.5
Installing parser 3.3.0.5
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
Using pgtk 0.0.0 from source at `.`
Fetching webrick 1.8.1
Installing webrick 1.8.1
Fetching rackup 1.0.0
Installing rackup 1.0.0
Fetching thor 1.3.1
Installing thor 1.3.1
Fetching zeitwerk 2.6.13
Installing zeitwerk 2.6.13
Fetching railties 7.1.3.2
Installing railties 7.1.3.2
Using rainbow 3.1.1
Fetching regexp_parser 2.9.0
Installing regexp_parser 2.9.0
Fetching rexml 3.2.6
Installing rexml 3.2.6
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.0
Installing rspec-mocks 3.13.0
Fetching rspec-rails 6.1.1
Installing rspec-rails 6.1.1
Fetching rubocop-ast 1.31.2
Installing rubocop-ast 1.31.2
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.50.2
Installing rubocop 1.50.2
Fetching rubocop-capybara 2.20.0
Installing rubocop-capybara 2.20.0
Fetching rubocop-rspec 2.20.0
Installing rubocop-rspec 2.20.0
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
Using slop 4.10.1
Using xcop 0.7.1
Bundle complete! 9 Gemfile dependencies, 67 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Run options: --seed 53769

# Running:

Random TCP port 34695 is used
2024-03-13 23:41:17.281 UTC [1570] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:41:17.282 UTC [1570] LOG:  listening on IPv4 address "127.0.0.1", port 34695
2024-03-13 23:41:17.282 UTC [1570] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:41:17.290 UTC [1570] LOG:  listening on Unix socket "/tmp/test20240313-1553-arqowi/pgsql/.s.PGSQL.34695"
2024-03-13 23:41:17.298 UTC [1571] LOG:  database system was shut down at 2024-03-13 23:41:14 UTC
2024-03-13 23:41:17.306 UTC [1570] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1570, port 34695
0m0mINFO 3/13/24, 11:41 PM: liquibase: Successfully acquired change log lock
INFO 3/13/24, 11:41 PM: liquibase: Creating database history table with name: databasechangelog
INFO 3/13/24, 11:41 PM: liquibase: Reading from databasechangelog
INFO 3/13/24, 11:41 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 3/13/24, 11:41 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 3/13/24, 11:41 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
2024-03-13 23:41:47.228 UTC [1626] ERROR:  relation "thisiserror" does not exist at character 15
2024-03-13 23:41:47.228 UTC [1626] STATEMENT:  SELECT * FROM thisiserror
E: SELECT * FROM thisiserror: ERROR:  relation "thisiserror" does not exist
   LINE 1: SELECT * FROM thisiserror
                         ^
D: SELECT * FROM book: 1ms / 2720
D: SELECT * FROM book: 0ms / 2720
D: SELECT * FROM book: 0ms / 2720
D: SELECT * FROM book: 0ms / 2720
D: SELECT * FROM book: 0ms / 2720
32m.0mRandom TCP port 34213 is used
2024-03-13 23:41:50.688 UTC [1642] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:41:50.691 UTC [1642] LOG:  listening on IPv4 address "127.0.0.1", port 34213
2024-03-13 23:41:50.692 UTC [1642] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:41:50.699 UTC [1642] LOG:  listening on Unix socket "/tmp/test20240313-1553-laz3hv/pgsql/.s.PGSQL.34213"
2024-03-13 23:41:50.707 UTC [1643] LOG:  database system was shut down at 2024-03-13 23:41:48 UTC
2024-03-13 23:41:50.714 UTC [1642] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1642, port 34213
0m0mINFO 3/13/24, 11:41 PM: liquibase: Successfully acquired change log lock
INFO 3/13/24, 11:41 PM: liquibase: Creating database history table with name: databasechangelog
INFO 3/13/24, 11:41 PM: liquibase: Reading from databasechangelog
INFO 3/13/24, 11:41 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 3/13/24, 11:41 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 3/13/24, 11:41 PM: liquibase: Successfully released change log lock
0m0m2024-03-13 23:41:59.938 UTC [1692] ERROR:  relation "tabledoesnotexist" does not exist at character 13
2024-03-13 23:41:59.938 UTC [1692] STATEMENT:  INSERT INTO tableDoesNotExist (a) VALUES (42)
32m.0mRandom TCP port 42107 is used
2024-03-13 23:42:03.838 UTC [1708] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:42:03.839 UTC [1708] LOG:  listening on IPv4 address "127.0.0.1", port 42107
2024-03-13 23:42:03.839 UTC [1708] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:42:03.847 UTC [1708] LOG:  listening on Unix socket "/tmp/test20240313-1553-y1te1p/pgsql/.s.PGSQL.42107"
2024-03-13 23:42:03.855 UTC [1709] LOG:  database system was shut down at 2024-03-13 23:42:00 UTC
2024-03-13 23:42:03.863 UTC [1708] LOG:  database system is ready to accept connections
2024-03-13 23:42:05.750 UTC [1646] PANIC:  could not create file "pg_wal/xlogtemp.1646": No such file or directory
PostgreSQL has been started in process #1708, port 42107
2024-03-13 23:42:06.095 UTC [1642] LOG:  WAL writer process (PID 1646) was terminated by signal 6: Aborted
2024-03-13 23:42:06.096 UTC [1642] LOG:  terminating any other active server processes
2024-03-13 23:42:06.099 UTC [1648] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:42:06.102 UTC [1642] LOG:  all server processes terminated; reinitializing
2024-03-13 23:42:06.103 UTC [1642] LOG:  could not open directory "base": No such file or directory
2024-03-13 23:42:06.103 UTC [1642] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-03-13 23:42:06.105 UTC [1642] PANIC:  could not open file "global/pg_control": No such file or directory
0m0mINFO 3/13/24, 11:42 PM: liquibase: Successfully acquired change log lock
INFO 3/13/24, 11:42 PM: liquibase: Creating database history table with name: databasechangelog
INFO 3/13/24, 11:42 PM: liquibase: Reading from databasechangelog
INFO 3/13/24, 11:42 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 3/13/24, 11:42 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 3/13/24, 11:42 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: DELETE FROM book: 1ms / 2800
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 2ms / 2800
32m.0mRandom TCP port 46081 is used
2024-03-13 23:42:17.089 UTC [1773] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:42:17.090 UTC [1773] LOG:  listening on IPv4 address "127.0.0.1", port 46081
2024-03-13 23:42:17.090 UTC [1773] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:42:17.098 UTC [1773] LOG:  listening on Unix socket "/tmp/test20240313-1553-7s9q90/pgsql/.s.PGSQL.46081"
2024-03-13 23:42:17.107 UTC [1774] LOG:  database system was shut down at 2024-03-13 23:42:14 UTC
2024-03-13 23:42:17.115 UTC [1773] LOG:  database system is ready to accept connections
2024-03-13 23:42:17.375 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:18.022 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:18.023 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:18.670 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:18.671 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:18.889 UTC [1712] PANIC:  could not create file "pg_wal/xlogtemp.1712": No such file or directory
PostgreSQL has been started in process #1773, port 46081
2024-03-13 23:42:19.044 UTC [1708] LOG:  WAL writer process (PID 1712) was terminated by signal 6: Aborted
2024-03-13 23:42:19.044 UTC [1708] LOG:  terminating any other active server processes
2024-03-13 23:42:19.047 UTC [1714] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:42:19.052 UTC [1708] LOG:  all server processes terminated; reinitializing
2024-03-13 23:42:19.052 UTC [1708] LOG:  could not open directory "base": No such file or directory
2024-03-13 23:42:19.052 UTC [1708] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-03-13 23:42:19.055 UTC [1708] PANIC:  could not open file "global/pg_control": No such file or directory
2024-03-13 23:42:19.352 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:19.352 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
0m0m2024-03-13 23:42:20.025 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:20.025 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:20.672 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:20.673 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:21.329 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:21.330 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:21.976 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:21.977 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:22.625 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:22.626 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:23.273 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:23.274 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:23.920 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:23.921 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:24.568 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:24.568 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 3/13/24, 11:42 PM: liquibase: Successfully acquired change log lock
2024-03-13 23:42:25.217 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:25.218 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:25.867 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:25.868 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:26.514 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:26.514 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 3/13/24, 11:42 PM: liquibase: Creating database history table with name: databasechangelog
INFO 3/13/24, 11:42 PM: liquibase: Reading from databasechangelog
INFO 3/13/24, 11:42 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 3/13/24, 11:42 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 3/13/24, 11:42 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: SHOW server_version: 0ms / 2820
32m.0m2024-03-13 23:42:27.163 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:27.163 UTC [1576] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:42:27.566 UTC [1575] LOG:  using stale statistics instead of current ones because stats collector is not responding
Random TCP port 38041 is used
2024-03-13 23:42:30.118 UTC [1838] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:42:30.119 UTC [1838] LOG:  listening on IPv4 address "127.0.0.1", port 38041
2024-03-13 23:42:30.119 UTC [1838] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:42:30.126 UTC [1838] LOG:  listening on Unix socket "/tmp/test20240313-1553-3p7xnl/pgsql/.s.PGSQL.38041"
2024-03-13 23:42:30.134 UTC [1839] LOG:  database system was shut down at 2024-03-13 23:42:27 UTC
2024-03-13 23:42:30.142 UTC [1838] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1838, port 38041
2024-03-13 23:42:32.138 UTC [1777] PANIC:  could not create file "pg_wal/xlogtemp.1777": No such file or directory
2024-03-13 23:42:32.400 UTC [1773] LOG:  WAL writer process (PID 1777) was terminated by signal 6: Aborted
2024-03-13 23:42:32.401 UTC [1773] LOG:  terminating any other active server processes
2024-03-13 23:42:32.405 UTC [1779] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:42:32.408 UTC [1773] LOG:  all server processes terminated; reinitializing
2024-03-13 23:42:32.408 UTC [1773] LOG:  could not open directory "base": No such file or directory
2024-03-13 23:42:32.409 UTC [1773] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-03-13 23:42:32.411 UTC [1773] PANIC:  could not open file "global/pg_control": No such file or directory
0m0mINFO 3/13/24, 11:42 PM: liquibase: Successfully acquired change log lock
INFO 3/13/24, 11:42 PM: liquibase: Creating database history table with name: databasechangelog
INFO 3/13/24, 11:42 PM: liquibase: Reading from databasechangelog
INFO 3/13/24, 11:42 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 3/13/24, 11:42 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 3/13/24, 11:42 PM: liquibase: Successfully released change log lock
0m0m32m.0mRequired TCP port 43261 is used
2024-03-13 23:42:43.306 UTC [1903] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:42:43.311 UTC [1903] LOG:  listening on IPv4 address "127.0.0.1", port 43261
2024-03-13 23:42:43.312 UTC [1903] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:42:43.319 UTC [1903] LOG:  listening on Unix socket "/tmp/test20240313-1553-jpzgrj/pgsql/.s.PGSQL.43261"
2024-03-13 23:42:43.327 UTC [1904] LOG:  database system was shut down at 2024-03-13 23:42:40 UTC
2024-03-13 23:42:43.335 UTC [1903] LOG:  database system is ready to accept connections
2024-03-13 23:42:45.170 UTC [1842] PANIC:  could not create file "pg_wal/xlogtemp.1842": No such file or directory
PostgreSQL has been started in process #1903, port 43261
D: PostgreSQL pool started with 1 connections
D: SELECT * FROM pg_catalog.pg_tables: 15ms / 2940
2024-03-13 23:42:45.312 UTC [1914] FATAL:  terminating connection due to unexpected postmaster exit
2024-03-13 23:42:45.443 UTC [1838] LOG:  WAL writer process (PID 1842) was terminated by signal 6: Aborted
2024-03-13 23:42:45.443 UTC [1838] LOG:  terminating any other active server processes
2024-03-13 23:42:45.445 UTC [1844] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:42:45.456 UTC [1838] LOG:  all server processes terminated; reinitializing
2024-03-13 23:42:45.457 UTC [1838] LOG:  could not open directory "base": No such file or directory
2024-03-13 23:42:45.459 UTC [1838] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-03-13 23:42:45.461 UTC [1838] PANIC:  could not open file "global/pg_control": No such file or directory
2024-03-13 23:42:47.291 UTC [1570] LOG:  could not open file "postmaster.pid": No such file or directory
2024-03-13 23:42:47.291 UTC [1570] LOG:  performing immediate shutdown because data directory lock file is invalid
2024-03-13 23:42:47.292 UTC [1570] LOG:  received immediate shutdown request
2024-03-13 23:42:47.292 UTC [1570] LOG:  could not open file "postmaster.pid": No such file or directory
2024-03-13 23:42:47.299 UTC [1576] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:42:47.310 UTC [1570] LOG:  database system is shut down
Required TCP port 43261 is used
2024-03-13 23:42:50.842 UTC [1930] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:42:50.843 UTC [1930] LOG:  listening on IPv4 address "127.0.0.1", port 43261
2024-03-13 23:42:50.843 UTC [1930] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:42:50.850 UTC [1930] LOG:  listening on Unix socket "/tmp/test20240313-1553-jpzgrj/pgsql/.s.PGSQL.43261"
2024-03-13 23:42:50.857 UTC [1931] LOG:  database system was shut down at 2024-03-13 23:42:48 UTC
2024-03-13 23:42:50.865 UTC [1930] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1930, port 43261
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: 8ms / 2980
32m.0mRandom TCP port 33481 is used
2024-03-13 23:42:56.925 UTC [1956] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:42:56.926 UTC [1956] LOG:  listening on IPv4 address "127.0.0.1", port 33481
2024-03-13 23:42:56.926 UTC [1956] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:42:56.934 UTC [1956] LOG:  listening on Unix socket "/tmp/test20240313-1553-e5v9wc/pgsql/.s.PGSQL.33481"
2024-03-13 23:42:56.942 UTC [1957] LOG:  database system was shut down at 2024-03-13 23:42:54 UTC
2024-03-13 23:42:56.950 UTC [1956] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1956, port 33481
0m0m2024-03-13 23:43:05.927 UTC [1934] PANIC:  could not create file "pg_wal/xlogtemp.1934": No such file or directory
2024-03-13 23:43:06.201 UTC [1930] LOG:  WAL writer process (PID 1934) was terminated by signal 6: Aborted
2024-03-13 23:43:06.201 UTC [1930] LOG:  terminating any other active server processes
2024-03-13 23:43:06.205 UTC [1936] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:43:06.215 UTC [1930] LOG:  all server processes terminated; reinitializing
2024-03-13 23:43:06.215 UTC [1930] LOG:  could not open directory "base": No such file or directory
2024-03-13 23:43:06.216 UTC [1930] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-03-13 23:43:06.218 UTC [1930] PANIC:  could not open file "global/pg_control": No such file or directory
INFO 3/13/24, 11:43 PM: liquibase: Successfully acquired change log lock
INFO 3/13/24, 11:43 PM: liquibase: Creating database history table with name: databasechangelog
INFO 3/13/24, 11:43 PM: liquibase: Reading from databasechangelog
INFO 3/13/24, 11:43 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 3/13/24, 11:43 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 3/13/24, 11:43 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 2ms / 3000
32m.0mRandom TCP port 36115 is used
2024-03-13 23:43:15.807 UTC [2021] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:43:15.808 UTC [2021] LOG:  listening on IPv4 address "127.0.0.1", port 36115
2024-03-13 23:43:15.809 UTC [2021] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:43:15.815 UTC [2021] LOG:  listening on Unix socket "/tmp/test20240313-1553-zc89of/pgsql/.s.PGSQL.36115"
2024-03-13 23:43:15.824 UTC [2022] LOG:  database system was shut down at 2024-03-13 23:43:13 UTC
2024-03-13 23:43:15.832 UTC [2021] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2021, port 36115
32m.0m32m.0mRandom TCP port 42669 is used
2024-03-13 23:43:22.046 UTC [2046] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:43:22.047 UTC [2046] LOG:  listening on IPv4 address "127.0.0.1", port 42669
2024-03-13 23:43:22.047 UTC [2046] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:43:22.053 UTC [2046] LOG:  listening on Unix socket "/tmp/test20240313-1553-9bvdps/pgsql/.s.PGSQL.42669"
2024-03-13 23:43:22.061 UTC [2047] LOG:  database system was shut down at 2024-03-13 23:43:19 UTC
2024-03-13 23:43:22.069 UTC [2046] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2046, port 42669
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
2024-03-13 23:43:30.915 UTC [2025] PANIC:  could not create file "pg_wal/xlogtemp.2025": No such file or directory
2024-03-13 23:43:31.181 UTC [2021] LOG:  WAL writer process (PID 2025) was terminated by signal 6: Aborted
2024-03-13 23:43:31.181 UTC [2021] LOG:  terminating any other active server processes
2024-03-13 23:43:31.183 UTC [2027] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:43:31.195 UTC [2021] LOG:  all server processes terminated; reinitializing
2024-03-13 23:43:31.197 UTC [2021] LOG:  could not open directory "base": No such file or directory
2024-03-13 23:43:31.197 UTC [2021] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-03-13 23:43:31.202 UTC [2021] PANIC:  could not open file "global/pg_control": No such file or directory
[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 2.0 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 850 kB/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 291 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 233 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 3.3 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 2.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 147 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 1.1 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 1.3 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 2.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 449 kB/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 150 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 631 kB/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 2.2 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 1.1 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 268 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.3 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 1.9 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.1 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 590 kB/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 695 kB/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 312 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 355 kB/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 65 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 6.5 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 1.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/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 1.2 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/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 772 kB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 1.4 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 1.8 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 2.2 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 7.6 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 23:43:38 (version 4.25.1 #690 built at 2023-12-18 16:29+0000)
[INFO] Set default schema name to public
[INFO] Executing on Database: jdbc:postgresql://localhost:42669/xxx?user=xxx
[INFO] Reading resource: 2019/01-test.xml
[INFO] Creating database history table with name: databasechangelog
[INFO] Reading from databasechangelog
2024-03-13 23:43:43.900 UTC [2099] ERROR:  relation "databasechangeloglock" does not exist at character 22
2024-03-13 23:43:43.900 UTC [2099] STATEMENT:  SELECT COUNT(*) FROM databasechangeloglock
[INFO] Successfully acquired change log lock
[INFO] Using deploymentId: 0373424089
[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 74ms

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:  13.715 s
[INFO] Finished at: 2024-03-13T23:43:44Z
[INFO] ------------------------------------------------------------------------
0m0m32m.0mRandom TCP port 45719 is used
2024-03-13 23:43:48.723 UTC [2116] LOG:  starting PostgreSQL 14.9 (Ubuntu 14.9-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-03-13 23:43:48.724 UTC [2116] LOG:  listening on IPv4 address "127.0.0.1", port 45719
2024-03-13 23:43:48.724 UTC [2116] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-03-13 23:43:48.733 UTC [2116] LOG:  listening on Unix socket "/tmp/test20240313-1553-25ogec/pgsql/.s.PGSQL.45719"
2024-03-13 23:43:48.744 UTC [2117] LOG:  database system was shut down at 2024-03-13 23:43:46 UTC
2024-03-13 23:43:48.753 UTC [2116] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2116, port 45719
0m0m2024-03-13 23:43:57.035 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:43:57.769 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:43:57.770 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:43:58.523 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:43:58.523 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:43:59.265 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:43:59.266 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:00.019 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:00.022 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:00.759 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:00.759 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:01.749 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:01.750 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:02.607 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:02.607 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:03.357 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:03.358 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 3/13/24, 11:44 PM: liquibase: Successfully acquired change log lock
2024-03-13 23:44:04.072 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:04.072 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:04.848 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:04.848 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:05.585 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:05.585 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:06.361 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-03-13 23:44:06.361 UTC [1962] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 3/13/24, 11:44 PM: liquibase: Creating database history table with name: databasechangelog
INFO 3/13/24, 11:44 PM: liquibase: Reading from databasechangelog
INFO 3/13/24, 11:44 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 3/13/24, 11:44 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 21ms
INFO 3/13/24, 11:44 PM: liquibase: Successfully released change log lock
0m0m32m.0m

Finished in 179.860487s, 0.0612 runs/s, 0.0667 assertions/s.
11 runs, 12 assertions, 0 failures, 0 errors, 0 skips
2024-03-13 23:44:06.980 UTC [2116] LOG:  received smart shutdown request
2024-03-13 23:44:06.983 UTC [2116] LOG:  could not open file "postmaster.pid": No such file or directory
2024-03-13 23:44:06.994 UTC [2116] LOG:  background worker "logical replication launcher" (PID 2123) exited with exit code 1
2024-03-13 23:44:06.999 UTC [2118] LOG:  shutting down
2024-03-13 23:44:06.999 UTC [2118] PANIC:  could not open file "/tmp/test20240313-1553-25ogec/pgsql/global/pg_control": No such file or directory
PostgreSQL killed in PID 2116
2024-03-13 23:44:07.003 UTC [2046] LOG:  received smart shutdown request
2024-03-13 23:44:07.007 UTC [2046] LOG:  could not open file "postmaster.pid": No such file or directory
2024-03-13 23:44:07.035 UTC [2046] LOG:  background worker "logical replication launcher" (PID 2053) exited with exit code 1
2024-03-13 23:44:07.039 UTC [2048] LOG:  shutting down
2024-03-13 23:44:07.040 UTC [2048] PANIC:  could not open file "/tmp/test20240313-1553-9bvdps/pgsql/global/pg_control": No such file or directory
PostgreSQL killed in PID 2046
PostgreSQL killed in PID 2021
2024-03-13 23:44:07.069 UTC [1956] LOG:  received smart shutdown request
2024-03-13 23:44:07.071 UTC [1956] LOG:  could not open file "postmaster.pid": No such file or directory
2024-03-13 23:44:07.072 UTC [1956] LOG:  could not open file "postmaster.pid": No such file or directory
2024-03-13 23:44:07.077 UTC [1956] LOG:  performing immediate shutdown because data directory lock file is invalid
2024-03-13 23:44:07.078 UTC [1956] LOG:  received immediate shutdown request
2024-03-13 23:44:07.078 UTC [1956] LOG:  could not open file &quot;postmaster.pid&quot;: No such file or directory
2024-03-13 23:44:07.093 UTC [1962] LOG:  could not open temporary statistics file &quot;pg_stat/global.tmp&quot;: No such file or directory
2024-03-13 23:44:07.133 UTC [1956] LOG:  database system is shut down
PostgreSQL killed in PID 1956
PostgreSQL killed in PID 1930
PostgreSQL killed in PID 1903
PostgreSQL killed in PID 1838
PostgreSQL killed in PID 1773
PostgreSQL killed in PID 1708
PostgreSQL killed in PID 1642
PostgreSQL killed in PID 1570
Coverage report generated for Unit Tests to /home/r/repo/coverage. 173 / 187 LOC (92.51%) covered.
2024-03-13 23:44:07.395 UTC [2116] LOG:  checkpointer process (PID 2118) was terminated by signal 6: Aborted
2024-03-13 23:44:07.403 UTC [2116] LOG:  terminating any other active server processes
2024-03-13 23:44:07.403 UTC [2122] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:44:07.406 UTC [2116] LOG:  abnormal database system shutdown
2024-03-13 23:44:07.409 UTC [2116] LOG:  database system is shut down
2024-03-13 23:44:07.422 UTC [2046] LOG:  checkpointer process (PID 2048) was terminated by signal 6: Aborted
2024-03-13 23:44:07.427 UTC [2046] LOG:  terminating any other active server processes
2024-03-13 23:44:07.428 UTC [2052] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-03-13 23:44:07.430 UTC [2046] LOG:  abnormal database system shutdown
2024-03-13 23:44:07.432 UTC [2046] 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 critical). To find out more, visit:
remote:      https://github.com/yegor256/pgtk/security/dependabot/7
remote:
To github.com:yegor256/pgtk.git
   bf18fb5..cf0654a  master -> master
container 89e0df47ecf2888387c2819ec869ccc1b8a89a7ea0f7a0225ef50a9caaa91f18 is dead
Wed Mar 13 23:44:38 UTC 2024