rultor.com logo This build log was produced by rultor.com for yegor256/pgtk#136
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1239
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Feb 19 13:51:02 UTC 2025
+ uptime
 13:51:02 up 1 min,  0 users,  load average: 1.76, 0.59, 0.21
+ head=git@github.com:yegor256/pgtk.git
+ ff=default
+ image=yegor256/rultor-java
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.13.1
+ vars=('--env=head=git@github.com:yegor256/pgtk.git' '--env=tag=0.13.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.13.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update --yes --fix-missing'\'' '\'';'\'' '\''sudo apt-get install --yes libpq-dev postgresql-client postgresql'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb'\'' '\'';'\'' '\''git add lib/pgtk/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build pgtk.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''tag=0.13.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update --yes --fix-missing' ';' 'sudo apt-get install --yes libpq-dev postgresql-client postgresql' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb' ';' 'git add lib/pgtk/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build pgtk.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';')
+ directory=
+ container=yegor256_pgtk_136
+ as_root=false
+ hostname
ip-172-31-22-29
+ pwd
/tmp/rultor-EHB0
+ 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.13.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update --yes --fix-missing' ';' 'sudo apt-get install --yes libpq-dev postgresql-client postgresql' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb' ';' 'git add lib/pgtk/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build pgtk.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';'
+ sensitive=()
+ rm -rf .gnupg
+ set -ex
+ '[' -z 0.13.1 ']'
+ [[ 0.13.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.13.1"'
tag name is valid: "0.13.1"
+ cd repo
++ git tag -l 0.13.1
+ '[' ']'
+ 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.22
++ bc
++ echo 0.22 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.22, low enough to run a new Docker container'
load average is 0.22, 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
5ccf01e6cefd: Verifying Checksum
5ccf01e6cefd: Download complete
dafa2b0c44d2: Verifying Checksum
dafa2b0c44d2: Download complete
7d5af111f2cc: Verifying Checksum
7d5af111f2cc: Download complete
d63b8b04cafc: Verifying Checksum
d63b8b04cafc: Download complete
720999eee6d5: Verifying Checksum
720999eee6d5: Download complete
99fbfb6da2e7: Verifying Checksum
99fbfb6da2e7: Download complete
7f36f52815f4: Verifying Checksum
7f36f52815f4: Download complete
ac7832f41460: Verifying Checksum
ac7832f41460: 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_136\s*$'
+ ls -al .
total 52
drwx------  3 ubuntu ubuntu  4096 Feb 19 13:51 .
drwxrwxrwt 12 root   root    4096 Feb 19 13:50 ..
-rwxrwxr-x  1 ubuntu ubuntu  2089 Feb 19 13:51 end.sh
-rwxrwxr-x  1 ubuntu ubuntu   490 Feb 19 13:51 entry.sh
-rw-rw-r--  1 ubuntu ubuntu     5 Feb 19 13:51 pid
drwxrwxr-x  9 ubuntu ubuntu  4096 Feb 19 13:51 repo
-rw-rw-r--  1 ubuntu ubuntu    81 Feb 19 13:50 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 10024 Feb 19 13:51 run.sh
-rw-rw-r--  1 ubuntu ubuntu   995 Feb 19 13:51 script.sh
-rw-rw-r--  1 ubuntu ubuntu  7217 Feb 19 13:51 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-EHB0:/main --env=head=git@github.com:yegor256/pgtk.git --env=tag=0.13.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.13.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update --yes --fix-missing'\'' '\'';'\'' '\''sudo apt-get install --yes libpq-dev postgresql-client postgresql'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb'\'' '\'';'\'' '\''git add lib/pgtk/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build pgtk.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-EHB0/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_136 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.13.1' ; export 'head_branch=master' ; export 'author=yegor256' ; sudo apt-get update --yes --fix-missing ; sudo apt-get install --yes libpq-dev postgresql-client postgresql ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl ; pdd -f /dev/null ; bundle install --no-color ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; bundle exec rake ; rm -rf *.gem ; sed -i "s/0\.0\.0/${tag}/g" lib/pgtk/version.rb ; git add lib/pgtk/version.rb ; git commit -m "version set to ${tag}" ; gem build pgtk.gemspec ; chmod 0600 ../rubygems.yml ; gem push *.gem --config-file ../rubygems.yml ;
+ su --login r --command /home/r/script.sh
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:2ohttp://archive.ubuntu.com/ubuntu(noble-updates1InRelease [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/main amd64 Packages [1,100 kB]
Get:6ohttp://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [828 kB]
Get:7 http://archive.ubuntu.com/ubuntu3noble-updates/multiverse amd64 Packages [20.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu0noble-updates/universe amd64 Packages [1,317 kB]
Get:9 http://archive.ubuntu.com/ubuntu0noble-backports/universe amd64 Packages [15.1 kB]
Get:10ahttp://security.ubuntu.com/ubuntuhnoble-security/restricted amd64 Packages [789 kB]
Get:110http://security.ubuntu.com/ubuntu7noble-security/main amd64 Packages [777 kB]
Get:121http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1,039 kB]
Get:132http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [15.5 kB]
Fetchedo6,278]kB ino1s (4,8811kB/s)kages 0 B/15.5 kB 0%]
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:
  bsdutils 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 libblkid1
  libcommon-sense-perl libcryptsetup12 libdevmapper1.02.1 libfdisk1
  libgirepository-1.0-1 libglib2.0-0t64 libjson-c5 libjson-perl
  libjson-xs-perl libkmod2 libmount1 libpopt0 libpq5 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libsmartcols1 libsystemd-shared
  libsystemd0 libtypes-serialiser-perl libudev1 libuuid1 libxslt1.1 logrotate
  media-types mount 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
  util-linux
Suggested packages:
  anacron checksecurity supercat default-mta | mail-transport-agent
  default-dbus-session-bus | dbus-session-bus low-memory-monitor
  cryptsetup-bin postgresql-doc-16 bsd-mailx | mailx nfs-common 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 dosfstools kbd util-linux-extra
  util-linux-locales
Recommended packages:
  bsdextrautils libglib2.0-data xdg-user-dirs uuid-runtime
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:
  bsdutils libblkid1 libglib2.0-0t64 libmount1 libsmartcols1 libsystemd0
  libudev1 libuuid1 mount util-linux
10 upgraded, 51 newly installed, 0 to remove and 106 not upgraded.
Need to get 35.9 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 bsdutils amd64 1:2.39.3-9ubuntu6.2 [95.2 kB]
Get:2ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 util-linux amd64 2.39.3-9ubuntu6.2 [1,127 kB]
Get:3ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 mount amd64 2.39.3-9ubuntu6.2 [118 kB]
Get:4ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.4 [834 kB]
Get:5ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.4 [2,336 kB]
Get:6Whttp://archive.ubuntu.com/ubuntu0noble-updates/main amd64 python3-minimal amd64 3.12.3-0ubuntu2 [27.4 kB]
Get:7Whttp://archive.ubuntu.com/ubuntu noble/main amd64 media-types all 10.1.0 [27.5 kB]
Get:8Whttp://archive.ubuntu.com/ubuntu noble/main amd64 netbase all 6.4 [13.1 kB]
Get:9Whttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.4 [2,068 kB]
Get:10ohttp://archive.ubuntu.com/ubuntuBnoble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.4 [651 kB]
Get:11ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3-stdlib amd64 3.12.3-0ubuntu2 [10.0 kB]
Get:12ohttp://archive.ubuntu.com/ubuntu%noble-updates/main amd64 python3 amd64 3.12.3-0ubuntu2 [23.0 kB]
Get:13ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libargon2-1 amd64 0~20190702+dfsg-4build1 [20.8 kB]
Get:14ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libblkid1 amd64 2.39.3-9ubuntu6.2 [123 kB]
Get:15ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libudev1 amd64 255.4-1ubuntu8.5 [175 kB]
Get:16ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-3ubuntu3.1 [139 kB]
Get:17ohttp://archive.ubuntu.com/ubuntu%noble/main amd64 libjson-c5 amd64 0.17-1build1 [35.3 kB]
Get:18ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuuid1 amd64 2.39.3-9ubuntu6.2 [35.5 kB]
Get:19ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcryptsetup12 amd64 2:2.7.0-1ubuntu4.1 [266 kB]
Get:20ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfdisk1 amd64 2.39.3-9ubuntu6.2 [146 kB]
Get:21ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkmod2 amd64 31+20240202-2ubuntu7.1 [51.7 kB]
Get:22ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libmount1 amd64 2.39.3-9ubuntu6.2 [134 kB]
Get:23ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.5 [2,069 kB]
Get:24ohttp://archive.ubuntu.com/ubuntu0noble-updates/main amd64 libsystemd0 amd64 255.4-1ubuntu8.5 [433 kB]
Get:25ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-dev all 255.4-1ubuntu8.5 [104 kB]
Get:26ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd amd64 255.4-1ubuntu8.5 [3,471 kB]
Get:27ohttp://archive.ubuntu.com/ubuntu noble/main amd64 cron-daemon-common all 3.0pl1-184ubuntu2 [13.6 kB]
Get:28ohttp://archive.ubuntu.com/ubuntu0noble/main amd64 cron amd64 3.0pl1-184ubuntu2 [85.3 kB]
Get:29ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libjson-perl all 4.10000-1 [81.9 kB]
Get:30ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client-common all 257build1.1 [36.4 kB]
Get:31ohttp://archive.ubuntu.com/ubuntu.noble/main amd64 ssl-cert all 1.1.2ubuntu1 [17.8 kB]
Get:32ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-common all 257build1.1 [161 kB]
Get:33ohttp://archive.ubuntu.com/ubuntu]noble-updates/main amd64 libsmartcols1 amd64 2.39.3-9ubuntu6.2 [65.2 kB]
Get:34ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-bin amd64 1.14.10-4ubuntu4.1 [39.3 kB]
Get:35ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-session-bus-common all 1.14.10-4ubuntu4.1 [80.5 kB]
Get:36ohttp://archive.ubuntu.com/ubuntu5noble-updates/main amd64 dbus-daemon amd64 1.14.10-4ubuntu4.1 [118 kB]
Get:37ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-system-bus-common all 1.14.10-4ubuntu4.1 [81.6 kB]
Get:38ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus amd64 1.14.10-4ubuntu4.1 [24.3 kB]
Get:39ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 dmsetup amd64 2:1.02.185-3ubuntu3.1 [79.2 kB]
Get:40ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.2 [1,546 kB]
Get:41ohttp://archive.ubuntu.com/ubuntu]noble-updates/main amd64 gir1.2-glib-2.0 amd64 2.80.0-6ubuntu3.2 [183 kB]
Get:42ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libgirepository-1.0-1 amd64 1.80.1-1 [81.9 kB]
Get:43ohttp://archive.ubuntu.com/ubuntuknoble/main amd64 gir1.2-girepository-2.0 amd64 1.80.1-1 [24.5 kB]
Get:44ohttp://archive.ubuntu.com/ubuntu5noble/main amd64 libpopt0 amd64 1.19+dfsg-1build1 [28.6 kB]
Get:45ohttp://archive.ubuntu.com/ubuntu noble/main amd64 logrotate amd64 3.21.0-2build1 [52.2 kB]
Get:46ohttp://archive.ubuntu.com/ubuntu noble/main amd64 python3-dbus amd64 1.3.2-5build3 [100 kB]
Get:47ohttp://archive.ubuntu.com/ubuntu noble/main amd64 python3-gi amd64 3.48.2-1 [232 kB]
Get:48ohttp://archive.ubuntu.com/ubuntu noble/main amd64 networkd-dispatcher all 2.2.4-1 [15.5 kB]
Get:49ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-resolved amd64 255.4-1ubuntu8.5 [296 kB]
Get:50ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.5 [35.3 kB]
Get:51ohttp://archive.ubuntu.com/ubuntu%noble/main amd64 sysstat amd64 12.6.1-2 [489 kB]
Get:52ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libcommon-sense-perl amd64 3.75-3build3 [20.4 kB]
Get:53ohttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
Get:54ohttp://archive.ubuntu.com/ubuntu.noble/main amd64 libjson-xs-perl amd64 4.030-2build3 [83.6 kB]
Get:55ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpq5 amd64 16.6-0ubuntu0.24.04.1 [141 kB]
Get:56ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpq-dev amd64 16.6-0ubuntu0.24.04.1 [151 kB]
Get:57ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libxslt1.1 amd64 1.1.39-0exp1build1 [167 kB]
Get:58ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client-16 amd64 16.6-0ubuntu0.24.04.1 [1,271 kB]
Get:59ohttp://archive.ubuntu.com/ubuntuknoble-updates/main amd64 postgresql-16 amd64 16.6-0ubuntu0.24.04.1 [15.5 MB]
Get:60ohttp://archive.ubuntu.com/ubuntu7noble-updates/main amd64 postgresql all 16+257build1.1 [11.6 kB]
Get:61Whttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 postgresql-client all 16+257build1.1 [11.6 kB]
Fetchedo35.9gMBeinl3sl(12.70MB/s).6 kB 0%]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 32320 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.2_amd64.deb ...
Unpacking bsdutils (1:2.39.3-9ubuntu6.2) over (1:2.39.3-9ubuntu6.1) ...
Setting up bsdutils (1:2.39.3-9ubuntu6.2) ...
(Reading database ... 32320 files and directories currently installed.)
Preparing to unpack .../util-linux_2.39.3-9ubuntu6.2_amd64.deb ...
Unpacking util-linux (2.39.3-9ubuntu6.2) over (2.39.3-9ubuntu6.1) ...
Setting up util-linux (2.39.3-9ubuntu6.2) ...
(Reading database ... 32320 files and directories currently installed.)
Preparing to unpack .../mount_2.39.3-9ubuntu6.2_amd64.deb ...
Unpacking mount (2.39.3-9ubuntu6.2) over (2.39.3-9ubuntu6.1) ...
Selecting previously unselected package libpython3.12-minimal:amd64.
Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.4_amd64.deb ...
Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.4) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.4_amd64.deb ...
Unpacking python3.12-minimal (3.12.3-1ubuntu0.4) ...
Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.4) ...
Setting up python3.12-minimal (3.12.3-1ubuntu0.4) ...
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.4_amd64.deb ...
Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.4) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../4-python3.12_3.12.3-1ubuntu0.4_amd64.deb ...
Unpacking python3.12 (3.12.3-1ubuntu0.4) ...
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 .../python3_3.12.3-0ubuntu2_amd64.deb ...
Unpacking python3 (3.12.3-0ubuntu2) ...
Selecting previously unselected package libargon2-1:amd64.
Preparing to unpack .../libargon2-1_0~20190702+dfsg-4build1_amd64.deb ...
Unpacking libargon2-1:amd64 (0~20190702+dfsg-4build1) ...
Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.2_amd64.deb ...
Unpacking libblkid1:amd64 (2.39.3-9ubuntu6.2) over (2.39.3-9ubuntu6.1) ...
Setting up libblkid1:amd64 (2.39.3-9ubuntu6.2) ...
(Reading database ... 33094 files and directories currently installed.)
Preparing to unpack .../libudev1_255.4-1ubuntu8.5_amd64.deb ...
Unpacking libudev1:amd64 (255.4-1ubuntu8.5) over (255.4-1ubuntu8.4) ...
Setting up libudev1:amd64 (255.4-1ubuntu8.5) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
(Reading database ... 33094 files and directories currently installed.)
Preparing to unpack .../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 .../libjson-c5_0.17-1build1_amd64.deb ...
Unpacking libjson-c5:amd64 (0.17-1build1) ...
Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.2_amd64.deb ...
Unpacking libuuid1:amd64 (2.39.3-9ubuntu6.2) over (2.39.3-9ubuntu6.1) ...
Setting up libuuid1:amd64 (2.39.3-9ubuntu6.2) ...
Selecting previously unselected package libcryptsetup12:amd64.
(Reading database ... 33105 files and directories currently installed.)
Preparing to unpack .../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 .../libfdisk1_2.39.3-9ubuntu6.2_amd64.deb ...
Unpacking libfdisk1:amd64 (2.39.3-9ubuntu6.2) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../libkmod2_31+20240202-2ubuntu7.1_amd64.deb ...
Unpacking libkmod2:amd64 (31+20240202-2ubuntu7.1) ...
Preparing to unpack .../libmount1_2.39.3-9ubuntu6.2_amd64.deb ...
Unpacking libmount1:amd64 (2.39.3-9ubuntu6.2) over (2.39.3-9ubuntu6.1) ...
Setting up libmount1:amd64 (2.39.3-9ubuntu6.2) ...
Selecting previously unselected package libsystemd-shared:amd64.
(Reading database ... 33125 files and directories currently installed.)
Preparing to unpack .../libsystemd-shared_255.4-1ubuntu8.5_amd64.deb ...
Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.5) ...
Preparing to unpack .../libsystemd0_255.4-1ubuntu8.5_amd64.deb ...
Unpacking libsystemd0:amd64 (255.4-1ubuntu8.5) over (255.4-1ubuntu8.4) ...
Setting up libsystemd0:amd64 (255.4-1ubuntu8.5) ...
Selecting previously unselected package systemd-dev.
(Reading database ... 33133 files and directories currently installed.)
Preparing to unpack .../systemd-dev_255.4-1ubuntu8.5_all.deb ...
Unpacking systemd-dev (255.4-1ubuntu8.5) ...
Selecting previously unselected package systemd.
Preparing to unpack .../systemd_255.4-1ubuntu8.5_amd64.deb ...
Unpacking systemd (255.4-1ubuntu8.5) ...
Selecting previously unselected package cron-daemon-common.
Preparing to unpack .../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.2) ...
Setting up libkmod2:amd64 (31+20240202-2ubuntu7.1) ...
Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.5) ...
Setting up systemd-dev (255.4-1ubuntu8.5) ...
Setting up mount (2.39.3-9ubuntu6.2) ...
Setting up systemd (255.4-1ubuntu8.5) ...
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 .../0-cron_3.0pl1-184ubuntu2_amd64.deb ...
Unpacking cron (3.0pl1-184ubuntu2) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../1-libjson-perl_4.10000-1_all.deb ...
Unpacking libjson-perl (4.10000-1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../2-postgresql-client-common_257build1.1_all.deb ...
Unpacking postgresql-client-common (257build1.1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../3-ssl-cert_1.1.2ubuntu1_all.deb ...
Unpacking ssl-cert (1.1.2ubuntu1) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../4-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) ...
Preparing to unpack .../5-libsmartcols1_2.39.3-9ubuntu6.2_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.39.3-9ubuntu6.2) over (2.39.3-9ubuntu6.1) ...
Setting up libsmartcols1:amd64 (2.39.3-9ubuntu6.2) ...
Selecting previously unselected package dbus-bin.
(Reading database ... 34358 files and directories currently installed.)
Preparing to unpack .../00-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 .../01-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 .../02-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 .../03-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 .../04-dbus_1.14.10-4ubuntu4.1_amd64.deb ...
Unpacking dbus (1.14.10-4ubuntu4.1) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../05-dmsetup_2%3a1.02.185-3ubuntu3.1_amd64.deb ...
Unpacking dmsetup (2:1.02.185-3ubuntu3.1) ...
Preparing to unpack .../06-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 .../07-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 .../08-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 .../09-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 .../10-libpopt0_1.19+dfsg-1build1_amd64.deb ...
Unpacking libpopt0:amd64 (1.19+dfsg-1build1) ...
Selecting previously unselected package logrotate.
Preparing to unpack .../11-logrotate_3.21.0-2build1_amd64.deb ...
Unpacking logrotate (3.21.0-2build1) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../12-python3-dbus_1.3.2-5build3_amd64.deb ...
Unpacking python3-dbus (1.3.2-5build3) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../13-python3-gi_3.48.2-1_amd64.deb ...
Unpacking python3-gi (3.48.2-1) ...
Selecting previously unselected package networkd-dispatcher.
Preparing to unpack .../14-networkd-dispatcher_2.2.4-1_all.deb ...
Unpacking networkd-dispatcher (2.2.4-1) ...
Selecting previously unselected package systemd-resolved.
Preparing to unpack .../15-systemd-resolved_255.4-1ubuntu8.5_amd64.deb ...
Unpacking systemd-resolved (255.4-1ubuntu8.5) ...
Selecting previously unselected package systemd-timesyncd.
Preparing to unpack .../16-systemd-timesyncd_255.4-1ubuntu8.5_amd64.deb ...
Unpacking systemd-timesyncd (255.4-1ubuntu8.5) ...
Selecting previously unselected package sysstat.
Preparing to unpack .../17-sysstat_12.6.1-2_amd64.deb ...
Unpacking sysstat (12.6.1-2) ...
Selecting previously unselected package libcommon-sense-perl:amd64.
Preparing to unpack .../18-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 .../19-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 .../20-libjson-xs-perl_4.030-2build3_amd64.deb ...
Unpacking libjson-xs-perl (4.030-2build3) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../21-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 .../22-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 .../23-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 .../24-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 .../25-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 .../26-postgresql_16+257build1.1_all.deb ...
Unpacking postgresql (16+257build1.1) ...
Selecting previously unselected package postgresql-client.
Preparing to unpack .../27-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.5) ...
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.4) ...
Setting up python3.12 (3.12.3-1ubuntu0.4) ...
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.5) ...
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/reuse.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 LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
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/spy.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.5
Installing concurrent-ruby 1.3.5
Fetching connection_pool 2.5.0
Installing connection_pool 2.5.0
Fetching drb 2.2.1
Installing drb 2.2.1
Fetching i18n 1.14.7
Installing i18n 1.14.7
Fetching logger 1.6.6
Installing logger 1.6.6
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.3 (x86_64-linux-gnu)
Installing nokogiri 1.18.3 (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.24.0
Installing loofah 2.24.0
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.10
Installing rack 3.1.10
Fetching rack-session 2.1.0
Installing rack-session 2.1.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.6.0
Installing diff-lcs 1.6.0
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 prettyprint 0.2.0
Installing prettyprint 0.2.0
Fetching pp 0.6.2
Installing pp 0.6.2
Fetching stringio 3.1.3
Installing stringio 3.1.3 with native extensions
Fetching psych 5.2.3
Installing psych 5.2.3 with native extensions
Fetching rdoc 6.12.0
Installing rdoc 6.12.0
Fetching reline 0.6.0
Installing reline 0.6.0
Fetching irb 1.15.1
Installing irb 1.15.1
Fetching json 2.10.1
Installing json 2.10.1 with native extensions
Fetching language_server-protocol 3.17.0.4
Installing language_server-protocol 3.17.0.4
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
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.7.1
Installing parser 3.3.7.1
Fetching pg 1.5.9
Installing pg 1.5.9 with native extensions
Fetching qbash 0.4.0
Installing qbash 0.4.0
Fetching random-port 0.7.5
Installing random-port 0.7.5
Fetching rackup 2.2.1
Installing rackup 2.2.1
Fetching thor 1.3.2
Installing thor 1.3.2
Fetching zeitwerk 2.7.2
Installing zeitwerk 2.7.2
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.1
Installing rexml 3.4.1
Fetching rspec-support 3.13.2
Installing rspec-support 3.13.2
Fetching rspec-core 3.13.3
Installing rspec-core 3.13.3
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.38.0
Installing rubocop-ast 1.38.0
Fetching unicode-emoji 4.0.4
Installing unicode-emoji 4.0.4
Fetching unicode-display_width 3.1.4
Installing unicode-display_width 3.1.4
Fetching rubocop 1.72.2
Installing rubocop 1.72.2
Fetching rubocop-minitest 0.37.1
Installing rubocop-minitest 0.37.1
Fetching rubocop-performance 1.24.0
Installing rubocop-performance 1.24.0
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
Fetching rubocop-rspec 3.5.0
Installing rubocop-rspec 3.5.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
Fetching xcop 0.8.0
Installing xcop 0.8.0
Fetching yard 0.9.37
Installing yard 0.9.37
Bundle complete! 15 Gemfile dependencies, 85 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Started with run options --seed 50438

TestLiquibaseTask
  test_basic                                                     32m PASS0m (16.87s)
  test_latest_version                                            32m PASS0m (16.53s)
  test_with_invalid_master_file                                  32m PASS0m (0.00s)

TestPool
  test_transaction                                               32m PASS0m (14.84s)
  test_with_spy                                                  32m PASS0m (14.49s)
  test_basic                                                     32m PASS0m (15.12s)
  test_complex_query                                             32m PASS0m (15.32s)
  test_transaction_with_error                                    32m PASS0m (21.62s)
  test_logs_sql                                                  32m PASS0m (16.44s)
  test_reads_version                                             32m PASS0m (14.77s)
  test_logs_errors                                               32m PASS0m (14.93s)
  test_reconnects_on_pg_error                                    32m PASS0m (14.97s)
Connection refused - connect(2) for "localhost" port 1036
connection is closed
  test_reconnects_on_pg_reboot                                   32m PASS0m (18.55s)

TestPgsqlTask
  test_basic                                                     32m PASS0m (8.82s)
  test_not_quiet                                                 32m PASS0m (8.67s)

Finished in 211.96802s
15 tests, 27 assertions, 32m0 failures, 0 errors, 0m33m0 skips0m
Coverage report generated for Unit Tests to /home/r/repo/coverage/coverage.xml. 207 / 222 LOC (93.24%) covered
Running RuboCop...
33mrubocop-rspec gem supports plugin, use `--plugin` instead of `--require`.
0m
Inspecting 15 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

15 files inspected, 32mno offenses0m detected
Running xcop...
Inspecting 3 files...
32m.0m32m.0m32m.0m
3 files checked, everything looks 32mpretty0m
?25h2KFiles:1m⣟aGenerat7ngidoc/Pgtk/LiquibaseTask.html0mm
Modules:         2 (    0 undocumented)
Classes:         8 (    0 undocumented)
Constants:       1 (    0 undocumented)
Attributes:     13 (    0 undocumented)
Methods:        19 (    3 undocumented)
 93.02% documented
[__rultor e96bbbc] version set to 0.13.1
 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.3
      - 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.13.1
  File: pgtk-0.13.1.gem
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
      stringio (>= 0)
      Available/installed versions of this gem:
      - 3.1.3
      - 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.13.1)
+ 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.13.1 -m '0.13.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at e96bbbc version set to 0.13.1
+ 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 e96bbbc).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:yegor256/pgtk.git
 * [new tag]         0.13.1 -> 0.13.1
container de0c4d7bb657d3d6834d3f633a72d73350266441475847ef1818297e3e0033be is dead
Wed Feb 19 13:57:35 UTC 2025