+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1168
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat Nov 9 22:34:34 UTC 2024
+ uptime
22:34:34 up 1 min, 0 users, load average: 0.83, 0.32, 0.12
+ ff=default
+ image=yegor256/rultor-latex
+ rebase=false
+ head_branch=master
+ pull_title='Update JamesIves/github-pages-deploy-action action to v4.6.9'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/ppt-slides.git
+ pull_id=50
+ fork=git@github.com:yegor256/ppt-slides.git
+ fork_branch=renovate/jamesives-github-pages-deploy-action-4.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/ppt-slides.git' '--env=pull_id=50' '--env=fork=git@github.com:yegor256/ppt-slides.git' '--env=fork_branch=renovate/jamesives-github-pages-deploy-action-4.x' '--env=head_branch=master' '--env=pull_title=Update JamesIves/github-pages-deploy-action action to v4.6.9' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/ppt-slides.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=50'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/ppt-slides.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/jamesives-github-pages-deploy-action-4.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update JamesIves/github-pages-deploy-action action to v4.6.9'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo tlmgr option repository ctan'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none update --self'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none install $(cut -d'\''\'\'''\'' '\''\'\'''\'' -f2 DEPENDS.txt | uniq)'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none update $(cut -d'\''\'\'''\'' '\''\'\'''\'' -f2 DEPENDS.txt | uniq)'\'' '\'';'\'' '\''l3build ctan --show-log-on-error'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/ppt-slides.git'\''' ';' 'export '\''pull_id=50'\''' ';' 'export '\''fork=git@github.com:yegor256/ppt-slides.git'\''' ';' 'export '\''fork_branch=renovate/jamesives-github-pages-deploy-action-4.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update JamesIves/github-pages-deploy-action action to v4.6.9'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo tlmgr option repository ctan' ';' 'sudo tlmgr --verify-repo=none update --self' ';' 'sudo tlmgr --verify-repo=none install $(cut -d'\'' '\'' -f2 DEPENDS.txt | uniq)' ';' 'sudo tlmgr --verify-repo=none update $(cut -d'\'' '\'' -f2 DEPENDS.txt | uniq)' ';' 'l3build ctan --show-log-on-error' ';')
+ container=yegor256_ppt-slides_50
+ as_root=false
+ hostname
ip-172-31-27-228
+ pwd
/tmp/rultor-2dhc
+ 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/ppt-slides.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/ppt-slides.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/ppt-slides.git'\''' ';' 'export '\''pull_id=50'\''' ';' 'export '\''fork=git@github.com:yegor256/ppt-slides.git'\''' ';' 'export '\''fork_branch=renovate/jamesives-github-pages-deploy-action-4.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update JamesIves/github-pages-deploy-action action to v4.6.9'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo tlmgr option repository ctan' ';' 'sudo tlmgr --verify-repo=none update --self' ';' 'sudo tlmgr --verify-repo=none install $(cut -d'\'' '\'' -f2 DEPENDS.txt | uniq)' ';' 'sudo tlmgr --verify-repo=none update $(cut -d'\'' '\'' -f2 DEPENDS.txt | uniq)' ';' 'l3build ctan --show-log-on-error' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:yegor256/ppt-slides.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/ppt-slides
* [new branch] gh-pages -> fork/gh-pages
* [new branch] master -> fork/master
* [new branch] renovate/jamesives-github-pages-deploy-action-4.x -> fork/renovate/jamesives-github-pages-deploy-action-4.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/jamesives-github-pages-deploy-action-4.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/jamesives-github-pages-deploy-action-4.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 90f019d..7ad51a3
Fast-forward
.github/workflows/l3build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+ 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-latex
+ docker pull yegor256/rultor-latex
Using default tag: latest
latest: Pulling from yegor256/rultor-latex
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
a9ba77ddcb94: Pulling fs layer
fd0e357dd7d2: Pulling fs layer
5f861a11d482: Pulling fs layer
caaf39405e22: Pulling fs layer
a1ed67a5d952: Pulling fs layer
4a5449bec489: Waiting
ac7832f41460: Waiting
d63b8b04cafc: Waiting
7d5af111f2cc: Waiting
720999eee6d5: Waiting
99fbfb6da2e7: Waiting
2407230a9192: Waiting
7f36f52815f4: Waiting
a9ba77ddcb94: Waiting
fd0e357dd7d2: Waiting
5f861a11d482: Waiting
caaf39405e22: Waiting
a1ed67a5d952: 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
a9ba77ddcb94: Verifying Checksum
a9ba77ddcb94: Download complete
5f861a11d482: Verifying Checksum
5f861a11d482: Download complete
2407230a9192: Verifying Checksum
2407230a9192: Download complete
caaf39405e22: Verifying Checksum
caaf39405e22: Download complete
a1ed67a5d952: Verifying Checksum
a1ed67a5d952: Download complete
dafa2b0c44d2: Pull complete
4f4fb700ef54: Pull complete
fd0e357dd7d2: Verifying Checksum
fd0e357dd7d2: Download 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
a9ba77ddcb94: Pull complete
fd0e357dd7d2: Pull complete
5f861a11d482: Pull complete
caaf39405e22: Pull complete
a1ed67a5d952: Pull complete
Digest: sha256:3e848269f8bfe4354692f4f30e3a3e140869a98f1d7b5ed44ea8eb9949cd7c7c
Status: Downloaded newer image for yegor256/rultor-latex:latest
docker.io/yegor256/rultor-latex:latest
+ grep --quiet '\syegor256_ppt-slides_50\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 52
drwx------ 3 ubuntu ubuntu 4096 Nov 9 22:34 .
drwxrwxrwt 12 root root 4096 Nov 9 22:34 ..
-rwxrwxr-x 1 ubuntu ubuntu 2090 Nov 9 22:34 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 490 Nov 9 22:34 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Nov 9 22:34 pid
drwxrwxr-x 7 ubuntu ubuntu 4096 Nov 9 22:34 repo
-rwxrwxr-x 1 ubuntu ubuntu 9739 Nov 9 22:34 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 792 Nov 9 22:34 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 8442 Nov 9 22:35 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-2dhc:/main --env=head=git@github.com:yegor256/ppt-slides.git --env=pull_id=50 --env=fork=git@github.com:yegor256/ppt-slides.git --env=fork_branch=renovate/jamesives-github-pages-deploy-action-4.x --env=head_branch=master '--env=pull_title=Update JamesIves/github-pages-deploy-action action to v4.6.9' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/ppt-slides.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=50'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/ppt-slides.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/jamesives-github-pages-deploy-action-4.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update JamesIves/github-pages-deploy-action action to v4.6.9'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo tlmgr option repository ctan'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none update --self'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none install $(cut -d'\''\'\'''\'' '\''\'\'''\'' -f2 DEPENDS.txt | uniq)'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none update $(cut -d'\''\'\'''\'' '\''\'\'''\'' -f2 DEPENDS.txt | uniq)'\'' '\'';'\'' '\''l3build ctan --show-log-on-error'\'' '\'';'\'' )' --hostname=docker --privileged --net=host --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-2dhc/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_ppt-slides_50 yegor256/rultor-latex /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 systemd-journal r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G 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 /root/.ssh /root/texmf /home/r
+ cp -R ./cid ./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/ppt-slides.git' ; export 'pull_id=50' ; export 'fork=git@github.com:yegor256/ppt-slides.git' ; export 'fork_branch=renovate/jamesives-github-pages-deploy-action-4.x' ; export 'head_branch=master' ; export 'pull_title=Update JamesIves/github-pages-deploy-action action to v4.6.9' ; export 'author=yegor256' ; sudo tlmgr option repository ctan ; sudo tlmgr --verify-repo=none update --self ; sudo tlmgr --verify-repo=none install $(cut -d' ' -f2 DEPENDS.txt | uniq) ; sudo tlmgr --verify-repo=none update $(cut -d' ' -f2 DEPENDS.txt | uniq) ; l3build ctan --show-log-on-error ;
+ 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
sudo: unable to resolve host docker: Temporary failure in name resolution
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
tlmgr: setting default package repository to https://mirror.ctan.org/systems/texlive/tlnet
tlmgr: updating /usr/local/texlive/2024/tlpkg/texlive.tlpdb
sudo: unable to resolve host docker: Temporary failure in name resolution
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
tlmgr: package repository https://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr: saving backups to /usr/local/texlive/2024/tlpkg/backups
tlmgr: no self-updates for tlmgr available
sudo: unable to resolve host docker: Temporary failure in name resolution
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
tlmgr: package repository https://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr install: package already present: biber
tlmgr install: package already present: l3build
tlmgr install: package already present: tools
tlmgr install: package already present: xetex
[1/71, ??:??/??:??] install: acmart [4827k]
[2/71, 00:02/00:31] install: adjustbox [784k]
[3/71, 00:03/00:40] install: anyfontsize [182k]
[4/71, 00:04/00:51] install: biblatex [7447k]
[5/71, 00:06/00:33] install: booktabs [306k]
[6/71, 00:07/00:38] install: caption [1003k]
[7/71, 00:09/00:46] install: catchfile [300k]
[8/71, 00:10/00:50] install: changepage [277k]
[9/71, 00:11/00:54] install: clicks [244k]
[10/71, 00:12/00:58] install: cmap [8k]
[11/71, 00:12/00:58] install: collectbox [173k]
[12/71, 00:13/01:02] install: comment [527k]
[13/71, 00:15/01:09] install: crumbs [258k]
[14/71, 00:16/01:13] install: currfile [192k]
[15/71, 00:17/01:17] install: docshots [341k]
[16/71, 00:18/01:20] install: enumitem [173k]
[17/71, 00:19/01:23] install: environ [161k]
[18/71, 00:19/01:22] install: etoolbox [241k]
[19/71, 00:20/01:26] install: fancyvrb [189k]
[20/71, 00:21/01:29] install: ffcode [499k]
[21/71, 00:22/01:31] install: filemod [275k]
[22/71, 00:23/01:33] install: float [125k]
[23/71, 00:24/01:37] install: fontaxes [140k]
[24/71, 00:25/01:40] install: fontsize [389k]
[25/71, 00:26/01:42] install: fp [233k]
[26/71, 00:27/01:45] install: fvextra [952k]
[27/71, 00:28/01:43] install: gincltex [172k]
[28/71, 00:29/01:46] install: hardwrap [131k]
[29/71, 00:30/01:49] install: href-ul [284k]
[30/71, 00:31/01:51] install: hypdoc [331k]
[31/71, 00:32/01:53] install: hyperxmp.x86_64-linux [1k]
[32/71, 00:32/01:53] install: hyperxmp [1251k]
[33/71, 00:34/01:53] install: iexec [338k]
[34/71, 00:35/01:55] install: ifmtarg [40k]
[35/71, 00:36/01:58] install: ifoddpage [147k]
[36/71, 00:37/02:01] install: kastrup [145k]
[37/71, 00:37/02:00] install: lastpage [593k]
[38/71, 00:39/02:03] install: latex2pydata [302k]
[39/71, 00:40/02:05] install: libertine [15065k]
[40/71, 00:42/01:20] install: listings [3143k]
[41/71, 00:44/01:18] install: logreq [7k]
[42/71, 00:45/01:20] install: microtype [2787k]
[43/71, 00:47/01:18] install: minted.x86_64-linux [1k]
[44/71, 00:47/01:18] install: minted [1783k]
[45/71, 00:49/01:18] install: mweights [3k]
[46/71, 00:49/01:18] install: newfloat [141k]
[47/71, 00:50/01:19] install: newtx [6876k]
[48/71, 00:52/01:12] install: pagecolor [469k]
[49/71, 00:53/01:13] install: pdfcrop.x86_64-linux [1k]
[50/71, 00:53/01:13] install: pdfcrop [16k]
[51/71, 00:54/01:14] install: pgf [10462k]
[52/71, 00:56/01:04] install: pgf-blur [249k]
[53/71, 00:57/01:05] install: pgfopts [180k]
[54/71, 00:58/01:06] install: qrcode [285k]
[55/71, 01:00/01:08] install: seqsplit [115k]
[56/71, 01:00/01:08] install: setspace [200k]
[57/71, 01:01/01:09] install: soul [852k]
[58/71, 01:02/01:09] install: standalone [322k]
[59/71, 01:03/01:10] install: tcolorbox [4877k]
[60/71, 01:05/01:07] install: textcase [228k]
[61/71, 01:06/01:08] install: textpos [375k]
[62/71, 01:07/01:09] install: tikzpagenodes [251k]
[63/71, 01:08/01:10] install: titling [189k]
[64/71, 01:09/01:11] install: totpages [186k]
[65/71, 01:10/01:11] install: trimspaces [149k]
[66/71, 01:11/01:12] install: ulem [169k]
[67/71, 01:12/01:13] install: upquote [164k]
[68/71, 01:13/01:14] install: varwidth [30k]
[69/71, 01:13/01:14] install: xcolor [1007k]
[70/71, 01:15/01:15] install: xkeyval [468k]
[71/71, 01:16/01:16] install: scheme-basic [1k]
running mktexlsr ...
done running mktexlsr.
running updmap-sys ...
done running updmap-sys.
tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log
tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log
sudo: unable to resolve host docker: Temporary failure in name resolution
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
tlmgr: package repository https://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr: saving backups to /usr/local/texlive/2024/tlpkg/backups
[ 1/11, ??:??/??:??] update: amsmath [2460k] (71408 -> 72779) ... done
[ 2/11, 00:02/01:03] update: babel [2203k] (72469 -> 72799) ... done
[ 3/11, 00:05/01:23] update: firstaid [280k] (71628 -> 72739) ... done
[ 4/11, 00:06/01:34] update: graphics [2505k] (71408 -> 72739) ... done
[ 5/11, 00:08/01:23] update: hyperref [3923k] (71883 -> 72773) ... done
[ 6/11, 00:10/01:08] update: l3build [807k] (72493 -> 72567) ... done
[ 7/11, 00:11/01:10] update: l3kernel [12568k] (72365 -> 72755) ... done
[ 8/11, 00:15/00:47] update: latex [37063k] (71629 -> 72739) ... done
[ 9/11, 00:22/00:27] update: latex-lab [8847k] (71408 -> 72739) ... done
[10/11, 00:24/00:26] update: texlive-scripts [542k] (72511 -> 72801) ... done
[11/11, 00:26/00:28] update: tools [6484k] (71523 -> 72739) ... done
running mktexlsr ...
done running mktexlsr.
running updmap-sys ...
done running updmap-sys.
regenerating fmtutil.cnf in /usr/local/texlive/2024/texmf-dist
running fmtutil-sys --byfmt pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/aXfx_Ae4YP/59UpVrzJBS ...
OK: pdflatex.fmt/pdftex
running fmtutil-sys --byfmt xelatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/aXfx_Ae4YP/59UpVrzJBS ...
OK: xelatex.fmt/xetex
running fmtutil-sys --byfmt lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/aXfx_Ae4YP/59UpVrzJBS ...
OK: lualatex.fmt/luahbtex
running fmtutil-sys --byfmt latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/aXfx_Ae4YP/59UpVrzJBS ...
OK: latex.fmt/pdftex
running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/aXfx_Ae4YP/59UpVrzJBS ...
OK: dvilualatex.fmt/luatex
tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log
tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log
Running l3build with target "check" for module "."
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdftex)
restricted \write18 enabled.
entering extended mode
(./ppt-slides.ins
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/docstrip.tex
Utility: `docstrip' v2.6b <2022-09-03>
English documentation <2024-02-08>
**********************************************************
* This program converts documented macro-files into fast *
* loadable files by stripping off (nearly) all comments! *
**********************************************************
********************************************************
* No Configuration file found, using default settings. *
********************************************************
)
Generating file(s) ppt-slides.sty
Processing file ppt-slides.dtx (package) -> ppt-slides.sty
File ppt-slides.dtx ended by \endinput.
Lines processed: 745
Comments removed: 387
Comments passed: 0
Codelines passed: 334
To finish the installation you have to move the ".sty"
file into a directory searched by TeX. To produce the
documentation run the file ".dtx" through LaTeX. If any
questions, submit a new GitHub issue.
)
No pages of output.
Transcript written on ppt-slides.log.
Running checks on
minimal (1/2)
ultimate (2/2)
All checks passed
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdftex)
restricted \write18 enabled.
entering extended mode
(./ppt-slides.ins
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/docstrip.tex
Utility: `docstrip' v2.6b <2022-09-03>
English documentation <2024-02-08>
**********************************************************
* This program converts documented macro-files into fast *
* loadable files by stripping off (nearly) all comments! *
**********************************************************
********************************************************
* No Configuration file found, using default settings. *
********************************************************
)
Generating file(s) ppt-slides.sty
Processing file ppt-slides.dtx (package) -> ppt-slides.sty
File ppt-slides.dtx ended by \endinput.
Lines processed: 745
Comments removed: 387
Comments passed: 0
Codelines passed: 334
To finish the installation you have to move the ".sty"
file into a directory searched by TeX. To produce the
documentation run the file ".dtx" through LaTeX. If any
questions, submit a new GitHub issue.
)
No pages of output.
Transcript written on ppt-slides.log.
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdftex)
restricted \write18 enabled.
entering extended mode
(./ppt-slides.ins
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/docstrip.tex
Utility: `docstrip' v2.6b <2022-09-03>
English documentation <2024-02-08>
**********************************************************
* This program converts documented macro-files into fast *
* loadable files by stripping off (nearly) all comments! *
**********************************************************
********************************************************
* No Configuration file found, using default settings. *
********************************************************
)
File ppt-slides.sty already exists somewhere on the system.
Overwrite it if necessary? [y/n]
\answer=
Generating file(s) ppt-slides.sty
Processing file ppt-slides.dtx (package) -> ppt-slides.sty
File ppt-slides.dtx ended by \endinput.
Lines processed: 745
Comments removed: 387
Comments passed: 0
Codelines passed: 334
To finish the installation you have to move the ".sty"
file into a directory searched by TeX. To produce the
documentation run the file ".dtx" through LaTeX. If any
questions, submit a new GitHub issue.
)
No pages of output.
Transcript written on ppt-slides.log.
Typesetting ppt-slides
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex)
\write18 enabled.
entering extended mode
This is makeindex, version 2.17 [TeX Live 2024] (kpathsea + Thai support).
Scanning style file /usr/local/texlive/2024/texmf-dist/makeindex/latex/gglo.ist..............done (14 attributes redefined, 3 ignored).
Scanning input file ppt-slides.glo....done (9 entries accepted, 0 rejected).
Sorting entries....done (31 comparisons).
Generating output file ppt-slides.gls....done (29 lines written, 0 warnings).
Output written in ppt-slides.gls.
Transcript written in ppt-slides.glg.
This is makeindex, version 2.17 [TeX Live 2024] (kpathsea + Thai support).
Scanning style file /usr/local/texlive/2024/texmf-dist/makeindex/latex/gind.ist.............done (13 attributes redefined, 3 ignored).
Scanning input file ppt-slides.idx....done (243 entries accepted, 18 rejected).
Sorting entries.....done (2056 comparisons).
Generating output file ppt-slides.ind....done (261 lines written, 0 warnings).
Output written in ppt-slides.ind.
Transcript written in ppt-slides.ilg.
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex)
\write18 enabled.
entering extended mode
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:yegor256/ppt-slides.git
90f019d..7ad51a3 master -> master
container a7dcfa3edb5ba494c1ff2fef4269cce0c679ca48e5e9a49ec4be8c443f94bb83 is dead
Sat Nov 9 22:41:19 UTC 2024