rultor.com logo This build log was produced by rultor.com for yegor256/pgtk#72
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1242
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed May 15 20:31:57 UTC 2024
+ uptime
 20:31:57 up 1 min,  0 users,  load average: 1.01, 0.48, 0.18
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency minitest to v5.23.0'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/pgtk.git
+ pull_id=72
+ 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=72' '--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.23.0' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=72'\''\'\'''\'''\'' '\'';'\'' '\''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.23.0'\''\'\'''\'''\'' '\'';'\'' '\''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=72'\''' ';' '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.23.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';')
+ container=yegor256_pgtk_72
+ as_root=false
+ hostname
ip-172-31-29-176
+ pwd
/tmp/rultor-RG4m
+ 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=72'\''' ';' '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.23.0'\''' ';' '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 7912a2d..e1fdf80
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.19
++ bc
++ echo 0.19 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.19, low enough to run a new Docker container'
load average is 0.19, 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_72\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 May 15 20:32 .
drwxrwxrwt 12 root   root   4096 May 15 20:31 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 May 15 20:31 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 May 15 20:32 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 May 15 20:31 pid
drwxrwxr-x  8 ubuntu ubuntu 4096 May 15 20:32 repo
-rw-rw-r--  1 ubuntu ubuntu   81 May 15 20:31 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 5907 May 15 20:31 run.sh
-rw-rw-r--  1 ubuntu ubuntu  527 May 15 20:32 script.sh
-rw-rw-r--  1 ubuntu ubuntu 5427 May 15 20:32 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-RG4m:/main --env=head=git@github.com:yegor256/pgtk.git --env=pull_id=72 --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.23.0' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=72'\''\'\'''\'''\'' '\'';'\'' '\''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.23.0'\''\'\'''\'''\'' '\'';'\'' '\''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-RG4m/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_72 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
+ 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=72' ; 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.23.0' ; 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/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.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.23.0
Installing minitest 5.23.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.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.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.2
Installing actionview 7.1.3.2
Fetching rack 2.2.9
Installing rack 2.2.9
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.3.1
Installing rdoc 6.6.3.1
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 loog 0.5.1
Installing loog 0.5.1
Fetching parallel 1.24.0
Installing parallel 1.24.0
Fetching parser 3.3.1.0
Installing parser 3.3.1.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
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.14
Installing zeitwerk 2.6.14
Fetching railties 7.1.3.2
Installing railties 7.1.3.2
Using rainbow 3.1.1
Fetching regexp_parser 2.9.2
Installing regexp_parser 2.9.2
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.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.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 34274

# Running:

Random TCP port 36447 is used
2024-05-15 20:38:28.980 UTC [1571] 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-05-15 20:38:28.981 UTC [1571] LOG:  listening on IPv4 address "127.0.0.1", port 36447
2024-05-15 20:38:28.981 UTC [1571] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:38:28.987 UTC [1571] LOG:  listening on Unix socket "/tmp/test20240515-1554-71ueo4/pgsql/.s.PGSQL.36447"
2024-05-15 20:38:28.994 UTC [1572] LOG:  database system was shut down at 2024-05-15 20:38:26 UTC
2024-05-15 20:38:29.001 UTC [1571] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1571, port 36447
0m0mINFO 5/15/24, 8:39 PM: liquibase: Successfully acquired change log lock
INFO 5/15/24, 8:39 PM: liquibase: Creating database history table with name: databasechangelog
INFO 5/15/24, 8:39 PM: liquibase: Reading from databasechangelog
INFO 5/15/24, 8:39 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 5/15/24, 8:39 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 5/15/24, 8:39 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 2ms / 2740
32m.0mRandom TCP port 46639 is used
2024-05-15 20:39:06.733 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-05-15 20:39:06.734 UTC [1642] LOG:  listening on IPv4 address "127.0.0.1", port 46639
2024-05-15 20:39:06.735 UTC [1642] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:39:06.740 UTC [1642] LOG:  listening on Unix socket "/tmp/test20240515-1554-vf0x8u/pgsql/.s.PGSQL.46639"
2024-05-15 20:39:06.747 UTC [1643] LOG:  database system was shut down at 2024-05-15 20:39:04 UTC
2024-05-15 20:39:06.755 UTC [1642] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1642, port 46639
0m0mINFO 5/15/24, 8:39 PM: liquibase: Successfully acquired change log lock
INFO 5/15/24, 8:39 PM: liquibase: Creating database history table with name: databasechangelog
INFO 5/15/24, 8:39 PM: liquibase: Reading from databasechangelog
INFO 5/15/24, 8:39 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 5/15/24, 8:39 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 5/15/24, 8:39 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: DELETE FROM book: 1ms / 2780
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 2ms / 2780
32m.0mRequired TCP port 35183 is used
2024-05-15 20:39:18.993 UTC [1707] 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-05-15 20:39:18.993 UTC [1707] LOG:  listening on IPv4 address "127.0.0.1", port 35183
2024-05-15 20:39:18.994 UTC [1707] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:39:19.000 UTC [1707] LOG:  listening on Unix socket "/tmp/test20240515-1554-voye7f/pgsql/.s.PGSQL.35183"
2024-05-15 20:39:19.008 UTC [1708] LOG:  database system was shut down at 2024-05-15 20:39:16 UTC
2024-05-15 20:39:19.015 UTC [1707] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1707, port 35183
D: PostgreSQL pool started with 1 connections
D: SELECT * FROM pg_catalog.pg_tables: 3ms / 2820
2024-05-15 20:39:20.736 UTC [1718] FATAL:  terminating connection due to unexpected postmaster exit
2024-05-15 20:39:21.779 UTC [1646] PANIC:  could not create file "pg_wal/xlogtemp.1646": No such file or directory
2024-05-15 20:39:22.150 UTC [1642] LOG:  WAL writer process (PID 1646) was terminated by signal 6: Aborted
2024-05-15 20:39:22.151 UTC [1642] LOG:  terminating any other active server processes
2024-05-15 20:39:22.153 UTC [1648] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:39:22.158 UTC [1642] LOG:  all server processes terminated; reinitializing
2024-05-15 20:39:22.158 UTC [1642] LOG:  could not open directory "base": No such file or directory
2024-05-15 20:39:22.159 UTC [1642] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-05-15 20:39:22.161 UTC [1642] PANIC:  could not open file "global/pg_control": No such file or directory
Required TCP port 35183 is used
2024-05-15 20:39:25.165 UTC [1734] 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-05-15 20:39:25.166 UTC [1734] LOG:  listening on IPv4 address "127.0.0.1", port 35183
2024-05-15 20:39:25.167 UTC [1734] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:39:25.173 UTC [1734] LOG:  listening on Unix socket "/tmp/test20240515-1554-voye7f/pgsql/.s.PGSQL.35183"
2024-05-15 20:39:25.181 UTC [1735] LOG:  database system was shut down at 2024-05-15 20:39:22 UTC
2024-05-15 20:39:25.189 UTC [1734] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1734, port 35183
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 / 2840
32m.0m2024-05-15 20:39:29.072 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:29.719 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:29.720 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
Random TCP port 42169 is used
2024-05-15 20:39:29.967 UTC [1760] 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-05-15 20:39:29.968 UTC [1760] LOG:  listening on IPv4 address "127.0.0.1", port 42169
2024-05-15 20:39:29.968 UTC [1760] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:39:29.974 UTC [1760] LOG:  listening on Unix socket "/tmp/test20240515-1554-47g5i9/pgsql/.s.PGSQL.42169"
2024-05-15 20:39:29.981 UTC [1761] LOG:  database system was shut down at 2024-05-15 20:39:27 UTC
2024-05-15 20:39:29.989 UTC [1760] LOG:  database system is ready to accept connections
2024-05-15 20:39:30.367 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:30.367 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:31.015 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:31.015 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:31.661 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:31.662 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
PostgreSQL has been started in process #1760, port 42169
0m0m2024-05-15 20:39:32.313 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:32.313 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:32.961 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:32.962 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:33.611 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:33.612 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:34.261 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:34.262 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:34.910 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:34.910 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:35.560 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:35.561 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:36.211 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:36.211 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:36.856 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:36.857 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:37.504 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:37.505 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 5/15/24, 8:39 PM: liquibase: Successfully acquired change log lock
2024-05-15 20:39:38.153 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:38.153 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:38.807 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-05-15 20:39:38.807 UTC [1577] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 5/15/24, 8:39 PM: liquibase: Creating database history table with name: databasechangelog
INFO 5/15/24, 8:39 PM: liquibase: Reading from databasechangelog
INFO 5/15/24, 8:39 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 5/15/24, 8:39 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 5/15/24, 8:39 PM: liquibase: Successfully released change log lock
0m0m2024-05-15 20:39:39.041 UTC [1810] ERROR:  relation "tabledoesnotexist" does not exist at character 13
2024-05-15 20:39:39.041 UTC [1810] STATEMENT:  INSERT INTO tableDoesNotExist (a) VALUES (42)
32m.0m2024-05-15 20:39:39.215 UTC [1576] LOG:  using stale statistics instead of current ones because stats collector is not responding
2024-05-15 20:39:40.215 UTC [1738] PANIC:  could not create file "pg_wal/xlogtemp.1738": No such file or directory
2024-05-15 20:39:40.356 UTC [1734] LOG:  WAL writer process (PID 1738) was terminated by signal 6: Aborted
2024-05-15 20:39:40.356 UTC [1734] LOG:  terminating any other active server processes
2024-05-15 20:39:40.361 UTC [1740] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:39:40.364 UTC [1734] LOG:  all server processes terminated; reinitializing
2024-05-15 20:39:40.364 UTC [1734] LOG:  could not open directory "base": No such file or directory
2024-05-15 20:39:40.365 UTC [1734] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-05-15 20:39:40.367 UTC [1734] PANIC:  could not open file "global/pg_control": No such file or directory
Random TCP port 46499 is used
2024-05-15 20:39:42.048 UTC [1826] 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-05-15 20:39:42.048 UTC [1826] LOG:  listening on IPv4 address "127.0.0.1", port 46499
2024-05-15 20:39:42.049 UTC [1826] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:39:42.054 UTC [1826] LOG:  listening on Unix socket "/tmp/test20240515-1554-d1ny2o/pgsql/.s.PGSQL.46499"
2024-05-15 20:39:42.062 UTC [1827] LOG:  database system was shut down at 2024-05-15 20:39:39 UTC
2024-05-15 20:39:42.070 UTC [1826] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1826, port 46499
0m0m2024-05-15 20:39:45.014 UTC [1764] PANIC:  could not create file "pg_wal/xlogtemp.1764": No such file or directory
2024-05-15 20:39:45.282 UTC [1760] LOG:  WAL writer process (PID 1764) was terminated by signal 6: Aborted
2024-05-15 20:39:45.282 UTC [1760] LOG:  terminating any other active server processes
2024-05-15 20:39:45.285 UTC [1766] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:39:45.289 UTC [1760] LOG:  all server processes terminated; reinitializing
2024-05-15 20:39:45.289 UTC [1760] LOG:  could not open directory "base": No such file or directory
2024-05-15 20:39:45.290 UTC [1760] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-05-15 20:39:45.292 UTC [1760] PANIC:  could not open file "global/pg_control": No such file or directory
INFO 5/15/24, 8:39 PM: liquibase: Successfully acquired change log lock
INFO 5/15/24, 8:39 PM: liquibase: Creating database history table with name: databasechangelog
INFO 5/15/24, 8:39 PM: liquibase: Reading from databasechangelog
INFO 5/15/24, 8:39 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 5/15/24, 8:39 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 5/15/24, 8:39 PM: liquibase: Successfully released change log lock
0m0m32m.0mRandom TCP port 45189 is used
2024-05-15 20:39:54.418 UTC [1891] 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-05-15 20:39:54.419 UTC [1891] LOG:  listening on IPv4 address "127.0.0.1", port 45189
2024-05-15 20:39:54.419 UTC [1891] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:39:54.424 UTC [1891] LOG:  listening on Unix socket "/tmp/test20240515-1554-bgyw7h/pgsql/.s.PGSQL.45189"
2024-05-15 20:39:54.432 UTC [1892] LOG:  database system was shut down at 2024-05-15 20:39:52 UTC
2024-05-15 20:39:54.439 UTC [1891] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1891, port 45189
0m0m2024-05-15 20:39:57.102 UTC [1830] PANIC:  could not create file "pg_wal/xlogtemp.1830": No such file or directory
2024-05-15 20:39:57.415 UTC [1826] LOG:  WAL writer process (PID 1830) was terminated by signal 6: Aborted
2024-05-15 20:39:57.416 UTC [1826] LOG:  terminating any other active server processes
2024-05-15 20:39:57.417 UTC [1832] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:39:57.424 UTC [1826] LOG:  all server processes terminated; reinitializing
2024-05-15 20:39:57.425 UTC [1826] LOG:  could not open directory "base": No such file or directory
2024-05-15 20:39:57.425 UTC [1826] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-05-15 20:39:57.432 UTC [1826] PANIC:  could not open file "global/pg_control": No such file or directory
INFO 5/15/24, 8:40 PM: liquibase: Successfully acquired change log lock
2024-05-15 20:40:03.692 UTC [1571] LOG:  could not open file "postmaster.pid": No such file or directory
2024-05-15 20:40:03.693 UTC [1571] LOG:  performing immediate shutdown because data directory lock file is invalid
2024-05-15 20:40:03.693 UTC [1571] LOG:  received immediate shutdown request
2024-05-15 20:40:03.694 UTC [1571] LOG:  could not open file "postmaster.pid": No such file or directory
2024-05-15 20:40:03.695 UTC [1577] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:40:03.706 UTC [1571] LOG:  database system is shut down
INFO 5/15/24, 8:40 PM: liquibase: Creating database history table with name: databasechangelog
INFO 5/15/24, 8:40 PM: liquibase: Reading from databasechangelog
INFO 5/15/24, 8:40 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 5/15/24, 8:40 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 5/15/24, 8:40 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
2024-05-15 20:40:05.109 UTC [1941] ERROR:  relation "thisiserror" does not exist at character 15
2024-05-15 20:40:05.109 UTC [1941] STATEMENT:  SELECT * FROM thisiserror
E: SELECT * FROM thisiserror: ERROR:  relation "thisiserror" does not exist
   LINE 1: SELECT * FROM thisiserror
                         ^
D: SELECT * FROM book: 1ms / 3000
D: SELECT * FROM book: 0ms / 3000
D: SELECT * FROM book: 1ms / 3000
D: SELECT * FROM book: 0ms / 3000
D: SELECT * FROM book: 0ms / 3000
32m.0mRandom TCP port 37351 is used
2024-05-15 20:40:08.302 UTC [1957] 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-05-15 20:40:08.303 UTC [1957] LOG:  listening on IPv4 address "127.0.0.1", port 37351
2024-05-15 20:40:08.303 UTC [1957] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:40:08.311 UTC [1957] LOG:  listening on Unix socket "/tmp/test20240515-1554-e053wq/pgsql/.s.PGSQL.37351"
2024-05-15 20:40:08.319 UTC [1958] LOG:  database system was shut down at 2024-05-15 20:40:05 UTC
2024-05-15 20:40:08.327 UTC [1957] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1957, port 37351
0m0mINFO 5/15/24, 8:40 PM: liquibase: Successfully acquired change log lock
INFO 5/15/24, 8:40 PM: liquibase: Creating database history table with name: databasechangelog
INFO 5/15/24, 8:40 PM: liquibase: Reading from databasechangelog
INFO 5/15/24, 8:40 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 5/15/24, 8:40 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 5/15/24, 8:40 PM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: SHOW server_version: 0ms / 3020
32m.0mRandom TCP port 46157 is used
2024-05-15 20:40:20.520 UTC [2022] 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-05-15 20:40:20.521 UTC [2022] LOG:  listening on IPv4 address "127.0.0.1", port 46157
2024-05-15 20:40:20.521 UTC [2022] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:40:20.527 UTC [2022] LOG:  listening on Unix socket "/tmp/test20240515-1554-9h8ntz/pgsql/.s.PGSQL.46157"
2024-05-15 20:40:20.535 UTC [2023] LOG:  database system was shut down at 2024-05-15 20:40:18 UTC
2024-05-15 20:40:20.543 UTC [2022] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2022, port 46157
0m0m2024-05-15 20:40:23.352 UTC [1961] PANIC:  could not create file "pg_wal/xlogtemp.1961": No such file or directory
2024-05-15 20:40:23.619 UTC [1957] LOG:  WAL writer process (PID 1961) was terminated by signal 6: Aborted
2024-05-15 20:40:23.620 UTC [1957] LOG:  terminating any other active server processes
2024-05-15 20:40:23.625 UTC [1963] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:40:23.627 UTC [1957] LOG:  all server processes terminated; reinitializing
2024-05-15 20:40:23.627 UTC [1957] LOG:  could not open directory "base": No such file or directory
2024-05-15 20:40:23.628 UTC [1957] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-05-15 20:40:23.630 UTC [1957] PANIC:  could not open file "global/pg_control": No such file or directory
[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 4.3 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.5 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 210 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.0 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 5.2 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 210 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.0 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 3.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 4.4 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.3 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 1.9 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 6.3 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.5 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 256 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 2.0 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 4.2 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 3.5 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 1.4 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 737 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 739 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 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 16 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 5.6 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 2.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/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 4.3 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.1 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.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 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 17 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 20:40:29 (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:46157/xxx?user=xxx
[INFO] Reading resource: 2019/01-test.xml
[INFO] Creating database history table with name: databasechangelog
[INFO] Reading from databasechangelog
2024-05-15 20:40:32.193 UTC [2075] ERROR:  relation "databasechangeloglock" does not exist at character 22
2024-05-15 20:40:32.193 UTC [2075] STATEMENT:  SELECT COUNT(*) FROM databasechangeloglock
[INFO] Successfully acquired change log lock
[INFO] Using deploymentId: 5805632285
[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 37ms

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:  6.602 s
[INFO] Finished at: 2024-05-15T20:40:32Z
[INFO] ------------------------------------------------------------------------
0m0m32m.0m32m.0m2024-05-15 20:40:35.572 UTC [2026] PANIC:  could not create file "pg_wal/xlogtemp.2026": No such file or directory
2024-05-15 20:40:35.711 UTC [2022] LOG:  WAL writer process (PID 2026) was terminated by signal 6: Aborted
2024-05-15 20:40:35.711 UTC [2022] LOG:  terminating any other active server processes
2024-05-15 20:40:35.715 UTC [2028] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:40:35.718 UTC [2022] LOG:  all server processes terminated; reinitializing
2024-05-15 20:40:35.718 UTC [2022] LOG:  could not open directory "base": No such file or directory
2024-05-15 20:40:35.719 UTC [2022] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-05-15 20:40:35.721 UTC [2022] PANIC:  could not open file "global/pg_control": No such file or directory
Random TCP port 41649 is used
2024-05-15 20:40:35.776 UTC [2092] 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-05-15 20:40:35.781 UTC [2092] LOG:  listening on IPv4 address "127.0.0.1", port 41649
2024-05-15 20:40:35.785 UTC [2092] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:40:35.790 UTC [2092] LOG:  listening on Unix socket "/tmp/test20240515-1554-blirvr/pgsql/.s.PGSQL.41649"
2024-05-15 20:40:35.797 UTC [2093] LOG:  database system was shut down at 2024-05-15 20:40:33 UTC
2024-05-15 20:40:35.805 UTC [2092] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2092, port 41649
0m0mINFO 5/15/24, 8:40 PM: liquibase: Successfully acquired change log lock
INFO 5/15/24, 8:40 PM: liquibase: Creating database history table with name: databasechangelog
INFO 5/15/24, 8:40 PM: liquibase: Reading from databasechangelog
INFO 5/15/24, 8:40 PM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 5/15/24, 8:40 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 7ms
INFO 5/15/24, 8:40 PM: liquibase: Successfully released change log lock
0m0m32m.0mRandom TCP port 40359 is used
2024-05-15 20:40:47.785 UTC [2156] 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-05-15 20:40:47.786 UTC [2156] LOG:  listening on IPv4 address "127.0.0.1", port 40359
2024-05-15 20:40:47.786 UTC [2156] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-05-15 20:40:47.792 UTC [2156] LOG:  listening on Unix socket "/tmp/test20240515-1554-vs6d3g/pgsql/.s.PGSQL.40359"
2024-05-15 20:40:47.801 UTC [2157] LOG:  database system was shut down at 2024-05-15 20:40:45 UTC
2024-05-15 20:40:47.808 UTC [2156] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2156, port 40359
32m.0m

Finished in 151.204792s, 0.0727 runs/s, 0.0794 assertions/s.
11 runs, 12 assertions, 0 failures, 0 errors, 0 skips
2024-05-15 20:40:49.583 UTC [2156] LOG:  received smart shutdown request
2024-05-15 20:40:49.583 UTC [2156] LOG:  could not open file "postmaster.pid": No such file or directory
2024-05-15 20:40:49.590 UTC [2156] LOG:  background worker "logical replication launcher" (PID 2163) exited with exit code 1
2024-05-15 20:40:49.591 UTC [2158] LOG:  shutting down
2024-05-15 20:40:49.591 UTC [2158] PANIC:  could not open file "/tmp/test20240515-1554-vs6d3g/pgsql/global/pg_control": No such file or directory
PostgreSQL killed in PID 2156
2024-05-15 20:40:49.593 UTC [2092] LOG:  received smart shutdown request
2024-05-15 20:40:49.597 UTC [2092] LOG:  could not open file "postmaster.pid": No such file or directory
2024-05-15 20:40:49.607 UTC [2092] LOG:  background worker "logical replication launcher" (PID 2099) exited with exit code 1
2024-05-15 20:40:49.613 UTC [2094] LOG:  shutting down
2024-05-15 20:40:49.614 UTC [2094] PANIC:  could not open file "/tmp/test20240515-1554-blirvr/pgsql/global/pg_control": No such file or directory
PostgreSQL killed in PID 2092
PostgreSQL killed in PID 2022
PostgreSQL killed in PID 1957
2024-05-15 20:40:49.630 UTC [1891] LOG:  received smart shutdown request
2024-05-15 20:40:49.637 UTC [1891] LOG:  could not open file "postmaster.pid": No such file or directory
PostgreSQL killed in PID 1891
PostgreSQL killed in PID 1826
PostgreSQL killed in PID 1760
PostgreSQL killed in PID 1734
PostgreSQL killed in PID 1707
PostgreSQL killed in PID 1642
PostgreSQL killed in PID 1571
Coverage report generated for Unit Tests to /home/r/repo/coverage. 173 / 187 LOC (92.51%) covered.
2024-05-15 20:40:49.758 UTC [1891] LOG:  background worker "logical replication launcher" (PID 1898) exited with exit code 1
2024-05-15 20:40:49.768 UTC [1893] LOG:  shutting down
2024-05-15 20:40:49.769 UTC [1893] PANIC:  could not open file "/tmp/test20240515-1554-bgyw7h/pgsql/global/pg_control": No such file or directory
2024-05-15 20:40:50.068 UTC [2156] LOG:  checkpointer process (PID 2158) was terminated by signal 6: Aborted
2024-05-15 20:40:50.069 UTC [2156] LOG:  terminating any other active server processes
2024-05-15 20:40:50.069 UTC [2162] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:40:50.071 UTC [2156] LOG:  abnormal database system shutdown
2024-05-15 20:40:50.080 UTC [2092] LOG:  checkpointer process (PID 2094) was terminated by signal 6: Aborted
2024-05-15 20:40:50.081 UTC [2092] LOG:  terminating any other active server processes
2024-05-15 20:40:50.081 UTC [2098] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:40:50.083 UTC [2092] LOG:  abnormal database system shutdown
2024-05-15 20:40:50.086 UTC [2156] LOG:  database system is shut down
2024-05-15 20:40:50.090 UTC [2092] LOG:  database system is shut down
2024-05-15 20:40:50.176 UTC [1891] LOG:  checkpointer process (PID 1893) was terminated by signal 6: Aborted
2024-05-15 20:40:50.177 UTC [1891] LOG:  terminating any other active server processes
2024-05-15 20:40:50.177 UTC [1897] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-05-15 20:40:50.180 UTC [1891] LOG:  abnormal database system shutdown
2024-05-15 20:40:50.183 UTC [1891] 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
   7912a2d..e1fdf80  master -> master
container 9a393549641a8ba649d0d599730e0a9f3846301ad1fc387212e935b57276df2e is dead
Wed May 15 20:41:02 UTC 2024