+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 1218 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Thu Feb 27 14:35:31 UTC 2025 + uptime 14:35:31 up 1 min, 0 users, load average: 0.95, 0.44, 0.17 + ff=default + image=yegor256/rultor-java + rebase=false + head_branch=master + pull_title='Update dependency rubocop to v1.73.1' + author=yegor256 + directory= + head=git@github.com:yegor256/pgtk.git + pull_id=138 + fork=git@github.com:yegor256/pgtk.git + fork_branch=renovate/rubocop-1.x + squash=false + vars=('--env=head=git@github.com:yegor256/pgtk.git' '--env=pull_id=138' '--env=fork=git@github.com:yegor256/pgtk.git' '--env=fork_branch=renovate/rubocop-1.x' '--env=head_branch=master' '--env=pull_title=Update dependency rubocop to v1.73.1' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=138'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-1.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop to v1.73.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update --yes --fix-missing'\'' '\'';'\'' '\''sudo apt-get install --yes libpq-dev postgresql-client postgresql'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )') + scripts=('export '\''head=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''pull_id=138'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-1.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop to v1.73.1'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update --yes --fix-missing' ';' 'sudo apt-get install --yes libpq-dev postgresql-client postgresql' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';') + container=yegor256_pgtk_138 + as_root=false + hostname ip-172-31-23-76 + pwd /tmp/rultor-PVWX + git --version git version 2.34.1 + docker --version Docker version 25.0.3, build 4debf41 + mkdir -p /home/ubuntu/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/ubuntu/.ssh/config + git clone git@github.com:yegor256/pgtk.git repo Cloning into 'repo'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''head=git@github.com:yegor256/pgtk.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''pull_id=138'\''' ';' 'export '\''fork=git@github.com:yegor256/pgtk.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-1.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop to v1.73.1'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update --yes --fix-missing' ';' 'sudo apt-get install --yes libpq-dev postgresql-client postgresql' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres' ';' 'sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';' + sensitive=() + rm -rf .gnupg + set -ex + cd repo + git remote add fork git@github.com:yegor256/pgtk.git + git remote update Fetching origin Fetching fork From github.com:yegor256/pgtk * [new branch] master -> fork/master * [new branch] renovate/rubocop-1.x -> fork/renovate/rubocop-1.x + args= + '[' default == default ']' + args=' --ff' + '[' default == no ']' + '[' default == only ']' + export BRANCH=__rultor + BRANCH=__rultor ++ wc -l ++ git show-branch __rultor + '[' 0 -gt 0 ']' + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git checkout -B __rultor fork/renovate/rubocop-1.x Switched to a new branch '__rultor' Branch '__rultor' set up to track remote branch 'renovate/rubocop-1.x' from 'fork'. + git checkout -B master origin/master Switched to and reset branch 'master' Branch 'master' set up to track remote branch 'master' from 'origin'. Your branch is up to date with 'origin/master'. + '[' false == true ']' + '[' false == true ']' + git merge --ff __rultor Updating d1b5f76..076d818 Fast-forward Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) + docker_when_possible + true ++ tail -n 1 ++ sed 's/ /\n/g' ++ uptime + load=0.17 ++ bc ++ echo 0.17 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 0.17, low enough to run a new Docker container' load average is 0.17, 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 4ff5a3a54264: Pulling fs layer 8d6bcbc2151c: Pulling fs layer 1e36295709cc: Pulling fs layer e451f55144f6: Pulling fs layer 96a29bcac9da: Pulling fs layer ecaf73b1d7e1: Pulling fs layer f4b0a34d6583: Pulling fs layer 4f4fb700ef54: Pulling fs layer bec34e87297d: Pulling fs layer 523ddcc2758f: Pulling fs layer 906376b8e79c: Pulling fs layer 56133c07703d: Pulling fs layer 9cec2561902b: Pulling fs layer 8fd35e26a94e: Pulling fs layer e451f55144f6: Waiting 96a29bcac9da: Waiting ecaf73b1d7e1: Waiting f4b0a34d6583: Waiting 4f4fb700ef54: Waiting bec34e87297d: Waiting 523ddcc2758f: Waiting 906376b8e79c: Waiting 56133c07703d: Waiting 9cec2561902b: Waiting 8fd35e26a94e: Waiting 8d6bcbc2151c: Verifying Checksum 8d6bcbc2151c: Download complete 1e36295709cc: Verifying Checksum 1e36295709cc: Download complete 96a29bcac9da: Verifying Checksum 96a29bcac9da: Download complete 4ff5a3a54264: Verifying Checksum 4ff5a3a54264: Download complete ecaf73b1d7e1: Verifying Checksum ecaf73b1d7e1: Download complete f4b0a34d6583: Verifying Checksum f4b0a34d6583: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete bec34e87297d: Verifying Checksum bec34e87297d: Download complete 523ddcc2758f: Verifying Checksum 523ddcc2758f: Download complete 56133c07703d: Verifying Checksum 56133c07703d: Download complete 906376b8e79c: Verifying Checksum 906376b8e79c: Download complete e451f55144f6: Verifying Checksum e451f55144f6: Download complete 8fd35e26a94e: Verifying Checksum 8fd35e26a94e: Download complete 9cec2561902b: Verifying Checksum 9cec2561902b: Download complete 4ff5a3a54264: Pull complete 8d6bcbc2151c: Pull complete 1e36295709cc: Pull complete e451f55144f6: Pull complete 96a29bcac9da: Pull complete ecaf73b1d7e1: Pull complete f4b0a34d6583: Pull complete 4f4fb700ef54: Pull complete bec34e87297d: Pull complete 523ddcc2758f: Pull complete 906376b8e79c: Pull complete 56133c07703d: Pull complete 9cec2561902b: Pull complete 8fd35e26a94e: Pull complete Digest: sha256:127380068067c2440aaf6449d5afa661d2720c42d72c612f965943b2bb62a934 Status: Downloaded newer image for yegor256/rultor-java:latest docker.io/yegor256/rultor-java:latest + docker ps --filter=status=exited + grep --quiet '\syegor256_pgtk_138\s*$' + ls -al . total 52 drwx------ 3 ubuntu ubuntu 4096 Feb 27 14:35 . drwxrwxrwt 12 root root 4096 Feb 27 14:35 .. -rwxrwxr-x 1 ubuntu ubuntu 2089 Feb 27 14:35 end.sh -rwxrwxr-x 1 ubuntu ubuntu 490 Feb 27 14:35 entry.sh -rw-rw-r-- 1 ubuntu ubuntu 5 Feb 27 14:35 pid drwxrwxr-x 9 ubuntu ubuntu 4096 Feb 27 14:35 repo -rw-rw-r-- 1 ubuntu ubuntu 81 Feb 27 14:35 rubygems.yml -rwxrwxr-x 1 ubuntu ubuntu 9838 Feb 27 14:35 run.sh -rw-rw-r-- 1 ubuntu ubuntu 856 Feb 27 14:35 script.sh -rw-rw-r-- 1 ubuntu ubuntu 8037 Feb 27 14:36 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-PVWX:/main --env=head=git@github.com:yegor256/pgtk.git --env=pull_id=138 --env=fork=git@github.com:yegor256/pgtk.git --env=fork_branch=renovate/rubocop-1.x --env=head_branch=master '--env=pull_title=Update dependency rubocop to v1.73.1' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=138'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/pgtk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-1.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop to v1.73.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update --yes --fix-missing'\'' '\'';'\'' '\''sudo apt-get install --yes libpq-dev postgresql-client postgresql'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres'\'' '\'';'\'' '\''sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )' --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-PVWX/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_pgtk_138 yegor256/rultor-java /main/entry.sh WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded. + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r ++ awk -F : '$3 > 100 { print $1 }' ++ cat /etc/group + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G nogroup r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G ssh r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G r r + usermod -s /bin/bash r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.cache /root/.gemrc /root/.local /root/.profile /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 'pull_id=138' ; export 'fork=git@github.com:yegor256/pgtk.git' ; export 'fork_branch=renovate/rubocop-1.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency rubocop to v1.73.1' ; export 'author=yegor256' ; sudo apt-get update --yes --fix-missing ; sudo apt-get install --yes libpq-dev postgresql-client postgresql ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/initdb)" /bin/initdb ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/postgres)" /bin/postgres ; sudo ln -s "$(realpath /usr/lib/postgresql/*/bin/pg_ctl)" /bin/pg_ctl ; pdd -f /dev/null ; bundle install --no-color ; bundle exec rake ; + su --login r --command /home/r/script.sh Hit:1ohttp://deb.debian.org/debian bullseye InRelease Get:2ohttp://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] Get:3ahttp://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:4ohttp://deb.debian.org/debian-security bullseye-security/main amd64 Packages [350 kB] Fetchedo421nkB ino1s5(413 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree... Done Reading state information... Done libpq-dev is already the newest version (13.20-0+deb11u1). The following additional packages will be installed: cron exim4-base exim4-config exim4-daemon-light gsasl-common guile-2.2-libs libgc1 libgnutls-dane0 libgsasl7 libidn11 libmailutils7 libntlm0 libpopt0 libpython3.9 libunbound8 logrotate mailutils mailutils-common postgresql-13 postgresql-client-13 postgresql-client-common postgresql-common psmisc ssl-cert sysstat Suggested packages: anacron checksecurity exim4-doc-html | exim4-doc-info eximon4 spf-tools-perl swaks dns-root-data mailutils-mh mailutils-doc postgresql-doc postgresql-doc-13 libjson-perl isag The following NEW packages will be installed: cron exim4-base exim4-config exim4-daemon-light gsasl-common guile-2.2-libs libgc1 libgnutls-dane0 libgsasl7 libidn11 libmailutils7 libntlm0 libpopt0 libpython3.9 libunbound8 logrotate mailutils mailutils-common postgresql postgresql-13 postgresql-client postgresql-client-13 postgresql-client-common postgresql-common psmisc ssl-cert sysstat 0 upgraded, 27 newly installed, 0 to remove and 1 not upgraded. Need to get 31.0 MB of archives. After this operation, 125 MB of additional disk space will be used. Get:1ohttp://deb.debian.org/debian bullseye/main amd64 cron amd64 3.0pl1-137 [99.6 kB] Get:2ohttp://deb.debian.org/debian bullseye/main amd64 libpopt0 amd64 1.18-2 [49.6 kB] Get:3ohttp://deb.debian.org/debian bullseye/main amd64 logrotate amd64 3.18.0-2+deb11u2 [72.6 kB] Get:4ohttp://deb.debian.org/debian-security bullseye-security/main amd64 exim4-config all 4.94.2-7+deb11u4 [335 kB] Get:5ohttp://deb.debian.org/debian-security bullseye-security/main amd64 exim4-base amd64 4.94.2-7+deb11u4 [1,176 kB] Get:6ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libunbound8 amd64 1.13.1-1+deb11u4 [508 kB] Get:7Whttp://deb.debian.org/debian-security bullseye-security/main amd64 libgnutls-dane0 amd64 3.7.1-5+deb11u7 [395 kB] Get:8Whttp://deb.debian.org/debian0bullseye/main amd64 libidn11 amd64 1.33-3 [116 kB] Get:9Whttp://deb.debian.org/debian-security bullseye-security/main amd64 exim4-daemon-light amd64 4.94.2-7+deb11u4 [660 kB] Get:10ohttp://deb.debian.org/debianBbullseye/main amd64 gsasl-common all 1.10.0-4+deb11u1 [175 kB] Get:11ohttp://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB] Get:12ohttp://deb.debian.org/debian bullseye/main amd64 guile-2.2-libs amd64 2.2.7+1-6 [4,980 kB] Get:13ohttp://deb.debian.org/debian bullseye/main amd64 libntlm0 amd64 1.6-3 [84.7 kB] Get:14ohttp://deb.debian.org/debian bullseye/main amd64 libgsasl7 amd64 1.10.0-4+deb11u1 [195 kB] Get:15ohttp://deb.debian.org/debian bullseye/main amd64 mailutils-common all 1:3.10-3 [728 kB] Get:16ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9 amd64 3.9.2-1+deb11u2 [1,692 kB] Get:17ohttp://deb.debian.org/debian%bullseye/main amd64 libmailutils7 amd64 1:3.10-3+b1 [893 kB] Get:18ohttp://deb.debian.org/debian]bullseye/main amd64 mailutils amd64 1:3.10-3+b1 [576 kB] Get:19ohttp://deb.debian.org/debian bullseye/main amd64 postgresql-client-common all 225+deb11u1 [89.4 kB] Get:20ohttp://deb.debian.org/debian-security bullseye-security/main amd64 postgresql-client-13 amd64 13.20-0+deb11u1 [1,534 kB] Get:21ohttp://deb.debian.org/debian5bullseye/main amd64 ssl-cert all 1.1.0+nmu1 [21.0 kB] Get:22ohttp://deb.debian.org/debian bullseye/main amd64 postgresql-common all 225+deb11u1 [238 kB] Get:23ohttp://deb.debian.org/debian-security bullseye-security/main amd64 postgresql-13 amd64 13.20-0+deb11u1 [15.2 MB] Get:24ohttp://deb.debian.org/debian%bullseye/main amd64 postgresql all 13+225+deb11u1 [64.9 kB] Get:25ohttp://deb.debian.org/debian bullseye/main amd64 postgresql-client all 13+225+deb11u1 [64.9 kB] Get:26ohttp://deb.debian.org/debiankbullseye/main amd64 psmisc amd64 23.4-2 [198 kB] Get:27ohttp://deb.debian.org/debian bullseye/main amd64 sysstat amd64 12.5.2-2 [603 kB] Fetchedo31.0gMB inB0s0(82.30MB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package cron. (Reading database ... 31152 files and directories currently installed.) Preparing to unpack .../00-cron_3.0pl1-137_amd64.deb ... Unpacking cron (3.0pl1-137) ... Selecting previously unselected package libpopt0:amd64. Preparing to unpack .../01-libpopt0_1.18-2_amd64.deb ... Unpacking libpopt0:amd64 (1.18-2) ... Selecting previously unselected package logrotate. Preparing to unpack .../02-logrotate_3.18.0-2+deb11u2_amd64.deb ... Unpacking logrotate (3.18.0-2+deb11u2) ... Selecting previously unselected package exim4-config. Preparing to unpack .../03-exim4-config_4.94.2-7+deb11u4_all.deb ... Unpacking exim4-config (4.94.2-7+deb11u4) ... Selecting previously unselected package exim4-base. Preparing to unpack .../04-exim4-base_4.94.2-7+deb11u4_amd64.deb ... Unpacking exim4-base (4.94.2-7+deb11u4) ... Selecting previously unselected package libunbound8:amd64. Preparing to unpack .../05-libunbound8_1.13.1-1+deb11u4_amd64.deb ... Unpacking libunbound8:amd64 (1.13.1-1+deb11u4) ... Selecting previously unselected package libgnutls-dane0:amd64. Preparing to unpack .../06-libgnutls-dane0_3.7.1-5+deb11u7_amd64.deb ... Unpacking libgnutls-dane0:amd64 (3.7.1-5+deb11u7) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../07-libidn11_1.33-3_amd64.deb ... Unpacking libidn11:amd64 (1.33-3) ... Selecting previously unselected package exim4-daemon-light. Preparing to unpack .../08-exim4-daemon-light_4.94.2-7+deb11u4_amd64.deb ... Unpacking exim4-daemon-light (4.94.2-7+deb11u4) ... Selecting previously unselected package gsasl-common. Preparing to unpack .../09-gsasl-common_1.10.0-4+deb11u1_all.deb ... Unpacking gsasl-common (1.10.0-4+deb11u1) ... Selecting previously unselected package libgc1:amd64. Preparing to unpack .../10-libgc1_1%3a8.0.4-3_amd64.deb ... Unpacking libgc1:amd64 (1:8.0.4-3) ... Selecting previously unselected package guile-2.2-libs:amd64. Preparing to unpack .../11-guile-2.2-libs_2.2.7+1-6_amd64.deb ... Unpacking guile-2.2-libs:amd64 (2.2.7+1-6) ... Selecting previously unselected package libntlm0:amd64. Preparing to unpack .../12-libntlm0_1.6-3_amd64.deb ... Unpacking libntlm0:amd64 (1.6-3) ... Selecting previously unselected package libgsasl7:amd64. Preparing to unpack .../13-libgsasl7_1.10.0-4+deb11u1_amd64.deb ... Unpacking libgsasl7:amd64 (1.10.0-4+deb11u1) ... Selecting previously unselected package mailutils-common. Preparing to unpack .../14-mailutils-common_1%3a3.10-3_all.deb ... Unpacking mailutils-common (1:3.10-3) ... Selecting previously unselected package libpython3.9:amd64. Preparing to unpack .../15-libpython3.9_3.9.2-1+deb11u2_amd64.deb ... Unpacking libpython3.9:amd64 (3.9.2-1+deb11u2) ... Selecting previously unselected package libmailutils7:amd64. Preparing to unpack .../16-libmailutils7_1%3a3.10-3+b1_amd64.deb ... Unpacking libmailutils7:amd64 (1:3.10-3+b1) ... Selecting previously unselected package mailutils. Preparing to unpack .../17-mailutils_1%3a3.10-3+b1_amd64.deb ... Unpacking mailutils (1:3.10-3+b1) ... Selecting previously unselected package postgresql-client-common. Preparing to unpack .../18-postgresql-client-common_225+deb11u1_all.deb ... Unpacking postgresql-client-common (225+deb11u1) ... Selecting previously unselected package postgresql-client-13. Preparing to unpack .../19-postgresql-client-13_13.20-0+deb11u1_amd64.deb ... Unpacking postgresql-client-13 (13.20-0+deb11u1) ... Selecting previously unselected package ssl-cert. Preparing to unpack .../20-ssl-cert_1.1.0+nmu1_all.deb ... Unpacking ssl-cert (1.1.0+nmu1) ... Selecting previously unselected package postgresql-common. Preparing to unpack .../21-postgresql-common_225+deb11u1_all.deb ... Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' Unpacking postgresql-common (225+deb11u1) ... Selecting previously unselected package postgresql-13. Preparing to unpack .../22-postgresql-13_13.20-0+deb11u1_amd64.deb ... Unpacking postgresql-13 (13.20-0+deb11u1) ... Selecting previously unselected package postgresql. Preparing to unpack .../23-postgresql_13+225+deb11u1_all.deb ... Unpacking postgresql (13+225+deb11u1) ... Selecting previously unselected package postgresql-client. Preparing to unpack .../24-postgresql-client_13+225+deb11u1_all.deb ... Unpacking postgresql-client (13+225+deb11u1) ... Selecting previously unselected package psmisc. Preparing to unpack .../25-psmisc_23.4-2_amd64.deb ... Unpacking psmisc (23.4-2) ... Selecting previously unselected package sysstat. Preparing to unpack .../26-sysstat_12.5.2-2_amd64.deb ... Unpacking sysstat (12.5.2-2) ... Setting up postgresql-client-common (225+deb11u1) ... Setting up psmisc (23.4-2) ... Setting up cron (3.0pl1-137) ... Adding group `crontab' (GID 102) ... Done. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up postgresql-client-13 (13.20-0+deb11u1) ... update-alternatives: using /usr/share/postgresql/13/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode Setting up libunbound8:amd64 (1.13.1-1+deb11u4) ... Setting up libpython3.9:amd64 (3.9.2-1+deb11u2) ... Setting up libntlm0:amd64 (1.6-3) ... Setting up ssl-cert (1.1.0+nmu1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) debconf: falling back to frontend: Readline Setting up libidn11:amd64 (1.33-3) ... Setting up postgresql-common (225+deb11u1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) debconf: falling back to frontend: Readline Adding user postgres to group ssl-cert Creating config file /etc/postgresql-common/createcluster.conf with new version Building PostgreSQL dictionaries from installed myspell/hunspell packages... Removing obsolete dictionary files: invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up mailutils-common (1:3.10-3) ... Setting up libgc1:amd64 (1:8.0.4-3) ... Setting up exim4-config (4.94.2-7+deb11u4) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) debconf: falling back to frontend: Readline Adding system-user for exim (v4) Setting up postgresql-13 (13.20-0+deb11u1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) debconf: falling back to frontend: Readline Creating new PostgreSQL cluster 13/main ... /usr/lib/postgresql/13/bin/initdb -D /var/lib/postgresql/13/main --auth-local peer --auth-host md5 The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "en_US.UTF-8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /var/lib/postgresql/13/main ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok Success. You can now start the database server using: pg_ctlcluster 13 main start Ver Cluster Port Status Owner Data directory Log file 31m13 main 5432 down postgres /var/lib/postgresql/13/main /var/log/postgresql/postgresql-13-main.log0m update-alternatives: using /usr/share/postgresql/13/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up gsasl-common (1.10.0-4+deb11u1) ... Setting up postgresql (13+225+deb11u1) ... Setting up sysstat (12.5.2-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 78.) debconf: falling back to frontend: Readline Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up guile-2.2-libs:amd64 (2.2.7+1-6) ... Setting up libpopt0:amd64 (1.18-2) ... Setting up logrotate (3.18.0-2+deb11u2) ... Setting up libgnutls-dane0:amd64 (3.7.1-5+deb11u7) ... Setting up exim4-base (4.94.2-7+deb11u4) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) debconf: falling back to frontend: Readline exim: DB upgrade, deleting hints-db Setting up postgresql-client (13+225+deb11u1) ... Setting up libgsasl7:amd64 (1.10.0-4+deb11u1) ... Setting up exim4-daemon-light (4.94.2-7+deb11u4) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) debconf: falling back to frontend: Readline invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libmailutils7:amd64 (1:3.10-3+b1) ... Setting up mailutils (1:3.10-3+b1) ... update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode Processing triggers for libc-bin (2.31-13+deb11u11) ... /home/r/script.sh: line 9: pdd: command not found container 24665091414a6567ded9c52b9df6bbac28d6d3ca2c7fbaa63d8f541870f6b42c is dead Thu Feb 27 14:37:10 UTC 2025