++ dirname ./run.sh
+ cd .
+ echo 2242
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Jun 19 05:37:39 UTC 2026
+ uptime
05:37:39 up 1:08, 0 users, load average: 0.07, 0.02, 0.00
+ ff=default
+ image=yegor256/java
+ rebase=false
+ head_branch=master
+ pull_title='Update actions/checkout action to v7'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/pgtk.git
+ pull_id=410
+ fork=git@github.com:yegor256/pgtk.git
+ fork_branch=renovate/actions-checkout-7.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/pgtk.git' '--env=pull_id=410' '--env=fork=git@github.com:yegor256/pgtk.git' '--env=fork_branch=renovate/actions-checkout-7.x' '--env=head_branch=master' '--env=pull_title=Update actions/checkout action to v7' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=410'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/actions-checkout-7.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update actions/checkout action to v7'\''\'\'''\'''\'' '\'';'\'' '\''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'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''pull_id=410'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/actions-checkout-7.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update actions/checkout action to v7'\''' ';' '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' ';' 'bundle exec rake' ';')
+ container=yegor256_pgtk_410
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-26-179
+ pwd
/tmp/rultor-L2jM
+ 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 '\''pull_id=410'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/actions-checkout-7.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update actions/checkout action to v7'\''' ';' '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' ';' 'bundle exec rake' ';'
+ sensitive=()
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:yegor256/pgtk.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/pgtk
* [new branch] master -> fork/master
* [new branch] renovate/actions-checkout-7.x -> fork/renovate/actions-checkout-7.x
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH
+ 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/actions-checkout-7.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/actions-checkout-7.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 ']'
+ KEY=3FD3FA7E9AF0FA4C
+ git merge --gpg-sign=3FD3FA7E9AF0FA4C --no-edit -m 'Update actions/checkout action to v7' --ff __rultor
Updating 7b44221..686bcfa
Fast-forward (no commit created; -m option ignored)
.github/workflows/actionlint.yml | 2 +-
.github/workflows/codecov.yml | 2 +-
.github/workflows/copyrights.yml | 2 +-
.github/workflows/docker.yml | 2 +-
.github/workflows/markdown-lint.yml | 2 +-
.github/workflows/pdd.yml | 2 +-
.github/workflows/rake.yml | 2 +-
.github/workflows/reuse.yml | 2 +-
.github/workflows/typos.yml | 2 +-
.github/workflows/xcop.yml | 2 +-
.github/workflows/yamllint.yml | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
+ git log -1 --show-signature
commit 686bcfaceeb021c07e2276f8b93ace1fa26cee1d
gpg: Signature made Thu Jun 18 17:52:38 2026 UTC
gpg: using RSA key B5690EEEBB952194
gpg: Can't check signature: No public key
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu Jun 18 17:52:38 2026 +0000
Update actions/checkout action to v7
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.01
++ bc
++ echo 0.01 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.01, low enough to run a new Docker container'
load average is 0.01, 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
cb259a83ac3d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
50778be6ae7c: Pulling fs layer
c64f1ad49f2f: Pulling fs layer
2dae3dae39d6: Pulling fs layer
e9b75b04736a: Pulling fs layer
ffabbf0a356d: Pulling fs layer
2c5be3bfa100: Pulling fs layer
d56d0b1279fa: Pulling fs layer
05c988d9beab: Pulling fs layer
288f94e84c26: Pulling fs layer
720c246cd161: Pulling fs layer
c64f1ad49f2f: Waiting
e9b75b04736a: Waiting
ffabbf0a356d: Waiting
2c5be3bfa100: Waiting
d56d0b1279fa: Waiting
05c988d9beab: Waiting
288f94e84c26: Waiting
720c246cd161: Waiting
2dae3dae39d6: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
50778be6ae7c: Verifying Checksum
50778be6ae7c: Download complete
cb259a83ac3d: Verifying Checksum
cb259a83ac3d: Download complete
e9b75b04736a: Verifying Checksum
e9b75b04736a: Download complete
ffabbf0a356d: Verifying Checksum
ffabbf0a356d: Download complete
2c5be3bfa100: Verifying Checksum
2c5be3bfa100: Download complete
2dae3dae39d6: Verifying Checksum
2dae3dae39d6: Download complete
d56d0b1279fa: Verifying Checksum
d56d0b1279fa: Download complete
c64f1ad49f2f: Verifying Checksum
c64f1ad49f2f: Download complete
288f94e84c26: Verifying Checksum
288f94e84c26: Download complete
05c988d9beab: Verifying Checksum
05c988d9beab: Download complete
720c246cd161: Verifying Checksum
720c246cd161: Download complete
cb259a83ac3d: Pull complete
4f4fb700ef54: Pull complete
50778be6ae7c: Pull complete
c64f1ad49f2f: Pull complete
2dae3dae39d6: Pull complete
e9b75b04736a: Pull complete
ffabbf0a356d: Pull complete
2c5be3bfa100: Pull complete
d56d0b1279fa: Pull complete
05c988d9beab: Pull complete
288f94e84c26: Pull complete
720c246cd161: Pull complete
Digest: sha256:48251ad0bf6570f2c684845ca94e1130eae205f7ba50e4a259362abfebc6cc6c
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_pgtk_410\s*$'
+ ls -al .
total 52
drwx------ 3 ubuntu ubuntu 4096 Jun 19 05:37 .
drwxrwxrwt 12 root root 4096 Jun 19 05:37 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Jun 19 05:37 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jun 19 05:37 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Jun 19 05:37 pid
drwxrwxr-x 9 ubuntu ubuntu 4096 Jun 19 05:37 repo
-rw-rw-r-- 1 ubuntu ubuntu 81 Jun 19 05:37 rubygems.yml
-rwxrwxr-x 1 ubuntu ubuntu 7231 Jun 19 05:37 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 873 Jun 19 05:37 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 8742 Jun 19 05:38 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-L2jM:/main --env=head=git@github.com:yegor256/pgtk.git --env=pull_id=410 --env=fork=git@github.com:yegor256/pgtk.git --env=fork_branch=renovate/actions-checkout-7.x --env=head_branch=master '--env=pull_title=Update actions/checkout action to v7' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=410'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/actions-checkout-7.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update actions/checkout action to v7'\''\'\'''\'''\'' '\'';'\'' '\''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'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )' --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-L2jM/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_410 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 ubuntu 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 messagebus 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 polkitd 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/.gradle /root/.m2 /root/.profile /root/.ssh /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 'pull_id=410' ; export 'fork=git@github.com:yegor256/pgtk.git' ; export 'fork_branch=renovate/actions-checkout-7.x' ; export 'head_branch=master' ; export 'pull_title=Update actions/checkout action to v7' ; 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 ; bundle exec rake ;
+ su --login r --command /home/r/script.sh
Get:1ohttps://download.docker.com/linux/ubuntu noble InRelease [48.5 kB]
Get:2ahttp://archive.ubuntu.com/ubuntuhnoblesInReleaseg[256[kB]ders]for headers
Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Get:4ahttps://packages.adoptium.net/artifactory/debnbullseye1InRelease5[7,507]B]
Get:5 http://archive.ubuntu.com/ubuntuWnoble-updatesaInRelease [126 kB]
Get:6ahttps://download.docker.com/linux/ubuntuanoble/stable2amd641Packages [69.5 kB]
Get:7ahttp://archive.ubuntu.com/ubuntuanoble-backportsrInRelease [126 kB]
Get:8ohttp://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1,808 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB]
Get:10Phttp://archive.ubuntu.com/ubuntu0noble/universe%amd64 Packages [19.3 MB]
Get:11Phttp://security.ubuntu.com/ubuntu0noble-security/multiverse amd64 Packages [43.8 kB]
Get:12Phttp://security.ubuntu.com/ubuntu0noble-security/restricted amd64 Packages [1,308 kB]
Get:13Phttp://security.ubuntu.com/ubuntu1noble-security/main[amd64cPackages1[964 kB]
Get:14Phttp://security.ubuntu.com/ubuntu1noble-security/universePamd64gPackages [1,486 kB]
Get:15 http://archive.ubuntu.com/ubuntu noble/multiverse7amd641Packagese[331BkB]
Get:16ihttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1,284 kB]
Get:17 http://archive.ubuntu.com/ubuntu noble-updates/restricted1amd64,Packages [1,383 kB]
Get:18 http://archive.ubuntu.com/ubuntu noble-updates/universe9amd64BPackagesB[2,108 kB]
Get:19 https://packages.adoptium.net/artifactory/deb bullseye/main2amd64kPackages [24.0 kB]
Get:20 http://archive.ubuntu.com/ubuntu8noble-updates/multiverse amd64gPackages [49.5 kB]
Get:210http://archive.ubuntu.com/ubuntu noble-backports/main amd64aPackages [48.9 kB]
Get:220http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]
Get:230http://archive.ubuntu.com/ubunturnoble-backports/multiverse amd64 Packages [671 B]
Fetchedo31.1gMBeins3sr(11.8]MB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libcommon-sense-perl libjson-perl libjson-xs-perl libllvm17t64 libpopt0
libpq5 libsensors-config libsensors5 libtypes-serialiser-perl libxslt1.1
logrotate postgresql-16 postgresql-client-16 postgresql-client-common
postgresql-common ssl-cert sysstat
Suggested packages:
postgresql-doc-16 lm-sensors bsd-mailx | mailx postgresql-doc isag
The following NEW packages will be installed:
libcommon-sense-perl libjson-perl libjson-xs-perl libllvm17t64 libpopt0
libpq-dev libpq5 libsensors-config libsensors5 libtypes-serialiser-perl
libxslt1.1 logrotate postgresql postgresql-16 postgresql-client
postgresql-client-16 postgresql-client-common postgresql-common ssl-cert
sysstat
0 upgraded, 20 newly installed, 0 to remove and 15 not upgraded.
Need to get 44.6 MB of archives.
After this operation, 178 MB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libjson-perl all 4.10000-1 [81.9 kB]
Get:2ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client-common all 257build1.1 [36.4 kB]
Get:3ohttp://archive.ubuntu.com/ubuntu4noble/main amd64 ssl-cert all 1.1.2ubuntu1 [17.8 kB]
Get:4ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-common all 257build1.1 [161 kB]
Get:5ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libpopt0 amd64 1.19+dfsg-1build1 [28.6 kB]
Get:6ohttp://archive.ubuntu.com/ubuntu noble/main amd64 logrotate amd64 3.21.0-2build1 [52.2 kB]
Get:7ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libsensors-config all 1:3.6.0-9build1 [5,546 B]
Get:8ohttp://archive.ubuntu.com/ubuntu]noble/main amd64 libsensors5 amd64 1:3.6.0-9build1 [26.6 kB]
Get:9ohttp://archive.ubuntu.com/ubuntu noble/main amd64 sysstat amd64 12.6.1-2 [489 kB]
Get:10ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libcommon-sense-perl amd64 3.75-3build3 [20.4 kB]
Get:11ohttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
Get:12ohttp://archive.ubuntu.com/ubuntu.noble-updates/main amd64 libjson-xs-perl amd64 4.040-0ubuntu0.24.04.1 [83.7 kB]
Get:13ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libllvm17t64 amd64 1:17.0.6-9ubuntu1 [26.2 MB]
Get:14ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpq5 amd64 16.14-0ubuntu0.24.04.1 [147 kB]
Get:15ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpq-dev amd64 16.14-0ubuntu0.24.04.1 [152 kB]
Get:16ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libxslt1.1 amd64 1.1.39-0exp1ubuntu0.24.04.3 [168 kB]
Get:17ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client-16 amd64 16.14-0ubuntu0.24.04.1 [1,300 kB]
Get:18ohttp://archive.ubuntu.com/ubuntuknoble-updates/main amd64 postgresql-16 amd64 16.14-0ubuntu0.24.04.1 [15.6 MB]
Get:19ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql all 16+257build1.1 [11.6 kB]
Get:20ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client all 16+257build1.1 [11.6 kB]
Fetchedo44.6gMBsin-1si(58.1 MB/s)6 kB 0%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libjson-perl.
(Reading database ... 20329 files and directories currently installed.)
Preparing to unpack .../00-libjson-perl_4.10000-1_all.deb ...
Unpacking libjson-perl (4.10000-1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../01-postgresql-client-common_257build1.1_all.deb ...
Unpacking postgresql-client-common (257build1.1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../02-ssl-cert_1.1.2ubuntu1_all.deb ...
Unpacking ssl-cert (1.1.2ubuntu1) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../03-postgresql-common_257build1.1_all.deb ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
Unpacking postgresql-common (257build1.1) ...
Selecting previously unselected package libpopt0:amd64.
Preparing to unpack .../04-libpopt0_1.19+dfsg-1build1_amd64.deb ...
Unpacking libpopt0:amd64 (1.19+dfsg-1build1) ...
Selecting previously unselected package logrotate.
Preparing to unpack .../05-logrotate_3.21.0-2build1_amd64.deb ...
Unpacking logrotate (3.21.0-2build1) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../06-libsensors-config_1%3a3.6.0-9build1_all.deb ...
Unpacking libsensors-config (1:3.6.0-9build1) ...
Selecting previously unselected package libsensors5:amd64.
Preparing to unpack .../07-libsensors5_1%3a3.6.0-9build1_amd64.deb ...
Unpacking libsensors5:amd64 (1:3.6.0-9build1) ...
Selecting previously unselected package sysstat.
Preparing to unpack .../08-sysstat_12.6.1-2_amd64.deb ...
Unpacking sysstat (12.6.1-2) ...
Selecting previously unselected package libcommon-sense-perl:amd64.
Preparing to unpack .../09-libcommon-sense-perl_3.75-3build3_amd64.deb ...
Unpacking libcommon-sense-perl:amd64 (3.75-3build3) ...
Selecting previously unselected package libtypes-serialiser-perl.
Preparing to unpack .../10-libtypes-serialiser-perl_1.01-1_all.deb ...
Unpacking libtypes-serialiser-perl (1.01-1) ...
Selecting previously unselected package libjson-xs-perl.
Preparing to unpack .../11-libjson-xs-perl_4.040-0ubuntu0.24.04.1_amd64.deb ...
Unpacking libjson-xs-perl (4.040-0ubuntu0.24.04.1) ...
Selecting previously unselected package libllvm17t64:amd64.
Preparing to unpack .../12-libllvm17t64_1%3a17.0.6-9ubuntu1_amd64.deb ...
Unpacking libllvm17t64:amd64 (1:17.0.6-9ubuntu1) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../13-libpq5_16.14-0ubuntu0.24.04.1_amd64.deb ...
Unpacking libpq5:amd64 (16.14-0ubuntu0.24.04.1) ...
Selecting previously unselected package libpq-dev.
Preparing to unpack .../14-libpq-dev_16.14-0ubuntu0.24.04.1_amd64.deb ...
Unpacking libpq-dev (16.14-0ubuntu0.24.04.1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../15-libxslt1.1_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.3) ...
Selecting previously unselected package postgresql-client-16.
Preparing to unpack .../16-postgresql-client-16_16.14-0ubuntu0.24.04.1_amd64.deb ...
Unpacking postgresql-client-16 (16.14-0ubuntu0.24.04.1) ...
Selecting previously unselected package postgresql-16.
Preparing to unpack .../17-postgresql-16_16.14-0ubuntu0.24.04.1_amd64.deb ...
Unpacking postgresql-16 (16.14-0ubuntu0.24.04.1) ...
Selecting previously unselected package postgresql.
Preparing to unpack .../18-postgresql_16+257build1.1_all.deb ...
Unpacking postgresql (16+257build1.1) ...
Selecting previously unselected package postgresql-client.
Preparing to unpack .../19-postgresql-client_16+257build1.1_all.deb ...
Unpacking postgresql-client (16+257build1.1) ...
Setting up postgresql-client-common (257build1.1) ...
Setting up libsensors-config (1:3.6.0-9build1) ...
Setting up libpq5:amd64 (16.14-0ubuntu0.24.04.1) ...
Setting up libcommon-sense-perl:amd64 (3.75-3build3) ...
Setting up libpq-dev (16.14-0ubuntu0.24.04.1) ...
Setting up libllvm17t64:amd64 (1:17.0.6-9ubuntu1) ...
Setting up ssl-cert (1.1.2ubuntu1) ...
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 79.)
debconf: falling back to frontend: Readline
Created symlink /etc/systemd/system/multi-user.target.wants/ssl-cert.service → /usr/lib/systemd/system/ssl-cert.service.
Setting up libsensors5:amd64 (1:3.6.0-9build1) ...
Setting up libtypes-serialiser-perl (1.01-1) ...
Setting up libjson-perl (4.10000-1) ...
Setting up libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.3) ...
Setting up sysstat (12.6.1-2) ...
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 79.)
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
update-alternatives: warning: skip creation of /usr/share/man/man1/sar.1.gz because associated file /usr/share/man/man1/sar.sysstat.1.gz (of link group sar) doesn't exist
Created symlink /etc/systemd/system/sysstat.service.wants/sysstat-collect.timer → /usr/lib/systemd/system/sysstat-collect.timer.
Created symlink /etc/systemd/system/sysstat.service.wants/sysstat-summary.timer → /usr/lib/systemd/system/sysstat-summary.timer.
Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.service → /usr/lib/systemd/system/sysstat.service.
Setting up libpopt0:amd64 (1.19+dfsg-1build1) ...
Setting up logrotate (3.21.0-2build1) ...
Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer.
Setting up libjson-xs-perl (4.040-0ubuntu0.24.04.1) ...
Setting up postgresql-client-16 (16.14-0ubuntu0.24.04.1) ...
update-alternatives: using /usr/share/postgresql/16/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up postgresql-common (257build1.1) ...
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 79.)
debconf: falling back to frontend: Readline
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.
Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /usr/lib/systemd/system/postgresql.service.
Setting up postgresql-client (16+257build1.1) ...
Setting up postgresql-16 (16.14-0ubuntu0.24.04.1) ...
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 79.)
debconf: falling back to frontend: Readline
Creating new PostgreSQL cluster 16/main ...
/usr/lib/postgresql/16/bin/initdb -D /var/lib/postgresql/16/main --auth-local peer --auth-host scram-sha-256 --no-instructions
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/16/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
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up postgresql (16+257build1.1) ...
Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.4.9 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 .yardopts ...
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/too_slow.rb ...
Reading lib/pgtk/impatient.rb ...
Reading lib/pgtk/liquibase_task.rb ...
Reading lib/pgtk/liquicheck_task/must_error.rb ...
Reading lib/pgtk/liquicheck_task.rb ...
Reading lib/pgtk/pgsql_task.rb ...
Reading lib/pgtk/pool/busy.rb ...
Reading lib/pgtk/pool/iterable_queue.rb ...
Reading lib/pgtk/pool/txn.rb ...
Reading lib/pgtk/pool.rb ...
Reading lib/pgtk/retry/exhausted.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/direct.rb ...
Reading lib/pgtk/wire/env.rb ...
Reading lib/pgtk/wire/yaml.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_fake_config.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 cgi 0.5.1
Installing cgi 0.5.1 with native extensions
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.4
Installing qbash 0.8.4
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.9
Installing json 2.19.9 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.6
Installing minitest 6.0.6
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 nokogiri 1.19.3 (x86_64-linux-gnu)
Installing nokogiri 1.19.3 (x86_64-linux-gnu)
Fetching parallel 2.1.0
Installing parallel 2.1.0
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 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.87.0
Installing rubocop 1.87.0
Fetching rubocop-elegant 0.6.0
Installing rubocop-elegant 0.6.0
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.44
Installing yard 0.9.44
Bundle complete! 20 Gemfile dependencies, 58 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 16964
TestPool
test_queries_with_block 32m PASS0m (13.46s)
test_dumps_closed_connection_with_reason 32m PASS0m (10.81s)
test_raises_busy_on_connection_timeout 32m PASS0m (12.33s)
test_rolls_back_on_non_standard_error 32m PASS0m (10.59s)
test_basic 32m PASS0m (10.57s)
test_dumps_closed_connection_with_timestamp 32m PASS0m (10.94s)
test_concurrent_start 32m PASS0m (10.77s)
test_reconnects_on_pg_error 32m PASS0m (10.39s)
test_dumps_itself 32m PASS0m (10.65s)
test_validates_slots_during_start 32m PASS0m (10.71s)
Connection refused - connect(2) for "localhost" port 1035
test_reconnects_on_pg_reboot 32m PASS0m (7.76s)
test_dumps_running_query_for_active_connection 32m PASS0m (11.95s)
test_complex_query 32m PASS0m (10.47s)
test_logs_sql 32m PASS0m (10.79s)
test_with_spy 32m PASS0m (10.86s)
test_reads_version 32m PASS0m (10.49s)
test_ellipsizes_long_running_query_in_dump 32m PASS0m (11.90s)
test_logs_pgsql_errors_to_logger 32m PASS0m (10.96s)
test_transaction 32m PASS0m (11.13s)
test_dumps_different_statuses 32m PASS0m (10.72s)
test_recycles_dead_connection_on_next_checkout 32m PASS0m (10.79s)
test_start_fails_on_broken_pool 32m PASS0m (11.05s)
test_renews_connection_after_failed_txn 32m PASS0m (11.19s)
test_no_double_login_on_renew_failure 32m PASS0m (10.93s)
test_dumps_connections 32m PASS0m (10.68s)
test_transaction_with_error 32m PASS0m (10.93s)
test_no_slot_leak_on_renew_failure 32m PASS0m (10.62s)
test_validates_stale_connection_on_checkout 32m PASS0m (10.72s)
test_renews_dead_connections_proactively 32m PASS0m (10.87s)
test_logs_errors 32m PASS0m (10.92s)
test_dumps_closed_connection_with_last_query 32m PASS0m (10.76s)
TestSpy
test_simple_insert 32m PASS0m (10.70s)
test_duration 32m PASS0m (10.73s)
test_start 32m PASS0m (10.80s)
test_version 32m PASS0m (10.66s)
test_transaction 32m PASS0m (10.36s)
TestWire
test_connects_via_env_variable 32m PASS0m (10.76s)
test_connects 32m PASS0m (10.51s)
test_defaults_port_when_missing 32m PASS0m (10.72s)
test_forwards_extra_opts_via_direct 32m PASS0m (10.64s)
test_honors_url_query_options_in_env 32m PASS0m (10.84s)
test_yaml_forwards_extra_opts 32m PASS0m (10.94s)
test_explicit_kwargs_win_over_url_query 32m PASS0m (11.02s)
TestImpatient
test_accepts_fractional_timeout_in_transaction 32m PASS0m (10.96s)
test_interrupts 32m PASS0m (10.56s)
test_dumps_inner_state 32m PASS0m (10.66s)
test_terminates_idle_in_transaction 32m PASS0m (13.31s)
test_doesnt_interrupt 32m PASS0m (10.75s)
test_does_not_leave_orphan_backend_after_timeout 32m PASS0m (11.15s)
test_doesnt_shadow_larger_timeout 32m PASS0m (50.44s)
test_excluded_zero_default 32m PASS0m (10.70s)
test_takes_version 32m PASS0m (10.78s)
test_sets_server_side_timeout_per_query 32m PASS0m (10.91s)
test_excluded_custom_default 32m PASS0m (10.83s)
test_excluded_still_timed_out 32m PASS0m (11.13s)
test_skips_by_regex 32m PASS0m (10.91s)
test_doesnt_interrupt_in_transaction 32m PASS0m (10.47s)
TestLiquibaseTask
test_latest_version 32m PASS0m (13.55s)
test_basic 32m PASS0m (11.01s)
test_schema_dump 32m PASS0m (11.25s)
test_with_invalid_master_file 32m PASS0m (0.00s)
TestFakeConfig
test_creates_yaml_when_called_twice_with_same_id 32m PASS0m (21.24s)
TestRetry
test_handles_array_sql 32m PASS0m (10.73s)
test_does_not_retry_non_select_on_connection_bad 32m PASS0m (10.76s)
test_does_not_retry_delete 32m PASS0m (11.02s)
test_handles_select_with_leading_whitespace 32m PASS0m (10.73s)
test_retries_select_on_failure 32m PASS0m (11.18s)
test_dumps_inner_state 32m PASS0m (10.99s)
test_does_not_retry_insert 32m PASS0m (10.76s)
test_executes_select_without_error 32m PASS0m (11.23s)
test_transaction_passes_through 32m PASS0m (10.88s)
test_handles_select_case_insensitive 32m PASS0m (10.62s)
test_retries_with_unicode_query 32m PASS0m (10.63s)
test_retries_insert_on_too_slow 32m PASS0m (10.23s)
test_fails_after_max_attempts 32m PASS0m (10.46s)
test_retries_select_on_too_slow 32m PASS0m (10.43s)
test_takes_version 32m PASS0m (10.52s)
test_fails_after_max_too_slow_attempts 32m PASS0m (10.65s)
test_preserves_original_error_as_cause 32m PASS0m (10.69s)
test_does_not_retry_update 32m PASS0m (10.56s)
TestPgsqlTask
test_docker 32m PASS0m (14.87s)
test_basic 32m PASS0m (2.77s)
test_not_quiet 32m PASS0m (3.45s)
TestStash
test_select_stays_consistent_under_writers 32m PASS0m (27.63s)
test_retire_oldest_queries 32m PASS0m (12.01s)
NOTICE: table "tmp" does not exist, skipping
test_select_with_keyword_in_string 32m PASS0m (11.56s)
test_preserves_stale_marker_on_refill 32m PASS0m (11.48s)
test_list_query_converges_after_writers 32m PASS0m (28.13s)
test_cache_invalidation 32m PASS0m (11.57s)
test_refill_skips_when_modify_in_flight 32m PASS0m (11.98s)
test_query_with_semicolon 32m PASS0m (11.88s)
test_non_trivial_queries 32m PASS0m (12.48s)
test_caching 32m PASS0m (11.67s)
test_caching_with_params 32m PASS0m (11.61s)
test_start 32m PASS0m (11.83s)
test_invalidates_cache_for_underscored_table 32m PASS0m (11.64s)
test_dump_not_started_inner_state 32m PASS0m (11.75s)
test_cache_refills 32m PASS0m (12.34s)
test_replenish_survives_eviction 32m PASS0m (11.64s)
test_cascade_delete_invalidates_child_cache 32m PASS0m (12.01s)
test_caches_select_from_digited_table 32m PASS0m (12.02s)
test_cold_miss_marks_stale_on_race 32m PASS0m (11.78s)
test_two_writes_same_tick_marks_cache_stillborn 32m PASS0m (11.56s)
test_cache_refill_respects_pause 32m PASS0m (11.96s)
test_not_count_queries_that_uncached 32m PASS0m (12.09s)
test_concurrent_stash_iteration_is_safe 32m PASS0m (14.97s)
test_dump_inner_state 32m PASS0m (11.80s)
test_invalidates_cache_for_digited_table 32m PASS0m (12.20s)
test_caps_oldest_queries 32m PASS0m (12.53s)
test_retiree_prunes_tables_index 32m PASS0m (13.23s)
test_transaction 32m PASS0m (12.02s)
test_simple_insert 32m PASS0m (12.01s)
test_raise_no_tables_error 32m PASS0m (11.77s)
test_dumps_with_spaces_in_query 32m PASS0m (12.28s)
test_select_does_not_clear_stale_marker 32m PASS0m (11.69s)
test_capper_prunes_tables_index 32m PASS0m (11.66s)
test_dump_empty_inner_state 32m PASS0m (11.59s)
test_refill_does_not_clobber_fresh_cache 32m PASS0m (11.76s)
test_version 32m PASS0m (11.96s)
TestLiquicheckTask
test_with_empty_attributes 32m PASS0m (0.98s)
test_simple 32m PASS0m (0.01s)
test_with_incorrect_attributes 32m PASS0m (0.51s)
test_without_xml 32m PASS0m (0.37s)
test_without_errors 32m PASS0m (0.38s)
Finished in 1397.73027s
124 tests, 412 assertions, 32m0 failures, 0 errors, 0m33m0 skips0m
Coverage report generated for test to /home/r/repo/coverage.
Line Coverage: 96.63% (746 / 772)
Coverage report generated for test to /home/r/repo/coverage/coverage.xml.
Line Coverage: 96.63% (746 / 772)
+ bundle exec ruby lib/pgtk/impatient/too_slow.rb /#13734
+ bundle exec ruby lib/pgtk/impatient.rb /#13745
+ bundle exec ruby lib/pgtk/liquibase_task.rb /#13756
+ bundle exec ruby lib/pgtk/liquicheck_task/must_error.rb /#13767
+ bundle exec ruby lib/pgtk/liquicheck_task.rb /#13778
+ bundle exec ruby lib/pgtk/pgsql_task.rb /#13789
+ bundle exec ruby lib/pgtk/pool/busy.rb /#13800
+ bundle exec ruby lib/pgtk/pool/iterable_queue.rb /#13811
+ bundle exec ruby lib/pgtk/pool/txn.rb /#13822
+ bundle exec ruby lib/pgtk/pool.rb /#13833
+ bundle exec ruby lib/pgtk/retry/exhausted.rb /#13844
+ bundle exec ruby lib/pgtk/retry.rb /#13855
+ bundle exec ruby lib/pgtk/spy.rb /#13866
+ bundle exec ruby lib/pgtk/stash.rb /#13877
+ bundle exec ruby lib/pgtk/version.rb /#13888
+ bundle exec ruby lib/pgtk/wire/direct.rb /#13899
+ bundle exec ruby lib/pgtk/wire/env.rb /#13910
+ bundle exec ruby lib/pgtk/wire/yaml.rb /#13921
+ bundle exec ruby lib/pgtk/wire.rb /#13932
+ bundle exec ruby lib/pgtk.rb /#13943
Running RuboCop...
Inspecting 34 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.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
34 files inspected, 32mno offenses0m detected
Running xcop...
Inspecting 3 files...
32m.0m32m.0m32m.0m
3 files checked, everything looks 32mpretty0m
?25h2KFiles:1m⣾aGenera20nggdoc/Pgtk/LiquicheckTask/MustError.html0m
Modules: 2 ( 0 undocumented)
Classes: 17 ( 0 undocumented)
Constants: 2 ( 2 undocumented)
Attributes: 17 ( 0 undocumented)
Methods: 46 ( 4 undocumented)
92.86% documented
+ 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 5 vulnerabilities on yegor256/pgtk's default branch (1 critical, 2 high, 2 moderate). To find out more, visit:
remote: https://github.com/yegor256/pgtk/security/dependabot
remote:
To github.com:yegor256/pgtk.git
7b44221..686bcfa master -> master
container df27ca71e4d3fb7ab71ca549e777311b93df576063fafafb05ed538f01962da5 is dead
Fri Jun 19 06:22:20 UTC 2026