rultor.com logo This build log was produced by rultor.com for yegor256/pgtk#71
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1211
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Apr  5 09:28:20 UTC 2024
+ uptime
 09:28:20 up 0 min,  0 users,  load average: 0.70, 0.20, 0.07
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency rake to v13.2.1'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/pgtk.git
+ pull_id=71
+ fork=git@github.com:yegor256/pgtk.git
+ fork_branch=renovate/rake-13.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/pgtk.git' '--env=pull_id=71' '--env=fork=git@github.com:yegor256/pgtk.git' '--env=fork_branch=renovate/rake-13.x' '--env=head_branch=master' '--env=pull_title=Update dependency rake to v13.2.1' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=71'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rake-13.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rake to v13.2.1'\''\'\'''\'''\'' '\'';'\'' '\''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=71'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/rake-13.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rake to v13.2.1'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';')
+ container=yegor256_pgtk_71
+ as_root=false
+ hostname
ip-172-31-28-110
+ pwd
/tmp/rultor-QTg9
+ 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=71'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/rake-13.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rake to v13.2.1'\''' ';' '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/rack-3.x    -> fork/renovate/rack-3.x
 * [new branch]      renovate/rake-13.x   -> fork/renovate/rake-13.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/rake-13.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/rake-13.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 557575d..7912a2d
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.08
++ bc
++ echo 0.08 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.08, low enough to run a new Docker container'
load average is 0.08, 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_71\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 Apr  5 09:28 .
drwxrwxrwt 12 root   root   4096 Apr  5 09:28 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Apr  5 09:28 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  466 Apr  5 09:28 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Apr  5 09:28 pid
drwxrwxr-x  8 ubuntu ubuntu 4096 Apr  5 09:28 repo
-rw-rw-r--  1 ubuntu ubuntu   81 Apr  5 09:28 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 5855 Apr  5 09:28 run.sh
-rw-rw-r--  1 ubuntu ubuntu  520 Apr  5 09:28 script.sh
-rw-rw-r--  1 ubuntu ubuntu 5379 Apr  5 09:28 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-QTg9:/main --env=head=git@github.com:yegor256/pgtk.git --env=pull_id=71 --env=fork=git@github.com:yegor256/pgtk.git --env=fork_branch=renovate/rake-13.x --env=head_branch=master '--env=pull_title=Update dependency rake to v13.2.1' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=71'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rake-13.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rake to v13.2.1'\''\'\'''\'''\'' '\'';'\'' '\''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-QTg9/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_71 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.2.1
Installing rake 13.2.1
Fetching base64 0.2.0
Installing base64 0.2.0
Fetching bigdecimal 3.1.7
Installing bigdecimal 3.1.7 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.3 (x86_64-linux)
Installing nokogiri 1.16.3 (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.0
Installing reline 0.5.0
Fetching irb 1.12.0
Installing irb 1.12.0
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.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.2
Installing rspec-rails 6.1.2
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 1638

# Running:

Required TCP port 38521 is used
2024-04-05 09:33:19.676 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-04-05 09:33:19.677 UTC [1570] LOG:  listening on IPv4 address "127.0.0.1", port 38521
2024-04-05 09:33:19.677 UTC [1570] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:33:19.686 UTC [1570] LOG:  listening on Unix socket "/tmp/test20240405-1553-hkwhxl/pgsql/.s.PGSQL.38521"
2024-04-05 09:33:19.694 UTC [1571] LOG:  database system was shut down at 2024-04-05 09:33:16 UTC
2024-04-05 09:33:19.701 UTC [1570] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1570, port 38521
D: PostgreSQL pool started with 1 connections
D: SELECT * FROM pg_catalog.pg_tables: 5ms / 2720
2024-04-05 09:33:23.280 UTC [1581] FATAL:  terminating connection due to unexpected postmaster exit
Required TCP port 38521 is used
2024-04-05 09:33:27.773 UTC [1597] 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-04-05 09:33:27.774 UTC [1597] LOG:  listening on IPv4 address "127.0.0.1", port 38521
2024-04-05 09:33:27.774 UTC [1597] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:33:27.781 UTC [1597] LOG:  listening on Unix socket "/tmp/test20240405-1553-hkwhxl/pgsql/.s.PGSQL.38521"
2024-04-05 09:33:27.788 UTC [1598] LOG:  database system was shut down at 2024-04-05 09:33:25 UTC
2024-04-05 09:33:27.796 UTC [1597] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1597, port 38521
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 / 2760
32m.0mRandom TCP port 33251 is used
2024-04-05 09:33:33.443 UTC [1623] 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-04-05 09:33:33.444 UTC [1623] LOG:  listening on IPv4 address "127.0.0.1", port 33251
2024-04-05 09:33:33.445 UTC [1623] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:33:33.452 UTC [1623] LOG:  listening on Unix socket "/tmp/test20240405-1553-jxv14m/pgsql/.s.PGSQL.33251"
2024-04-05 09:33:33.461 UTC [1624] LOG:  database system was shut down at 2024-04-05 09:33:30 UTC
2024-04-05 09:33:33.469 UTC [1623] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1623, port 33251
2024-04-05 09:33:42.820 UTC [1601] PANIC:  could not create file "pg_wal/xlogtemp.1601": No such file or directory
2024-04-05 09:33:43.077 UTC [1597] LOG:  WAL writer process (PID 1601) was terminated by signal 6: Aborted
2024-04-05 09:33:43.077 UTC [1597] LOG:  terminating any other active server processes
2024-04-05 09:33:43.081 UTC [1603] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:33:43.086 UTC [1597] LOG:  all server processes terminated; reinitializing
2024-04-05 09:33:43.086 UTC [1597] LOG:  could not open directory "base": No such file or directory
2024-04-05 09:33:43.087 UTC [1597] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-04-05 09:33:43.088 UTC [1597] PANIC:  could not open file "global/pg_control": No such file or directory
0m0mINFO 4/5/24, 9:33 AM: liquibase: Successfully acquired change log lock
INFO 4/5/24, 9:34 AM: liquibase: Creating database history table with name: databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: Reading from databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 4/5/24, 9:34 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 13ms
INFO 4/5/24, 9:34 AM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 2ms / 2780
32m.0mRandom TCP port 39469 is used
2024-04-05 09:34:05.164 UTC [1694] 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-04-05 09:34:05.165 UTC [1694] LOG:  listening on IPv4 address "127.0.0.1", port 39469
2024-04-05 09:34:05.166 UTC [1694] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:34:05.172 UTC [1694] LOG:  listening on Unix socket "/tmp/test20240405-1553-x7khbs/pgsql/.s.PGSQL.39469"
2024-04-05 09:34:05.179 UTC [1695] LOG:  database system was shut down at 2024-04-05 09:34:02 UTC
2024-04-05 09:34:05.187 UTC [1694] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1694, port 39469
0m0mINFO 4/5/24, 9:34 AM: liquibase: Successfully acquired change log lock
INFO 4/5/24, 9:34 AM: liquibase: Creating database history table with name: databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: Reading from databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 4/5/24, 9:34 AM: 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 4/5/24, 9:34 AM: liquibase: Successfully released change log lock
0m0m2024-04-05 09:34:14.467 UTC [1744] ERROR:  relation "tabledoesnotexist" does not exist at character 13
2024-04-05 09:34:14.467 UTC [1744] STATEMENT:  INSERT INTO tableDoesNotExist (a) VALUES (42)
32m.0mRandom TCP port 37425 is used
2024-04-05 09:34:17.933 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-04-05 09:34:17.934 UTC [1760] LOG:  listening on IPv4 address "127.0.0.1", port 37425
2024-04-05 09:34:17.934 UTC [1760] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:34:17.940 UTC [1760] LOG:  listening on Unix socket "/tmp/test20240405-1553-yby8xs/pgsql/.s.PGSQL.37425"
2024-04-05 09:34:17.948 UTC [1761] LOG:  database system was shut down at 2024-04-05 09:34:15 UTC
2024-04-05 09:34:17.956 UTC [1760] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1760, port 37425
0m0m2024-04-05 09:34:20.212 UTC [1698] PANIC:  could not create file "pg_wal/xlogtemp.1698": No such file or directory
2024-04-05 09:34:20.466 UTC [1694] LOG:  WAL writer process (PID 1698) was terminated by signal 6: Aborted
2024-04-05 09:34:20.466 UTC [1694] LOG:  terminating any other active server processes
2024-04-05 09:34:20.470 UTC [1700] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:34:20.473 UTC [1694] LOG:  all server processes terminated; reinitializing
2024-04-05 09:34:20.473 UTC [1694] LOG:  could not open directory "base": No such file or directory
2024-04-05 09:34:20.474 UTC [1694] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-04-05 09:34:20.476 UTC [1694] PANIC:  could not open file "global/pg_control": No such file or directory
INFO 4/5/24, 9:34 AM: liquibase: Successfully acquired change log lock
INFO 4/5/24, 9:34 AM: liquibase: Creating database history table with name: databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: Reading from databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 4/5/24, 9:34 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 13ms
INFO 4/5/24, 9:34 AM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: DELETE FROM book: 1ms / 2860
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 2ms / 2860
32m.0mRandom TCP port 37239 is used
2024-04-05 09:34:30.772 UTC [1825] 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-04-05 09:34:30.773 UTC [1825] LOG:  listening on IPv4 address "127.0.0.1", port 37239
2024-04-05 09:34:30.773 UTC [1825] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:34:30.781 UTC [1825] LOG:  listening on Unix socket "/tmp/test20240405-1553-ls368f/pgsql/.s.PGSQL.37239"
2024-04-05 09:34:30.788 UTC [1826] LOG:  database system was shut down at 2024-04-05 09:34:28 UTC
2024-04-05 09:34:30.796 UTC [1825] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1825, port 37239
2024-04-05 09:34:32.983 UTC [1764] PANIC:  could not create file "pg_wal/xlogtemp.1764": No such file or directory
2024-04-05 09:34:33.250 UTC [1760] LOG:  WAL writer process (PID 1764) was terminated by signal 6: Aborted
2024-04-05 09:34:33.251 UTC [1760] LOG:  terminating any other active server processes
2024-04-05 09:34:33.254 UTC [1766] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:34:33.258 UTC [1760] LOG:  all server processes terminated; reinitializing
2024-04-05 09:34:33.258 UTC [1760] LOG:  could not open directory "base": No such file or directory
2024-04-05 09:34:33.259 UTC [1760] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-04-05 09:34:33.261 UTC [1760] PANIC:  could not open file "global/pg_control": No such file or directory
0m0m2024-04-05 09:34:33.542 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:34.193 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:34.193 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:34.846 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:34.846 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:35.499 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:35.500 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:36.150 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:36.151 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:36.801 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:36.801 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:37.447 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:37.448 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:38.095 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:38.096 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:38.742 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:38.742 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 4/5/24, 9:34 AM: liquibase: Successfully acquired change log lock
2024-04-05 09:34:39.398 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:39.398 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:40.046 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:40.047 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
INFO 4/5/24, 9:34 AM: liquibase: Creating database history table with name: databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: Reading from databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 4/5/24, 9:34 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 14ms
INFO 4/5/24, 9:34 AM: liquibase: Successfully released change log lock
0m0m32m.0m2024-04-05 09:34:40.697 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:40.697 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:41.343 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:41.343 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:41.989 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:41.990 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:42.636 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:42.636 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:43.282 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:43.283 UTC [1629] LOG:  could not open temporary statistics file "pg_stat_tmp/global.tmp": No such file or directory
2024-04-05 09:34:43.687 UTC [1628] LOG:  using stale statistics instead of current ones because stats collector is not responding
Random TCP port 33473 is used
2024-04-05 09:34:43.910 UTC [1890] 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-04-05 09:34:43.911 UTC [1890] LOG:  listening on IPv4 address "127.0.0.1", port 33473
2024-04-05 09:34:43.911 UTC [1890] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:34:43.917 UTC [1890] LOG:  listening on Unix socket "/tmp/test20240405-1553-648w33/pgsql/.s.PGSQL.33473"
2024-04-05 09:34:43.925 UTC [1891] LOG:  database system was shut down at 2024-04-05 09:34:41 UTC
2024-04-05 09:34:43.933 UTC [1890] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1890, port 33473
2024-04-05 09:34:45.822 UTC [1829] PANIC:  could not create file "pg_wal/xlogtemp.1829": No such file or directory
2024-04-05 09:34:46.071 UTC [1825] LOG:  WAL writer process (PID 1829) was terminated by signal 6: Aborted
2024-04-05 09:34:46.072 UTC [1825] LOG:  terminating any other active server processes
2024-04-05 09:34:46.075 UTC [1831] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:34:46.079 UTC [1825] LOG:  all server processes terminated; reinitializing
2024-04-05 09:34:46.079 UTC [1825] LOG:  could not open directory "base": No such file or directory
2024-04-05 09:34:46.080 UTC [1825] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-04-05 09:34:46.082 UTC [1825] PANIC:  could not open file "global/pg_control": No such file or directory
0m0mINFO 4/5/24, 9:34 AM: liquibase: Successfully acquired change log lock
INFO 4/5/24, 9:34 AM: liquibase: Creating database history table with name: databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: Reading from databasechangelog
INFO 4/5/24, 9:34 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 4/5/24, 9:34 AM: 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 4/5/24, 9:34 AM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
2024-04-05 09:34:53.273 UTC [1940] ERROR:  relation "thisiserror" does not exist at character 15
2024-04-05 09:34:53.273 UTC [1940] STATEMENT:  SELECT * FROM thisiserror
E: SELECT * FROM thisiserror: ERROR:  relation "thisiserror" does not exist
   LINE 1: SELECT * FROM thisiserror
                         ^
D: SELECT * FROM book: 1ms / 2980
D: SELECT * FROM book: 0ms / 2980
D: SELECT * FROM book: 0ms / 2980
D: SELECT * FROM book: 0ms / 2980
D: SELECT * FROM book: 0ms / 2980
32m.0m2024-04-05 09:34:53.349 UTC [1894] PANIC:  could not create file "pg_wal/xlogtemp.1894": No such file or directory
2024-04-05 09:34:53.600 UTC [1890] LOG:  WAL writer process (PID 1894) was terminated by signal 6: Aborted
2024-04-05 09:34:53.601 UTC [1890] LOG:  terminating any other active server processes
2024-04-05 09:34:53.605 UTC [1896] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:34:53.608 UTC [1890] LOG:  all server processes terminated; reinitializing
2024-04-05 09:34:53.608 UTC [1890] LOG:  could not open directory "base": No such file or directory
2024-04-05 09:34:53.609 UTC [1890] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-04-05 09:34:53.611 UTC [1890] PANIC:  could not open file "global/pg_control": No such file or directory
Random TCP port 34671 is used
2024-04-05 09:34:57.043 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-04-05 09:34:57.044 UTC [1956] LOG:  listening on IPv4 address "127.0.0.1", port 34671
2024-04-05 09:34:57.044 UTC [1956] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:34:57.050 UTC [1956] LOG:  listening on Unix socket "/tmp/test20240405-1553-vcwdxz/pgsql/.s.PGSQL.34671"
2024-04-05 09:34:57.058 UTC [1957] LOG:  database system was shut down at 2024-04-05 09:34:54 UTC
2024-04-05 09:34:57.065 UTC [1956] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #1956, port 34671
0m0m2024-04-05 09:35:01.729 UTC [1623] LOG:  could not open file "postmaster.pid": No such file or directory
2024-04-05 09:35:01.730 UTC [1623] LOG:  performing immediate shutdown because data directory lock file is invalid
2024-04-05 09:35:01.730 UTC [1623] LOG:  received immediate shutdown request
2024-04-05 09:35:01.731 UTC [1623] LOG:  could not open file "postmaster.pid": No such file or directory
2024-04-05 09:35:01.734 UTC [1629] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:35:01.741 UTC [1623] LOG:  database system is shut down
INFO 4/5/24, 9:35 AM: liquibase: Successfully acquired change log lock
INFO 4/5/24, 9:35 AM: liquibase: Creating database history table with name: databasechangelog
INFO 4/5/24, 9:35 AM: liquibase: Reading from databasechangelog
INFO 4/5/24, 9:35 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 4/5/24, 9:35 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: ChangeSet 001-initial-schema.xml::01::yegor256 ran successfully in 15ms
INFO 4/5/24, 9:35 AM: liquibase: Successfully released change log lock
0m0mD: PostgreSQL pool started with 1 connections
D: SHOW server_version: 0ms / 3000
32m.0m32m.0mRandom TCP port 42279 is used
2024-04-05 09:35:10.256 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-04-05 09:35:10.257 UTC [2021] LOG:  listening on IPv4 address "127.0.0.1", port 42279
2024-04-05 09:35:10.258 UTC [2021] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:35:10.265 UTC [2021] LOG:  listening on Unix socket "/tmp/test20240405-1553-5kh4w7/pgsql/.s.PGSQL.42279"
2024-04-05 09:35:10.273 UTC [2022] LOG:  database system was shut down at 2024-04-05 09:35:07 UTC
2024-04-05 09:35:10.281 UTC [2021] LOG:  database system is ready to accept connections
2024-04-05 09:35:12.091 UTC [1960] PANIC:  could not create file "pg_wal/xlogtemp.1960": No such file or directory
PostgreSQL has been started in process #2021, port 42279
2024-04-05 09:35:12.272 UTC [1956] LOG:  WAL writer process (PID 1960) was terminated by signal 6: Aborted
2024-04-05 09:35:12.273 UTC [1956] LOG:  terminating any other active server processes
2024-04-05 09:35:12.277 UTC [1962] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:35:12.280 UTC [1956] LOG:  all server processes terminated; reinitializing
2024-04-05 09:35:12.281 UTC [1956] LOG:  could not open directory "base": No such file or directory
2024-04-05 09:35:12.281 UTC [1956] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-04-05 09:35:12.283 UTC [1956] PANIC:  could not open file "global/pg_control": No such file or directory
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------------< pgtk:pgtk >------------------------------
[INFO] Building pgtk 0.0.0
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.25.1/liquibase-maven-plugin-4.25.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.25.1/liquibase-maven-plugin-4.25.1.pom (2.0 kB at 4.2 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.9 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 323 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 349 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.1 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar (229 kB at 4.9 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 245 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 3.3 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 3.1 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 5.0 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.7 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 566 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.6 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 3.9 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.6 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 313 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.8 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 3.8 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.6 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (21 kB at 1.8 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 2.2 MB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 901 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 554 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 17 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 4.2 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.4 MB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 3.5 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 915 kB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 3.4 MB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 4.0 MB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-commercial/4.25.1/liquibase-commercial-4.25.1.jar (5.6 MB at 16 MB/s)
[WARNING]  Parameter 'logging' (user property 'liquibase.logging') is deprecated: Logging managed by maven
[WARNING]  Parameter 'promptOnNonLocalDatabase' (user property 'liquibase.promptOnNonLocalDatabase') is deprecated: No longer prompts
[ERROR] The liquibase-maven-plugin now manages logging via the standard maven logging config, not the 'logging' configuration. Use the -e, -X or -q flags or see https://maven.apache.org/maven-logging.html
[INFO] ------------------------------------------------------------------------
[INFO] ####################################################
##   _     _             _ _                      ##
##  | |   (_)           (_) |                     ##
##  | |    _  __ _ _   _ _| |__   __ _ ___  ___   ##
##  | |   | |/ _` | | | | | '_ \ / _` / __|/ _ \  ##
##  | |___| | (_| | |_| | | |_) | (_| \__ \  __/  ##
##  \_____/_|\__, |\__,_|_|_.__/ \__,_|___/\___|  ##
##              | |                               ##
##              |_|                               ##
##                                                ##
##  Get documentation at docs.liquibase.com       ##
##  Get certified courses at learn.liquibase.com  ##
##                                                ##
####################################################
Starting Liquibase at 09:35:19 (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:42279/xxx?user=xxx
[INFO] Reading resource: 2019/01-test.xml
[INFO] Creating database history table with name: databasechangelog
[INFO] Reading from databasechangelog
2024-04-05 09:35:21.916 UTC [2074] ERROR:  relation "databasechangeloglock" does not exist at character 22
2024-04-05 09:35:21.916 UTC [2074] STATEMENT:  SELECT COUNT(*) FROM databasechangeloglock
[INFO] Successfully acquired change log lock
[INFO] Using deploymentId: 2309722015
[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 33ms

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.603 s
[INFO] Finished at: 2024-04-05T09:35:22Z
[INFO] ------------------------------------------------------------------------
0m0m32m.0m2024-04-05 09:35:25.311 UTC [2025] PANIC:  could not create file "pg_wal/xlogtemp.2025": No such file or directory
2024-04-05 09:35:25.447 UTC [2021] LOG:  WAL writer process (PID 2025) was terminated by signal 6: Aborted
2024-04-05 09:35:25.447 UTC [2021] LOG:  terminating any other active server processes
2024-04-05 09:35:25.450 UTC [2027] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:35:25.453 UTC [2021] LOG:  all server processes terminated; reinitializing
2024-04-05 09:35:25.453 UTC [2021] LOG:  could not open directory "base": No such file or directory
2024-04-05 09:35:25.454 UTC [2021] LOG:  could not open directory "pg_tblspc": No such file or directory
2024-04-05 09:35:25.456 UTC [2021] PANIC:  could not open file "global/pg_control": No such file or directory
Random TCP port 34673 is used
2024-04-05 09:35:25.693 UTC [2091] 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-04-05 09:35:25.694 UTC [2091] LOG:  listening on IPv4 address "127.0.0.1", port 34673
2024-04-05 09:35:25.694 UTC [2091] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:35:25.702 UTC [2091] LOG:  listening on Unix socket "/tmp/test20240405-1553-u0mxrc/pgsql/.s.PGSQL.34673"
2024-04-05 09:35:25.710 UTC [2092] LOG:  database system was shut down at 2024-04-05 09:35:23 UTC
2024-04-05 09:35:25.717 UTC [2091] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2091, port 34673
0m0mINFO 4/5/24, 9:35 AM: liquibase: Successfully acquired change log lock
INFO 4/5/24, 9:35 AM: liquibase: Creating database history table with name: databasechangelog
INFO 4/5/24, 9:35 AM: liquibase: Reading from databasechangelog
INFO 4/5/24, 9:35 AM: liquibase: /home/r/repo/test-resources/master.xml: 001-initial-schema.xml::01::yegor256: Custom SQL executed
INFO 4/5/24, 9:35 AM: 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 4/5/24, 9:35 AM: liquibase: Successfully released change log lock
0m0m32m.0mRandom TCP port 37735 is used
2024-04-05 09:35:38.436 UTC [2155] 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-04-05 09:35:38.437 UTC [2155] LOG:  listening on IPv4 address "127.0.0.1", port 37735
2024-04-05 09:35:38.437 UTC [2155] LOG:  could not bind IPv6 address "::1": Cannot assign requested address
2024-04-05 09:35:38.443 UTC [2155] LOG:  listening on Unix socket "/tmp/test20240405-1553-i5nxmr/pgsql/.s.PGSQL.37735"
2024-04-05 09:35:38.450 UTC [2156] LOG:  database system was shut down at 2024-04-05 09:35:36 UTC
2024-04-05 09:35:38.457 UTC [2155] LOG:  database system is ready to accept connections
PostgreSQL has been started in process #2155, port 37735
32m.0m

Finished in 151.284106s, 0.0727 runs/s, 0.0793 assertions/s.
11 runs, 12 assertions, 0 failures, 0 errors, 0 skips
2024-04-05 09:35:40.320 UTC [2155] LOG:  received smart shutdown request
2024-04-05 09:35:40.321 UTC [2155] LOG:  could not open file "postmaster.pid": No such file or directory
2024-04-05 09:35:40.328 UTC [2155] LOG:  background worker "logical replication launcher" (PID 2162) exited with exit code 1
2024-04-05 09:35:40.328 UTC [2157] LOG:  shutting down
2024-04-05 09:35:40.329 UTC [2157] PANIC:  could not open file "/tmp/test20240405-1553-i5nxmr/pgsql/global/pg_control": No such file or directory
PostgreSQL killed in PID 2155
2024-04-05 09:35:40.331 UTC [2091] LOG:  received smart shutdown request
2024-04-05 09:35:40.334 UTC [2091] LOG:  could not open file "postmaster.pid": No such file or directory
2024-04-05 09:35:40.351 UTC [2091] LOG:  background worker "logical replication launcher" (PID 2098) exited with exit code 1
2024-04-05 09:35:40.352 UTC [2093] LOG:  shutting down
2024-04-05 09:35:40.354 UTC [2093] PANIC:  could not open file "/tmp/test20240405-1553-u0mxrc/pgsql/global/pg_control": No such file or directory
PostgreSQL killed in PID 2091
PostgreSQL killed in PID 2021
PostgreSQL killed in PID 1956
PostgreSQL killed in PID 1890
PostgreSQL killed in PID 1825
PostgreSQL killed in PID 1760
PostgreSQL killed in PID 1694
PostgreSQL killed in PID 1623
PostgreSQL killed in PID 1597
PostgreSQL killed in PID 1570
Coverage report generated for Unit Tests to /home/r/repo/coverage. 173 / 187 LOC (92.51%) covered.
2024-04-05 09:35:40.720 UTC [2155] LOG:  checkpointer process (PID 2157) was terminated by signal 6: Aborted
2024-04-05 09:35:40.721 UTC [2155] LOG:  terminating any other active server processes
2024-04-05 09:35:40.722 UTC [2161] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:35:40.728 UTC [2155] LOG:  abnormal database system shutdown
2024-04-05 09:35:40.730 UTC [2155] LOG:  database system is shut down
2024-04-05 09:35:40.746 UTC [2091] LOG:  checkpointer process (PID 2093) was terminated by signal 6: Aborted
2024-04-05 09:35:40.747 UTC [2091] LOG:  terminating any other active server processes
2024-04-05 09:35:40.747 UTC [2097] LOG:  could not open temporary statistics file "pg_stat/global.tmp": No such file or directory
2024-04-05 09:35:40.749 UTC [2091] LOG:  abnormal database system shutdown
2024-04-05 09:35:40.751 UTC [2091] 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
   557575d..7912a2d  master -> master
container 140e1374973a1973a2ff2645cbefaaab957a3e1f9c2e7ce6e21f7ef66390cd7d is dead
Fri Apr  5 09:37:03 UTC 2024