+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 1043 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Sat Jun 15 04:01:47 UTC 2024 + uptime 04:01:47 up 0 min, 0 users, load average: 1.17, 0.31, 0.11 + head=git@github.com:yegor256/latexmk-action.git + ff=default + image=yegor256/rultor-image:1.23.1 + rebase=false + squash=false + head_branch=master + author=yegor256 + tag=0.12.0 + vars=('--env=head=git@github.com:yegor256/latexmk-action.git' '--env=tag=0.12.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/latexmk-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.12.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make "--directory=$(pwd)"'\'' '\'';'\'' '\''repo=yegor256/latexmk-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256') + scripts=('export '\''head=git@github.com:yegor256/latexmk-action.git'\''' ';' 'export '\''tag=0.12.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make "--directory=$(pwd)"' ';' 'repo=yegor256/latexmk-action' ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';') + directory= + container=yegor256_latexmk-action_53 + as_root=false + hostname ip-172-31-19-62 + pwd /tmp/rultor-UKWa + 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/latexmk-action.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/latexmk-action.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:yegor256/latexmk-action.git'\''' ';' 'export '\''tag=0.12.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make "--directory=$(pwd)"' ';' repo=yegor256/latexmk-action ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';' + sensitive=() + rm -rf .gnupg + '[' -z 0.12.0 ']' + [[ 0.12.0 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.12.0"' tag name is valid: "0.12.0" + cd repo ++ git tag -l 0.12.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.13 ++ bc ++ echo 0.13 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 0.13, low enough to run a new Docker container' load average is 0.13, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-image:1.23.1 + docker pull yegor256/rultor-image:1.23.1 1.23.1: Pulling from yegor256/rultor-image bccd10f490ab: Pulling fs layer 2c78bdfd1661: Pulling fs layer 30469571f9ab: Pulling fs layer cac62b5ba932: Pulling fs layer 403ec2ae2389: Pulling fs layer 62628d0488a1: Pulling fs layer 84283471f652: Pulling fs layer 9ad1fa82e034: Pulling fs layer 80bda748ab48: Pulling fs layer 615b3b9f2aac: Pulling fs layer 09ce9dff669f: Pulling fs layer e8271a417b38: Pulling fs layer 0c9916c1cff4: Pulling fs layer 875e86560ccf: Pulling fs layer 091892e3a304: Pulling fs layer 1cbed1b837ca: Pulling fs layer 986b3170a0d9: Pulling fs layer e56ee5c784dc: Pulling fs layer 8cb6f425b6ba: Pulling fs layer 35d35565636d: Pulling fs layer 8e683020951f: Pulling fs layer 13d94c2ee76f: Pulling fs layer 41080f3c5d30: Pulling fs layer 123b733366ff: Pulling fs layer 630a507fc3a5: Pulling fs layer 55c1f8c9bd45: Pulling fs layer cac62b5ba932: Waiting 403ec2ae2389: Waiting 62628d0488a1: Waiting 84283471f652: Waiting 9ad1fa82e034: Waiting 80bda748ab48: Waiting 615b3b9f2aac: Waiting 09ce9dff669f: Waiting e8271a417b38: Waiting 0c9916c1cff4: Waiting 875e86560ccf: Waiting 091892e3a304: Waiting 1cbed1b837ca: Waiting 986b3170a0d9: Waiting e56ee5c784dc: Waiting 8cb6f425b6ba: Waiting 35d35565636d: Waiting 8e683020951f: Waiting 13d94c2ee76f: Waiting 41080f3c5d30: Waiting 123b733366ff: Waiting 630a507fc3a5: Waiting 55c1f8c9bd45: Waiting 2c78bdfd1661: Verifying Checksum 2c78bdfd1661: Download complete bccd10f490ab: Verifying Checksum bccd10f490ab: Download complete 30469571f9ab: Verifying Checksum 30469571f9ab: Download complete 62628d0488a1: Verifying Checksum 62628d0488a1: Download complete 84283471f652: Verifying Checksum 84283471f652: Download complete 9ad1fa82e034: Verifying Checksum 9ad1fa82e034: Download complete 80bda748ab48: Verifying Checksum 80bda748ab48: Download complete 615b3b9f2aac: Verifying Checksum 615b3b9f2aac: Download complete cac62b5ba932: Verifying Checksum cac62b5ba932: Download complete bccd10f490ab: Pull complete e8271a417b38: Verifying Checksum e8271a417b38: Download complete 2c78bdfd1661: Pull complete 30469571f9ab: Pull complete 09ce9dff669f: Verifying Checksum 09ce9dff669f: Download complete 0c9916c1cff4: Verifying Checksum 0c9916c1cff4: Download complete 091892e3a304: Verifying Checksum 091892e3a304: Download complete 1cbed1b837ca: Verifying Checksum 1cbed1b837ca: Download complete 986b3170a0d9: Verifying Checksum 986b3170a0d9: Download complete e56ee5c784dc: Verifying Checksum e56ee5c784dc: Download complete 8cb6f425b6ba: Verifying Checksum 8cb6f425b6ba: Download complete 35d35565636d: Verifying Checksum 35d35565636d: Download complete 8e683020951f: Verifying Checksum 8e683020951f: Download complete 13d94c2ee76f: Verifying Checksum 13d94c2ee76f: Download complete 41080f3c5d30: Verifying Checksum 41080f3c5d30: Download complete 123b733366ff: Verifying Checksum 123b733366ff: Download complete 630a507fc3a5: Verifying Checksum 630a507fc3a5: Download complete 55c1f8c9bd45: Verifying Checksum 55c1f8c9bd45: Download complete 403ec2ae2389: Verifying Checksum 403ec2ae2389: Download complete 875e86560ccf: Verifying Checksum 875e86560ccf: Download complete cac62b5ba932: Pull complete 403ec2ae2389: Pull complete 62628d0488a1: Pull complete 84283471f652: Pull complete 9ad1fa82e034: Pull complete 80bda748ab48: Pull complete 615b3b9f2aac: Pull complete 09ce9dff669f: Pull complete e8271a417b38: Pull complete 0c9916c1cff4: Pull complete 875e86560ccf: Pull complete 091892e3a304: Pull complete 1cbed1b837ca: Pull complete 986b3170a0d9: Pull complete e56ee5c784dc: Pull complete 8cb6f425b6ba: Pull complete 35d35565636d: Pull complete 8e683020951f: Pull complete 13d94c2ee76f: Pull complete 41080f3c5d30: Pull complete 123b733366ff: Pull complete 630a507fc3a5: Pull complete 55c1f8c9bd45: Pull complete Digest: sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620 Status: Downloaded newer image for yegor256/rultor-image:1.23.1 docker.io/yegor256/rultor-image:1.23.1 + docker ps --filter=status=exited + grep --quiet '\syegor256_latexmk-action_53\s*$' + ls -al . total 52 drwx------ 3 ubuntu ubuntu 4096 Jun 15 04:01 . drwxrwxrwt 13 root root 4096 Jun 15 04:07 .. -rw-rw-r-- 1 ubuntu ubuntu 9 Jun 15 04:01 docker-password -rwxrwxr-x 1 ubuntu ubuntu 556 Jun 15 04:06 end.sh -rwxrwxr-x 1 ubuntu ubuntu 490 Jun 15 04:01 entry.sh -rw-rw-r-- 1 ubuntu ubuntu 5 Jun 15 04:01 pid drwxrwxr-x 4 ubuntu ubuntu 4096 Jun 15 04:01 repo -rwxrwxr-x 1 ubuntu ubuntu 6693 Jun 15 04:01 run.sh -rw-rw-r-- 1 ubuntu ubuntu 912 Jun 15 04:01 script.sh -rw-rw-r-- 1 ubuntu ubuntu 8889 Jun 15 04:07 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-UKWa:/main --env=head=git@github.com:yegor256/latexmk-action.git --env=tag=0.12.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/latexmk-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.12.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make "--directory=$(pwd)"'\'' '\'';'\'' '\''repo=yegor256/latexmk-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-UKWa/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_latexmk-action_53 yegor256/rultor-image:1.23.1 /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 systemd-journal r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-network r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-resolve r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G messagebus r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-timesync 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 ssl-cert r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G postgres 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/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r + cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./repo ./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/latexmk-action.git' ; export 'tag=0.12.0' ; export 'head_branch=master' ; export 'author=yegor256' ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; sed -i -e "s/0.0.0/${tag}/" entry.sh ; sed -i -e "s/0.0.0/${tag}/" Dockerfile ; sed -i -e "s/:latest/:${tag}/" action.yml ; git add entry.sh ; git add Dockerfile ; git add action.yml ; git commit -m "version set to ${tag}" ; sudo make "--directory=$(pwd)" ; repo=yegor256/latexmk-action ; sudo docker build "$(pwd)" --tag "${repo}:${tag}" ; sudo docker build "$(pwd)" --tag "${repo}:latest" ; cat ../docker-password | sudo docker login --password-stdin -u yegor256 ; sudo docker push "${repo}:${tag}" ; sudo docker push "${repo}:latest" ; + 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 [__rultor 7d4757a] version set to 0.12.0 3 files changed, 3 insertions(+), 3 deletions(-) Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 make: Entering directory '/home/r/repo' docker run --rm -v "$(pwd):/w" $(docker build -q .) + set -e + set -o pipefail + cd /w + tlmgr option repository ctan tlmgr: setting default package repository to https://mirror.ctan.org/systems/texlive/tlnet tlmgr: updating /usr/local/texlive/2024/tlpkg/texlive.tlpdb + tlmgr --verify-repo=none update --self tlmgr: package repository https://ctan.mirrors.hoobly.com/systems/texlive/tlnet (not verified: gpg unavailable) tlmgr: saving backups to /usr/local/texlive/2024/tlpkg/backups tlmgr: no self-updates for tlmgr available + read -r -a packages + '[' -n '' ']' + '[' '!' 0 -eq 0 ']' + cd . + ls -al total 8 drwxr-xr-x 2 root root 4096 Jun 15 04:08 . drwxr-xr-x 1 root root 4096 Jun 15 04:08 .. + echo 'latexmk-action 0.12.0' latexmk-action 0.12.0 + read -r -a opts make: Leaving directory '/home/r/repo' Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Sending build context to Docker daemon 262.1kB Step 1/13 : FROM yegor256/rultor-image:1.23.1 ---> 9f625340f6d2 Step 2/13 : LABEL "repository"="https://github.com/yegor256/latexmk-action" ---> Using cache ---> 3dda831b7d64 Step 3/13 : LABEL "maintainer"="Yegor Bugayenko" ---> Using cache ---> 4e0686ac5153 Step 4/13 : LABEL "version"="0.12.0" ---> Using cache ---> 0c359145d8d6 Step 5/13 : RUN gem install texsc:0.6.0 ---> Using cache ---> 5299b809dd0a Step 6/13 : RUN gem install texqc:0.6.0 ---> Using cache ---> 466ca8d57d69 Step 7/13 : RUN apt-get install -y inkscape imagemagick ---> Using cache ---> 6bb1b9ef2267 Step 8/13 : RUN tlmgr option repository ctan ---> Using cache ---> 51ed84b69ec2 Step 9/13 : RUN tlmgr --verify-repo=none update --self ---> Using cache ---> c897ab90d07a Step 10/13 : RUN tlmgr --verify-repo=none install biber ---> Using cache ---> b8aac0cffb04 Step 11/13 : WORKDIR /home ---> Using cache ---> 6f0af33ba075 Step 12/13 : COPY entry.sh /home ---> Using cache ---> 2013c6a039a2 Step 13/13 : ENTRYPOINT ["/home/entry.sh"] ---> Using cache ---> a6f67f375861 Successfully built a6f67f375861 Successfully tagged yegor256/latexmk-action:0.12.0 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Sending build context to Docker daemon 262.1kB Step 1/13 : FROM yegor256/rultor-image:1.23.1 ---> 9f625340f6d2 Step 2/13 : LABEL "repository"="https://github.com/yegor256/latexmk-action" ---> Using cache ---> 3dda831b7d64 Step 3/13 : LABEL "maintainer"="Yegor Bugayenko" ---> Using cache ---> 4e0686ac5153 Step 4/13 : LABEL "version"="0.12.0" ---> Using cache ---> 0c359145d8d6 Step 5/13 : RUN gem install texsc:0.6.0 ---> Using cache ---> 5299b809dd0a Step 6/13 : RUN gem install texqc:0.6.0 ---> Using cache ---> 466ca8d57d69 Step 7/13 : RUN apt-get install -y inkscape imagemagick ---> Using cache ---> 6bb1b9ef2267 Step 8/13 : RUN tlmgr option repository ctan ---> Using cache ---> 51ed84b69ec2 Step 9/13 : RUN tlmgr --verify-repo=none update --self ---> Using cache ---> c897ab90d07a Step 10/13 : RUN tlmgr --verify-repo=none install biber ---> Using cache ---> b8aac0cffb04 Step 11/13 : WORKDIR /home ---> Using cache ---> 6f0af33ba075 Step 12/13 : COPY entry.sh /home ---> Using cache ---> 2013c6a039a2 Step 13/13 : ENTRYPOINT ["/home/entry.sh"] ---> Using cache ---> a6f67f375861 Successfully built a6f67f375861 Successfully tagged yegor256/latexmk-action:latest Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 WARNING! Your password will be stored unencrypted in /root/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 The push refers to repository [docker.io/yegor256/latexmk-action] 1B5ffe509079: Preparing 1B9c91279cfd: Preparing 1B3ea43ae509: Preparing 1B59a0f842a5: Preparing 1B1d028c7a88: Preparing 1B6ece81bd37: Preparing 1B0803e30470: Preparing 1B649aeda81c: Preparing 1B549454dc28: Preparing 1B7299478203: Preparing 1Bd5c1f6dd6a: Preparing 1Bfe78900f36: Preparing 1Bc8a5484a07: Preparing 1Bfe0ab054bc: Preparing 1Bbb877af465: Preparing 1B8233f66259: Preparing 1B903ab9a167: Preparing 1B321875ba79: Preparing 1B1e6cf80668: Preparing 1Bc82ac1a87d: Preparing 1B673cf1570d: Preparing 1Bb47997d12f: Preparing 1B116f9eee7c: Preparing 1B0397270e9c: Preparing 1B56aaf97a8d: Preparing 1B844de21c74: Preparing 1Bc5e6506442: Preparing 1Bfaae4831a2: Preparing 1Bc65b2b5dcb: Preparing 1B120b11b1a1: Preparing 1Bd9542728ab: Preparing 1B5a01567341: Preparing 1B0.12.0:fdigest:nsha256:b69c6620a42111be5cefdf3eba5a27d1ae58fc6e52924471c017e626cc3962ff size: 7283 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 The push refers to repository [docker.io/yegor256/latexmk-action] 1B5ffe509079: Preparing 1B9c91279cfd: Preparing 1B3ea43ae509: Preparing 1B59a0f842a5: Preparing 1B1d028c7a88: Preparing 1B6ece81bd37: Preparing 1B0803e30470: Preparing 1B649aeda81c: Preparing 1B549454dc28: Preparing 1B7299478203: Preparing 1Bd5c1f6dd6a: Preparing 1Bfe78900f36: Preparing 1Bc8a5484a07: Preparing 1Bfe0ab054bc: Preparing 1Bbb877af465: Preparing 1B8233f66259: Preparing 1B903ab9a167: Preparing 1B321875ba79: Preparing 1B1e6cf80668: Preparing 1Bc82ac1a87d: Preparing 1B673cf1570d: Preparing 1Bb47997d12f: Preparing 1B116f9eee7c: Preparing 1B0397270e9c: Preparing 1B56aaf97a8d: Preparing 1B844de21c74: Preparing 1Bc5e6506442: Preparing 1Bfaae4831a2: Preparing 1Bc65b2b5dcb: Preparing 1B120b11b1a1: Preparing 1Bd9542728ab: Preparing 1B5a01567341: Preparing 1Blatest:fdigest:esha256:b69c6620a42111be5cefdf3eba5a27d1ae58fc6e52924471c017e626cc3962ff size: 7283 + 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.12.0 -m '0.12.0: tagged by rultor.com' + git reset --hard HEAD is now at 7d4757a version set to 0.12.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 7d4757a). + git push --all origin Everything up-to-date + git push --tags origin To github.com:yegor256/latexmk-action.git * [new tag] 0.12.0 -> 0.12.0 container a271aec5f3716e0a2c9f4ea92842f2e2ee9bbbc9a9fd88fc9ea965ba172dc847 is dead Sat Jun 15 04:09:07 UTC 2024