+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 3008667 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Thu Jan 11 04:09:28 PM CET 2024 + uptime 16:09:28 up 119 days, 20:23, 0 users, load average: 0.25, 0.17, 0.24 + head=git@github.com:yegor256/ffcode.git + ff=default + image=yegor256/rultor-image:1.22.0 + rebase=false + squash=false + head_branch=master + author=yegor256 + tag=0.9.1 + vars=('--env=head=git@github.com:yegor256/ffcode.git' '--env=tag=0.9.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/ffcode.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.9.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''gem install texsc:0.6.0'\'' '\'';'\'' '\''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/ffcode.git'\''' ';' 'export '\''tag=0.9.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'gem install texsc:0.6.0' ';' '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_ffcode_32 + as_root=false + hostname b3.rultor.com + pwd /tmp/rultor-WAPp + git --version git version 2.34.1 + docker --version Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1 + mkdir -p /home/rultor/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone git@github.com:yegor256/ffcode.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''head=git@github.com:yegor256/ffcode.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:yegor256/ffcode.git'\''' ';' 'export '\''tag=0.9.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'gem install texsc:0.6.0' ';' '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.9.1 ']' + [[ 0.9.1 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.9.1"' tag name is valid: "0.9.1" + cd repo ++ git tag -l 0.9.1 + '[' ']' + export BRANCH_NAME=__rultor + BRANCH_NAME=__rultor ++ git show-branch __rultor ++ wc -l + '[' 0 -gt 0 ']' + git checkout -b __rultor Switched to a new branch '__rultor' + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=0.24 ++ echo 0.24 '>' 30 ++ bc ./run.sh: line 108: bc: command not found + '[' -eq 1 ']' ./run.sh: line 108: [: -eq: unary operator expected + echo 'load average is 0.24, low enough to run a new Docker container' load average is 0.24, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-image:1.22.0 + docker pull yegor256/rultor-image:1.22.0 1.22.0: Pulling from yegor256/rultor-image Digest: sha256:0e360fba8fb992c4c6cb495ddefdf5ecbc0f3edb887dd12deefd4af4b2a13272 Status: Image is up to date for yegor256/rultor-image:1.22.0 docker.io/yegor256/rultor-image:1.22.0 + docker ps --filter=status=exited + grep --quiet '\syegor256_ffcode_32\s*$' + ls -al . total 44 drwx------ 3 rultor rultor 4096 Jan 11 16:09 . drwxrwxrwt 14 root root 4096 Jan 11 16:09 .. -rwxrwxr-x 1 rultor rultor 556 Jan 11 16:09 end.sh -rwxrwxr-x 1 rultor rultor 466 Jan 11 16:09 entry.sh -rw-rw-r-- 1 rultor rultor 8 Jan 11 16:09 pid drwxrwxr-x 5 rultor rultor 4096 Jan 11 16:09 repo -rwxrwxr-x 1 rultor rultor 6345 Jan 11 16:09 run.sh -rw-rw-r-- 1 rultor rultor 750 Jan 11 16:09 script.sh -rw-rw-r-- 1 rultor rultor 4692 Jan 11 16:09 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-WAPp:/main --env=head=git@github.com:yegor256/ffcode.git --env=tag=0.9.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/ffcode.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.9.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''gem install texsc:0.6.0'\'' '\'';'\'' '\''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-WAPp/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_ffcode_32 yegor256/rultor-image:1.22.0 /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 ++ cat /etc/group ++ awk -F : '$3 > 100 { print $1 }' + 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 Fetching texsc-0.6.0.gem Fetching loog-0.5.1.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.4! Run `gem update --system 3.5.4` to update your installation. Fetching texqc-0.6.0.gem Fetching slop-4.8.2.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/2023/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://ftp.gwdg.de/pub/ctan/systems/texlive/tlnet (not verified: gpg unavailable) tlmgr: saving backups to /usr/local/texlive/2023/tlpkg/backups [1/1, ??:??/??:??] update: texlive.infra [548k] (66822 -> 68903) ... done running mktexlsr ... done running mktexlsr. tlmgr: package log updated: /usr/local/texlive/2023/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2023/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.joethei.xyz/systems/texlive/tlnet (not verified: gpg unavailable) tlmgr install: package already present: iexec tlmgr install: package already present: listings tlmgr install: package already present: mathtools tlmgr install: package already present: microtype tlmgr install: package already present: pdfcrop tlmgr install: package already present: pgf tlmgr install: package already present: pgfopts tlmgr install: package already present: tools tlmgr install: package already present: xetex tlmgr install: package already present: scheme-basic [1/14, ??:??/??:??] install: docshots [340k] [2/14, 00:00/00:00] install: environ [161k] [3/14, 00:01/00:45] install: fontaxes [140k] [4/14, 00:01/00:35] install: fvextra [934k] [5/14, 00:02/00:29] install: href-ul [283k] [6/14, 00:03/00:36] install: hypdoc [331k] [7/14, 00:03/00:31] install: l3build.x86_64-linux [1k] [8/14, 00:04/00:41] install: l3build [802k] [9/14, 00:04/00:30] install: libertine [14028k] [10/14, 00:07/00:09] install: mweights [3k] [11/14, 00:07/00:09] install: pgf-blur [249k] [12/14, 00:08/00:10] install: tcolorbox [5285k] [13/14, 00:09/00:09] install: trimspaces [149k] [14/14, 00:10/00:10] install: upquote [164k] running mktexlsr ... done running mktexlsr. running updmap-sys ... done running updmap-sys. tlmgr: package log updated: /usr/local/texlive/2023/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2023/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.joethei.xyz/systems/texlive/tlnet (not verified: gpg unavailable) tlmgr: saving backups to /usr/local/texlive/2023/tlpkg/backups [ 1/19, ??:??/??:??] update: babel [2110k] (68651 -> 69343) ... done [ 2/19, 00:02/00:39] update: bookmark [491k] (56885 -> 69084) ... done [ 3/19, 00:03/00:47] update: dvipdfmx [3078k] (66203 -> 69127) ... done [ 4/19, 00:04/00:29] update: hyperref [4070k] (68710 -> 68972) ... done [ 5/19, 00:06/00:25] update: iexec [335k] (68522 -> 69230) ... done [ 6/19, 00:06/00:24] update: kpathsea [1048k] (68516 -> 69121) ... done [ 7/19, 00:07/00:25] update: l3backend [895k] (68631 -> 69310) ... done [ 8/19, 00:08/00:27] update: l3kernel [12728k] (68721 -> 69310) ... done [ 9/19, 00:11/00:18] update: latexconfig [3k] (53525 -> 68923) ... done [10/19, 00:12/00:20] update: ltxcmds [414k] (56421 -> 69032) ... done [11/19, 00:12/00:19] update: luatex [1925k] (66967 -> 69182) ... done [12/19, 00:13/00:19] update: modes [298k] (61719 -> 69113) ... done [13/19, 00:14/00:21] update: mptopdf [50k] (67930 -> 69363) ... done [14/19, 00:15/00:22] update: oberdiek [7723k] (65521 -> 69038) ... done [15/19, 00:17/00:19] update: tex-ini-files [6k] (40533 -> 68920) ... done [16/19, 00:17/00:19] update: texlive-msg-translations [149k] (68130 -> 69346) ... done [17/19, 00:18/00:21] update: texlive-scripts [533k] (68746 -> 69365) ... done [18/19, 00:19/00:21] update: tools [5459k] (68734 -> 68941) ... done [19/19, 00:20/00:20] update: collection-latex [1k] (63515 -> 69131) ... done running mktexlsr ... done running mktexlsr. running updmap-sys ... done running updmap-sys. regenerating fmtutil.cnf in /usr/local/texlive/2023/texmf-dist running fmtutil-sys --byengine luatex --no-error-if-no-format --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/FFU4M3Yrv6/iDdR_OGWNB ... OK: luatex.fmt/luatex dvilualatex.fmt/luatex pdfcsplain.fmt/luatex luacsplain.fmt/luatex optex.fmt/luatex dviluatex.fmt/luatex running fmtutil-sys --byengine luahbtex --no-error-if-no-format --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/FFU4M3Yrv6/iDdR_OGWNB ... OK: luahbtex.fmt/luahbtex lualatex.fmt/luahbtex running fmtutil-sys --byengine luajittex --no-error-if-no-format --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/FFU4M3Yrv6/iDdR_OGWNB ... OK: luajittex.fmt/luajittex running fmtutil-sys --byengine xetex --no-error-if-no-format --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/FFU4M3Yrv6/iDdR_OGWNB ... OK: xetex.fmt/xetex xelatex-dev.fmt/xetex pdfcsplain.fmt/xetex xelatex.fmt/xetex running fmtutil-sys --byengine luajithbtex --no-error-if-no-format --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/FFU4M3Yrv6/iDdR_OGWNB ... OK: luajithbtex.fmt/luajithbtex running fmtutil-sys --byengine pdftex --no-error-if-no-format --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/FFU4M3Yrv6/iDdR_OGWNB ... OK: pdftex.fmt/pdftex pdfmex.fmt/pdftex pdflatex.fmt/pdftex etex.fmt/pdftex mptopdf.fmt/pdftex utf8mex.fmt/pdftex amstex.fmt/pdftex pdfcsplain.fmt/pdftex latex.fmt/pdftex pdfetex.fmt/pdftex mex.fmt/pdftex csplain.fmt/pdftex running fmtutil-sys --byfmt mf --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/FFU4M3Yrv6/iDdR_OGWNB ... OK: mf.fmt/mf-nowin tlmgr: package log updated: /usr/local/texlive/2023/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2023/texmf-var/web2c/tlmgr-commands.log Tagging build.lua Tagging ffcode.dtx Running l3build with target "check" for module "." This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdftex) restricted \write18 enabled. entering extended mode (./ffcode.ins (/usr/local/texlive/2023/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) ffcode.sty Processing file ffcode.dtx (package) -> ffcode.sty Lines processed: 369 Comments removed: 230 Comments passed: 0 Codelines passed: 131 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 ffcode.log. Running checks on simple (1/2) without-bars (2/2) All checks passed This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdftex) restricted \write18 enabled. entering extended mode (./ffcode.ins (/usr/local/texlive/2023/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) ffcode.sty Processing file ffcode.dtx (package) -> ffcode.sty Lines processed: 369 Comments removed: 230 Comments passed: 0 Codelines passed: 131 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 ffcode.log. This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdftex) restricted \write18 enabled. entering extended mode (./ffcode.ins (/usr/local/texlive/2023/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 ffcode.sty already exists somewhere on the system. Overwrite it if necessary? [y/n] \answer= Generating file(s) ffcode.sty Processing file ffcode.dtx (package) -> ffcode.sty Lines processed: 369 Comments removed: 230 Comments passed: 0 Codelines passed: 131 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 ffcode.log. Typesetting ffcode This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex) \write18 enabled. entering extended mode This is makeindex, version 2.17 [TeX Live 2023] (kpathsea + Thai support). Scanning style file /usr/local/texlive/2023/texmf-dist/makeindex/latex/gglo.ist..............done (14 attributes redefined, 3 ignored). Scanning input file ffcode.glo....done (11 entries accepted, 0 rejected). Sorting entries....done (38 comparisons). Generating output file ffcode.gls....done (35 lines written, 0 warnings). Output written in ffcode.gls. Transcript written in ffcode.glg. This is makeindex, version 2.17 [TeX Live 2023] (kpathsea + Thai support). Scanning style file /usr/local/texlive/2023/texmf-dist/makeindex/latex/gind.ist.............done (13 attributes redefined, 3 ignored). Scanning input file ffcode.idx....done (101 entries accepted, 6 rejected). Sorting entries....done (736 comparisons). Generating output file ffcode.ind....done (147 lines written, 0 warnings). Output written in ffcode.ind. Transcript written in ffcode.ilg. This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex) \write18 enabled. entering extended mode This is makeindex, version 2.17 [TeX Live 2023] (kpathsea + Thai support). Scanning style file /usr/local/texlive/2023/texmf-dist/makeindex/latex/gglo.ist..............done (14 attributes redefined, 3 ignored). Scanning input file ffcode.glo....done (11 entries accepted, 0 rejected). Sorting entries....done (38 comparisons). Generating output file ffcode.gls....done (35 lines written, 0 warnings). Output written in ffcode.gls. Transcript written in ffcode.glg. This is makeindex, version 2.17 [TeX Live 2023] (kpathsea + Thai support). Scanning style file /usr/local/texlive/2023/texmf-dist/makeindex/latex/gind.ist.............done (13 attributes redefined, 3 ignored). Scanning input file ffcode.idx....done (101 entries accepted, 6 rejected). Sorting entries....done (736 comparisons). Generating output file ffcode.ind....done (147 lines written, 0 warnings). Output written in ffcode.ind. Transcript written in ffcode.ilg. This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex) \write18 enabled. entering extended mode Found 13 lines in /home/r/repo/.texsc No spelling errors found in 0 file(s), the text is clean [__rultor 17c7c29] version set to 0.9.1 2 files changed, 2 insertions(+), 2 deletions(-) ctan-upload | announcement: Empty announcement: No ctan announcement will be made ctan-upload | author: Yegor Bugayenko ctan-upload | bugtracker: https://github.com/yegor256/ffcode/issues ctan-upload | ctanPath: /macros/latex/contrib/ffcode ctan-upload | description: This LaTeX package helps you write source code in your academic papers and make it looks neat. It uses 'listings' and 'tcolorbox', configuring them the right way, to ensure that code fragments and code blocks look nicer. ctan-upload | development: ctan-upload | email: yegor256@gmail.com ctan-upload | home: ctan-upload | license: mit ctan-upload | note: Bug fixes ctan-upload | pkg: ffcode ctan-upload | repository: https://github.com/yegor256/ffcode ctan-upload | summary: Fixed-font code blocks formatted nicely ctan-upload | support: ctan-upload | topic: line-nos ctan-upload | topic: listing ctan-upload | topic: verbatim ctan-upload | update: true ctan-upload | uploader: Yegor Bugayenko ctan-upload | version: 0.9.1 Contacting CTAN for validation: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 507k 0 2 100 507k 1 367k -0:00:01 -0:00:01 --:--:-- 367k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 507k 0 29 100 507k 73 1285k --:--:-- --:--:-- --:--:-- 1285k Response from CTAN: [["INFO","Upload succeeded"]] + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git checkout __rultor Already on '__rultor' + git tag 0.9.1 -m '0.9.1: tagged by rultor.com' + git reset --hard HEAD is now at 17c7c29 version set to 0.9.1 + 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 17c7c29). + git push --all origin Everything up-to-date + git push --tags origin To github.com:yegor256/ffcode.git * [new tag] 0.9.1 -> 0.9.1 container c296a18a80a03832a1d8690d9f669ccbd0fe8b663ea0f539d2bda17dd139b17a is dead Thu Jan 11 04:13:15 PM CET 2024