rultor.com logo This build log was produced by rultor.com for yegor256/yb-book#23
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 982
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat Mar 23 07:36:45 UTC 2024
+ uptime
 07:36:45 up 0 min,  0 users,  load average: 1.05, 0.26, 0.09
+ head=git@github.com:yegor256/yb-book.git
+ ff=default
+ image=yegor256/rultor-image:1.23.1
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.4.0
+ vars=('--env=head=git@github.com:yegor256/yb-book.git' '--env=tag=0.4.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/yb-book.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install texsc:0.6.0'\'' '\'';'\'' '\''sudo gem install texqc:0.6.0'\'' '\'';'\'' '\''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 tag ${tag}'\'' '\'';'\'' '\''l3build ctan --show-log-on-error'\'' '\'';'\'' '\''texsc'\'' '\'';'\'' '\''texqc'\'' '\'';'\'' '\''git commit -am "version set to ${tag}"'\'' '\'';'\'' '\''echo '\''\'\'''\''y'\''\'\'''\'' | l3build upload --halt-on-error'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/yb-book.git'\''' ';' 'export '\''tag=0.4.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install texsc:0.6.0' ';' 'sudo gem install texqc:0.6.0' ';' '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 tag ${tag}' ';' 'l3build ctan --show-log-on-error' ';' 'texsc' ';' 'texqc' ';' 'git commit -am "version set to ${tag}"' ';' 'echo '\''y'\'' | l3build upload --halt-on-error' ';')
+ directory=
+ container=yegor256_yb-book_23
+ as_root=false
+ hostname
ip-172-31-19-253
+ pwd
/tmp/rultor-c7IF
+ 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/yb-book.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/yb-book.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/yb-book.git'\''' ';' 'export '\''tag=0.4.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install texsc:0.6.0' ';' 'sudo gem install texqc:0.6.0' ';' '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 tag ${tag}' ';' 'l3build ctan --show-log-on-error' ';' texsc ';' texqc ';' 'git commit -am "version set to ${tag}"' ';' 'echo '\''y'\'' | l3build upload --halt-on-error' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.4.0 ']'
+ [[ 0.4.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.4.0"'
tag name is valid: "0.4.0"
+ cd repo
++ git tag -l 0.4.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.10
++ bc
++ echo 0.10 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.10, low enough to run a new Docker container'
load average is 0.10, 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
e8271a417b38: Verifying Checksum
e8271a417b38: Download complete
bccd10f490ab: Pull 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_yb-book_23\s*$'
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 Mar 23 07:36 .
drwxrwxrwt 12 root   root   4096 Mar 23 07:42 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Mar 23 07:41 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  466 Mar 23 07:36 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    4 Mar 23 07:36 pid
drwxrwxr-x  5 ubuntu ubuntu 4096 Mar 23 07:36 repo
-rwxrwxr-x  1 ubuntu ubuntu 6374 Mar 23 07:36 run.sh
-rw-rw-r--  1 ubuntu ubuntu  761 Mar 23 07:36 script.sh
-rw-rw-r--  1 ubuntu ubuntu 8421 Mar 23 07:42 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-c7IF:/main --env=head=git@github.com:yegor256/yb-book.git --env=tag=0.4.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/yb-book.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install texsc:0.6.0'\'' '\'';'\'' '\''sudo gem install texqc:0.6.0'\'' '\'';'\'' '\''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 tag ${tag}'\'' '\'';'\'' '\''l3build ctan --show-log-on-error'\'' '\'';'\'' '\''texsc'\'' '\'';'\'' '\''texqc'\'' '\'';'\'' '\''git commit -am "version set to ${tag}"'\'' '\'';'\'' '\''echo '\''\'\'''\''y'\''\'\'''\'' | l3build upload --halt-on-error'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-c7IF/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_yb-book_23 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 ./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
+ 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
Fetching loog-0.5.1.gem
Fetching texsc-0.6.0.gem
Fetching backtrace-0.4.0.gem
Successfully installed loog-0.5.1
Successfully installed backtrace-0.4.0
Successfully installed texsc-0.6.0
3 gems installed

A new release of RubyGems is available: 3.4.10 → 3.5.7!
Run `gem update --system 3.5.7` to update your installation.

Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Fetching slop-4.8.2.gem
Fetching texqc-0.6.0.gem
Successfully installed slop-4.8.2
Successfully installed texqc-0.6.0
2 gems installed
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
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
tlmgr: package repository https://mirror.las.iastate.edu/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr: saving backups to /usr/local/texlive/2024/tlpkg/backups
[1/2, ??:??/??:??] update: texlive.infra [557k] (70084 -> 70660) ... done
[2/2, 00:01/00:01] update: texlive.infra.x86_64-linux [151k] (69786 -> 70266) ... done
running mktexlsr ...
done running mktexlsr.
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
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
tlmgr: package repository https://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr install: package already present: fancyhdr
tlmgr install: package already present: float
tlmgr install: package already present: geometry
tlmgr install: package already present: microtype
tlmgr install: package already present: pgf
tlmgr install: package already present: pgfopts
tlmgr install: package already present: setspace
tlmgr install: package already present: soul
tlmgr install: package already present: ulem
tlmgr install: package already present: xcolor
tlmgr install: package already present: xetex
tlmgr install: package already present: xkeyval
tlmgr install: package already present: scheme-basic
[1/27, ??:??/??:??] install: anyfontsize [182k]
[2/27, 00:01/02:50] install: biblatex [7408k]
[3/27, 00:04/00:16] install: bigfoot [773k]
[4/27, 00:05/00:18] install: changepage [277k]
[5/27, 00:07/00:25] install: chngcntr [231k]
[6/27, 00:08/00:27] install: csquotes [336k]
[7/27, 00:09/00:30] install: enumitem [173k]
[8/27, 00:10/00:33] install: fontaxes [140k]
[9/27, 00:11/00:35] install: footmisc [533k]
[10/27, 00:13/00:40] install: href-ul [283k]
[11/27, 00:14/00:41] install: ifmtarg [40k]
[12/27, 00:15/00:44] install: imakeidx [530k]
[13/27, 00:17/00:48] install: l3build.x86_64-linux [1k]
[14/27, 00:17/00:48] install: l3build [804k]
[15/27, 00:18/00:47] install: lastpage [577k]
[16/27, 00:20/00:50] install: libertine [14028k]
[17/27, 00:23/00:27] install: logreq [7k]
[18/27, 00:24/00:28] install: mdframed [1426k]
[19/27, 00:25/00:27] install: mweights [3k]
[20/27, 00:26/00:29] install: needspace [158k]
[21/27, 00:27/00:29] install: paralist [223k]
[22/27, 00:30/00:33] install: qrcode [285k]
[23/27, 00:31/00:33] install: textpos [375k]
[24/27, 00:33/00:35] install: titlesec [687k]
[25/27, 00:34/00:35] install: wrapfig [340k]
[26/27, 00:35/00:36] install: xifthen [474k]
[27/27, 00:36/00:36] install: zref [704k]
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
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
tlmgr: package repository https://mirror.mwt.me/ctan/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr: saving backups to /usr/local/texlive/2024/tlpkg/backups
[1/7, ??:??/??:??] update: biblatex [7447k] (66403 -> 70725) ... done
[2/7, 00:02/00:06] update: kpathsea [1065k] (70348 -> 70681) ... done
[3/7, 00:03/00:08] update: l3backend [892k] (70026 -> 70637) ... done
[4/7, 00:05/00:12] update: l3kernel [12462k] (70026 -> 70637) ... done
[5/7, 00:07/00:07] update: l3packages [1470k] (69983 -> 70637) ... done
[6/7, 00:10/00:10] update: texlive-msg-translations [149k] (70619 -> 70662) ... done
[7/7, 00:10/00:10] update: texlive-scripts [536k] (70616 -> 70721) ... 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 latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/vEG8DyLldo/ewPMosO9yh ...
  OK: latex.fmt/pdftex
running fmtutil-sys --byfmt xelatex-dev --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/vEG8DyLldo/ewPMosO9yh ...
  OK: xelatex-dev.fmt/xetex
running fmtutil-sys --byfmt xelatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/vEG8DyLldo/ewPMosO9yh ...
  OK: xelatex.fmt/xetex
running fmtutil-sys --byfmt pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/vEG8DyLldo/ewPMosO9yh ...
  OK: pdflatex.fmt/pdftex
running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/vEG8DyLldo/ewPMosO9yh ...
  OK: dvilualatex.fmt/luatex
running fmtutil-sys --byfmt lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/vEG8DyLldo/ewPMosO9yh ...
  OK: lualatex.fmt/luahbtex
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
Tagging  build.lua
Tagging  yb-book.dtx
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
(./yb-book.ins (/usr/local/texlive/2024/texmf-dist/tex/latex/base/docstrip.tex
Utility: `docstrip' v2.6b <2022-09-03>
English documentation    <2023-10-10>

**********************************************************
* 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) yb-book.cls

Processing file yb-book.dtx (class) -> yb-book.cls
Lines  processed: 658
Comments removed: 236
Comments  passed: 1
Codelines passed: 401

To finish the installation you have to move the ".cls"
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 yb-book.log.
Running checks on
  draft (1/2)
  simple (2/2)
This is makeindex, version 2.17 [TeX Live 2024] (kpathsea + Thai support).
Scanning input file simple.idx....done (1 entries accepted, 0 rejected).
Sorting entries...done (0 comparisons).
Generating output file simple.ind....done (5 lines written, 0 warnings).
Output written in simple.ind.
Transcript written in simple.ilg.
This is makeindex, version 2.17 [TeX Live 2024] (kpathsea + Thai support).
Scanning input file simple.idx....done (1 entries accepted, 0 rejected).
Sorting entries...done (0 comparisons).
Generating output file simple.ind....done (5 lines written, 0 warnings).
Output written in simple.ind.
Transcript written in simple.ilg.
This is makeindex, version 2.17 [TeX Live 2024] (kpathsea + Thai support).
Scanning input file simple.idx....done (1 entries accepted, 0 rejected).
Sorting entries...done (0 comparisons).
Generating output file simple.ind....done (5 lines written, 0 warnings).
Output written in simple.ind.
Transcript written in simple.ilg.

  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
(./yb-book.ins (/usr/local/texlive/2024/texmf-dist/tex/latex/base/docstrip.tex
Utility: `docstrip' v2.6b <2022-09-03>
English documentation    <2023-10-10>

**********************************************************
* 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) yb-book.cls

Processing file yb-book.dtx (class) -> yb-book.cls
Lines  processed: 658
Comments removed: 236
Comments  passed: 1
Codelines passed: 401

To finish the installation you have to move the ".cls"
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 yb-book.log.
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdftex)
 restricted \write18 enabled.
entering extended mode
(./yb-book.ins (/usr/local/texlive/2024/texmf-dist/tex/latex/base/docstrip.tex
Utility: `docstrip' v2.6b <2022-09-03>
English documentation    <2023-10-10>

**********************************************************
* This program converts documented macro-files into fast *
* loadable files by stripping off (nearly) all comments! *
**********************************************************

********************************************************
* No Configuration file found, using default settings. *
********************************************************

)
File yb-book.cls already exists somewhere on the system.
Overwrite it if necessary? [y/n]
\answer=
Generating file(s) yb-book.cls

Processing file yb-book.dtx (class) -> yb-book.cls
Lines  processed: 658
Comments removed: 236
Comments  passed: 1
Codelines passed: 401

To finish the installation you have to move the ".cls"
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 yb-book.log.
Typesetting yb-book
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode
 ! Compilation failed
container ae2f33c2c11988ff7ee79892d5205d75bb5fa6e2db490d096426866b09ce9aba is dead
Sat Mar 23 07:46:41 UTC 2024