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 996
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat Mar 23 08:12:24 UTC 2024
+ uptime
 08:12:24 up 0 min,  0 users,  load average: 1.10, 0.27, 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 || echo 1'\'' '\'';'\'' '\''cat build/doc/yb-book.log'\'' '\'';'\'' '\''exit 1'\'' '\'';'\'' '\''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 || echo 1' ';' 'cat build/doc/yb-book.log' ';' 'exit 1' ';' '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-28-18
+ pwd
/tmp/rultor-Q21h
+ 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 || echo 1' ';' 'cat build/doc/yb-book.log' ';' 'exit 1' ';' 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.11
++ bc
++ echo 0.11 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.11, low enough to run a new Docker container'
load average is 0.11, 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 08:12 .
drwxrwxrwt 13 root   root   4096 Mar 23 08:17 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Mar 23 08:16 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  466 Mar 23 08:12 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    4 Mar 23 08:12 pid
drwxrwxr-x  5 ubuntu ubuntu 4096 Mar 23 08:12 repo
-rwxrwxr-x  1 ubuntu ubuntu 6508 Mar 23 08:12 run.sh
-rw-rw-r--  1 ubuntu ubuntu  808 Mar 23 08:12 script.sh
-rw-rw-r--  1 ubuntu ubuntu 8609 Mar 23 08:17 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Q21h:/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 || echo 1'\'' '\'';'\'' '\''cat build/doc/yb-book.log'\'' '\'';'\'' '\''exit 1'\'' '\'';'\'' '\''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-Q21h/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://mirrors.mit.edu/CTAN/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:03/00:12] install: bigfoot [773k]
[4/27, 00:05/00:18] install: changepage [277k]
[5/27, 00:06/00:21] install: chngcntr [231k]
[6/27, 00:07/00:24] install: csquotes [336k]
[7/27, 00:08/00:26] install: enumitem [173k]
[8/27, 00:09/00:29] install: fontaxes [140k]
[9/27, 00:10/00:32] install: footmisc [533k]
[10/27, 00:12/00:37] install: href-ul [283k]
[11/27, 00:13/00:38] install: ifmtarg [40k]
[12/27, 00:14/00:41] install: imakeidx [530k]
[13/27, 00:16/00:45] install: l3build.x86_64-linux [1k]
[14/27, 00:16/00:45] install: l3build [804k]
[15/27, 00:18/00:47] install: lastpage [577k]
[16/27, 00:19/00:47] install: libertine [14028k]
[17/27, 00:22/00:25] install: logreq [7k]
[18/27, 00:23/00:27] install: mdframed [1426k]
[19/27, 00:25/00:27] install: mweights [3k]
[20/27, 00:25/00:27] install: needspace [158k]
[21/27, 00:27/00:29] install: paralist [223k]
[22/27, 00:28/00:30] install: qrcode [285k]
[23/27, 00:30/00:32] install: textpos [375k]
[24/27, 00:31/00:33] install: titlesec [687k]
[25/27, 00:32/00:33] install: wrapfig [340k]
[26/27, 00:34/00:35] install: xifthen [474k]
[27/27, 00:35/00:35] 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://ctan.mirrors.hoobly.com/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:08/00:08] update: l3packages [1470k] (69983 -> 70637) ... done
[6/7, 00:09/00:09] 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 pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/JUR8TgVXB2/TR215ZLVxl ...
  OK: pdflatex.fmt/pdftex
running fmtutil-sys --byfmt lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/JUR8TgVXB2/TR215ZLVxl ...
  OK: lualatex.fmt/luahbtex
running fmtutil-sys --byfmt xelatex-dev --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/JUR8TgVXB2/TR215ZLVxl ...
  OK: xelatex-dev.fmt/xetex
running fmtutil-sys --byfmt latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/JUR8TgVXB2/TR215ZLVxl ...
  OK: latex.fmt/pdftex
running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/JUR8TgVXB2/TR215ZLVxl ...
  OK: dvilualatex.fmt/luatex
running fmtutil-sys --byfmt xelatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/JUR8TgVXB2/TR215ZLVxl ...
  OK: xelatex.fmt/xetex
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: 690
Comments removed: 260
Comments  passed: 1
Codelines passed: 409

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: 690
Comments removed: 260
Comments  passed: 1
Codelines passed: 409

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: 690
Comments removed: 260
Comments  passed: 1
Codelines passed: 409

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
1
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex 2024.3.23)  23 MAR 2024 08:20
entering extended mode
 \write18 enabled.
 %&-line parsing enabled.
**\input yb-book.dtx
(./yb-book.dtx
File: yb-book.dtx 23.03.20240 0.4.0 YB Branded Book Style
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/ltxdoc.cls
Document Class: ltxdoc 2023/03/28 v2.1j Standard LaTeX documentation class
*************************************
* Local config file ltxdoc.cfg used
*************************************
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/ltxdoc.cfg
File: ltxdoc.cfg 2022/06/14 v2.0d ltxdoc.cls configuration (LaTeX Project)
) (/usr/local/texlive/2024/texmf-dist/tex/latex/base/article.cls
Document Class: article 2023/05/17 v1.4n Standard LaTeX document class
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2023/05/17 v1.4n Standard LaTeX file (size option)
)
\c@part=\count188
\c@section=\count189
\c@subsection=\count190
\c@subsubsection=\count191
\c@paragraph=\count192
\c@subparagraph=\count193
\c@figure=\count194
\c@table=\count195
\abovecaptionskip=\skip48
\belowcaptionskip=\skip49
\bibindent=\dimen140
) (/usr/local/texlive/2024/texmf-dist/tex/latex/base/doc.sty
Package: doc 2022/11/13 v3.0m Standard LaTeX documentation package V3 (FMi)
\c@StandardModuleDepth=\count196
\guard@level=\count197
\MacrocodeTopsep=\skip50
\MacroIndent=\dimen141
\macro@cnt=\count198
\MacroTopsep=\skip51
\IndexMin=\dimen142
\c@IndexColumns=\count199
(/usr/local/texlive/2024/texmf-dist/tex/latex/tools/multicol.sty
Package: multicol 2023/03/30 v1.9f multicolumn formatting (FMi)
\c@tracingmulticols=\count266
\mult@box=\box51
\multicol@leftmargin=\dimen143
\c@unbalance=\count267
\c@collectmore=\count268
\doublecol@number=\count269
\multicoltolerance=\count270
\multicolpretolerance=\count271
\full@width=\dimen144
\page@free=\dimen145
\premulticols=\dimen146
\postmulticols=\dimen147
\multicolsep=\skip52
\multicolbaselineskip=\skip53
\partial@page=\box52
\last@line=\box53
\mc@boxedresult=\box54
\maxbalancingoverflow=\dimen148
\mult@rightbox=\box55
\mult@grightbox=\box56
\mult@firstbox=\box57
\mult@gfirstbox=\box58
\@tempa=\box59
\@tempa=\box60
\@tempa=\box61
\@tempa=\box62
\@tempa=\box63
\@tempa=\box64
\@tempa=\box65
\@tempa=\box66
\@tempa=\box67
\@tempa=\box68
\@tempa=\box69
\@tempa=\box70
\@tempa=\box71
\@tempa=\box72
\@tempa=\box73
\@tempa=\box74
\@tempa=\box75
\@tempa=\box76
\@tempa=\box77
\@tempa=\box78
\@tempa=\box79
\@tempa=\box80
\@tempa=\box81
\@tempa=\box82
\@tempa=\box83
\@tempa=\box84
\@tempa=\box85
\@tempa=\box86
\@tempa=\box87
\@tempa=\box88
\@tempa=\box89
\@tempa=\box90
\@tempa=\box91
\@tempa=\box92
\@tempa=\box93
\@tempa=\box94
\c@minrows=\count272
\c@columnbadness=\count273
\c@finalcolumnbadness=\count274
\last@try=\dimen149
\multicolovershoot=\dimen150
\multicolundershoot=\dimen151
\mult@nat@firstbox=\box95
\colbreak@box=\box96
\mc@col@check@num=\count275
)
\GlossaryMin=\dimen152
\c@GlossaryColumns=\count276
\check@sum=\count277
\bslash@cnt=\count278
\wrong@table=\toks17
\c@CodelineNo=\count279
\@temptokenb=\toks18
)) (/usr/local/texlive/2024/texmf-dist/tex/latex/libertine/libertine.sty
Package: libertine 2023/11/26 (Bob Tennent) Supports Libertine and Biolinum fon
ts for all LaTeX engines.
(/usr/local/texlive/2024/texmf-dist/tex/generic/iftex/ifxetex.sty
Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.
(/usr/local/texlive/2024/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2022/02/03 v1.0f TeX engine tests
)) (/usr/local/texlive/2024/texmf-dist/tex/generic/iftex/ifluatex.sty
Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
) (/usr/local/texlive/2024/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2022/06/16 v2.9 package option processing (HA)
(/usr/local/texlive/2024/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/local
/texlive/2024/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks19
\XKV@tempa@toks=\toks20
(/usr/local/texlive/2024/texmf-dist/tex/generic/xkeyval/keyval.tex))
\XKV@depth=\count280
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
)) (/usr/local/texlive/2024/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
) (/usr/local/texlive/2024/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
) (/usr/local/texlive/2024/texmf-dist/tex/latex/fontaxes/fontaxes.sty
Package: fontaxes 2020/07/21 v1.0e Font selection axes
LaTeX Info: Redefining \upshape on input line 29.
LaTeX Info: Redefining \itshape on input line 31.
LaTeX Info: Redefining \slshape on input line 33.
LaTeX Info: Redefining \swshape on input line 35.
LaTeX Info: Redefining \scshape on input line 37.
LaTeX Info: Redefining \sscshape on input line 39.
LaTeX Info: Redefining \ulcshape on input line 41.
LaTeX Info: Redefining \textsw on input line 47.
LaTeX Info: Redefining \textssc on input line 48.
LaTeX Info: Redefining \textulc on input line 49.
)
LaTeX Info: Redefining \oldstylenums on input line 485.
(/usr/local/texlive/2024/texmf-dist/tex/latex/libertine/LinLibertine_I.tex)) (/
usr/local/texlive/2024/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2023/03/13 v3.1a Micro-typographical refinements (RS)
(/usr/local/texlive/2024/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count281
)
\MT@toks=\toks21
\MT@tempbox=\box97
\MT@count=\count282
LaTeX Info: Redefining \noprotrusionifhmode on input line 1059.
LaTeX Info: Redefining \leftprotrusion on input line 1060.
\MT@prot@toks=\toks22
LaTeX Info: Redefining \rightprotrusion on input line 1078.
LaTeX Info: Redefining \textls on input line 1368.
\MT@outer@kern=\dimen153
LaTeX Info: Redefining \textmicrotypecontext on input line 1988.
\MT@listname@count=\count283
(/usr/local/texlive/2024/texmf-dist/tex/latex/microtype/microtype-pdftex.def
File: microtype-pdftex.def 2023/03/13 v3.1a Definitions specific to pdftex (RS)

LaTeX Info: Redefining \lsstyle on input line 902.
LaTeX Info: Redefining \lslig on input line 902.
\MT@outer@space=\skip54
)
Package microtype Info: Loading configuration file microtype.cfg.
(/usr/local/texlive/2024/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2023/03/13 v3.1a microtype main configuration file (RS)
)) (/usr/local/texlive/2024/texmf-dist/tex/latex/href-ul/href-ul.sty
Package: href-ul 09.01.20240 0.4.0 Underlined Hyperlinks
(/usr/local/texlive/2024/texmf-dist/tex/latex/pgfopts/pgfopts.sty
Package: pgfopts 2014/07/10 v2.1a LaTeX package options with pgfkeys
(/usr/local/texlive/2024/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (/usr/l
ocal/texlive/2024/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks23
\pgfkeys@temptoks=\toks24

(/usr/local/texlive/2024/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfil
tered.code.tex
\pgfkeys@tmptoks=\toks25
)))
\pgfopts@list@add@a@toks=\toks26
\pgfopts@list@add@b@toks=\toks27
) (/usr/local/texlive/2024/texmf-dist/tex/generic/ulem/ulem.sty
\UL@box=\box98
\UL@hyphenbox=\box99
\UL@skip=\skip55
\UL@hook=\toks28
\UL@height=\dimen154
\UL@pe=\count284
\UL@pixel=\dimen155
\ULC@box=\box100
Package: ulem 2019/11/18
\ULdepth=\dimen156
) (/usr/local/texlive/2024/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2024-01-20 v7.01h Hypertext links for LaTeX
(/usr/local/texlive/2024/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO)
) (/usr/local/texlive/2024/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
) (/usr/local/texlive/2024/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
(/usr/local/texlive/2024/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2023-12-04 v1.26 LaTeX kernel commands for general use (HO)
) (/usr/local/texlive/2024/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
)
(/usr/local/texlive/2024/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)) (/usr/local/texlive/2024/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
) (/usr/local/texlive/2024/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
) (/usr/local/texlive/2024/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2023-11-26 v2.56 Cross-referencing by name of section
(/usr/local/texlive/2024/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
)
(/usr/local/texlive/2024/texmf-dist/tex/generic/gettitlestring/gettitlestring.s
ty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
(/usr/local/texlive/2024/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO)
))
\c@section@level=\count285
)
\@linkdim=\dimen157
\Hy@linkcounter=\count286
\Hy@pagecounter=\count287
(/usr/local/texlive/2024/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2024-01-20 v7.01h Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (/usr/local/texlive/2024/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
)
\Hy@SavedSpaceFactor=\count288
(/usr/local/texlive/2024/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2024-01-20 v7.01h Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Hyper figures OFF on input line 4179.
Package hyperref Info: Link nesting OFF on input line 4184.
Package hyperref Info: Hyper index ON on input line 4187.
Package hyperref Info: Plain pages OFF on input line 4194.
Package hyperref Info: Backreferencing OFF on input line 4199.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4446.
\c@Hy@tempcnt=\count289
(/usr/local/texlive/2024/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip16
Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4784.
\XeTeXLinkMargin=\dimen158
(/usr/local/texlive/2024/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/usr/local/texlive/2024/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
)
))
\Fld@menulength=\count290
\Field@Width=\dimen159
\Fld@charsize=\dimen160
Package hyperref Info: Hyper figures OFF on input line 6063.
Package hyperref Info: Link nesting OFF on input line 6068.
Package hyperref Info: Hyper index ON on input line 6071.
Package hyperref Info: backreferencing OFF on input line 6078.
Package hyperref Info: Link coloring OFF on input line 6083.
Package hyperref Info: Link coloring with OCG OFF on input line 6088.
Package hyperref Info: PDF/A mode OFF on input line 6093.
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count291
\c@Item=\count292
\c@Hfootnote=\count293
)
Package hyperref Info: Driver (autodetected): hpdftex.
(/usr/local/texlive/2024/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2024-01-20 v7.01h Hyperref driver for pdfTeX
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
kage
with kernel methods
)
\Fld@listcount=\count294
\c@bookmark@seq@number=\count295

(/usr/local/texlive/2024/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO)

(/usr/local/texlive/2024/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
85.
)
\Hy@SectionHShift=\skip56
)) (/usr/local/texlive/2024/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
) (/usr/local/texlive/2024/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 107.
(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex
))
\Gin@req@height=\dimen161
\Gin@req@width=\dimen162
)
\@indexfile=\write3
\openout3 = `yb-book.idx'.

Writing index file yb-book.idx
\@glossaryfile=\write4
\openout4 = `yb-book.glo'.

Writing glossary file yb-book.glo

! LaTeX Error: File `hypdoc.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.
<read *>

l.66 \begin{document}
                     ^^M
Here is how much of TeX's memory you used:
 11836 strings out of 475218
 197483 string characters out of 5765184
 1925493 words of memory out of 5000000
 33930 multiletter control sequences out of 15000+600000
 558175 words of font info for 37 fonts, out of 8000000 for 9000
 430 hyphenation exceptions out of 8191
 90i,1n,93p,350b,166s stack positions out of 10000i,1000n,20000p,200000b,200000s

!  ==> Fatal error occurred, no output PDF file produced!
container 848187e060c3905a0480166d8e0d8e7b192db3b1c22d703d2b81360af8656550 is dead
Sat Mar 23 08:21:14 UTC 2024