+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1223
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Dec 27 09:27:11 UTC 2024
+ uptime
09:27:11 up 1 min, 0 users, load average: 0.92, 0.29, 0.10
+ head=git@github.com:yegor256/pgtk.git
+ ff=default
+ image=yegor256/rultor-java
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.11.0
+ vars=('--env=head=git@github.com:yegor256/pgtk.git' '--env=tag=0.11.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.11.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo hostname docker'\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt-get install -y 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.11.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo hostname docker' ';' 'sudo apt-get update' ';' 'sudo apt-get install -y 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_118
+ as_root=false
+ hostname
ip-172-31-29-165
+ pwd
/tmp/rultor-GtTX
+ 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 '\''tag=0.11.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo hostname docker' ';' 'sudo apt-get update' ';' 'sudo apt-get install -y 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=()
+ rm -rf .gnupg
+ set -ex
+ '[' -z 0.11.0 ']'
+ [[ 0.11.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.11.0"'
tag name is valid: "0.11.0"
+ cd repo
++ git tag -l 0.11.0
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.11
++ bc
++ echo 0.11 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.11, low enough to run a new Docker container'
load average is 0.11, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-java
+ docker pull yegor256/rultor-java
Using default tag: latest
latest: Pulling from yegor256/rultor-java
dafa2b0c44d2: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5ccf01e6cefd: Pulling fs layer
4a5449bec489: Pulling fs layer
ac7832f41460: Pulling fs layer
d63b8b04cafc: Pulling fs layer
7d5af111f2cc: Pulling fs layer
720999eee6d5: Pulling fs layer
99fbfb6da2e7: Pulling fs layer
2407230a9192: Pulling fs layer
7f36f52815f4: Pulling fs layer
c42b2f1f02fb: Pulling fs layer
a6deae603bab: Pulling fs layer
4a5449bec489: Waiting
ac7832f41460: Waiting
d63b8b04cafc: Waiting
7d5af111f2cc: Waiting
720999eee6d5: Waiting
99fbfb6da2e7: Waiting
2407230a9192: Waiting
7f36f52815f4: Waiting
c42b2f1f02fb: Waiting
a6deae603bab: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4a5449bec489: Verifying Checksum
4a5449bec489: Download complete
dafa2b0c44d2: Verifying Checksum
dafa2b0c44d2: Download complete
5ccf01e6cefd: Verifying Checksum
5ccf01e6cefd: Download complete
7d5af111f2cc: Verifying Checksum
7d5af111f2cc: Download complete
d63b8b04cafc: Verifying Checksum
d63b8b04cafc: Download complete
720999eee6d5: Verifying Checksum
720999eee6d5: Download complete
ac7832f41460: Verifying Checksum
ac7832f41460: Download complete
7f36f52815f4: Verifying Checksum
7f36f52815f4: Download complete
99fbfb6da2e7: Verifying Checksum
99fbfb6da2e7: Download complete
a6deae603bab: Verifying Checksum
a6deae603bab: Download complete
2407230a9192: Verifying Checksum
2407230a9192: Download complete
c42b2f1f02fb: Verifying Checksum
c42b2f1f02fb: Download complete
dafa2b0c44d2: Pull complete
4f4fb700ef54: Pull complete
5ccf01e6cefd: Pull complete
4a5449bec489: Pull complete
ac7832f41460: Pull complete
d63b8b04cafc: Pull complete
7d5af111f2cc: Pull complete
720999eee6d5: Pull complete
99fbfb6da2e7: Pull complete
2407230a9192: Pull complete
7f36f52815f4: Pull complete
c42b2f1f02fb: Pull complete
a6deae603bab: Pull complete
Digest: sha256:42fe66475a73fc045127e95245d5d5d4eedc324009825ed3ee9bbece0a980a60
Status: Downloaded newer image for yegor256/rultor-java:latest
docker.io/yegor256/rultor-java:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_pgtk_118\s*$'
+ ls -al .
total 52
drwx------ 3 ubuntu ubuntu 4096 Dec 27 09:27 .
drwxrwxrwt 12 root root 4096 Dec 27 09:27 ..
-rwxrwxr-x 1 ubuntu ubuntu 2090 Dec 27 09:27 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 490 Dec 27 09:27 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Dec 27 09:27 pid
drwxrwxr-x 8 ubuntu ubuntu 4096 Dec 27 09:27 repo
-rw-rw-r-- 1 ubuntu ubuntu 81 Dec 27 09:27 rubygems.yml
-rwxrwxr-x 1 ubuntu ubuntu 10044 Dec 27 09:27 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 995 Dec 27 09:27 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 7242 Dec 27 09:28 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-GtTX:/main --env=head=git@github.com:yegor256/pgtk.git --env=tag=0.11.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.11.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo hostname docker'\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt-get install -y 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-GtTX/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_118 yegor256/rultor-java /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 ubuntu 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 r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gem /root/.gemrc /root/.gnupg /root/.profile /root/.rvmrc /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/pgtk.git' ; export 'tag=0.11.0' ; export 'head_branch=master' ; export 'author=yegor256' ; sudo hostname docker ; sudo apt-get update ; sudo apt-get install -y 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
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
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
Hit:1ohttp://archive.ubuntu.com/ubuntu noble InRelease
Get:2ahttp://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Get:5ohttp://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [19.7 kB]
Get:6ahttp://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [724 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [968 kB]
Get:8 http://security.ubuntu.com/ubuntu5noble-security/mainaamd64 Packagese[719 kB]
Get:9 http://archive.ubuntu.com/ubuntu1noble-updates/universeaamd64sPackages/[1,254 kB]
Get:10Phttp://security.ubuntu.com/ubuntu3noble-security/universeeamd64 Packages [1,028 kB]
Get:11Phttp://security.ubuntu.com/ubuntu8noble-security/restricted amd64 Packages [707 kB]
Get:12Phttp://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [15.3 kB]
Get:13ohttp://archive.ubuntu.com/ubuntu0noble-backports/universe amd64 Packages [11.9 kB]
Fetchedo5,825]kBsino1s0(4,940 kB/s)
Reading package lists... Done
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
cron cron-daemon-common dbus dbus-bin dbus-daemon dbus-session-bus-common
dbus-system-bus-common dmsetup gir1.2-girepository-2.0 gir1.2-glib-2.0
libargon2-1 libcommon-sense-perl libcryptsetup12 libdevmapper1.02.1
libfdisk1 libgirepository-1.0-1 libglib2.0-0t64 libjson-c5 libjson-perl
libjson-xs-perl libkmod2 libpopt0 libpq5 libpython3-stdlib
libpython3.12-minimal libpython3.12-stdlib libsystemd-shared
libtypes-serialiser-perl libxslt1.1 logrotate media-types netbase
networkd-dispatcher postgresql-16 postgresql-client-16
postgresql-client-common postgresql-common python3 python3-dbus python3-gi
python3-minimal python3.12 python3.12-minimal ssl-cert sysstat systemd
systemd-dev systemd-resolved systemd-timesyncd
Suggested packages:
anacron checksecurity supercat default-mta | mail-transport-agent
default-dbus-session-bus | dbus-session-bus low-memory-monitor
postgresql-doc-16 bsd-mailx | mailx iw | wireless-tools postgresql-doc
python3-doc python3-tk python3-venv python-dbus-doc python3.12-venv
python3.12-doc binfmt-support isag systemd-container systemd-homed
systemd-userdbd systemd-boot libip4tc2 libqrencode4 libtss2-esys-3.0.2-0
libtss2-mu-4.0.1-0 libtss2-rc0 libtss2-tcti-device0 polkitd
Recommended packages:
libglib2.0-data xdg-user-dirs
The following NEW packages will be installed:
cron cron-daemon-common dbus dbus-bin dbus-daemon dbus-session-bus-common
dbus-system-bus-common dmsetup gir1.2-girepository-2.0 gir1.2-glib-2.0
libargon2-1 libcommon-sense-perl libcryptsetup12 libdevmapper1.02.1
libfdisk1 libgirepository-1.0-1 libjson-c5 libjson-perl libjson-xs-perl
libkmod2 libpopt0 libpq-dev libpq5 libpython3-stdlib libpython3.12-minimal
libpython3.12-stdlib libsystemd-shared libtypes-serialiser-perl libxslt1.1
logrotate media-types netbase networkd-dispatcher postgresql postgresql-16
postgresql-client postgresql-client-16 postgresql-client-common
postgresql-common python3 python3-dbus python3-gi python3-minimal python3.12
python3.12-minimal ssl-cert sysstat systemd systemd-dev systemd-resolved
systemd-timesyncd
The following packages will be upgraded:
libglib2.0-0t64
1 upgraded, 51 newly installed, 0 to remove and 61 not upgraded.
Need to get 33.6 MB of archives.
After this operation, 103 MB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.3 [834 kB]
Get:2ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.3 [2,333 kB]
Get:3ohttp://archive.ubuntu.com/ubuntu0noble-updates/main amd64 python3-minimal amd64 3.12.3-0ubuntu2 [27.4 kB]
Get:4ohttp://archive.ubuntu.com/ubuntu noble/main amd64 media-types all 10.1.0 [27.5 kB]
Get:5ohttp://archive.ubuntu.com/ubuntu noble/main amd64 netbase all 6.4 [13.1 kB]
Get:6Whttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.3 [2,068 kB]
Get:7Whttp://archive.ubuntu.com/ubuntuknoble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.3 [651 kB]
Get:8Whttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3-stdlib amd64 3.12.3-0ubuntu2 [10.0 kB]
Get:9Whttp://archive.ubuntu.com/ubuntu%noble-updates/main amd64 python3 amd64 3.12.3-0ubuntu2 [23.0 kB]
Get:10ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libargon2-1 amd64 0~20190702+dfsg-4build1 [20.8 kB]
Get:11ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-3ubuntu3.1 [139 kB]
Get:12ohttp://archive.ubuntu.com/ubuntu%noble/main amd64 libjson-c5 amd64 0.17-1build1 [35.3 kB]
Get:13ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcryptsetup12 amd64 2:2.7.0-1ubuntu4.1 [266 kB]
Get:14ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfdisk1 amd64 2.39.3-9ubuntu6.1 [146 kB]
Get:15ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libkmod2 amd64 31+20240202-2ubuntu7 [51.7 kB]
Get:16ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.4 [2,075 kB]
Get:17ohttp://archive.ubuntu.com/ubuntu0noble-updates/main amd64 systemd-dev all 255.4-1ubuntu8.4 [104 kB]
Get:18ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd amd64 255.4-1ubuntu8.4 [3,470 kB]
Get:19ohttp://archive.ubuntu.com/ubuntu noble/main amd64 cron-daemon-common all 3.0pl1-184ubuntu2 [13.6 kB]
Get:20ohttp://archive.ubuntu.com/ubuntu0noble/main amd64 cron amd64 3.0pl1-184ubuntu2 [85.3 kB]
Get:21ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libjson-perl all 4.10000-1 [81.9 kB]
Get:22ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client-common all 257build1.1 [36.4 kB]
Get:23ohttp://archive.ubuntu.com/ubuntu.noble/main amd64 ssl-cert all 1.1.2ubuntu1 [17.8 kB]
Get:24ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-common all 257build1.1 [161 kB]
Get:25ohttp://archive.ubuntu.com/ubuntu]noble-updates/main amd64 dbus-bin amd64 1.14.10-4ubuntu4.1 [39.3 kB]
Get:26ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-session-bus-common all 1.14.10-4ubuntu4.1 [80.5 kB]
Get:27ohttp://archive.ubuntu.com/ubuntu5noble-updates/main amd64 dbus-daemon amd64 1.14.10-4ubuntu4.1 [118 kB]
Get:28ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-system-bus-common all 1.14.10-4ubuntu4.1 [81.6 kB]
Get:29ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus amd64 1.14.10-4ubuntu4.1 [24.3 kB]
Get:30ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dmsetup amd64 2:1.02.185-3ubuntu3.1 [79.2 kB]
Get:31ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.2 [1,546 kB]
Get:32ohttp://archive.ubuntu.com/ubuntu]noble-updates/main amd64 gir1.2-glib-2.0 amd64 2.80.0-6ubuntu3.2 [183 kB]
Get:33ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libgirepository-1.0-1 amd64 1.80.1-1 [81.9 kB]
Get:34ohttp://archive.ubuntu.com/ubuntuknoble/main amd64 gir1.2-girepository-2.0 amd64 1.80.1-1 [24.5 kB]
Get:35ohttp://archive.ubuntu.com/ubuntu5noble/main amd64 libpopt0 amd64 1.19+dfsg-1build1 [28.6 kB]
Get:36ohttp://archive.ubuntu.com/ubuntu noble/main amd64 logrotate amd64 3.21.0-2build1 [52.2 kB]
Get:37ohttp://archive.ubuntu.com/ubuntu noble/main amd64 python3-dbus amd64 1.3.2-5build3 [100 kB]
Get:38ohttp://archive.ubuntu.com/ubuntu noble/main amd64 python3-gi amd64 3.48.2-1 [232 kB]
Get:39ohttp://archive.ubuntu.com/ubuntu noble/main amd64 networkd-dispatcher all 2.2.4-1 [15.5 kB]
Get:40ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-resolved amd64 255.4-1ubuntu8.4 [296 kB]
Get:41ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.4 [35.3 kB]
Get:42ohttp://archive.ubuntu.com/ubuntu%noble/main amd64 sysstat amd64 12.6.1-2 [489 kB]
Get:43ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libcommon-sense-perl amd64 3.75-3build3 [20.4 kB]
Get:44ohttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
Get:45ohttp://archive.ubuntu.com/ubuntu.noble/main amd64 libjson-xs-perl amd64 4.030-2build3 [83.6 kB]
Get:46ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpq5 amd64 16.6-0ubuntu0.24.04.1 [141 kB]
Get:47ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpq-dev amd64 16.6-0ubuntu0.24.04.1 [151 kB]
Get:48ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libxslt1.1 amd64 1.1.39-0exp1build1 [167 kB]
Get:49ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client-16 amd64 16.6-0ubuntu0.24.04.1 [1,271 kB]
Get:50ohttp://archive.ubuntu.com/ubuntuknoble-updates/main amd64 postgresql-16 amd64 16.6-0ubuntu0.24.04.1 [15.5 MB]
Get:51ohttp://archive.ubuntu.com/ubuntu6noble-updates/main amd64 postgresql all 16+257build1.1 [11.6 kB]
Get:52Whttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client all 16+257build1.1 [11.6 kB]
Fetchedo33.6gMBeinl3sl(12.30MB/s).6 kB 0%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpython3.12-minimal:amd64.
(Reading database ... 32320 files and directories currently installed.)
Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.3_amd64.deb ...
Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.3) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.3_amd64.deb ...
Unpacking python3.12-minimal (3.12.3-1ubuntu0.3) ...
Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.3) ...
Setting up python3.12-minimal (3.12.3-1ubuntu0.3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 32630 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2_amd64.deb ...
Unpacking python3-minimal (3.12.3-0ubuntu2) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package netbase.
Preparing to unpack .../2-netbase_6.4_all.deb ...
Unpacking netbase (6.4) ...
Selecting previously unselected package libpython3.12-stdlib:amd64.
Preparing to unpack .../3-libpython3.12-stdlib_3.12.3-1ubuntu0.3_amd64.deb ...
Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../4-python3.12_3.12.3-1ubuntu0.3_amd64.deb ...
Unpacking python3.12 (3.12.3-1ubuntu0.3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../5-libpython3-stdlib_3.12.3-0ubuntu2_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ...
Setting up python3-minimal (3.12.3-0ubuntu2) ...
Selecting previously unselected package python3.
(Reading database ... 33070 files and directories currently installed.)
Preparing to unpack .../00-python3_3.12.3-0ubuntu2_amd64.deb ...
Unpacking python3 (3.12.3-0ubuntu2) ...
Selecting previously unselected package libargon2-1:amd64.
Preparing to unpack .../01-libargon2-1_0~20190702+dfsg-4build1_amd64.deb ...
Unpacking libargon2-1:amd64 (0~20190702+dfsg-4build1) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.1_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.1) ...
Selecting previously unselected package libjson-c5:amd64.
Preparing to unpack .../03-libjson-c5_0.17-1build1_amd64.deb ...
Unpacking libjson-c5:amd64 (0.17-1build1) ...
Selecting previously unselected package libcryptsetup12:amd64.
Preparing to unpack .../04-libcryptsetup12_2%3a2.7.0-1ubuntu4.1_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.1) ...
Selecting previously unselected package libfdisk1:amd64.
Preparing to unpack .../05-libfdisk1_2.39.3-9ubuntu6.1_amd64.deb ...
Unpacking libfdisk1:amd64 (2.39.3-9ubuntu6.1) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../06-libkmod2_31+20240202-2ubuntu7_amd64.deb ...
Unpacking libkmod2:amd64 (31+20240202-2ubuntu7) ...
Selecting previously unselected package libsystemd-shared:amd64.
Preparing to unpack .../07-libsystemd-shared_255.4-1ubuntu8.4_amd64.deb ...
Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.4) ...
Selecting previously unselected package systemd-dev.
Preparing to unpack .../08-systemd-dev_255.4-1ubuntu8.4_all.deb ...
Unpacking systemd-dev (255.4-1ubuntu8.4) ...
Selecting previously unselected package systemd.
Preparing to unpack .../09-systemd_255.4-1ubuntu8.4_amd64.deb ...
Unpacking systemd (255.4-1ubuntu8.4) ...
Selecting previously unselected package cron-daemon-common.
Preparing to unpack .../10-cron-daemon-common_3.0pl1-184ubuntu2_all.deb ...
Unpacking cron-daemon-common (3.0pl1-184ubuntu2) ...
Setting up libargon2-1:amd64 (0~20190702+dfsg-4build1) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.1) ...
Setting up libjson-c5:amd64 (0.17-1build1) ...
Setting up libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.1) ...
Setting up libfdisk1:amd64 (2.39.3-9ubuntu6.1) ...
Setting up libkmod2:amd64 (31+20240202-2ubuntu7) ...
Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.4) ...
Setting up systemd-dev (255.4-1ubuntu8.4) ...
Setting up systemd (255.4-1ubuntu8.4) ...
Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
Initializing machine ID from random generator.
0;1;31m/usr/lib/tmpfiles.d/cron-daemon-common.conf:1: Failed to resolve group 'crontab': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal': No such process0m
0;1;31m/usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal': No such process0m
Creating group 'systemd-journal' with GID 999.
Creating group 'systemd-network' with GID 998.
Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
Setting up cron-daemon-common (3.0pl1-184ubuntu2) ...
Creating group 'crontab' with GID 997.
Selecting previously unselected package cron.
(Reading database ... 34128 files and directories currently installed.)
Preparing to unpack .../00-cron_3.0pl1-184ubuntu2_amd64.deb ...
Unpacking cron (3.0pl1-184ubuntu2) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../01-libjson-perl_4.10000-1_all.deb ...
Unpacking libjson-perl (4.10000-1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../02-postgresql-client-common_257build1.1_all.deb ...
Unpacking postgresql-client-common (257build1.1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../03-ssl-cert_1.1.2ubuntu1_all.deb ...
Unpacking ssl-cert (1.1.2ubuntu1) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../04-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 dbus-bin.
Preparing to unpack .../05-dbus-bin_1.14.10-4ubuntu4.1_amd64.deb ...
Unpacking dbus-bin (1.14.10-4ubuntu4.1) ...
Selecting previously unselected package dbus-session-bus-common.
Preparing to unpack .../06-dbus-session-bus-common_1.14.10-4ubuntu4.1_all.deb ...
Unpacking dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
Selecting previously unselected package dbus-daemon.
Preparing to unpack .../07-dbus-daemon_1.14.10-4ubuntu4.1_amd64.deb ...
Unpacking dbus-daemon (1.14.10-4ubuntu4.1) ...
Selecting previously unselected package dbus-system-bus-common.
Preparing to unpack .../08-dbus-system-bus-common_1.14.10-4ubuntu4.1_all.deb ...
Unpacking dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
Selecting previously unselected package dbus.
Preparing to unpack .../09-dbus_1.14.10-4ubuntu4.1_amd64.deb ...
Unpacking dbus (1.14.10-4ubuntu4.1) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../10-dmsetup_2%3a1.02.185-3ubuntu3.1_amd64.deb ...
Unpacking dmsetup (2:1.02.185-3ubuntu3.1) ...
Preparing to unpack .../11-libglib2.0-0t64_2.80.0-6ubuntu3.2_amd64.deb ...
Unpacking libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.2) over (2.80.0-6ubuntu3.1) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../12-gir1.2-glib-2.0_2.80.0-6ubuntu3.2_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.2) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../13-libgirepository-1.0-1_1.80.1-1_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.80.1-1) ...
Selecting previously unselected package gir1.2-girepository-2.0:amd64.
Preparing to unpack .../14-gir1.2-girepository-2.0_1.80.1-1_amd64.deb ...
Unpacking gir1.2-girepository-2.0:amd64 (1.80.1-1) ...
Selecting previously unselected package libpopt0:amd64.
Preparing to unpack .../15-libpopt0_1.19+dfsg-1build1_amd64.deb ...
Unpacking libpopt0:amd64 (1.19+dfsg-1build1) ...
Selecting previously unselected package logrotate.
Preparing to unpack .../16-logrotate_3.21.0-2build1_amd64.deb ...
Unpacking logrotate (3.21.0-2build1) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../17-python3-dbus_1.3.2-5build3_amd64.deb ...
Unpacking python3-dbus (1.3.2-5build3) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../18-python3-gi_3.48.2-1_amd64.deb ...
Unpacking python3-gi (3.48.2-1) ...
Selecting previously unselected package networkd-dispatcher.
Preparing to unpack .../19-networkd-dispatcher_2.2.4-1_all.deb ...
Unpacking networkd-dispatcher (2.2.4-1) ...
Selecting previously unselected package systemd-resolved.
Preparing to unpack .../20-systemd-resolved_255.4-1ubuntu8.4_amd64.deb ...
Unpacking systemd-resolved (255.4-1ubuntu8.4) ...
Selecting previously unselected package systemd-timesyncd.
Preparing to unpack .../21-systemd-timesyncd_255.4-1ubuntu8.4_amd64.deb ...
Unpacking systemd-timesyncd (255.4-1ubuntu8.4) ...
Selecting previously unselected package sysstat.
Preparing to unpack .../22-sysstat_12.6.1-2_amd64.deb ...
Unpacking sysstat (12.6.1-2) ...
Selecting previously unselected package libcommon-sense-perl:amd64.
Preparing to unpack .../23-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 .../24-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 .../25-libjson-xs-perl_4.030-2build3_amd64.deb ...
Unpacking libjson-xs-perl (4.030-2build3) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../26-libpq5_16.6-0ubuntu0.24.04.1_amd64.deb ...
Unpacking libpq5:amd64 (16.6-0ubuntu0.24.04.1) ...
Selecting previously unselected package libpq-dev.
Preparing to unpack .../27-libpq-dev_16.6-0ubuntu0.24.04.1_amd64.deb ...
Unpacking libpq-dev (16.6-0ubuntu0.24.04.1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../28-libxslt1.1_1.1.39-0exp1build1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.39-0exp1build1) ...
Selecting previously unselected package postgresql-client-16.
Preparing to unpack .../29-postgresql-client-16_16.6-0ubuntu0.24.04.1_amd64.deb ...
Unpacking postgresql-client-16 (16.6-0ubuntu0.24.04.1) ...
Selecting previously unselected package postgresql-16.
Preparing to unpack .../30-postgresql-16_16.6-0ubuntu0.24.04.1_amd64.deb ...
Unpacking postgresql-16 (16.6-0ubuntu0.24.04.1) ...
Selecting previously unselected package postgresql.
Preparing to unpack .../31-postgresql_16+257build1.1_all.deb ...
Unpacking postgresql (16+257build1.1) ...
Selecting previously unselected package postgresql-client.
Preparing to unpack .../32-postgresql-client_16+257build1.1_all.deb ...
Unpacking postgresql-client (16+257build1.1) ...
Setting up media-types (10.1.0) ...
Setting up cron (3.0pl1-184ubuntu2) ...
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/cron.service → /usr/lib/systemd/system/cron.service.
Setting up libpq5:amd64 (16.6-0ubuntu0.24.04.1) ...
Setting up libcommon-sense-perl:amd64 (3.75-3build3) ...
Setting up libpq-dev (16.6-0ubuntu0.24.04.1) ...
Setting up libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.2) ...
No schema files found: doing nothing.
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 systemd-timesyncd (255.4-1ubuntu8.4) ...
Creating group 'systemd-timesync' with GID 996.
Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 996 and GID 996.
Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /usr/lib/systemd/system/systemd-timesyncd.service.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /usr/lib/systemd/system/systemd-timesyncd.service.
Setting up gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.2) ...
Setting up libtypes-serialiser-perl (1.01-1) ...
Setting up dmsetup (2:1.02.185-3ubuntu3.1) ...
Setting up dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
Setting up libjson-perl (4.10000-1) ...
Setting up libxslt1.1:amd64 (1.1.39-0exp1build1) ...
Setting up libgirepository-1.0-1:amd64 (1.80.1-1) ...
Setting up netbase (6.4) ...
Setting up dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
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 dbus-bin (1.14.10-4ubuntu4.1) ...
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 postgresql-client-common (257build1.1) ...
Setting up libjson-xs-perl (4.030-2build3) ...
Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.3) ...
Setting up python3.12 (3.12.3-1ubuntu0.3) ...
Setting up postgresql-client-16 (16.6-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 dbus-daemon (1.14.10-4ubuntu4.1) ...
Setting up gir1.2-girepository-2.0:amd64 (1.80.1-1) ...
Setting up dbus (1.14.10-4ubuntu4.1) ...
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 libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ...
Setting up systemd-resolved (255.4-1ubuntu8.4) ...
Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
Cannot take a backup of /etc/resolv.conf.
ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
Creating group 'systemd-resolve' with GID 995.
Creating user 'systemd-resolve' (systemd Resolver) with UID 995 and GID 995.
Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /usr/lib/systemd/system/systemd-resolved.service.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /usr/lib/systemd/system/systemd-resolved.service.
Setting up postgresql-client (16+257build1.1) ...
Setting up postgresql-16 (16.6-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 ... 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 python3 (3.12.3-0ubuntu2) ...
running python rtupdate hooks for python3.12...
running python post-rtupdate hooks for python3.12...
Setting up python3-gi (3.48.2-1) ...
Setting up postgresql (16+257build1.1) ...
Setting up python3-dbus (1.3.2-5build3) ...
Setting up networkd-dispatcher (2.2.4-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /usr/lib/systemd/system/networkd-dispatcher.service.
Processing triggers for libc-bin (2.39-0ubuntu8.3) ...
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
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/actionlint.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/license.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading .simplecov ...
Reading .yamllint.yml ...
Reading Gemfile ...
Reading Gemfile.lock ...
Reading LICENSE.txt ...
Reading README.md ...
Reading Rakefile ...
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 ...
Bundler 2.4.10 is running, but your lockfile was generated with 2.5.16. Installing Bundler 2.5.16 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.5.16
Installing bundler 2.5.16
Fetching gem metadata from https://rubygems.org/...........
Fetching rake 13.2.1
Installing rake 13.2.1
Fetching base64 0.2.0
Installing base64 0.2.0
Fetching benchmark 0.4.0
Installing benchmark 0.4.0
Fetching bigdecimal 3.1.9
Installing bigdecimal 3.1.9 with native extensions
Fetching concurrent-ruby 1.3.4
Installing concurrent-ruby 1.3.4
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.6
Installing i18n 1.14.6
Fetching logger 1.6.4
Installing logger 1.6.4
Fetching minitest 5.25.4
Installing minitest 5.25.4
Fetching securerandom 0.4.1
Installing securerandom 0.4.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching uri 1.0.2
Installing uri 1.0.2
Fetching activesupport 8.0.1
Installing activesupport 8.0.1
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching erubi 1.13.1
Installing erubi 1.13.1
Fetching racc 1.8.1
Installing racc 1.8.1 with native extensions
Fetching nokogiri 1.18.0 (x86_64-linux-gnu)
Installing nokogiri 1.18.0 (x86_64-linux-gnu)
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.23.1
Installing loofah 2.23.1
Fetching rails-html-sanitizer 1.6.2
Installing rails-html-sanitizer 1.6.2
Fetching actionview 8.0.1
Installing actionview 8.0.1
Fetching rack 3.1.8
Installing rack 3.1.8
Fetching rack-session 2.0.0
Installing rack-session 2.0.0
Fetching rack-test 2.2.0
Installing rack-test 2.2.0
Fetching useragent 0.16.11
Installing useragent 0.16.11
Fetching actionpack 8.0.1
Installing actionpack 8.0.1
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching backtrace 0.4.0
Installing backtrace 0.4.0
Fetching date 3.4.1
Installing date 3.4.1 with native extensions
Fetching diff-lcs 1.5.1
Installing diff-lcs 1.5.1
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching loog 0.6.0
Installing loog 0.6.0
Fetching tago 0.0.2
Installing tago 0.0.2
Fetching elapsed 0.0.1
Installing elapsed 0.0.1
Fetching io-console 0.8.0
Installing io-console 0.8.0 with native extensions
Fetching stringio 3.1.2
Installing stringio 3.1.2 with native extensions
Fetching psych 5.2.2
Installing psych 5.2.2 with native extensions
Fetching rdoc 6.10.0
Installing rdoc 6.10.0
Fetching reline 0.6.0
Installing reline 0.6.0
Fetching irb 1.14.3
Installing irb 1.14.3
Fetching json 2.9.1
Installing json 2.9.1 with native extensions
Fetching language_server-protocol 3.17.0.3
Installing language_server-protocol 3.17.0.3
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.7.1
Installing minitest-reporters 1.7.1
Fetching parallel 1.26.3
Installing parallel 1.26.3
Fetching parser 3.3.6.0
Installing parser 3.3.6.0
Fetching pg 1.5.9
Installing pg 1.5.9 with native extensions
Fetching qbash 0.2.2
Installing qbash 0.2.2
Fetching random-port 0.7.1
Installing random-port 0.7.1
Fetching rackup 2.2.1
Installing rackup 2.2.1
Fetching thor 1.3.2
Installing thor 1.3.2
Fetching zeitwerk 2.7.1
Installing zeitwerk 2.7.1
Fetching railties 8.0.1
Installing railties 8.0.1
Fetching regexp_parser 2.10.0
Installing regexp_parser 2.10.0
Fetching rexml 3.4.0
Installing rexml 3.4.0
Fetching rspec-support 3.13.2
Installing rspec-support 3.13.2
Fetching rspec-core 3.13.2
Installing rspec-core 3.13.2
Fetching rspec-expectations 3.13.3
Installing rspec-expectations 3.13.3
Fetching rspec-mocks 3.13.2
Installing rspec-mocks 3.13.2
Fetching rspec-rails 7.1.0
Installing rspec-rails 7.1.0
Fetching rubocop-ast 1.37.0
Installing rubocop-ast 1.37.0
Fetching unicode-emoji 4.0.4
Installing unicode-emoji 4.0.4
Fetching unicode-display_width 3.1.2
Installing unicode-display_width 3.1.2
Fetching rubocop 1.69.2
Installing rubocop 1.69.2
Fetching rubocop-rspec 3.3.0
Installing rubocop-rspec 3.3.0
Fetching simplecov-html 0.13.1
Installing simplecov-html 0.13.1
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 2.1.0
Installing simplecov-cobertura 2.1.0
Bundle complete! 11 Gemfile dependencies, 78 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from i18n:
PSA: I18n will be dropping support for Ruby < 3.2 in the next major release (April 2025), due to Ruby's end of life for 3.1 and below (https://endoflife.date/ruby). Please upgrade to Ruby 3.2 or newer by April 2025 to continue using future versions of this gem.
Started with run options --seed 14150
TestPool
D: PostgreSQL pool started with 1 connections
D: START TRANSACTION: 1ms / 3060
D: DELETE FROM book: 1ms / 3060
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 0ms / 3060
D: COMMIT: 1ms / 3060
test_transaction 32m PASS0m (17.17s)
D: PostgreSQL pool started with 1 connections
D: INSERT INTO book (title) VALUES ($1) RETURNING id: 3ms / 3080
test_basic 32m PASS0m (14.67s)
+ initdb --auth=trust -D /tmp/test20241227-5842-gvr55n/pgsql --username hello --pwfile /tmp/20241227-5842-iqam1t
The files belonging to this database system will be owned by user "r".
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.
creating directory /tmp/test20241227-5842-gvr55n/pgsql ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... 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_ctl -D /tmp/test20241227-5842-gvr55n/pgsql -l logfile start
Required TCP port 37185 is used for PostgreSQL server
+ createdb --host localhost --port 37185 --username hello test
PostgreSQL has been started in process #6007, port 37185
D: PostgreSQL pool started with 1 connections
D: SELECT * FROM pg_catalog.pg_tables: 3ms / 3120
+ pg_ctl -D /tmp/test20241227-5842-gvr55n/pgsql stop
waiting for server to shut down.... done
server stopped
Connection refused - connect(2) for "localhost" port 37185
E: SELECT * FROM pg_catalog.pg_tables: PQconsumeInput() FATAL: terminating connection due to administrator command
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
+ initdb --auth=trust -D /tmp/test20241227-5842-gvr55n/pgsql --username hello --pwfile /tmp/20241227-5842-4uoaub
The files belonging to this database system will be owned by user "r".
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.
creating directory /tmp/test20241227-5842-gvr55n/pgsql ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... 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_ctl -D /tmp/test20241227-5842-gvr55n/pgsql -l logfile start
Required TCP port 37185 is used for PostgreSQL server
+ createdb --host localhost --port 37185 --username hello test
PostgreSQL has been started in process #6037, port 37185
E: SELECT * FROM pg_catalog.pg_tables: connection is closed
connection is closed
D: SELECT * FROM pg_catalog.pg_tables: 2ms / 3180
test_reconnects_on_pg_reboot 32m PASS0m (19.18s)
test_logs_sql 32m PASS0m (15.26s)
D: PostgreSQL pool started with 1 connections
E: SELECT * FROM thisiserror: ERROR: relation "thisiserror" does not exist
LINE 1: SELECT * FROM thisiserror
^
D: SELECT * FROM book: 1ms / 3280
D: SELECT * FROM book: 0ms / 3280
D: SELECT * FROM book: 0ms / 3280
D: SELECT * FROM book: 0ms / 3280
D: SELECT * FROM book: 0ms / 3280
test_reconnects_on_pg_error 32m PASS0m (14.61s)
D: PostgreSQL pool started with 1 connections
D: SHOW server_version: 1ms / 3320
test_reads_version 32m PASS0m (16.77s)
test_logs_errors 32m PASS0m (23.77s)
D: PostgreSQL pool started with 1 connections
D: DELETE FROM book: 1ms / 3400
D: SELECT * FROM book: 0ms / 3400
D: START TRANSACTION: 0ms / 3400
D: INSERT INTO book (title) VALUES ($1): 3ms / 3400
E: INSERT INTO book (error_here) VALUES ($1): ERROR: column "error_here" of relation "book" does not exist
LINE 1: INSERT INTO book (error_here) VALUES ($1)
^
D: ROLLBACK: 4ms / 3400
D: SELECT * FROM book: 1ms / 3420
D: INSERT INTO book (title) VALUES ($1): 2ms / 3420
D: SELECT * FROM book: 0ms / 3420
test_transaction_with_error 32m PASS0m (20.73s)
TestPgsqlTask
test_basic 32m PASS0m (11.06s)
+ initdb --auth=trust -D /tmp/test20241227-5842-26y5f0/pgsql --username hello --pwfile /tmp/20241227-5842-lrkbno
The files belonging to this database system will be owned by user "r".
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.
creating directory /tmp/test20241227-5842-26y5f0/pgsql ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... 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_ctl -D /tmp/test20241227-5842-26y5f0/pgsql -l logfile start
Random TCP port 37192 is used for PostgreSQL server
+ createdb --host localhost --port 37192 --username hello test
PostgreSQL has been started in process #6445, port 37192
test_not_quiet 32m PASS0m (8.73s)
TestLiquibaseTask
test_basic 32m PASS0m (14.96s)
test_with_invalid_master_file 32m PASS0m (0.00s)
test_latest_version 32m PASS0m (16.98s)
Finished in 193.90423s
13 tests, 19 assertions, 32m0 failures, 0 errors, 0m33m0 skips0m
+ kill -TERM 6445
PostgreSQL killed in PID 6445
+ kill -TERM 6037
PostgreSQL killed in PID 6037
+ kill -TERM 6007
PostgreSQL killed in PID 6007
Coverage report generated for Unit Tests to /home/r/repo/coverage/coverage.xml. 184 / 197 LOC (93.40%) covered
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' .
[__rultor b413695] version set to 0.11.0
1 file changed, 1 insertion(+), 1 deletion(-)
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
stringio (>= 0)
Available/installed versions of this gem:
- 3.1.2
- 3.0.4
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
Please report a bug if this causes problems.
WARNING: open-ended dependency on backtrace (> 0) is not recommended
use a bounded requirement, such as '~> x.y'
WARNING: open-ended dependency on loog (> 0) is not recommended
use a bounded requirement, such as '~> x.y'
WARNING: open-ended dependency on qbash (> 0) is not recommended
use a bounded requirement, such as '~> x.y'
WARNING: open-ended dependency on random-port (> 0) is not recommended
use a bounded requirement, such as '~> x.y'
WARNING: See https://guides.rubygems.org/specification-reference/ for help
Successfully built RubyGem
Name: pgtk
Version: 0.11.0
File: pgtk-0.11.0.gem
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
stringio (>= 0)
Available/installed versions of this gem:
- 3.1.2
- 3.0.4
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
Please report a bug if this causes problems.
Pushing gem to https://rubygems.org...
Successfully registered gem: pgtk (0.11.0)
+ 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.11.0 -m '0.11.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at b413695 version set to 0.11.0
+ 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 b413695).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:yegor256/pgtk.git
* [new tag] 0.11.0 -> 0.11.0
container 612d0a809732d5eb17e917c6a79cfd846c69c08771d78ab6fffb46f54e34b610 is dead
Fri Dec 27 09:34:13 UTC 2024