++ dirname ./run.sh
+ cd .
+ echo 1270
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun Apr 26 15:49:29 UTC 2026
+ uptime
15:49:29 up 0 min, 0 users, load average: 0.99, 0.30, 0.11
+ head=git@github.com:yegor256/pgtk.git
+ ff=default
+ image=yegor256/java
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.31.5
+ vars=('--env=head=git@github.com:yegor256/pgtk.git' '--env=tag=0.31.5' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.31.5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update --yes --fix-missing'\'' '\'';'\'' '\''sudo apt-get install --yes libpq-dev postgresql-client postgresql'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb'\'' '\'';'\'' '\''git add lib/pgtk/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build pgtk.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''tag=0.31.5'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update --yes --fix-missing' ';' 'sudo apt-get install --yes libpq-dev postgresql-client postgresql' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb' ';' 'git add lib/pgtk/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build pgtk.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';')
+ directory=
+ container=yegor256_pgtk_332
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-24-14
+ pwd
/tmp/rultor-vtFb
+ 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 --recurse-submodules 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 gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -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 '\''tag=0.31.5'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update --yes --fix-missing' ';' 'sudo apt-get install --yes libpq-dev postgresql-client postgresql' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb' ';' 'git add lib/pgtk/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build pgtk.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.31.5 ']'
+ [[ 0.31.5 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.31.5"'
tag name is valid: "0.31.5"
+ cd repo
++ git tag -l 0.31.5
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.12
++ bc
++ echo 0.12 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.12, low enough to run a new Docker container'
load average is 0.12, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/java
+ docker pull yegor256/java
Using default tag: latest
latest: Pulling from yegor256/java
632ef5283d0f: Pulling fs layer
2be42d221bda: Pulling fs layer
54d1704eb717: Pulling fs layer
f0f51ee5c79e: Pulling fs layer
ec11ce133a4e: Pulling fs layer
71ab1586461a: Pulling fs layer
8e0e2fc3c108: Pulling fs layer
4f4fb700ef54: Pulling fs layer
72e45e6fed5c: Pulling fs layer
99e89f339e27: Pulling fs layer
3ae0cb47dc06: Pulling fs layer
529dcf5ecc54: Pulling fs layer
6d5a140d320e: Pulling fs layer
d9a7c5bf399b: Pulling fs layer
b87fea433279: Pulling fs layer
ac9b9a706d63: Pulling fs layer
253852678e00: Pulling fs layer
f0f51ee5c79e: Waiting
ec11ce133a4e: Waiting
8e0e2fc3c108: Waiting
4f4fb700ef54: Waiting
72e45e6fed5c: Waiting
99e89f339e27: Waiting
3ae0cb47dc06: Waiting
529dcf5ecc54: Waiting
6d5a140d320e: Waiting
d9a7c5bf399b: Waiting
b87fea433279: Waiting
ac9b9a706d63: Waiting
253852678e00: Waiting
71ab1586461a: Waiting
2be42d221bda: Verifying Checksum
2be42d221bda: Download complete
54d1704eb717: Verifying Checksum
54d1704eb717: Download complete
632ef5283d0f: Verifying Checksum
632ef5283d0f: Download complete
ec11ce133a4e: Verifying Checksum
ec11ce133a4e: Download complete
8e0e2fc3c108: Verifying Checksum
8e0e2fc3c108: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
71ab1586461a: Verifying Checksum
71ab1586461a: Download complete
72e45e6fed5c: Verifying Checksum
72e45e6fed5c: Download complete
99e89f339e27: Verifying Checksum
99e89f339e27: Download complete
529dcf5ecc54: Verifying Checksum
529dcf5ecc54: Download complete
6d5a140d320e: Verifying Checksum
6d5a140d320e: Download complete
f0f51ee5c79e: Verifying Checksum
f0f51ee5c79e: Download complete
d9a7c5bf399b: Verifying Checksum
d9a7c5bf399b: Download complete
ac9b9a706d63: Verifying Checksum
ac9b9a706d63: Download complete
3ae0cb47dc06: Verifying Checksum
3ae0cb47dc06: Download complete
b87fea433279: Verifying Checksum
b87fea433279: Download complete
253852678e00: Verifying Checksum
253852678e00: Download complete
632ef5283d0f: Pull complete
2be42d221bda: Pull complete
54d1704eb717: Pull complete
f0f51ee5c79e: Pull complete
ec11ce133a4e: Pull complete
71ab1586461a: Pull complete
8e0e2fc3c108: Pull complete
4f4fb700ef54: Pull complete
72e45e6fed5c: Pull complete
99e89f339e27: Pull complete
3ae0cb47dc06: Pull complete
529dcf5ecc54: Pull complete
6d5a140d320e: Pull complete
d9a7c5bf399b: Pull complete
b87fea433279: Pull complete
ac9b9a706d63: Pull complete
253852678e00: Pull complete
Digest: sha256:a74ab1f8990c7e972fffc0c4fd60a71aece3aab67f2d686cffd2201bf898293c
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ grep --quiet '\syegor256_pgtk_332\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 48
drwx------ 3 ubuntu ubuntu 4096 Apr 26 15:49 .
drwxrwxrwt 12 root root 4096 Apr 26 15:49 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Apr 26 15:50 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Apr 26 15:49 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Apr 26 15:49 pid
drwxrwxr-x 9 ubuntu ubuntu 4096 Apr 26 15:49 repo
-rw-rw-r-- 1 ubuntu ubuntu 81 Apr 26 15:49 rubygems.yml
-rwxrwxr-x 1 ubuntu ubuntu 7323 Apr 26 15:49 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 1003 Apr 26 15:49 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 7772 Apr 26 15:51 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-vtFb:/main --env=head=git@github.com:yegor256/pgtk.git --env=tag=0.31.5 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.31.5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update --yes --fix-missing'\'' '\'';'\'' '\''sudo apt-get install --yes libpq-dev postgresql-client postgresql'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb'\'' '\'';'\'' '\''git add lib/pgtk/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build pgtk.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-vtFb/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_332 yegor256/java /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ 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 ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G docker 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/.cache /root/.gemrc /root/.m2 /root/.profile /root/.wget-hsts /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
#!/usr/bin/env 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 'tag=0.31.5' ; export 'head_branch=master' ; export 'author=yegor256' ; sudo apt-get update --yes --fix-missing ; sudo apt-get install --yes libpq-dev postgresql-client postgresql ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl ; pdd -f /dev/null ; bundle install --no-color ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; bundle exec rake ; rm -rf *.gem ; sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb ; git add lib/pgtk/version.rb ; git commit -m "version set to ${tag}" ; gem build pgtk.gemspec ; chmod 0600 ../rubygems.yml ; gem push *.gem --config-file ../rubygems.yml ;
+ su --login r --command /home/r/script.sh
Get:1ohttp://deb.debian.org/debian bullseye InRelease [75.1 kB]
Get:2ohttp://deb.debian.org/debian-security.bullseye-securitycInReleasew[27.2.kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
Get:4ohttps://download.docker.com/linux/debian.bullseye[InRelease [43.0wkB]ad.d
Get:5ahttps://packages.adoptium.net/artifactory/deb%bullseye InRelease [7,507 B]
Get:6ohttp://deb.debian.org/debian bullseye/main amd64 Packages [8,066 kB]
Get:7ohttp://deb.debian.org/debian-security bullseye-security/main amd64 Packages [448 kB]
Get:8 http://deb.debian.org/debiangbullseye-updates/main amd64 Packages [18.8 kB]
Get:9 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [82.3 kB]
Get:10Phttps://packages.adoptium.net/artifactory/debBbullseye/main amd64 Packages [17.2 kB]
Fetchedo8,829]kBsino2s0(4,2110kB/s)ages 6,108 B/17.2 kB 35%]
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
cron exim4-base exim4-config exim4-daemon-light gsasl-common guile-2.2-libs
libgc1 libgnutls-dane0 libgnutls30 libgsasl7 libidn11 libllvm11
libmailutils7 libntlm0 libpopt0 libpq5 libpython3.9 libpython3.9-minimal
libpython3.9-stdlib libsensors-config libsensors5 libunbound8 libz3-4
logrotate mailutils mailutils-common postgresql-13 postgresql-client-13
postgresql-client-common postgresql-common psmisc python3.9
python3.9-minimal ssl-cert sysstat
Suggested packages:
anacron checksecurity exim4-doc-html | exim4-doc-info eximon4 spf-tools-perl
swaks dns-root-data gnutls-bin postgresql-doc-13 lm-sensors mailutils-mh
mailutils-doc postgresql-doc libjson-perl python3.9-venv python3.9-doc
binfmt-support isag
The following NEW packages will be installed:
cron exim4-base exim4-config exim4-daemon-light gsasl-common guile-2.2-libs
libgc1 libgnutls-dane0 libgsasl7 libidn11 libllvm11 libmailutils7 libntlm0
libpopt0 libpython3.9 libsensors-config libsensors5 libunbound8 libz3-4
logrotate mailutils mailutils-common postgresql postgresql-13
postgresql-client postgresql-client-13 postgresql-client-common
postgresql-common psmisc ssl-cert sysstat
The following packages will be upgraded:
libgnutls30 libpq-dev libpq5 libpython3.9-minimal libpython3.9-stdlib
python3.9 python3.9-minimal
7 upgraded, 31 newly installed, 0 to remove and 75 not upgraded.
Need to get 62.6 MB of archives.
After this operation, 233 MB of additional disk space will be used.
Get:1ohttp://deb.debian.org/debian bullseye/main amd64 cron amd64 3.0pl1-137 [99.6 kB]
Get:2ohttp://deb.debian.org/debian-security bullseye-security/main amd64 python3.9 amd64 3.9.2-1+deb11u6 [468 kB]
Get:3ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9-stdlib amd64 3.9.2-1+deb11u6 [1,684 kB]
Get:4ohttp://deb.debian.org/debian-security bullseye-security/main amd64 python3.9-minimal amd64 3.9.2-1+deb11u6 [1,965 kB]
Get:5ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9-minimal amd64 3.9.2-1+deb11u6 [806 kB]
Get:6ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libgnutls30 amd64 3.7.1-5+deb11u9 [1,343 kB]
Get:7Whttp://deb.debian.org/debian bullseye/main amd64 libpopt0 amd64 1.18-2 [49.6 kB]
Get:8Whttp://deb.debian.org/debian bullseye/main amd64 logrotate amd64 3.18.0-2+deb11u2 [72.6 kB]
Get:9Whttp://deb.debian.org/debian-security bullseye-security/main amd64 exim4-config all 4.94.2-7+deb11u4 [335 kB]
Get:10ohttp://deb.debian.org/debian-security bullseye-security/main amd64 exim4-base amd64 4.94.2-7+deb11u4 [1,176 kB]
Get:11ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libunbound8 amd64 1.13.1-1+deb11u7 [510 kB]
Get:12ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libgnutls-dane0 amd64 3.7.1-5+deb11u9 [396 kB]
Get:13ohttp://deb.debian.org/debian0bullseye/main amd64 libidn11 amd64 1.33-3 [116 kB]
Get:14ohttp://deb.debian.org/debian-security bullseye-security/main amd64 exim4-daemon-light amd64 4.94.2-7+deb11u4 [660 kB]
Get:15ohttp://deb.debian.org/debiankbullseye/main amd64 gsasl-common all 1.10.0-4+deb11u1 [175 kB]
Get:16ohttp://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB]
Get:17ohttp://deb.debian.org/debian bullseye/main amd64 guile-2.2-libs amd64 2.2.7+1-6 [4,980 kB]
Get:18ohttp://deb.debian.org/debian bullseye/main amd64 libntlm0 amd64 1.6-3 [84.7 kB]
Get:19ohttp://deb.debian.org/debian bullseye/main amd64 libgsasl7 amd64 1.10.0-4+deb11u1 [195 kB]
Get:20ohttp://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6,949 kB]
Get:21ohttp://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB]
Get:22ohttp://deb.debian.org/debian bullseye/main amd64 mailutils-common all 1:3.10-3 [728 kB]
Get:23ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9 amd64 3.9.2-1+deb11u6 [1,693 kB]
Get:24ohttp://deb.debian.org/debian%bullseye/main amd64 libmailutils7 amd64 1:3.10-3+b1 [893 kB]
Get:25ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libpq-dev amd64 13.23-0+deb11u3 [147 kB]
Get:26ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libpq5 amd64 13.23-0+deb11u3 [188 kB]
Get:27ohttp://deb.debian.org/debian bullseye/main amd64 libsensors-config all 1:3.6.0-7 [32.3 kB]
Get:28ohttp://deb.debian.org/debiankbullseye/main amd64 libsensors5 amd64 1:3.6.0-7 [52.3 kB]
Get:29ohttp://deb.debian.org/debian bullseye/main amd64 mailutils amd64 1:3.10-3+b1 [576 kB]
Get:30ohttp://deb.debian.org/debian bullseye/main amd64 postgresql-client-common all 225+deb11u1 [89.4 kB]
Get:31ohttp://deb.debian.org/debian-security bullseye-security/main amd64 postgresql-client-13 amd64 13.23-0+deb11u3 [1,551 kB]
Get:32ohttp://deb.debian.org/debian5bullseye/main amd64 ssl-cert all 1.1.0+nmu1 [21.0 kB]
Get:33ohttp://deb.debian.org/debian bullseye/main amd64 postgresql-common all 225+deb11u1 [238 kB]
Get:34ohttp://deb.debian.org/debian-security bullseye-security/main amd64 postgresql-13 amd64 13.23-0+deb11u3 [15.2 MB]
Get:35ohttp://deb.debian.org/debian%bullseye/main amd64 postgresql all 13+225+deb11u1 [64.9 kB]
Get:36ohttp://deb.debian.org/debian bullseye/main amd64 postgresql-client all 13+225+deb11u1 [64.9 kB]
Get:37ohttp://deb.debian.org/debiankbullseye/main amd64 psmisc amd64 23.4-2 [198 kB]
Get:38ohttp://deb.debian.org/debian-security bullseye-security/main amd64 sysstat amd64 12.5.2-2+deb11u1 [603 kB]
Fetchedo62.6gMB inB1s0(88.90MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package cron.
(Reading database ... 26586 files and directories currently installed.)
Preparing to unpack .../0-cron_3.0pl1-137_amd64.deb ...
Unpacking cron (3.0pl1-137) ...
Preparing to unpack .../1-python3.9_3.9.2-1+deb11u6_amd64.deb ...
Unpacking python3.9 (3.9.2-1+deb11u6) over (3.9.2-1+deb11u3) ...
Preparing to unpack .../2-libpython3.9-stdlib_3.9.2-1+deb11u6_amd64.deb ...
Unpacking libpython3.9-stdlib:amd64 (3.9.2-1+deb11u6) over (3.9.2-1+deb11u3) ...
Preparing to unpack .../3-python3.9-minimal_3.9.2-1+deb11u6_amd64.deb ...
Unpacking python3.9-minimal (3.9.2-1+deb11u6) over (3.9.2-1+deb11u3) ...
Preparing to unpack .../4-libpython3.9-minimal_3.9.2-1+deb11u6_amd64.deb ...
Unpacking libpython3.9-minimal:amd64 (3.9.2-1+deb11u6) over (3.9.2-1+deb11u3) ...
Preparing to unpack .../5-libgnutls30_3.7.1-5+deb11u9_amd64.deb ...
Unpacking libgnutls30:amd64 (3.7.1-5+deb11u9) over (3.7.1-5+deb11u7) ...
Setting up libgnutls30:amd64 (3.7.1-5+deb11u9) ...
Selecting previously unselected package libpopt0:amd64.
(Reading database ... 26625 files and directories currently installed.)
Preparing to unpack .../00-libpopt0_1.18-2_amd64.deb ...
Unpacking libpopt0:amd64 (1.18-2) ...
Selecting previously unselected package logrotate.
Preparing to unpack .../01-logrotate_3.18.0-2+deb11u2_amd64.deb ...
Unpacking logrotate (3.18.0-2+deb11u2) ...
Selecting previously unselected package exim4-config.
Preparing to unpack .../02-exim4-config_4.94.2-7+deb11u4_all.deb ...
Unpacking exim4-config (4.94.2-7+deb11u4) ...
Selecting previously unselected package exim4-base.
Preparing to unpack .../03-exim4-base_4.94.2-7+deb11u4_amd64.deb ...
Unpacking exim4-base (4.94.2-7+deb11u4) ...
Selecting previously unselected package libunbound8:amd64.
Preparing to unpack .../04-libunbound8_1.13.1-1+deb11u7_amd64.deb ...
Unpacking libunbound8:amd64 (1.13.1-1+deb11u7) ...
Selecting previously unselected package libgnutls-dane0:amd64.
Preparing to unpack .../05-libgnutls-dane0_3.7.1-5+deb11u9_amd64.deb ...
Unpacking libgnutls-dane0:amd64 (3.7.1-5+deb11u9) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../06-libidn11_1.33-3_amd64.deb ...
Unpacking libidn11:amd64 (1.33-3) ...
Selecting previously unselected package exim4-daemon-light.
Preparing to unpack .../07-exim4-daemon-light_4.94.2-7+deb11u4_amd64.deb ...
Unpacking exim4-daemon-light (4.94.2-7+deb11u4) ...
Selecting previously unselected package gsasl-common.
Preparing to unpack .../08-gsasl-common_1.10.0-4+deb11u1_all.deb ...
Unpacking gsasl-common (1.10.0-4+deb11u1) ...
Selecting previously unselected package libgc1:amd64.
Preparing to unpack .../09-libgc1_1%3a8.0.4-3_amd64.deb ...
Unpacking libgc1:amd64 (1:8.0.4-3) ...
Selecting previously unselected package guile-2.2-libs:amd64.
Preparing to unpack .../10-guile-2.2-libs_2.2.7+1-6_amd64.deb ...
Unpacking guile-2.2-libs:amd64 (2.2.7+1-6) ...
Selecting previously unselected package libntlm0:amd64.
Preparing to unpack .../11-libntlm0_1.6-3_amd64.deb ...
Unpacking libntlm0:amd64 (1.6-3) ...
Selecting previously unselected package libgsasl7:amd64.
Preparing to unpack .../12-libgsasl7_1.10.0-4+deb11u1_amd64.deb ...
Unpacking libgsasl7:amd64 (1.10.0-4+deb11u1) ...
Selecting previously unselected package libz3-4:amd64.
Preparing to unpack .../13-libz3-4_4.8.10-1_amd64.deb ...
Unpacking libz3-4:amd64 (4.8.10-1) ...
Selecting previously unselected package libllvm11:amd64.
Preparing to unpack .../14-libllvm11_1%3a11.0.1-2_amd64.deb ...
Unpacking libllvm11:amd64 (1:11.0.1-2) ...
Selecting previously unselected package mailutils-common.
Preparing to unpack .../15-mailutils-common_1%3a3.10-3_all.deb ...
Unpacking mailutils-common (1:3.10-3) ...
Selecting previously unselected package libpython3.9:amd64.
Preparing to unpack .../16-libpython3.9_3.9.2-1+deb11u6_amd64.deb ...
Unpacking libpython3.9:amd64 (3.9.2-1+deb11u6) ...
Selecting previously unselected package libmailutils7:amd64.
Preparing to unpack .../17-libmailutils7_1%3a3.10-3+b1_amd64.deb ...
Unpacking libmailutils7:amd64 (1:3.10-3+b1) ...
Preparing to unpack .../18-libpq-dev_13.23-0+deb11u3_amd64.deb ...
Unpacking libpq-dev (13.23-0+deb11u3) over (13.21-0+deb11u1) ...
Preparing to unpack .../19-libpq5_13.23-0+deb11u3_amd64.deb ...
Unpacking libpq5:amd64 (13.23-0+deb11u3) over (13.21-0+deb11u1) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../20-libsensors-config_1%3a3.6.0-7_all.deb ...
Unpacking libsensors-config (1:3.6.0-7) ...
Selecting previously unselected package libsensors5:amd64.
Preparing to unpack .../21-libsensors5_1%3a3.6.0-7_amd64.deb ...
Unpacking libsensors5:amd64 (1:3.6.0-7) ...
Selecting previously unselected package mailutils.
Preparing to unpack .../22-mailutils_1%3a3.10-3+b1_amd64.deb ...
Unpacking mailutils (1:3.10-3+b1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../23-postgresql-client-common_225+deb11u1_all.deb ...
Unpacking postgresql-client-common (225+deb11u1) ...
Selecting previously unselected package postgresql-client-13.
Preparing to unpack .../24-postgresql-client-13_13.23-0+deb11u3_amd64.deb ...
Unpacking postgresql-client-13 (13.23-0+deb11u3) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../25-ssl-cert_1.1.0+nmu1_all.deb ...
Unpacking ssl-cert (1.1.0+nmu1) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../26-postgresql-common_225+deb11u1_all.deb ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
Unpacking postgresql-common (225+deb11u1) ...
Selecting previously unselected package postgresql-13.
Preparing to unpack .../27-postgresql-13_13.23-0+deb11u3_amd64.deb ...
Unpacking postgresql-13 (13.23-0+deb11u3) ...
Selecting previously unselected package postgresql.
Preparing to unpack .../28-postgresql_13+225+deb11u1_all.deb ...
Unpacking postgresql (13+225+deb11u1) ...
Selecting previously unselected package postgresql-client.
Preparing to unpack .../29-postgresql-client_13+225+deb11u1_all.deb ...
Unpacking postgresql-client (13+225+deb11u1) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../30-psmisc_23.4-2_amd64.deb ...
Unpacking psmisc (23.4-2) ...
Selecting previously unselected package sysstat.
Preparing to unpack .../31-sysstat_12.5.2-2+deb11u1_amd64.deb ...
Unpacking sysstat (12.5.2-2+deb11u1) ...
Setting up postgresql-client-common (225+deb11u1) ...
Setting up psmisc (23.4-2) ...
Setting up libpython3.9-minimal:amd64 (3.9.2-1+deb11u6) ...
Setting up cron (3.0pl1-137) ...
Adding group `crontab' (GID 102) ...
Done.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libsensors-config (1:3.6.0-7) ...
Setting up libpq5:amd64 (13.23-0+deb11u3) ...
Setting up libpq-dev (13.23-0+deb11u3) ...
Setting up postgresql-client-13 (13.23-0+deb11u3) ...
update-alternatives: using /usr/share/postgresql/13/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up libz3-4:amd64 (4.8.10-1) ...
Setting up libunbound8:amd64 (1.13.1-1+deb11u7) ...
Setting up libllvm11:amd64 (1:11.0.1-2) ...
Setting up libntlm0:amd64 (1.6-3) ...
Setting up ssl-cert (1.1.0+nmu1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Setting up libidn11:amd64 (1.33-3) ...
Setting up postgresql-common (225+deb11u1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Adding user postgres to group ssl-cert
Creating config file /etc/postgresql-common/createcluster.conf with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up mailutils-common (1:3.10-3) ...
Setting up libsensors5:amd64 (1:3.6.0-7) ...
Setting up libgc1:amd64 (1:8.0.4-3) ...
Setting up exim4-config (4.94.2-7+deb11u4) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Adding system-user for exim (v4)
Setting up postgresql-13 (13.23-0+deb11u3) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Creating new PostgreSQL cluster 13/main ...
/usr/lib/postgresql/13/bin/initdb -D /var/lib/postgresql/13/main --auth-local peer --auth-host md5
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /var/lib/postgresql/13/main ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
Success. You can now start the database server using:
pg_ctlcluster 13 main start
Ver Cluster Port Status Owner Data directory Log file
31m13 main 5432 down postgres /var/lib/postgresql/13/main /var/log/postgresql/postgresql-13-main.log0m
update-alternatives: using /usr/share/postgresql/13/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up gsasl-common (1.10.0-4+deb11u1) ...
Setting up postgresql (13+225+deb11u1) ...
Setting up python3.9-minimal (3.9.2-1+deb11u6) ...
Setting up sysstat (12.5.2-2+deb11u1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Creating config file /etc/default/sysstat with new version
update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode
Setting up guile-2.2-libs:amd64 (2.2.7+1-6) ...
Setting up libpython3.9-stdlib:amd64 (3.9.2-1+deb11u6) ...
Setting up libpopt0:amd64 (1.18-2) ...
Setting up logrotate (3.18.0-2+deb11u2) ...
Setting up libgnutls-dane0:amd64 (3.7.1-5+deb11u9) ...
Setting up exim4-base (4.94.2-7+deb11u4) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
exim: DB upgrade, deleting hints-db
Setting up postgresql-client (13+225+deb11u1) ...
Setting up libgsasl7:amd64 (1.10.0-4+deb11u1) ...
Setting up libpython3.9:amd64 (3.9.2-1+deb11u6) ...
Setting up exim4-daemon-light (4.94.2-7+deb11u4) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python3.9 (3.9.2-1+deb11u6) ...
Setting up libmailutils7:amd64 (1:3.10-3+b1) ...
Setting up mailutils (1:3.10-3+b1) ...
update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
Processing triggers for libc-bin (2.31-13+deb11u13) ...
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.4.5 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/usr/local/bundle/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/docker.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/reuse.yml ...
Reading .github/workflows/typos.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading .yamllint.yml ...
Reading Gemfile ...
Reading Gemfile.lock ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
Reading Rakefile ...
Reading cucumber.yml ...
Reading lib/pgtk/impatient.rb ...
Reading lib/pgtk/liquibase_task.rb ...
Reading lib/pgtk/liquicheck_task.rb ...
Reading lib/pgtk/pgsql_task.rb ...
Reading lib/pgtk/pool.rb ...
Reading lib/pgtk/retry.rb ...
Reading lib/pgtk/spy.rb ...
Reading lib/pgtk/stash.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_impatient.rb ...
Reading test/test_liquibase_task.rb ...
Reading test/test_liquicheck_task.rb ...
Reading test/test_pgsql_task.rb ...
Reading test/test_pool.rb ...
Reading test/test_retry.rb ...
Reading test/test_spy.rb ...
Reading test/test_stash.rb ...
Reading test/test_wire.rb ...
Reading test-resources/2019/01-test.xml ...
Reading test-resources/master.xml ...
Bundler 2.6.9 is running, but your lockfile was generated with 2.6.8. Installing Bundler 2.6.8 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.6.8
Installing bundler 2.6.8
Fetching gem metadata from https://rubygems.org/.........
Fetching rake 13.4.2
Installing rake 13.4.2
Fetching ansi 1.6.0
Installing ansi 1.6.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching backtrace 0.4.1
Installing backtrace 0.4.1
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching concurrent-ruby 1.3.6
Installing concurrent-ruby 1.3.6
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching os 1.1.4
Installing os 1.1.4
Fetching ellipsized 0.3.0
Installing ellipsized 0.3.0
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching loog 0.8.0
Installing loog 0.8.0
Fetching tago 0.7.0
Installing tago 0.7.0
Fetching elapsed 0.3.1
Installing elapsed 0.3.1
Fetching qbash 0.8.2
Installing qbash 0.8.2
Fetching donce 0.7.0
Installing donce 0.7.0
Fetching drb 2.2.3
Installing drb 2.2.3
Fetching joined 0.4.0
Installing joined 0.4.0
Fetching json 2.19.4
Installing json 2.19.4 with native extensions
Fetching language_server-protocol 3.17.0.5
Installing language_server-protocol 3.17.0.5
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching prism 1.9.0
Installing prism 1.9.0 with native extensions
Fetching minitest 6.0.5
Installing minitest 6.0.5
Fetching minitest-mock 5.27.0
Installing minitest-mock 5.27.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.8.0
Installing minitest-reporters 1.8.0
Fetching minitest-stub-const 0.6
Installing minitest-stub-const 0.6
Fetching parallel 2.0.1
Installing parallel 2.0.1
Fetching parser 3.3.11.1
Installing parser 3.3.11.1
Fetching pg 1.6.3 (x86_64-linux)
Installing pg 1.6.3 (x86_64-linux)
Fetching random-port 0.8.2
Installing random-port 0.8.2
Fetching waitutil 0.2.1
Installing waitutil 0.2.1
Fetching rack 3.2.6
Installing rack 3.2.6
Fetching regexp_parser 2.12.0
Installing regexp_parser 2.12.0
Fetching rexml 3.4.4
Installing rexml 3.4.4
Fetching rubocop-ast 1.49.1
Installing rubocop-ast 1.49.1
Fetching unicode-emoji 4.2.0
Installing unicode-emoji 4.2.0
Fetching unicode-display_width 3.2.0
Installing unicode-display_width 3.2.0
Fetching rubocop 1.86.1
Installing rubocop 1.86.1
Fetching rubocop-elegant 0.0.20
Installing rubocop-elegant 0.0.20
Fetching rubocop-minitest 0.39.1
Installing rubocop-minitest 0.39.1
Fetching rubocop-performance 1.26.1
Installing rubocop-performance 1.26.1
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
Fetching simplecov-html 0.13.2
Installing simplecov-html 0.13.2
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Fetching simplecov-cobertura 3.1.0
Installing simplecov-cobertura 3.1.0
Fetching threads 0.5.0
Installing threads 0.5.0
Fetching timeout 0.6.1
Installing timeout 0.6.1
Fetching xcop 0.9.0
Installing xcop 0.9.0
Fetching yard 0.9.43
Installing yard 0.9.43
Bundle complete! 20 Gemfile dependencies, 57 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
/usr/local/bundle/gems/waitutil-0.2.1/lib/waitutil.rb:37: warning: assigned but unused variable - stop_time
/usr/local/bundle/gems/waitutil-0.2.1/lib/waitutil.rb:121: warning: assigned but unused variable - reader
/usr/local/bundle/gems/waitutil-0.2.1/lib/waitutil.rb:121: warning: assigned but unused variable - error
Started with run options --seed 62685
TestRetry
test_does_not_retry_insert 32m PASS0m (14.05s)
test_executes_select_without_error 32m PASS0m (11.35s)
test_preserves_original_error_as_cause 32m PASS0m (11.61s)
test_does_not_retry_delete 32m PASS0m (11.30s)
test_fails_insert_after_max_connection_bad_attempts 32m PASS0m (11.35s)
test_retries_insert_on_too_slow 32m PASS0m (11.20s)
test_transaction_passes_through 32m PASS0m (11.63s)
test_retries_select_on_too_slow 32m PASS0m (11.14s)
test_retries_with_unicode_query 32m PASS0m (16.36s)
test_handles_select_case_insensitive 32m PASS0m (13.23s)
test_takes_version 32m PASS0m (11.38s)
test_retries_select_on_failure 32m PASS0m (11.49s)
test_does_not_retry_insert_on_connection_bad 32m PASS0m (11.50s)
test_handles_array_sql 32m PASS0m (11.68s)
test_does_not_retry_update 32m PASS0m (11.22s)
test_fails_after_max_attempts 32m PASS0m (11.37s)
test_handles_select_with_leading_whitespace 32m PASS0m (11.26s)
test_fails_after_max_too_slow_attempts 32m PASS0m (11.21s)
test_dumps_inner_state 32m PASS0m (11.59s)
TestWire
test_defaults_port_when_missing 32m PASS0m (11.29s)
test_connects_via_env_variable 32m PASS0m (11.24s)
test_connects 32m PASS0m (11.24s)
TestLiquicheckTask
test_simple 32m PASS0m (0.01s)
test_with_empty_attributes 32m PASS0m (0.39s)
test_with_incorrect_attributes 32m PASS0m (0.39s)
test_without_errors 32m PASS0m (0.37s)
test_without_xml 32m PASS0m (0.38s)
TestLiquibaseTask
test_with_invalid_master_file 32m PASS0m (0.00s)
test_latest_version 32m PASS0m (14.22s)
test_schema_dump 32m PASS0m (11.51s)
test_basic 32m PASS0m (11.86s)
TestPool
test_complex_query 32m PASS0m (11.04s)
test_basic 32m PASS0m (11.22s)
test_dumps_itself 32m PASS0m (11.61s)
test_queries_with_block 32m PASS0m (10.96s)
test_ellipsizes_long_running_query_in_dump 32m PASS0m (12.64s)
test_logs_sql 32m PASS0m (11.74s)
test_transaction_with_error 32m PASS0m (11.52s)
test_reconnects_on_pg_error 32m PASS0m (11.26s)
test_dumps_closed_connection_with_timestamp 32m PASS0m (11.20s)
test_renews_dead_connections_proactively 32m PASS0m (11.14s)
test_rolls_back_transaction_on_non_standard_error 32m PASS0m (11.14s)
test_reads_version 32m PASS0m (11.73s)
test_with_spy 32m PASS0m (11.57s)
test_transaction 32m PASS0m (11.54s)
test_raises_busy_when_no_connection_appears_in_time 32m PASS0m (12.45s)
test_logs_pgsql_errors_to_logger 32m PASS0m (11.17s)
test_dumps_connections 32m PASS0m (11.25s)
Connection refused - connect(2) for "localhost" port 1067
test_reconnects_on_pg_reboot 32m PASS0m (8.49s)
test_dumps_closed_connection_with_last_query 32m PASS0m (11.14s)
test_does_not_leak_slots_when_proactive_renew_fails 32m PASS0m (11.70s)
test_dumps_running_query_for_active_connection 32m PASS0m (12.39s)
test_renews_connections_left_in_failed_transaction 32m PASS0m (11.74s)
test_logs_errors 32m PASS0m (11.74s)
test_dumps_different_statuses 32m PASS0m (11.44s)
test_dumps_closed_connection_with_reason 32m PASS0m (11.27s)
TestSpy
test_version 32m PASS0m (11.58s)
test_start 32m PASS0m (11.37s)
test_transaction 32m PASS0m (11.32s)
test_simple_insert 32m PASS0m (11.92s)
TestImpatient
test_doesnt_interrupt 32m PASS0m (11.65s)
test_terminates_idle_in_transaction 32m PASS0m (11.47s)
test_takes_version 32m PASS0m (11.55s)
test_doesnt_interrupt_in_transaction 32m PASS0m (11.37s)
test_skips_by_regex 32m PASS0m (11.72s)
test_dumps_inner_state 32m PASS0m (11.75s)
test_doesnt_shadow_larger_timeout 32m PASS0m (11.98s)
test_interrupts 32m PASS0m (11.29s)
TestPgsqlTask
test_not_quiet 32m PASS0m (4.06s)
test_docker 32m PASS0m (13.30s)
test_basic 32m PASS0m (4.68s)
TestStash
test_cache_refill_respects_pause 32m PASS0m (11.65s)
test_cache_invalidation 32m PASS0m (11.59s)
test_cold_miss_marks_entry_stale_when_modify_races 32m PASS0m (11.24s)
test_not_count_queries_that_uncached 32m PASS0m (11.33s)
test_dump_inner_state 32m PASS0m (11.19s)
test_non_trivial_queries 32m PASS0m (12.25s)
test_transaction 32m PASS0m (11.55s)
test_raise_no_tables_error 32m PASS0m (11.33s)
test_capper_prunes_dead_query_references_from_tables_index 32m PASS0m (11.64s)
test_retire_oldest_queries 32m PASS0m (11.40s)
test_retiree_prunes_dead_query_references_from_tables_index 32m PASS0m (11.76s)
test_query_with_semicolon 32m PASS0m (11.66s)
test_version 32m PASS0m (12.25s)
test_start 32m PASS0m (11.46s)
test_preserves_stale_marker_set_during_concurrent_refill 32m PASS0m (11.66s)
test_dumps_with_spaces_in_query 32m PASS0m (11.33s)
test_caps_oldest_queries 32m PASS0m (11.73s)
test_refill_does_not_overwrite_fresh_cache_with_stale_snapshot 32m PASS0m (11.15s)
test_caching 32m PASS0m (11.68s)
test_cache_refills 32m PASS0m (12.09s)
test_dump_empty_inner_state 32m PASS0m (11.48s)
test_replenish_survives_eviction_during_keys_snapshot 32m PASS0m (11.62s)
test_simple_insert 32m PASS0m (11.57s)
test_dump_not_started_inner_state 32m PASS0m (11.86s)
test_capture_entrance_in_stash_iterators_with_multithreading 32m PASS0m (14.58s)
test_caching_with_params 32m PASS0m (11.51s)
Finished in 1049.59043s
97 tests, 343 assertions, 32m0 failures, 0 errors, 0m33m0 skips0m
Coverage report generated for test to /home/r/repo/coverage.
Line Coverage: 96.46% (654 / 678)
Coverage report generated for test to /home/r/repo/coverage/coverage.xml.
Line Coverage: 96.46% (654 / 678)
+ bundle exec ruby lib/pgtk/impatient.rb /#12699
+ bundle exec ruby lib/pgtk/liquibase_task.rb /#12710
+ bundle exec ruby lib/pgtk/liquicheck_task.rb /#12721
+ bundle exec ruby lib/pgtk/pgsql_task.rb /#12732
+ bundle exec ruby lib/pgtk/pool.rb /#12743
+ bundle exec ruby lib/pgtk/retry.rb /#12754
+ bundle exec ruby lib/pgtk/spy.rb /#12765
+ bundle exec ruby lib/pgtk/stash.rb /#12776
+ bundle exec ruby lib/pgtk/version.rb /#12787
+ bundle exec ruby lib/pgtk/wire.rb /#12798
+ bundle exec ruby lib/pgtk.rb /#12809
Running RuboCop...
Inspecting 24 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
24 files inspected, 32mno offenses0m detected
Running xcop...
Inspecting 3 files...
32m.0m32m.0m32m.0m
3 files checked, everything looks 32mpretty0m
?25h2KFiles:1m⣽aGenera11nggdoc/Pgtk/LiquicheckTask.html0ml0mm
Modules: 2 ( 0 undocumented)
Classes: 16 ( 0 undocumented)
Constants: 1 ( 1 undocumented)
Attributes: 17 ( 0 undocumented)
Methods: 46 ( 4 undocumented)
93.90% documented
[__rultor 195d9ba] version set to 0.31.5
1 file changed, 1 insertion(+), 1 deletion(-)
Successfully built RubyGem
Name: pgtk
Version: 0.31.5
File: pgtk-0.31.5.gem
Pushing gem to https://rubygems.org...
Successfully registered gem: pgtk (0.31.5)
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.31.5 -m '0.31.5: tagged by rultor.com'
+ git reset --hard
HEAD is now at 195d9ba version set to 0.31.5
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 195d9ba).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:yegor256/pgtk.git
* [new tag] 0.31.5 -> 0.31.5
container 17eeb988f6f57dc3e9836a898acd096423eac8e9c286593287ed57bb5fb7ef71 is dead
Sun Apr 26 16:10:26 UTC 2026