Skip to content

Instantly share code, notes, and snippets.

@ccdd13
Last active March 23, 2021 12:38
Show Gist options
  • Save ccdd13/f4d3f40b28e7b4572602c38609f7f7aa to your computer and use it in GitHub Desktop.
Save ccdd13/f4d3f40b28e7b4572602c38609f7f7aa to your computer and use it in GitHub Desktop.
pandoc-tex-warning-messages.log
2021-03-23T10:09:59.4532834Z ##[section]Starting: Request a runner to run this job
2021-03-23T10:10:00.6377126Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2021-03-23T10:10:00.6377255Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-03-23T10:10:00.6377782Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2021-03-23T10:10:00.7951039Z ##[section]Finishing: Request a runner to run this job
2021-03-23T10:10:10.2732718Z Current runner version: '2.277.1'
2021-03-23T10:10:10.2760937Z ##[group]Operating System
2021-03-23T10:10:10.2762006Z Ubuntu
2021-03-23T10:10:10.2762478Z 20.04.2
2021-03-23T10:10:10.2762921Z LTS
2021-03-23T10:10:10.2763521Z ##[endgroup]
2021-03-23T10:10:10.2764119Z ##[group]Virtual Environment
2021-03-23T10:10:10.2764876Z Environment: ubuntu-20.04
2021-03-23T10:10:10.2765463Z Version: 20210315.1
2021-03-23T10:10:10.2766629Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210315.1/images/linux/Ubuntu2004-README.md
2021-03-23T10:10:10.2767976Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F
2021-03-23T10:10:10.2768895Z ##[endgroup]
2021-03-23T10:10:10.2771164Z ##[group]GITHUB_TOKEN Permissions
2021-03-23T10:10:10.2772531Z Actions: write
2021-03-23T10:10:10.2773067Z Checks: write
2021-03-23T10:10:10.2773681Z Contents: write
2021-03-23T10:10:10.2774244Z Deployments: write
2021-03-23T10:10:10.2774947Z Issues: write
2021-03-23T10:10:10.2775550Z Metadata: read
2021-03-23T10:10:10.2776205Z OrganizationPackages: write
2021-03-23T10:10:10.2776942Z Packages: write
2021-03-23T10:10:10.2777748Z PullRequests: write
2021-03-23T10:10:10.2778482Z RepositoryProjects: write
2021-03-23T10:10:10.2779171Z SecurityEvents: write
2021-03-23T10:10:10.2779885Z Statuses: write
2021-03-23T10:10:10.2780538Z ##[endgroup]
2021-03-23T10:10:10.2783991Z Prepare workflow directory
2021-03-23T10:10:10.3442544Z Prepare all required actions
2021-03-23T10:10:10.3453614Z Getting action download info
2021-03-23T10:10:10.7973742Z Download action repository 'actions/checkout@v2'
2021-03-23T10:10:12.7104829Z Download action repository 'peter-evans/create-pull-request@v3'
2021-03-23T10:10:13.4404853Z ##[group]Run actions/checkout@v2
2021-03-23T10:10:13.4405315Z with:
2021-03-23T10:10:13.4405657Z repository: ccdd13/satoshi-paper
2021-03-23T10:10:13.4406341Z token: ***
2021-03-23T10:10:13.4406636Z ssh-strict: true
2021-03-23T10:10:13.4407003Z persist-credentials: true
2021-03-23T10:10:13.4407371Z clean: true
2021-03-23T10:10:13.4407669Z fetch-depth: 1
2021-03-23T10:10:13.4407949Z lfs: false
2021-03-23T10:10:13.4408423Z submodules: false
2021-03-23T10:10:13.4408761Z ##[endgroup]
2021-03-23T10:10:14.2175501Z Syncing repository: ccdd13/satoshi-paper
2021-03-23T10:10:14.2176133Z ##[group]Getting Git version info
2021-03-23T10:10:14.2176834Z Working directory is '/home/runner/work/satoshi-paper/satoshi-paper'
2021-03-23T10:10:14.2177700Z [command]/usr/bin/git version
2021-03-23T10:10:14.2178065Z git version 2.30.2
2021-03-23T10:10:14.2181613Z ##[endgroup]
2021-03-23T10:10:14.2182628Z Deleting the contents of '/home/runner/work/satoshi-paper/satoshi-paper'
2021-03-23T10:10:14.2184196Z ##[group]Initializing the repository
2021-03-23T10:10:14.2185252Z [command]/usr/bin/git init /home/runner/work/satoshi-paper/satoshi-paper
2021-03-23T10:10:14.2186382Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-03-23T10:10:14.2187283Z hint: is subject to change. To configure the initial branch name to use in all
2021-03-23T10:10:14.2188166Z hint: of your new repositories, which will suppress this warning, call:
2021-03-23T10:10:14.2188836Z hint:
2021-03-23T10:10:14.2189622Z hint: git config --global init.defaultBranch <name>
2021-03-23T10:10:14.2190348Z hint:
2021-03-23T10:10:14.2190960Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-03-23T10:10:14.2191797Z hint: 'development'. The just-created branch can be renamed via this command:
2021-03-23T10:10:14.2192321Z hint:
2021-03-23T10:10:14.2192813Z hint: git branch -m <name>
2021-03-23T10:10:14.2193612Z Initialized empty Git repository in /home/runner/work/satoshi-paper/satoshi-paper/.git/
2021-03-23T10:10:14.2194617Z [command]/usr/bin/git remote add origin https://github.com/ccdd13/satoshi-paper
2021-03-23T10:10:14.2195225Z ##[endgroup]
2021-03-23T10:10:14.2195718Z ##[group]Disabling automatic garbage collection
2021-03-23T10:10:14.2196396Z [command]/usr/bin/git config --local gc.auto 0
2021-03-23T10:10:14.2197082Z ##[endgroup]
2021-03-23T10:10:14.2198521Z ##[group]Setting up auth
2021-03-23T10:10:14.2199393Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-03-23T10:10:14.2200581Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-03-23T10:10:14.2201795Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-03-23T10:10:14.2203280Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-03-23T10:10:14.2204724Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-03-23T10:10:14.2205432Z ##[endgroup]
2021-03-23T10:10:14.2205927Z ##[group]Fetching the repository
2021-03-23T10:10:14.2207498Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +16c16dac5e6bbe8c926835b6c630e0d93b92360b:refs/remotes/origin/master
2021-03-23T10:10:14.4535243Z remote: Enumerating objects: 23, done.
2021-03-23T10:10:14.4535986Z remote: Counting objects: 4% (1/23)
2021-03-23T10:10:14.4536810Z remote: Counting objects: 8% (2/23)
2021-03-23T10:10:14.4537686Z remote: Counting objects: 13% (3/23)
2021-03-23T10:10:14.4538323Z remote: Counting objects: 17% (4/23)
2021-03-23T10:10:14.4539013Z remote: Counting objects: 21% (5/23)
2021-03-23T10:10:14.4539852Z remote: Counting objects: 26% (6/23)
2021-03-23T10:10:14.4540497Z remote: Counting objects: 30% (7/23)
2021-03-23T10:10:14.4541117Z remote: Counting objects: 34% (8/23)
2021-03-23T10:10:14.4541750Z remote: Counting objects: 39% (9/23)
2021-03-23T10:10:14.4542372Z remote: Counting objects: 43% (10/23)
2021-03-23T10:10:14.4543027Z remote: Counting objects: 47% (11/23)
2021-03-23T10:10:14.4543681Z remote: Counting objects: 52% (12/23)
2021-03-23T10:10:14.4544300Z remote: Counting objects: 56% (13/23)
2021-03-23T10:10:14.4544940Z remote: Counting objects: 60% (14/23)
2021-03-23T10:10:14.4545938Z remote: Counting objects: 65% (15/23)
2021-03-23T10:10:14.4546725Z remote: Counting objects: 69% (16/23)
2021-03-23T10:10:14.4547535Z remote: Counting objects: 73% (17/23)
2021-03-23T10:10:14.4548144Z remote: Counting objects: 78% (18/23)
2021-03-23T10:10:14.4548738Z remote: Counting objects: 82% (19/23)
2021-03-23T10:10:14.4549392Z remote: Counting objects: 86% (20/23)
2021-03-23T10:10:14.4549914Z remote: Counting objects: 91% (21/23)
2021-03-23T10:10:14.4550445Z remote: Counting objects: 95% (22/23)
2021-03-23T10:10:14.4550958Z remote: Counting objects: 100% (23/23)
2021-03-23T10:10:14.4551524Z remote: Counting objects: 100% (23/23), done.
2021-03-23T10:10:14.4552088Z remote: Compressing objects: 4% (1/21)
2021-03-23T10:10:14.4552666Z remote: Compressing objects: 9% (2/21)
2021-03-23T10:10:14.4553228Z remote: Compressing objects: 14% (3/21)
2021-03-23T10:10:14.4553798Z remote: Compressing objects: 19% (4/21)
2021-03-23T10:10:14.4834814Z remote: Compressing objects: 23% (5/21)
2021-03-23T10:10:14.4836981Z remote: Compressing objects: 28% (6/21)
2021-03-23T10:10:14.4840722Z remote: Compressing objects: 33% (7/21)
2021-03-23T10:10:14.4841749Z remote: Compressing objects: 38% (8/21)
2021-03-23T10:10:14.4842655Z remote: Compressing objects: 42% (9/21)
2021-03-23T10:10:14.4843535Z remote: Compressing objects: 47% (10/21)
2021-03-23T10:10:14.4844389Z remote: Compressing objects: 52% (11/21)
2021-03-23T10:10:14.4845307Z remote: Compressing objects: 57% (12/21)
2021-03-23T10:10:14.4846369Z remote: Compressing objects: 61% (13/21)
2021-03-23T10:10:14.4847241Z remote: Compressing objects: 66% (14/21)
2021-03-23T10:10:14.4848088Z remote: Compressing objects: 71% (15/21)
2021-03-23T10:10:14.4848948Z remote: Compressing objects: 76% (16/21)
2021-03-23T10:10:14.4849790Z remote: Compressing objects: 80% (17/21)
2021-03-23T10:10:14.4850667Z remote: Compressing objects: 85% (18/21)
2021-03-23T10:10:14.4851377Z remote: Compressing objects: 90% (19/21)
2021-03-23T10:10:14.4852099Z remote: Compressing objects: 95% (20/21)
2021-03-23T10:10:14.4852810Z remote: Compressing objects: 100% (21/21)
2021-03-23T10:10:14.4853574Z remote: Compressing objects: 100% (21/21), done.
2021-03-23T10:10:14.6190005Z remote: Total 23 (delta 1), reused 15 (delta 0), pack-reused 0
2021-03-23T10:10:14.6630407Z From https://github.com/ccdd13/satoshi-paper
2021-03-23T10:10:14.6633472Z * [new ref] 16c16dac5e6bbe8c926835b6c630e0d93b92360b -> origin/master
2021-03-23T10:10:14.6679569Z ##[endgroup]
2021-03-23T10:10:14.6683306Z ##[group]Determining the checkout info
2021-03-23T10:10:14.6685418Z ##[endgroup]
2021-03-23T10:10:14.6687319Z ##[group]Checking out the ref
2021-03-23T10:10:14.6689487Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2021-03-23T10:10:14.7196080Z Reset branch 'master'
2021-03-23T10:10:14.7199215Z Branch 'master' set up to track remote branch 'master' from 'origin'.
2021-03-23T10:10:14.7209311Z ##[endgroup]
2021-03-23T10:10:14.7268729Z [command]/usr/bin/git log -1 --format='%H'
2021-03-23T10:10:14.7312157Z '16c16dac5e6bbe8c926835b6c630e0d93b92360b'
2021-03-23T10:10:14.7470036Z ##[group]Run sudo apt-get install -y pandoc texlive-latex-base \
2021-03-23T10:10:14.7471064Z sudo apt-get install -y pandoc texlive-latex-base \
2021-03-23T10:10:14.7472096Z texlive-fonts-recommended \
2021-03-23T10:10:14.7472833Z texlive-fonts-extra \
2021-03-23T10:10:14.7473498Z texlive-latex-extra
2021-03-23T10:10:14.7520284Z shell: /usr/bin/bash -e {0}
2021-03-23T10:10:14.7520616Z ##[endgroup]
2021-03-23T10:10:18.5434277Z Reading package lists...
2021-03-23T10:10:19.2784295Z Building dependency tree...
2021-03-23T10:10:19.2858174Z Reading state information...
2021-03-23T10:10:19.4234744Z The following additional packages will be installed:
2021-03-23T10:10:19.4236393Z dvisvgm fonts-adf-accanthis fonts-adf-berenis fonts-adf-gillius
2021-03-23T10:10:19.4237650Z fonts-adf-universalis fonts-cabin fonts-cantarell fonts-comfortaa
2021-03-23T10:10:19.4239204Z fonts-croscore fonts-crosextra-caladea fonts-crosextra-carlito
2021-03-23T10:10:19.4240523Z fonts-droid-fallback fonts-ebgaramond fonts-ebgaramond-extra
2021-03-23T10:10:19.4241877Z fonts-font-awesome fonts-freefont-otf fonts-freefont-ttf fonts-gfs-artemisia
2021-03-23T10:10:19.4243363Z fonts-gfs-complutum fonts-gfs-didot fonts-gfs-neohellenic fonts-gfs-olga
2021-03-23T10:10:19.4244592Z fonts-gfs-solomos fonts-go fonts-junicode fonts-linuxlibertine fonts-lmodern
2021-03-23T10:10:19.4245694Z fonts-lobster fonts-lobstertwo fonts-noto-core fonts-noto-mono
2021-03-23T10:10:19.4246753Z fonts-oflb-asana-math fonts-open-sans fonts-roboto-unhinted
2021-03-23T10:10:19.4247904Z fonts-sil-gentium fonts-sil-gentium-basic fonts-sil-gentiumplus
2021-03-23T10:10:19.4249090Z fonts-sil-gentiumplus-compact fonts-stix fonts-texgyre fonts-urw-base35
2021-03-23T10:10:19.4250606Z libapache-pom-java libcommons-logging-java libcommons-parent-java
2021-03-23T10:10:19.4251883Z libfontbox-java libgs9 libgs9-common libharfbuzz-icu0 libijs-0.35
2021-03-23T10:10:19.4252995Z libjbig2dec0 libkpathsea6 libopenjp2-7 libpdfbox-java libptexenc1
2021-03-23T10:10:19.4254089Z libsynctex2 libteckit0 libtexlua53 libtexluajit2 libwoff1 libzzip-0-13
2021-03-23T10:10:19.4255205Z lmodern pandoc-data poppler-data preview-latex-style t1utils tex-gyre
2021-03-23T10:10:19.4256724Z texlive-base texlive-binaries texlive-fonts-extra-links
2021-03-23T10:10:19.4258162Z texlive-latex-recommended texlive-pictures texlive-plain-generic tipa
2021-03-23T10:10:19.4259204Z xfonts-encodings xfonts-utils
2021-03-23T10:10:19.4259719Z Suggested packages:
2021-03-23T10:10:19.4260755Z fonts-noto fontforge libavalon-framework-java libcommons-logging-java-doc
2021-03-23T10:10:19.4262113Z libexcalibur-logkit-java liblog4j1.2-java texlive-xetex texlive-luatex
2021-03-23T10:10:19.4263147Z pandoc-citeproc context wkhtmltopdf librsvg2-bin groff ghc nodejs python
2021-03-23T10:10:19.4264208Z libjs-mathjax node-katex poppler-utils ghostscript fonts-japanese-mincho
2021-03-23T10:10:19.4265315Z | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2021-03-23T10:10:19.4266400Z fonts-arphic-ukai fonts-arphic-uming fonts-nanum gv | postscript-viewer
2021-03-23T10:10:19.4267404Z perl-tk xpdf | pdf-viewer xzdec cm-super texlive-fonts-extra-doc
2021-03-23T10:10:19.4268590Z texlive-fonts-recommended-doc texlive-latex-base-doc icc-profiles
2021-03-23T10:10:19.4269902Z libfile-which-perl libspreadsheet-parseexcel-perl texlive-latex-extra-doc
2021-03-23T10:10:19.4271210Z texlive-latex-recommended-doc texlive-pstricks dot2tex prerex ruby-tcltk
2021-03-23T10:10:19.4272563Z | libtcltk-ruby texlive-pictures-doc vprerex default-jre-headless
2021-03-23T10:10:19.9981107Z The following NEW packages will be installed:
2021-03-23T10:10:19.9982560Z dvisvgm fonts-adf-accanthis fonts-adf-berenis fonts-adf-gillius
2021-03-23T10:10:19.9983594Z fonts-adf-universalis fonts-cabin fonts-cantarell fonts-comfortaa
2021-03-23T10:10:19.9985024Z fonts-croscore fonts-crosextra-caladea fonts-crosextra-carlito
2021-03-23T10:10:19.9986349Z fonts-droid-fallback fonts-ebgaramond fonts-ebgaramond-extra
2021-03-23T10:10:19.9987641Z fonts-font-awesome fonts-freefont-otf fonts-freefont-ttf fonts-gfs-artemisia
2021-03-23T10:10:19.9988982Z fonts-gfs-complutum fonts-gfs-didot fonts-gfs-neohellenic fonts-gfs-olga
2021-03-23T10:10:19.9990341Z fonts-gfs-solomos fonts-go fonts-junicode fonts-linuxlibertine fonts-lmodern
2021-03-23T10:10:19.9991604Z fonts-lobster fonts-lobstertwo fonts-noto-core fonts-noto-mono
2021-03-23T10:10:19.9992589Z fonts-oflb-asana-math fonts-open-sans fonts-roboto-unhinted
2021-03-23T10:10:19.9993631Z fonts-sil-gentium fonts-sil-gentium-basic fonts-sil-gentiumplus
2021-03-23T10:10:20.0011479Z fonts-sil-gentiumplus-compact fonts-stix fonts-texgyre fonts-urw-base35
2021-03-23T10:10:20.0013912Z libapache-pom-java libcommons-logging-java libcommons-parent-java
2021-03-23T10:10:20.0016097Z libfontbox-java libgs9 libgs9-common libharfbuzz-icu0 libijs-0.35
2021-03-23T10:10:20.0019030Z libjbig2dec0 libkpathsea6 libopenjp2-7 libpdfbox-java libptexenc1
2021-03-23T10:10:20.0058921Z libsynctex2 libteckit0 libtexlua53 libtexluajit2 libwoff1 libzzip-0-13
2021-03-23T10:10:20.0060514Z lmodern pandoc pandoc-data poppler-data preview-latex-style t1utils tex-gyre
2021-03-23T10:10:20.0062220Z texlive-base texlive-binaries texlive-fonts-extra texlive-fonts-extra-links
2021-03-23T10:10:20.0063890Z texlive-fonts-recommended texlive-latex-base texlive-latex-extra
2021-03-23T10:10:20.0065763Z texlive-latex-recommended texlive-pictures texlive-plain-generic tipa
2021-03-23T10:10:20.0067303Z xfonts-encodings xfonts-utils
2021-03-23T10:10:20.7106245Z 0 upgraded, 80 newly installed, 0 to remove and 8 not upgraded.
2021-03-23T10:10:20.7118684Z Need to get 658 MB of archives.
2021-03-23T10:10:20.7120590Z After this operation, 2020 MB of additional disk space will be used.
2021-03-23T10:10:20.7122441Z Get:1 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1805 kB]
2021-03-23T10:10:20.7124785Z Get:2 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 poppler-data all 0.4.9-2 [1475 kB]
2021-03-23T10:10:20.7126515Z Get:3 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 fonts-urw-base35 all 20170801.1-3 [6333 kB]
2021-03-23T10:10:20.7130274Z Get:4 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgs9-common all 9.50~dfsg-5ubuntu4.2 [681 kB]
2021-03-23T10:10:20.7131919Z Get:5 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libijs-0.35 amd64 0.35-15 [15.7 kB]
2021-03-23T10:10:20.7133444Z Get:6 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libjbig2dec0 amd64 0.18-1ubuntu1 [60.0 kB]
2021-03-23T10:10:20.7135144Z Get:7 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libopenjp2-7 amd64 2.3.1-1ubuntu4.20.04.1 [141 kB]
2021-03-23T10:10:20.7136919Z Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgs9 amd64 9.50~dfsg-5ubuntu4.2 [2172 kB]
2021-03-23T10:10:20.7138780Z Get:9 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libkpathsea6 amd64 2019.20190605.51237-3build2 [57.0 kB]
2021-03-23T10:10:20.7140226Z Get:10 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libwoff1 amd64 1.0.2-1build2 [42.0 kB]
2021-03-23T10:10:20.7141640Z Get:11 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 dvisvgm amd64 2.8.1-1build1 [1048 kB]
2021-03-23T10:10:20.7143401Z Get:12 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-adf-accanthis all 0.20190904-1.1 [203 kB]
2021-03-23T10:10:20.7145184Z Get:13 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-adf-berenis all 0.20190904-1.1 [313 kB]
2021-03-23T10:10:20.7146698Z Get:14 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-adf-gillius all 0.20190904-1.1 [190 kB]
2021-03-23T10:10:20.7148253Z Get:15 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-adf-universalis all 0.20190904-1.1 [112 kB]
2021-03-23T10:10:20.7149943Z Get:16 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-cabin all 1.5-3 [141 kB]
2021-03-23T10:10:20.7151399Z Get:17 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-cantarell all 0.111-2 [250 kB]
2021-03-23T10:10:20.7152869Z Get:18 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-comfortaa all 3.001-3 [129 kB]
2021-03-23T10:10:20.7154509Z Get:19 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 fonts-croscore all 20200323-1build1~ubuntu20.04.1 [2140 kB]
2021-03-23T10:10:20.7156262Z Get:20 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-crosextra-caladea all 20130214-2 [82.4 kB]
2021-03-23T10:10:20.7157963Z Get:21 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-crosextra-carlito all 20130920-1 [742 kB]
2021-03-23T10:10:20.7159581Z Get:22 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-ebgaramond all 0.016-1ubuntu1 [472 kB]
2021-03-23T10:10:20.7161209Z Get:23 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-ebgaramond-extra all 0.016-1ubuntu1 [2161 kB]
2021-03-23T10:10:20.7162886Z Get:24 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 fonts-font-awesome all 5.0.10+really4.7.0~dfsg-1 [514 kB]
2021-03-23T10:10:20.7164465Z Get:25 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-freefont-otf all 20120503-10 [3056 kB]
2021-03-23T10:10:20.7165988Z Get:26 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 fonts-freefont-ttf all 20120503-10 [2440 kB]
2021-03-23T10:10:20.7167503Z Get:27 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-artemisia all 1.1-5 [260 kB]
2021-03-23T10:10:20.7169044Z Get:28 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-complutum all 1.1-6 [41.6 kB]
2021-03-23T10:10:20.7170525Z Get:29 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-didot all 1.1-6 [278 kB]
2021-03-23T10:10:20.7172012Z Get:30 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-neohellenic all 1.1-6 [215 kB]
2021-03-23T10:10:20.7173327Z Get:31 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-olga all 1.1-5 [33.4 kB]
2021-03-23T10:10:20.7174620Z Get:32 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-solomos all 1.1-5 [40.7 kB]
2021-03-23T10:10:20.7175863Z Get:33 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-go all 0~20170330-1 [369 kB]
2021-03-23T10:10:20.7177302Z Get:34 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-junicode all 1.002-2 [828 kB]
2021-03-23T10:10:20.7178631Z Get:35 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-linuxlibertine all 5.3.0-4 [1627 kB]
2021-03-23T10:10:20.7179947Z Get:36 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-lmodern all 2.004.5-6 [4532 kB]
2021-03-23T10:10:20.7181189Z Get:37 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-lobster all 2.0-2 [38.7 kB]
2021-03-23T10:10:20.7182962Z Get:38 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-lobstertwo all 2.0-2 [92.7 kB]
2021-03-23T10:10:20.7184380Z Get:39 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 fonts-noto-core all 20200323-1build1~ubuntu20.04.1 [10.9 MB]
2021-03-23T10:10:20.8211828Z Get:40 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 fonts-noto-mono all 20200323-1build1~ubuntu20.04.1 [80.6 kB]
2021-03-23T10:10:20.8228606Z Get:41 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-oflb-asana-math all 000.907-6 [246 kB]
2021-03-23T10:10:20.8294367Z Get:42 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-open-sans all 1.11-1 [575 kB]
2021-03-23T10:10:20.8762652Z Get:43 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-roboto-unhinted all 2:0~20170802-3 [2376 kB]
2021-03-23T10:10:20.9233945Z Get:44 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-sil-gentium all 20081126:1.03-2 [245 kB]
2021-03-23T10:10:20.9290501Z Get:45 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-sil-gentium-basic all 1.102-1 [384 kB]
2021-03-23T10:10:20.9372565Z Get:46 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-sil-gentiumplus all 5.000-2 [2807 kB]
2021-03-23T10:10:20.9897576Z Get:47 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-sil-gentiumplus-compact all 5.000-2 [1514 kB]
2021-03-23T10:10:21.0206727Z Get:48 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-texgyre all 20180621-3 [10.2 MB]
2021-03-23T10:10:21.1071085Z Get:49 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libapache-pom-java all 18-1 [4720 B]
2021-03-23T10:10:21.1075731Z Get:50 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcommons-parent-java all 43-1 [10.8 kB]
2021-03-23T10:10:21.1078071Z Get:51 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcommons-logging-java all 1.2-2 [60.3 kB]
2021-03-23T10:10:21.1084289Z Get:52 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz-icu0 amd64 2.6.4-1ubuntu4 [5580 B]
2021-03-23T10:10:21.1089160Z Get:53 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libptexenc1 amd64 2019.20190605.51237-3build2 [35.5 kB]
2021-03-23T10:10:21.1094411Z Get:54 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libsynctex2 amd64 2019.20190605.51237-3build2 [55.0 kB]
2021-03-23T10:10:21.1103607Z Get:55 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libteckit0 amd64 2.5.8+ds2-5ubuntu2 [320 kB]
2021-03-23T10:10:21.1131910Z Get:56 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libtexlua53 amd64 2019.20190605.51237-3build2 [105 kB]
2021-03-23T10:10:21.1142943Z Get:57 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libtexluajit2 amd64 2019.20190605.51237-3build2 [235 kB]
2021-03-23T10:10:21.1165936Z Get:58 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libzzip-0-13 amd64 0.13.62-3.2ubuntu1 [26.2 kB]
2021-03-23T10:10:21.1170812Z Get:59 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu1 [573 kB]
2021-03-23T10:10:21.1222462Z Get:60 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 xfonts-utils amd64 1:7.7+6 [91.5 kB]
2021-03-23T10:10:21.1233127Z Get:61 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 lmodern all 2.004.5-6 [9474 kB]
2021-03-23T10:10:21.1991607Z Get:62 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 pandoc-data all 2.5-3build2 [76.0 kB]
2021-03-23T10:10:21.2000986Z Get:63 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 pandoc amd64 2.5-3build2 [15.4 MB]
2021-03-23T10:10:21.3317053Z Get:64 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 preview-latex-style all 11.91-2ubuntu2 [184 kB]
2021-03-23T10:10:21.3335549Z Get:65 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
2021-03-23T10:10:21.3344589Z Get:66 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 tex-gyre all 20180621-3 [6209 kB]
2021-03-23T10:10:21.3886651Z Get:67 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-binaries amd64 2019.20190605.51237-3build2 [8041 kB]
2021-03-23T10:10:21.4532772Z Get:68 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-base all 2019.20200218-1 [20.8 MB]
2021-03-23T10:10:21.6243077Z Get:69 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-fonts-extra all 2019.202000218-1 [460 MB]
2021-03-23T10:10:36.4646773Z Get:70 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-stix all 1.1.1-4 [591 kB]
2021-03-23T10:10:36.4712293Z Get:71 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-fonts-extra-links all 2019.202000218-1 [20.3 kB]
2021-03-23T10:10:36.4716519Z Get:72 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-fonts-recommended all 2019.20200218-1 [4972 kB]
2021-03-23T10:10:36.5120818Z Get:73 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-latex-base all 2019.20200218-1 [990 kB]
2021-03-23T10:10:36.5198582Z Get:74 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libfontbox-java all 1:1.8.16-2 [207 kB]
2021-03-23T10:10:36.5215318Z Get:75 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libpdfbox-java all 1:1.8.16-2 [5199 kB]
2021-03-23T10:10:36.5667023Z Get:76 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-latex-recommended all 2019.20200218-1 [15.7 MB]
2021-03-23T10:10:36.6971004Z Get:77 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-pictures all 2019.20200218-1 [4492 kB]
2021-03-23T10:10:36.7339733Z Get:78 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-latex-extra all 2019.202000218-1 [12.5 MB]
2021-03-23T10:10:36.8394099Z Get:79 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-plain-generic all 2019.202000218-1 [24.6 MB]
2021-03-23T10:10:37.0403593Z Get:80 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 tipa all 2:1.3-20 [2978 kB]
2021-03-23T10:10:39.0068120Z Preconfiguring packages ...
2021-03-23T10:10:39.0981204Z Fetched 658 MB in 17s (38.6 MB/s)
2021-03-23T10:10:39.1639838Z Selecting previously unselected package fonts-droid-fallback.
2021-03-23T10:10:39.2570235Z (Reading database ...
2021-03-23T10:10:39.2570818Z (Reading database ... 5%
2021-03-23T10:10:39.2571347Z (Reading database ... 10%
2021-03-23T10:10:39.2571873Z (Reading database ... 15%
2021-03-23T10:10:39.2572414Z (Reading database ... 20%
2021-03-23T10:10:39.2572960Z (Reading database ... 25%
2021-03-23T10:10:39.2573494Z (Reading database ... 30%
2021-03-23T10:10:39.2574017Z (Reading database ... 35%
2021-03-23T10:10:39.2574535Z (Reading database ... 40%
2021-03-23T10:10:39.2575065Z (Reading database ... 45%
2021-03-23T10:10:39.2575588Z (Reading database ... 50%
2021-03-23T10:10:39.5342370Z (Reading database ... 55%
2021-03-23T10:10:40.1928366Z (Reading database ... 60%
2021-03-23T10:10:40.7341478Z (Reading database ... 65%
2021-03-23T10:10:41.3951116Z (Reading database ... 70%
2021-03-23T10:10:42.0922513Z (Reading database ... 75%
2021-03-23T10:10:42.7121687Z (Reading database ... 80%
2021-03-23T10:10:43.4892293Z (Reading database ... 85%
2021-03-23T10:10:44.3266191Z (Reading database ... 90%
2021-03-23T10:10:44.9845215Z (Reading database ... 95%
2021-03-23T10:10:44.9845817Z (Reading database ... 100%
2021-03-23T10:10:44.9846612Z (Reading database ... 268504 files and directories currently installed.)
2021-03-23T10:10:44.9971962Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ...
2021-03-23T10:10:45.0308318Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ...
2021-03-23T10:10:45.3179607Z Selecting previously unselected package poppler-data.
2021-03-23T10:10:45.3436235Z Preparing to unpack .../01-poppler-data_0.4.9-2_all.deb ...
2021-03-23T10:10:45.3447820Z Unpacking poppler-data (0.4.9-2) ...
2021-03-23T10:10:45.6059396Z Selecting previously unselected package fonts-urw-base35.
2021-03-23T10:10:45.6311587Z Preparing to unpack .../02-fonts-urw-base35_20170801.1-3_all.deb ...
2021-03-23T10:10:45.6937491Z Unpacking fonts-urw-base35 (20170801.1-3) ...
2021-03-23T10:10:46.1139301Z Selecting previously unselected package libgs9-common.
2021-03-23T10:10:46.1437586Z Preparing to unpack .../03-libgs9-common_9.50~dfsg-5ubuntu4.2_all.deb ...
2021-03-23T10:10:46.1505874Z Unpacking libgs9-common (9.50~dfsg-5ubuntu4.2) ...
2021-03-23T10:10:46.2670985Z Selecting previously unselected package libijs-0.35:amd64.
2021-03-23T10:10:46.2967162Z Preparing to unpack .../04-libijs-0.35_0.35-15_amd64.deb ...
2021-03-23T10:10:46.3037129Z Unpacking libijs-0.35:amd64 (0.35-15) ...
2021-03-23T10:10:46.3378331Z Selecting previously unselected package libjbig2dec0:amd64.
2021-03-23T10:10:46.3617914Z Preparing to unpack .../05-libjbig2dec0_0.18-1ubuntu1_amd64.deb ...
2021-03-23T10:10:46.3627373Z Unpacking libjbig2dec0:amd64 (0.18-1ubuntu1) ...
2021-03-23T10:10:46.4001613Z Selecting previously unselected package libopenjp2-7:amd64.
2021-03-23T10:10:46.4242903Z Preparing to unpack .../06-libopenjp2-7_2.3.1-1ubuntu4.20.04.1_amd64.deb ...
2021-03-23T10:10:46.4256610Z Unpacking libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ...
2021-03-23T10:10:46.4778650Z Selecting previously unselected package libgs9:amd64.
2021-03-23T10:10:46.5045263Z Preparing to unpack .../07-libgs9_9.50~dfsg-5ubuntu4.2_amd64.deb ...
2021-03-23T10:10:46.5058778Z Unpacking libgs9:amd64 (9.50~dfsg-5ubuntu4.2) ...
2021-03-23T10:10:46.9075349Z Selecting previously unselected package libkpathsea6:amd64.
2021-03-23T10:10:46.9347739Z Preparing to unpack .../08-libkpathsea6_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:46.9361298Z Unpacking libkpathsea6:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:46.9699372Z Selecting previously unselected package libwoff1:amd64.
2021-03-23T10:10:46.9937719Z Preparing to unpack .../09-libwoff1_1.0.2-1build2_amd64.deb ...
2021-03-23T10:10:46.9947199Z Unpacking libwoff1:amd64 (1.0.2-1build2) ...
2021-03-23T10:10:47.0273392Z Selecting previously unselected package dvisvgm.
2021-03-23T10:10:47.0506741Z Preparing to unpack .../10-dvisvgm_2.8.1-1build1_amd64.deb ...
2021-03-23T10:10:47.0517016Z Unpacking dvisvgm (2.8.1-1build1) ...
2021-03-23T10:10:47.2139177Z Selecting previously unselected package fonts-adf-accanthis.
2021-03-23T10:10:47.2366774Z Preparing to unpack .../11-fonts-adf-accanthis_0.20190904-1.1_all.deb ...
2021-03-23T10:10:47.2383333Z Unpacking fonts-adf-accanthis (0.20190904-1.1) ...
2021-03-23T10:10:47.2859895Z Selecting previously unselected package fonts-adf-berenis.
2021-03-23T10:10:47.3100588Z Preparing to unpack .../12-fonts-adf-berenis_0.20190904-1.1_all.deb ...
2021-03-23T10:10:47.3115208Z Unpacking fonts-adf-berenis (0.20190904-1.1) ...
2021-03-23T10:10:47.3738840Z Selecting previously unselected package fonts-adf-gillius.
2021-03-23T10:10:47.3968351Z Preparing to unpack .../13-fonts-adf-gillius_0.20190904-1.1_all.deb ...
2021-03-23T10:10:47.3982589Z Unpacking fonts-adf-gillius (0.20190904-1.1) ...
2021-03-23T10:10:47.4406260Z Selecting previously unselected package fonts-adf-universalis.
2021-03-23T10:10:47.4689141Z Preparing to unpack .../14-fonts-adf-universalis_0.20190904-1.1_all.deb ...
2021-03-23T10:10:47.4699451Z Unpacking fonts-adf-universalis (0.20190904-1.1) ...
2021-03-23T10:10:47.5041336Z Selecting previously unselected package fonts-cabin.
2021-03-23T10:10:47.5326409Z Preparing to unpack .../15-fonts-cabin_1.5-3_all.deb ...
2021-03-23T10:10:47.5338274Z Unpacking fonts-cabin (1.5-3) ...
2021-03-23T10:10:47.5818679Z Selecting previously unselected package fonts-cantarell.
2021-03-23T10:10:47.6027338Z Preparing to unpack .../16-fonts-cantarell_0.111-2_all.deb ...
2021-03-23T10:10:47.6117046Z Unpacking fonts-cantarell (0.111-2) ...
2021-03-23T10:10:47.6593233Z Selecting previously unselected package fonts-comfortaa.
2021-03-23T10:10:47.6875739Z Preparing to unpack .../17-fonts-comfortaa_3.001-3_all.deb ...
2021-03-23T10:10:47.6887549Z Unpacking fonts-comfortaa (3.001-3) ...
2021-03-23T10:10:47.7311528Z Selecting previously unselected package fonts-croscore.
2021-03-23T10:10:47.7616597Z Preparing to unpack .../18-fonts-croscore_20200323-1build1~ubuntu20.04.1_all.deb ...
2021-03-23T10:10:47.7934168Z Unpacking fonts-croscore (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:10:48.0222915Z Selecting previously unselected package fonts-crosextra-caladea.
2021-03-23T10:10:48.0521096Z Preparing to unpack .../19-fonts-crosextra-caladea_20130214-2_all.deb ...
2021-03-23T10:10:48.0702843Z Unpacking fonts-crosextra-caladea (20130214-2) ...
2021-03-23T10:10:48.1008551Z Selecting previously unselected package fonts-crosextra-carlito.
2021-03-23T10:10:48.1301731Z Preparing to unpack .../20-fonts-crosextra-carlito_20130920-1_all.deb ...
2021-03-23T10:10:48.1311152Z Unpacking fonts-crosextra-carlito (20130920-1) ...
2021-03-23T10:10:48.2270361Z Selecting previously unselected package fonts-ebgaramond.
2021-03-23T10:10:48.2566656Z Preparing to unpack .../21-fonts-ebgaramond_0.016-1ubuntu1_all.deb ...
2021-03-23T10:10:48.2576799Z Unpacking fonts-ebgaramond (0.016-1ubuntu1) ...
2021-03-23T10:10:48.3379584Z Selecting previously unselected package fonts-ebgaramond-extra.
2021-03-23T10:10:48.3622658Z Preparing to unpack .../22-fonts-ebgaramond-extra_0.016-1ubuntu1_all.deb ...
2021-03-23T10:10:48.3635194Z Unpacking fonts-ebgaramond-extra (0.016-1ubuntu1) ...
2021-03-23T10:10:48.5391613Z Selecting previously unselected package fonts-font-awesome.
2021-03-23T10:10:48.5677745Z Preparing to unpack .../23-fonts-font-awesome_5.0.10+really4.7.0~dfsg-1_all.deb ...
2021-03-23T10:10:48.5686501Z Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-1) ...
2021-03-23T10:10:48.6388691Z Selecting previously unselected package fonts-freefont-otf.
2021-03-23T10:10:48.6683156Z Preparing to unpack .../24-fonts-freefont-otf_20120503-10_all.deb ...
2021-03-23T10:10:48.6692513Z Unpacking fonts-freefont-otf (20120503-10) ...
2021-03-23T10:10:49.0082489Z Selecting previously unselected package fonts-freefont-ttf.
2021-03-23T10:10:49.0374584Z Preparing to unpack .../25-fonts-freefont-ttf_20120503-10_all.deb ...
2021-03-23T10:10:49.0386829Z Unpacking fonts-freefont-ttf (20120503-10) ...
2021-03-23T10:10:49.3019221Z Selecting previously unselected package fonts-gfs-artemisia.
2021-03-23T10:10:49.3245855Z Preparing to unpack .../26-fonts-gfs-artemisia_1.1-5_all.deb ...
2021-03-23T10:10:49.3265351Z Unpacking fonts-gfs-artemisia (1.1-5) ...
2021-03-23T10:10:49.3778843Z Selecting previously unselected package fonts-gfs-complutum.
2021-03-23T10:10:49.4018360Z Preparing to unpack .../27-fonts-gfs-complutum_1.1-6_all.deb ...
2021-03-23T10:10:49.4028263Z Unpacking fonts-gfs-complutum (1.1-6) ...
2021-03-23T10:10:49.4319424Z Selecting previously unselected package fonts-gfs-didot.
2021-03-23T10:10:49.4598714Z Preparing to unpack .../28-fonts-gfs-didot_1.1-6_all.deb ...
2021-03-23T10:10:49.4610191Z Unpacking fonts-gfs-didot (1.1-6) ...
2021-03-23T10:10:49.5098727Z Selecting previously unselected package fonts-gfs-neohellenic.
2021-03-23T10:10:49.5385222Z Preparing to unpack .../29-fonts-gfs-neohellenic_1.1-6_all.deb ...
2021-03-23T10:10:49.5395883Z Unpacking fonts-gfs-neohellenic (1.1-6) ...
2021-03-23T10:10:49.5899950Z Selecting previously unselected package fonts-gfs-olga.
2021-03-23T10:10:49.6126822Z Preparing to unpack .../30-fonts-gfs-olga_1.1-5_all.deb ...
2021-03-23T10:10:49.6139734Z Unpacking fonts-gfs-olga (1.1-5) ...
2021-03-23T10:10:49.6390559Z Selecting previously unselected package fonts-gfs-solomos.
2021-03-23T10:10:49.6689384Z Preparing to unpack .../31-fonts-gfs-solomos_1.1-5_all.deb ...
2021-03-23T10:10:49.6700946Z Unpacking fonts-gfs-solomos (1.1-5) ...
2021-03-23T10:10:49.7018643Z Selecting previously unselected package fonts-go.
2021-03-23T10:10:49.7250935Z Preparing to unpack .../32-fonts-go_0~20170330-1_all.deb ...
2021-03-23T10:10:49.7263579Z Unpacking fonts-go (0~20170330-1) ...
2021-03-23T10:10:49.7900216Z Selecting previously unselected package fonts-junicode.
2021-03-23T10:10:49.8182366Z Preparing to unpack .../33-fonts-junicode_1.002-2_all.deb ...
2021-03-23T10:10:49.8273399Z Unpacking fonts-junicode (1.002-2) ...
2021-03-23T10:10:49.9326731Z Selecting previously unselected package fonts-linuxlibertine.
2021-03-23T10:10:49.9622841Z Preparing to unpack .../34-fonts-linuxlibertine_5.3.0-4_all.deb ...
2021-03-23T10:10:49.9704980Z Unpacking fonts-linuxlibertine (5.3.0-4) ...
2021-03-23T10:10:50.1568150Z Selecting previously unselected package fonts-lmodern.
2021-03-23T10:10:50.1858316Z Preparing to unpack .../35-fonts-lmodern_2.004.5-6_all.deb ...
2021-03-23T10:10:50.1868869Z Unpacking fonts-lmodern (2.004.5-6) ...
2021-03-23T10:10:50.6793993Z Selecting previously unselected package fonts-lobster.
2021-03-23T10:10:50.7091915Z Preparing to unpack .../36-fonts-lobster_2.0-2_all.deb ...
2021-03-23T10:10:50.7104897Z Unpacking fonts-lobster (2.0-2) ...
2021-03-23T10:10:50.7376988Z Selecting previously unselected package fonts-lobstertwo.
2021-03-23T10:10:50.7676347Z Preparing to unpack .../37-fonts-lobstertwo_2.0-2_all.deb ...
2021-03-23T10:10:50.7691091Z Unpacking fonts-lobstertwo (2.0-2) ...
2021-03-23T10:10:50.8172805Z Selecting previously unselected package fonts-noto-core.
2021-03-23T10:10:50.8467588Z Preparing to unpack .../38-fonts-noto-core_20200323-1build1~ubuntu20.04.1_all.deb ...
2021-03-23T10:10:50.8479090Z Unpacking fonts-noto-core (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:10:51.9489489Z Selecting previously unselected package fonts-noto-mono.
2021-03-23T10:10:51.9781412Z Preparing to unpack .../39-fonts-noto-mono_20200323-1build1~ubuntu20.04.1_all.deb ...
2021-03-23T10:10:51.9793707Z Unpacking fonts-noto-mono (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:10:52.0098495Z Selecting previously unselected package fonts-oflb-asana-math.
2021-03-23T10:10:52.0380683Z Preparing to unpack .../40-fonts-oflb-asana-math_000.907-6_all.deb ...
2021-03-23T10:10:52.0443502Z Unpacking fonts-oflb-asana-math (000.907-6) ...
2021-03-23T10:10:52.0891203Z Selecting previously unselected package fonts-open-sans.
2021-03-23T10:10:52.1187760Z Preparing to unpack .../41-fonts-open-sans_1.11-1_all.deb ...
2021-03-23T10:10:52.1219521Z Unpacking fonts-open-sans (1.11-1) ...
2021-03-23T10:10:52.2053577Z Selecting previously unselected package fonts-roboto-unhinted.
2021-03-23T10:10:52.2339673Z Preparing to unpack .../42-fonts-roboto-unhinted_2%3a0~20170802-3_all.deb ...
2021-03-23T10:10:52.2352394Z Unpacking fonts-roboto-unhinted (2:0~20170802-3) ...
2021-03-23T10:10:52.4970762Z Selecting previously unselected package fonts-sil-gentium.
2021-03-23T10:10:52.5252673Z Preparing to unpack .../43-fonts-sil-gentium_20081126%3a1.03-2_all.deb ...
2021-03-23T10:10:52.5266435Z Unpacking fonts-sil-gentium (20081126:1.03-2) ...
2021-03-23T10:10:52.5800906Z Selecting previously unselected package fonts-sil-gentium-basic.
2021-03-23T10:10:52.6093363Z Preparing to unpack .../44-fonts-sil-gentium-basic_1.102-1_all.deb ...
2021-03-23T10:10:52.6104744Z Unpacking fonts-sil-gentium-basic (1.102-1) ...
2021-03-23T10:10:52.6822565Z Selecting previously unselected package fonts-sil-gentiumplus.
2021-03-23T10:10:52.7119881Z Preparing to unpack .../45-fonts-sil-gentiumplus_5.000-2_all.deb ...
2021-03-23T10:10:52.7132000Z Unpacking fonts-sil-gentiumplus (5.000-2) ...
2021-03-23T10:10:52.9291810Z Selecting previously unselected package fonts-sil-gentiumplus-compact.
2021-03-23T10:10:52.9580981Z Preparing to unpack .../46-fonts-sil-gentiumplus-compact_5.000-2_all.deb ...
2021-03-23T10:10:52.9605661Z Unpacking fonts-sil-gentiumplus-compact (5.000-2) ...
2021-03-23T10:10:53.0808661Z Selecting previously unselected package fonts-texgyre.
2021-03-23T10:10:53.1103668Z Preparing to unpack .../47-fonts-texgyre_20180621-3_all.deb ...
2021-03-23T10:10:53.1183598Z Unpacking fonts-texgyre (20180621-3) ...
2021-03-23T10:10:54.0164699Z Selecting previously unselected package libapache-pom-java.
2021-03-23T10:10:54.0454023Z Preparing to unpack .../48-libapache-pom-java_18-1_all.deb ...
2021-03-23T10:10:54.0465067Z Unpacking libapache-pom-java (18-1) ...
2021-03-23T10:10:54.0853204Z Selecting previously unselected package libcommons-parent-java.
2021-03-23T10:10:54.1149602Z Preparing to unpack .../49-libcommons-parent-java_43-1_all.deb ...
2021-03-23T10:10:54.1160929Z Unpacking libcommons-parent-java (43-1) ...
2021-03-23T10:10:54.1486697Z Selecting previously unselected package libcommons-logging-java.
2021-03-23T10:10:54.1780079Z Preparing to unpack .../50-libcommons-logging-java_1.2-2_all.deb ...
2021-03-23T10:10:54.1802423Z Unpacking libcommons-logging-java (1.2-2) ...
2021-03-23T10:10:54.2184386Z Selecting previously unselected package libharfbuzz-icu0:amd64.
2021-03-23T10:10:54.2474216Z Preparing to unpack .../51-libharfbuzz-icu0_2.6.4-1ubuntu4_amd64.deb ...
2021-03-23T10:10:54.3615843Z Unpacking libharfbuzz-icu0:amd64 (2.6.4-1ubuntu4) ...
2021-03-23T10:10:54.3870115Z Selecting previously unselected package libptexenc1:amd64.
2021-03-23T10:10:54.4150084Z Preparing to unpack .../52-libptexenc1_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:54.4160991Z Unpacking libptexenc1:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:54.4449383Z Selecting previously unselected package libsynctex2:amd64.
2021-03-23T10:10:54.4727304Z Preparing to unpack .../53-libsynctex2_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:54.4743554Z Unpacking libsynctex2:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:54.5119657Z Selecting previously unselected package libteckit0:amd64.
2021-03-23T10:10:54.5402518Z Preparing to unpack .../54-libteckit0_2.5.8+ds2-5ubuntu2_amd64.deb ...
2021-03-23T10:10:54.5412134Z Unpacking libteckit0:amd64 (2.5.8+ds2-5ubuntu2) ...
2021-03-23T10:10:54.6059855Z Selecting previously unselected package libtexlua53:amd64.
2021-03-23T10:10:54.6341485Z Preparing to unpack .../55-libtexlua53_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:54.6359490Z Unpacking libtexlua53:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:54.6691472Z Selecting previously unselected package libtexluajit2:amd64.
2021-03-23T10:10:54.6966585Z Preparing to unpack .../56-libtexluajit2_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:54.6980655Z Unpacking libtexluajit2:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:54.7462701Z Selecting previously unselected package libzzip-0-13:amd64.
2021-03-23T10:10:54.7746763Z Preparing to unpack .../57-libzzip-0-13_0.13.62-3.2ubuntu1_amd64.deb ...
2021-03-23T10:10:54.7758071Z Unpacking libzzip-0-13:amd64 (0.13.62-3.2ubuntu1) ...
2021-03-23T10:10:54.8024473Z Selecting previously unselected package xfonts-encodings.
2021-03-23T10:10:54.8290262Z Preparing to unpack .../58-xfonts-encodings_1%3a1.0.5-0ubuntu1_all.deb ...
2021-03-23T10:10:54.8301667Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu1) ...
2021-03-23T10:10:54.9098833Z Selecting previously unselected package xfonts-utils.
2021-03-23T10:10:54.9377858Z Preparing to unpack .../59-xfonts-utils_1%3a7.7+6_amd64.deb ...
2021-03-23T10:10:54.9388533Z Unpacking xfonts-utils (1:7.7+6) ...
2021-03-23T10:10:54.9912596Z Selecting previously unselected package lmodern.
2021-03-23T10:10:55.0209307Z Preparing to unpack .../60-lmodern_2.004.5-6_all.deb ...
2021-03-23T10:10:55.0356597Z Unpacking lmodern (2.004.5-6) ...
2021-03-23T10:10:56.0751915Z Selecting previously unselected package pandoc-data.
2021-03-23T10:10:56.1033879Z Preparing to unpack .../61-pandoc-data_2.5-3build2_all.deb ...
2021-03-23T10:10:56.1043355Z Unpacking pandoc-data (2.5-3build2) ...
2021-03-23T10:10:56.1448568Z Selecting previously unselected package pandoc.
2021-03-23T10:10:56.1738296Z Preparing to unpack .../62-pandoc_2.5-3build2_amd64.deb ...
2021-03-23T10:10:56.1749716Z Unpacking pandoc (2.5-3build2) ...
2021-03-23T10:10:59.5253298Z Selecting previously unselected package preview-latex-style.
2021-03-23T10:10:59.5516574Z Preparing to unpack .../63-preview-latex-style_11.91-2ubuntu2_all.deb ...
2021-03-23T10:10:59.5552739Z Unpacking preview-latex-style (11.91-2ubuntu2) ...
2021-03-23T10:11:00.2196317Z Selecting previously unselected package t1utils.
2021-03-23T10:11:00.2203298Z Preparing to unpack .../64-t1utils_1.41-3_amd64.deb ...
2021-03-23T10:11:00.2204572Z Unpacking t1utils (1.41-3) ...
2021-03-23T10:11:00.2205885Z Selecting previously unselected package tex-gyre.
2021-03-23T10:11:00.2206901Z Preparing to unpack .../65-tex-gyre_20180621-3_all.deb ...
2021-03-23T10:11:00.2207636Z Unpacking tex-gyre (20180621-3) ...
2021-03-23T10:11:00.2585674Z Selecting previously unselected package texlive-binaries.
2021-03-23T10:11:00.2873967Z Preparing to unpack .../66-texlive-binaries_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:11:00.3030694Z Unpacking texlive-binaries (2019.20190605.51237-3build2) ...
2021-03-23T10:11:01.1338847Z Selecting previously unselected package texlive-base.
2021-03-23T10:11:01.1554947Z Preparing to unpack .../67-texlive-base_2019.20200218-1_all.deb ...
2021-03-23T10:11:01.1789382Z Unpacking texlive-base (2019.20200218-1) ...
2021-03-23T10:11:03.6871858Z Selecting previously unselected package texlive-fonts-extra.
2021-03-23T10:11:03.7181713Z Preparing to unpack .../68-texlive-fonts-extra_2019.202000218-1_all.deb ...
2021-03-23T10:11:03.7192564Z Unpacking texlive-fonts-extra (2019.202000218-1) ...
2021-03-23T10:11:47.6773029Z Selecting previously unselected package fonts-stix.
2021-03-23T10:11:47.7715937Z Preparing to unpack .../69-fonts-stix_1.1.1-4_all.deb ...
2021-03-23T10:11:47.7791393Z Unpacking fonts-stix (1.1.1-4) ...
2021-03-23T10:11:47.8669970Z Selecting previously unselected package texlive-fonts-extra-links.
2021-03-23T10:11:47.9149111Z Preparing to unpack .../70-texlive-fonts-extra-links_2019.202000218-1_all.deb ...
2021-03-23T10:11:47.9160449Z Unpacking texlive-fonts-extra-links (2019.202000218-1) ...
2021-03-23T10:11:47.9659904Z Selecting previously unselected package texlive-fonts-recommended.
2021-03-23T10:11:48.0083948Z Preparing to unpack .../71-texlive-fonts-recommended_2019.20200218-1_all.deb ...
2021-03-23T10:11:48.0099642Z Unpacking texlive-fonts-recommended (2019.20200218-1) ...
2021-03-23T10:11:48.7160263Z Selecting previously unselected package texlive-latex-base.
2021-03-23T10:11:48.7663522Z Preparing to unpack .../72-texlive-latex-base_2019.20200218-1_all.deb ...
2021-03-23T10:11:48.7756913Z Unpacking texlive-latex-base (2019.20200218-1) ...
2021-03-23T10:11:49.0709057Z Selecting previously unselected package libfontbox-java.
2021-03-23T10:11:49.1218337Z Preparing to unpack .../73-libfontbox-java_1%3a1.8.16-2_all.deb ...
2021-03-23T10:11:49.1229524Z Unpacking libfontbox-java (1:1.8.16-2) ...
2021-03-23T10:11:49.1739697Z Selecting previously unselected package libpdfbox-java.
2021-03-23T10:11:49.2190800Z Preparing to unpack .../74-libpdfbox-java_1%3a1.8.16-2_all.deb ...
2021-03-23T10:11:49.2206082Z Unpacking libpdfbox-java (1:1.8.16-2) ...
2021-03-23T10:11:49.6648343Z Selecting previously unselected package texlive-latex-recommended.
2021-03-23T10:11:49.7154136Z Preparing to unpack .../75-texlive-latex-recommended_2019.20200218-1_all.deb ...
2021-03-23T10:11:49.7186242Z Unpacking texlive-latex-recommended (2019.20200218-1) ...
2021-03-23T10:11:51.1880197Z Selecting previously unselected package texlive-pictures.
2021-03-23T10:11:51.2396614Z Preparing to unpack .../76-texlive-pictures_2019.20200218-1_all.deb ...
2021-03-23T10:11:51.2406147Z Unpacking texlive-pictures (2019.20200218-1) ...
2021-03-23T10:11:52.0858684Z Selecting previously unselected package texlive-latex-extra.
2021-03-23T10:11:52.1376661Z Preparing to unpack .../77-texlive-latex-extra_2019.202000218-1_all.deb ...
2021-03-23T10:11:52.1387379Z Unpacking texlive-latex-extra (2019.202000218-1) ...
2021-03-23T10:11:53.9053976Z Selecting previously unselected package texlive-plain-generic.
2021-03-23T10:11:53.9597204Z Preparing to unpack .../78-texlive-plain-generic_2019.202000218-1_all.deb ...
2021-03-23T10:11:53.9616469Z Unpacking texlive-plain-generic (2019.202000218-1) ...
2021-03-23T10:11:56.9288445Z Selecting previously unselected package tipa.
2021-03-23T10:11:56.9833942Z Preparing to unpack .../79-tipa_2%3a1.3-20_all.deb ...
2021-03-23T10:11:56.9921326Z Unpacking tipa (2:1.3-20) ...
2021-03-23T10:11:57.3851634Z Setting up fonts-gfs-didot (1.1-6) ...
2021-03-23T10:11:57.3890369Z Setting up fonts-gfs-artemisia (1.1-5) ...
2021-03-23T10:11:57.3919438Z Setting up fonts-sil-gentium-basic (1.102-1) ...
2021-03-23T10:11:57.3947733Z Setting up fonts-cantarell (0.111-2) ...
2021-03-23T10:11:57.4044708Z Setting up fonts-ebgaramond (0.016-1ubuntu1) ...
2021-03-23T10:11:57.4082705Z Setting up libharfbuzz-icu0:amd64 (2.6.4-1ubuntu4) ...
2021-03-23T10:11:57.4118517Z Setting up fonts-junicode (1.002-2) ...
2021-03-23T10:11:57.4212028Z Setting up fonts-noto-mono (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:11:57.4257766Z Setting up libwoff1:amd64 (1.0.2-1build2) ...
2021-03-23T10:11:57.4283157Z Setting up libtexlua53:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:57.4312000Z Setting up fonts-adf-berenis (0.20190904-1.1) ...
2021-03-23T10:11:57.4340209Z Setting up libijs-0.35:amd64 (0.35-15) ...
2021-03-23T10:11:57.4372374Z Setting up preview-latex-style (11.91-2ubuntu2) ...
2021-03-23T10:11:57.4496966Z Setting up libtexluajit2:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:57.4549920Z Setting up libfontbox-java (1:1.8.16-2) ...
2021-03-23T10:11:57.4584213Z Setting up fonts-freefont-otf (20120503-10) ...
2021-03-23T10:11:57.4631784Z Setting up fonts-freefont-ttf (20120503-10) ...
2021-03-23T10:11:57.4663975Z Setting up fonts-gfs-solomos (1.1-5) ...
2021-03-23T10:11:57.4688995Z Setting up fonts-comfortaa (3.001-3) ...
2021-03-23T10:11:57.4723404Z Setting up libzzip-0-13:amd64 (0.13.62-3.2ubuntu1) ...
2021-03-23T10:11:57.4755637Z Setting up fonts-sil-gentiumplus-compact (5.000-2) ...
2021-03-23T10:11:57.4791551Z Setting up fonts-roboto-unhinted (2:0~20170802-3) ...
2021-03-23T10:11:57.4836457Z Setting up fonts-urw-base35 (20170801.1-3) ...
2021-03-23T10:11:57.5478787Z Setting up fonts-open-sans (1.11-1) ...
2021-03-23T10:11:57.5506437Z Setting up fonts-sil-gentiumplus (5.000-2) ...
2021-03-23T10:11:57.5534351Z Setting up fonts-gfs-neohellenic (1.1-6) ...
2021-03-23T10:11:57.5558089Z Setting up fonts-gfs-olga (1.1-5) ...
2021-03-23T10:11:57.5590613Z Setting up fonts-oflb-asana-math (000.907-6) ...
2021-03-23T10:11:57.5620077Z Setting up poppler-data (0.4.9-2) ...
2021-03-23T10:11:57.5715754Z Setting up fonts-crosextra-carlito (20130920-1) ...
2021-03-23T10:11:57.5759312Z Setting up fonts-adf-accanthis (0.20190904-1.1) ...
2021-03-23T10:11:57.5783353Z Setting up fonts-sil-gentium (20081126:1.03-2) ...
2021-03-23T10:11:57.5892635Z Setting up fonts-adf-universalis (0.20190904-1.1) ...
2021-03-23T10:11:57.5920778Z Setting up fonts-stix (1.1.1-4) ...
2021-03-23T10:11:57.5952628Z Setting up libjbig2dec0:amd64 (0.18-1ubuntu1) ...
2021-03-23T10:11:57.5990808Z Setting up fonts-go (0~20170330-1) ...
2021-03-23T10:11:57.6028750Z Setting up libteckit0:amd64 (2.5.8+ds2-5ubuntu2) ...
2021-03-23T10:11:57.6056393Z Setting up libapache-pom-java (18-1) ...
2021-03-23T10:11:57.6079859Z Setting up fonts-cabin (1.5-3) ...
2021-03-23T10:11:57.6104496Z Setting up xfonts-encodings (1:1.0.5-0ubuntu1) ...
2021-03-23T10:11:57.6132820Z Setting up t1utils (1.41-3) ...
2021-03-23T10:11:57.6181282Z Setting up fonts-texgyre (20180621-3) ...
2021-03-23T10:11:57.6291975Z Setting up fonts-linuxlibertine (5.3.0-4) ...
2021-03-23T10:11:57.6448381Z Setting up libkpathsea6:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:57.6478074Z Setting up fonts-croscore (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:11:57.6814030Z Setting up fonts-gfs-complutum (1.1-6) ...
2021-03-23T10:11:57.6841044Z Setting up fonts-crosextra-caladea (20130214-2) ...
2021-03-23T10:11:57.7006563Z Setting up fonts-lmodern (2.004.5-6) ...
2021-03-23T10:11:57.7040071Z Setting up libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ...
2021-03-23T10:11:57.7070356Z Setting up fonts-ebgaramond-extra (0.016-1ubuntu1) ...
2021-03-23T10:11:57.7101653Z Setting up fonts-lobster (2.0-2) ...
2021-03-23T10:11:57.7144434Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
2021-03-23T10:11:57.7394571Z Setting up pandoc-data (2.5-3build2) ...
2021-03-23T10:11:57.7426767Z Setting up fonts-adf-gillius (0.20190904-1.1) ...
2021-03-23T10:11:57.7484273Z Setting up fonts-noto-core (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:11:57.7522578Z Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-1) ...
2021-03-23T10:11:57.7580372Z Setting up libsynctex2:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:57.7607220Z Setting up libgs9-common (9.50~dfsg-5ubuntu4.2) ...
2021-03-23T10:11:57.7631286Z Setting up libpdfbox-java (1:1.8.16-2) ...
2021-03-23T10:11:57.7660135Z Setting up libgs9:amd64 (9.50~dfsg-5ubuntu4.2) ...
2021-03-23T10:11:57.7718243Z Setting up libcommons-parent-java (43-1) ...
2021-03-23T10:11:58.7321929Z Setting up dvisvgm (2.8.1-1build1) ...
2021-03-23T10:11:58.7324016Z Setting up libcommons-logging-java (1.2-2) ...
2021-03-23T10:11:58.7324962Z Setting up xfonts-utils (1:7.7+6) ...
2021-03-23T10:11:58.7325678Z Setting up fonts-lobstertwo (2.0-2) ...
2021-03-23T10:11:58.7326491Z Setting up libptexenc1:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:58.7327230Z Setting up pandoc (2.5-3build2) ...
2021-03-23T10:11:58.7328089Z Setting up texlive-fonts-extra-links (2019.202000218-1) ...
2021-03-23T10:11:58.7329047Z Setting up texlive-binaries (2019.20190605.51237-3build2) ...
2021-03-23T10:11:58.7330399Z update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode
2021-03-23T10:11:58.7331767Z update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode
2021-03-23T10:11:58.7332719Z Setting up lmodern (2.004.5-6) ...
2021-03-23T10:11:58.7333416Z Setting up texlive-base (2019.20200218-1) ...
2021-03-23T10:11:59.5230606Z tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps
2021-03-23T10:12:00.0753558Z tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg
2021-03-23T10:12:00.6807416Z tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper
2021-03-23T10:12:01.2859393Z tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/config/pdftexconfig.tex
2021-03-23T10:12:02.5319844Z Setting up tex-gyre (20180621-3) ...
2021-03-23T10:12:02.7091549Z Setting up texlive-plain-generic (2019.202000218-1) ...
2021-03-23T10:12:02.7174371Z Setting up texlive-latex-base (2019.20200218-1) ...
2021-03-23T10:12:02.7355814Z Setting up texlive-fonts-extra (2019.202000218-1) ...
2021-03-23T10:12:02.7452079Z Setting up texlive-latex-recommended (2019.20200218-1) ...
2021-03-23T10:12:02.7504499Z Setting up texlive-pictures (2019.20200218-1) ...
2021-03-23T10:12:02.7654616Z Setting up texlive-fonts-recommended (2019.20200218-1) ...
2021-03-23T10:12:02.7951724Z Setting up tipa (2:1.3-20) ...
2021-03-23T10:12:02.8875670Z Regenerating '/var/lib/texmf/fmtutil.cnf-DEBIAN'... done.
2021-03-23T10:12:02.8957570Z Regenerating '/var/lib/texmf/fmtutil.cnf-TEXLIVEDIST'... done.
2021-03-23T10:12:02.8959157Z update-fmtutil has updated the following file(s):
2021-03-23T10:12:02.8960164Z /var/lib/texmf/fmtutil.cnf-DEBIAN
2021-03-23T10:12:02.8961177Z /var/lib/texmf/fmtutil.cnf-TEXLIVEDIST
2021-03-23T10:12:02.8961996Z If you want to activate the changes in the above file(s),
2021-03-23T10:12:02.8962915Z you should run fmtutil-sys or fmtutil.
2021-03-23T10:12:02.9312719Z Setting up texlive-latex-extra (2019.202000218-1) ...
2021-03-23T10:12:02.9429826Z Processing triggers for tex-common (6.13) ...
2021-03-23T10:12:03.4875363Z Running mktexlsr. This may take some time... done.
2021-03-23T10:12:07.1787696Z Running updmap-sys. This may take some time... done.
2021-03-23T10:12:07.2032428Z Running mktexlsr /var/lib/texmf ... done.
2021-03-23T10:12:07.3104043Z Building format(s) --all.
2021-03-23T10:12:18.7901813Z This may take some time... done.
2021-03-23T10:12:18.8121435Z Processing triggers for install-info (6.7.0.dfsg.2-5) ...
2021-03-23T10:12:19.2414675Z Processing triggers for fontconfig (2.13.1-2ubuntu3) ...
2021-03-23T10:12:19.8669476Z Processing triggers for mime-support (3.64ubuntu1) ...
2021-03-23T10:12:19.9544604Z Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2021-03-23T10:12:20.0517424Z Processing triggers for man-db (2.9.1-1) ...
2021-03-23T10:12:25.4574076Z ##[group]Run ls -lah
2021-03-23T10:12:25.4574513Z ls -lah
2021-03-23T10:12:25.4624139Z shell: /usr/bin/bash -e {0}
2021-03-23T10:12:25.4624500Z ##[endgroup]
2021-03-23T10:12:25.4721008Z total 320K
2021-03-23T10:12:25.4722087Z drwxr-xr-x 5 runner docker 4.0K Mar 23 10:10 .
2021-03-23T10:12:25.4722822Z drwxr-xr-x 3 runner docker 4.0K Mar 23 10:10 ..
2021-03-23T10:12:25.4723497Z drwxr-xr-x 8 runner docker 4.0K Mar 23 10:10 .git
2021-03-23T10:12:25.4724226Z drwxr-xr-x 3 runner docker 4.0K Mar 23 10:10 .github
2021-03-23T10:12:25.4724947Z -rw-r--r-- 1 runner docker 223 Mar 23 10:10 README.md
2021-03-23T10:12:25.4725694Z -rw-r--r-- 1 runner docker 21K Mar 23 10:10 bitcoin.md
2021-03-23T10:12:25.4726435Z -rw-r--r-- 1 runner docker 44K Mar 23 10:10 bitcoin.odt
2021-03-23T10:12:25.4727199Z -rw-r--r-- 1 runner docker 180K Mar 23 10:10 bitcoin.pdf
2021-03-23T10:12:25.4727944Z -rw-r--r-- 1 runner docker 22K Mar 23 10:10 bitcoin.rst
2021-03-23T10:12:25.4728773Z -rw-r--r-- 1 runner docker 22K Mar 23 10:10 bitcoin.tex
2021-03-23T10:12:25.4729711Z drwxr-xr-x 2 runner docker 4.0K Mar 23 10:10 img
2021-03-23T10:12:25.4761987Z ##[group]Run rm -fv bitcoin.{md,rst,pdf,odt,docx,epub,html5,html,mediawiki,man,asciidoc,json,opml,plain,txt,pptx,rtf,slideous,slidy,dzslides,revealjs,s5,zimwiki}
2021-03-23T10:12:25.4769604Z rm -fv bitcoin.{md,rst,pdf,odt,docx,epub,html5,html,mediawiki,man,asciidoc,json,opml,plain,txt,pptx,rtf,slideous,slidy,dzslides,revealjs,s5,zimwiki}
2021-03-23T10:12:25.4816533Z shell: /usr/bin/bash -e {0}
2021-03-23T10:12:25.4816981Z ##[endgroup]
2021-03-23T10:12:25.4896151Z removed 'bitcoin.md'
2021-03-23T10:12:25.4896827Z removed 'bitcoin.rst'
2021-03-23T10:12:25.4897743Z removed 'bitcoin.pdf'
2021-03-23T10:12:25.4898395Z removed 'bitcoin.odt'
2021-03-23T10:12:25.4924608Z ##[group]Run pandoc -s -f latex -t markdown -o bitcoin.md bitcoin.tex
2021-03-23T10:12:25.4925672Z pandoc -s -f latex -t markdown -o bitcoin.md bitcoin.tex
2021-03-23T10:12:25.4926527Z pandoc -s -f latex -t rst -o bitcoin.rst bitcoin.tex
2021-03-23T10:12:25.4927356Z pandoc -s -f latex -t latex -o bitcoin.pdf bitcoin.tex
2021-03-23T10:12:25.4928194Z pandoc -s -f latex -t odt -o bitcoin.odt bitcoin.tex
2021-03-23T10:12:25.4929019Z pandoc -s -f latex -t docx -o bitcoin.docx bitcoin.tex
2021-03-23T10:12:25.4929897Z pandoc -s -f latex -t epub -o bitcoin.epub bitcoin.tex
2021-03-23T10:12:25.4930748Z pandoc -s -f latex -t html5 -o bitcoin.html bitcoin.tex
2021-03-23T10:12:25.4931685Z pandoc -s -f latex -t mediawiki -o bitcoin.mediawiki bitcoin.tex
2021-03-23T10:12:25.4932602Z pandoc -s -f latex -t man -o bitcoin.man bitcoin.tex
2021-03-23T10:12:25.4933468Z pandoc -s -f latex -t asciidoc -o bitcoin.asciidoc bitcoin.tex
2021-03-23T10:12:25.4934368Z pandoc -s -f latex -t json -o bitcoin.json bitcoin.tex
2021-03-23T10:12:25.4935198Z pandoc -s -f latex -t opml -o bitcoin.opml bitcoin.tex
2021-03-23T10:12:25.4936039Z pandoc -s -f latex -t plain -o bitcoin.txt bitcoin.tex
2021-03-23T10:12:25.4936875Z pandoc -s -f latex -t pptx -o bitcoin.pptx bitcoin.tex
2021-03-23T10:12:25.4938303Z pandoc -s -f latex -t rtf -o bitcoin.rtf bitcoin.tex
2021-03-23T10:12:25.4939246Z pandoc -s -f latex -t slideous -o bitcoin.slideous.html bitcoin.tex
2021-03-23T10:12:25.4940276Z pandoc -s -f latex -t slidy -o bitcoin.slidy.html bitcoin.tex
2021-03-23T10:12:25.4941281Z pandoc -s -f latex -t dzslides -o bitcoin.dzslides.html bitcoin.tex
2021-03-23T10:12:25.4942346Z pandoc -s -f latex -t revealjs -o bitcoin.revealjs.html bitcoin.tex
2021-03-23T10:12:25.4943329Z pandoc -s -f latex -t s5 -o bitcoin.s5.html bitcoin.tex
2021-03-23T10:12:25.4944210Z pandoc -s -f latex -t zimwiki -o bitcoin.zimwiki bitcoin.tex
2021-03-23T10:12:25.4989525Z shell: /usr/bin/bash -e {0}
2021-03-23T10:12:25.4989948Z ##[endgroup]
2021-03-23T10:12:27.1334428Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.1335847Z \begin{cases}
2021-03-23T10:12:27.1336672Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.1337828Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.1338979Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.1347144Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.1396178Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.1396900Z \begin{cases}
2021-03-23T10:12:27.1397514Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.1397988Z 1 & \text{if } k > z
2021-03-23T10:12:27.1398536Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.1405417Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:27.2805271Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.2807498Z \begin{cases}
2021-03-23T10:12:27.2810700Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.2813957Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.2816918Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.2876369Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.2889507Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.2892024Z \begin{cases}
2021-03-23T10:12:27.2896486Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.2899723Z 1 & \text{if } k > z
2021-03-23T10:12:27.2902467Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.2914633Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:27.4947953Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.4948538Z \begin{cases}
2021-03-23T10:12:27.5007049Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.5009184Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.5011290Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.5021229Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.5032076Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.5033535Z \begin{cases}
2021-03-23T10:12:27.5034202Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.5037667Z 1 & \text{if } k > z
2021-03-23T10:12:27.5038192Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.5046634Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:27.5888355Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.5889752Z \begin{cases}
2021-03-23T10:12:27.5890576Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.5891436Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.5892570Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.5898479Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.5908835Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.5909920Z \begin{cases}
2021-03-23T10:12:27.5911055Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.5911983Z 1 & \text{if } k > z
2021-03-23T10:12:27.5912965Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.5922540Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:27.9351361Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.9352740Z \begin{cases}
2021-03-23T10:12:27.9353632Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.9354490Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.9355668Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.9359536Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.9419145Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.9420410Z \begin{cases}
2021-03-23T10:12:27.9421547Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.9422492Z 1 & \text{if } k > z
2021-03-23T10:12:27.9423488Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.9432114Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.1490147Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.1492610Z \begin{cases}
2021-03-23T10:12:28.1495544Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.1498759Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.1501656Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.1512171Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.1578006Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.1580450Z \begin{cases}
2021-03-23T10:12:28.1584427Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.1587737Z 1 & \text{if } k > z
2021-03-23T10:12:28.1590589Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.1602842Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.2303844Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.2305032Z \begin{cases}
2021-03-23T10:12:28.2305835Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.2306728Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.2307831Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.2312425Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.2363969Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.2364749Z \begin{cases}
2021-03-23T10:12:28.2365415Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.2365977Z 1 & \text{if } k > z
2021-03-23T10:12:28.2366563Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.2373453Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.3167605Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.3169412Z \begin{cases}
2021-03-23T10:12:28.3171994Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.3174353Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.3177077Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.3187272Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.3197723Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.3199468Z \begin{cases}
2021-03-23T10:12:28.3202920Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.3203959Z 1 & \text{if } k > z
2021-03-23T10:12:28.3205017Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.3211470Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.3954221Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.3954845Z \begin{cases}
2021-03-23T10:12:28.3957642Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.3960092Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.3962499Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.4015735Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.4027329Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.4029619Z \begin{cases}
2021-03-23T10:12:28.4033212Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.4036517Z 1 & \text{if } k > z
2021-03-23T10:12:28.4039331Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.4051363Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.4836724Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.4837196Z \begin{cases}
2021-03-23T10:12:28.4840360Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.4843133Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.4845812Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.4855000Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.4908557Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.4910468Z \begin{cases}
2021-03-23T10:12:28.4913807Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.4916435Z 1 & \text{if } k > z
2021-03-23T10:12:28.4926086Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.4938728Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.5815594Z ##[group]Run ls -lah
2021-03-23T10:12:28.5816040Z ls -lah
2021-03-23T10:12:28.5865259Z shell: /usr/bin/bash -e {0}
2021-03-23T10:12:28.5865646Z ##[endgroup]
2021-03-23T10:12:28.6074331Z total 1.4M
2021-03-23T10:12:28.6075435Z drwxr-xr-x 5 runner docker 4.0K Mar 23 10:12 .
2021-03-23T10:12:28.6075949Z drwxr-xr-x 3 runner docker 4.0K Mar 23 10:10 ..
2021-03-23T10:12:28.6076466Z drwxr-xr-x 8 runner docker 4.0K Mar 23 10:10 .git
2021-03-23T10:12:28.6076993Z drwxr-xr-x 3 runner docker 4.0K Mar 23 10:10 .github
2021-03-23T10:12:28.6077551Z -rw-r--r-- 1 runner docker 223 Mar 23 10:10 README.md
2021-03-23T10:12:28.6078142Z -rw-r--r-- 1 runner docker 20K Mar 23 10:12 bitcoin.asciidoc
2021-03-23T10:12:28.6078757Z -rw-r--r-- 1 runner docker 83K Mar 23 10:12 bitcoin.docx
2021-03-23T10:12:28.6079403Z -rw-r--r-- 1 runner docker 43K Mar 23 10:12 bitcoin.dzslides.html
2021-03-23T10:12:28.6080049Z -rw-r--r-- 1 runner docker 85K Mar 23 10:12 bitcoin.epub
2021-03-23T10:12:28.6080884Z -rw-r--r-- 1 runner docker 26K Mar 23 10:12 bitcoin.html
2021-03-23T10:12:28.6081478Z -rw-r--r-- 1 runner docker 119K Mar 23 10:12 bitcoin.json
2021-03-23T10:12:28.6082048Z -rw-r--r-- 1 runner docker 21K Mar 23 10:12 bitcoin.man
2021-03-23T10:12:28.6082616Z -rw-r--r-- 1 runner docker 20K Mar 23 10:12 bitcoin.md
2021-03-23T10:12:28.6083212Z -rw-r--r-- 1 runner docker 20K Mar 23 10:12 bitcoin.mediawiki
2021-03-23T10:12:28.6083824Z -rw-r--r-- 1 runner docker 85K Mar 23 10:12 bitcoin.odt
2021-03-23T10:12:28.6084390Z -rw-r--r-- 1 runner docker 21K Mar 23 10:12 bitcoin.opml
2021-03-23T10:12:28.6084957Z -rw-r--r-- 1 runner docker 306K Mar 23 10:12 bitcoin.pdf
2021-03-23T10:12:28.6085546Z -rw-r--r-- 1 runner docker 121K Mar 23 10:12 bitcoin.pptx
2021-03-23T10:12:28.6086188Z -rw-r--r-- 1 runner docker 28K Mar 23 10:12 bitcoin.revealjs.html
2021-03-23T10:12:28.6086830Z -rw-r--r-- 1 runner docker 21K Mar 23 10:12 bitcoin.rst
2021-03-23T10:12:28.6087386Z -rw-r--r-- 1 runner docker 156K Mar 23 10:12 bitcoin.rtf
2021-03-23T10:12:28.6088157Z -rw-r--r-- 1 runner docker 28K Mar 23 10:12 bitcoin.s5.html
2021-03-23T10:12:28.6089137Z -rw-r--r-- 1 runner docker 28K Mar 23 10:12 bitcoin.slideous.html
2021-03-23T10:12:28.6090051Z -rw-r--r-- 1 runner docker 27K Mar 23 10:12 bitcoin.slidy.html
2021-03-23T10:12:28.6090865Z -rw-r--r-- 1 runner docker 22K Mar 23 10:10 bitcoin.tex
2021-03-23T10:12:28.6091623Z -rw-r--r-- 1 runner docker 20K Mar 23 10:12 bitcoin.txt
2021-03-23T10:12:28.6092399Z -rw-r--r-- 1 runner docker 20K Mar 23 10:12 bitcoin.zimwiki
2021-03-23T10:12:28.6093129Z drwxr-xr-x 2 runner docker 4.0K Mar 23 10:10 img
2021-03-23T10:12:28.6126073Z ##[group]Run git add "bitcoin.*"
2021-03-23T10:12:28.6126525Z git add "bitcoin.*"
2021-03-23T10:12:28.6161025Z shell: /usr/bin/bash -e {0}
2021-03-23T10:12:28.6161393Z ##[endgroup]
2021-03-23T10:12:28.6965126Z ##[group]Run peter-evans/create-pull-request@v3
2021-03-23T10:12:28.6965671Z with:
2021-03-23T10:12:28.6966100Z title: [chore] generate documents
2021-03-23T10:12:28.6966655Z commit-message: generate documents
2021-03-23T10:12:28.6967255Z branch: chore/generate-documents
2021-03-23T10:12:28.6967723Z signoff: true
2021-03-23T10:12:28.6968127Z delete-branch: true
2021-03-23T10:12:28.6968609Z branch-suffix: timestamp
2021-03-23T10:12:28.6969052Z assignees: ccdd13
2021-03-23T10:12:28.6969460Z reviewers: ccdd13
2021-03-23T10:12:28.6969826Z draft: false
2021-03-23T10:12:28.6970600Z token: ***
2021-03-23T10:12:28.6971042Z committer: GitHub <noreply@github.com>
2021-03-23T10:12:28.6971724Z author: ccdd13 <ccdd13@users.noreply.github.com>
2021-03-23T10:12:28.6972840Z body: Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
2021-03-23T10:12:28.6973758Z ##[endgroup]
2021-03-23T10:12:28.7643851Z ##[group]Save persisted git credentials
2021-03-23T10:12:28.7668144Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader ^AUTHORIZATION:
2021-03-23T10:12:28.7723778Z http.https://github.com/.extraheader
2021-03-23T10:12:28.7745558Z [command]/usr/bin/git config --local --get-regexp http.https://github.com/.extraheader ^AUTHORIZATION:
2021-03-23T10:12:28.7773490Z http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-03-23T10:12:28.7785567Z [command]/usr/bin/git config --local --unset http.https://github.com/.extraheader ^AUTHORIZATION:
2021-03-23T10:12:28.7814683Z Unset config key 'http.https://github.com/.extraheader'
2021-03-23T10:12:28.7815782Z ##[endgroup]
2021-03-23T10:12:28.7880537Z ##[group]Determining the base and head repositories
2021-03-23T10:12:28.7885865Z [command]/usr/bin/git config --local --get remote.origin.url
2021-03-23T10:12:28.7906924Z https://github.com/ccdd13/satoshi-paper
2021-03-23T10:12:28.7912770Z ##[endgroup]
2021-03-23T10:12:28.7913618Z Pull request branch target repository set to ccdd13/satoshi-paper
2021-03-23T10:12:28.7914790Z ##[group]Configuring credential for HTTPS authentication
2021-03-23T10:12:28.7921981Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-03-23T10:12:28.7963012Z ##[endgroup]
2021-03-23T10:12:28.7964007Z ##[group]Checking the base repository state
2021-03-23T10:12:28.7969985Z [command]/usr/bin/git symbolic-ref HEAD --short
2021-03-23T10:12:28.7990240Z master
2021-03-23T10:12:28.7994420Z Working base is branch 'master'
2021-03-23T10:12:28.7998052Z [command]/usr/bin/git remote prune origin
2021-03-23T10:12:29.1152315Z ##[endgroup]
2021-03-23T10:12:29.1154022Z Pull request branch to create or update set to 'chore/generate-documents-1616494349'
2021-03-23T10:12:29.1155295Z ##[group]Configuring the committer and author
2021-03-23T10:12:29.1163932Z Configured git committer as 'GitHub <noreply@github.com>'
2021-03-23T10:12:29.1165242Z Configured git author as 'ccdd13 <ccdd13@users.noreply.github.com>'
2021-03-23T10:12:29.1166300Z ##[endgroup]
2021-03-23T10:12:29.1167057Z ##[group]Create or update the pull request branch
2021-03-23T10:12:29.1169361Z [command]/usr/bin/git symbolic-ref HEAD --short
2021-03-23T10:12:29.1198562Z master
2021-03-23T10:12:29.1201924Z Working base is branch 'master'
2021-03-23T10:12:29.1213441Z [command]/usr/bin/git checkout --progress -B 39d041a3-7b51-4324-9377-386e2d222f33 HEAD
2021-03-23T10:12:29.1335167Z Switched to a new branch '39d041a3-7b51-4324-9377-386e2d222f33'
2021-03-23T10:12:29.1338461Z A bitcoin.asciidoc
2021-03-23T10:12:29.1338888Z A bitcoin.docx
2021-03-23T10:12:29.1339366Z A bitcoin.dzslides.html
2021-03-23T10:12:29.1339843Z A bitcoin.epub
2021-03-23T10:12:29.1340236Z A bitcoin.html
2021-03-23T10:12:29.1340609Z A bitcoin.json
2021-03-23T10:12:29.1340977Z A bitcoin.man
2021-03-23T10:12:29.1341354Z M bitcoin.md
2021-03-23T10:12:29.1341766Z A bitcoin.mediawiki
2021-03-23T10:12:29.1342198Z M bitcoin.odt
2021-03-23T10:12:29.1342744Z A bitcoin.opml
2021-03-23T10:12:29.1343333Z M bitcoin.pdf
2021-03-23T10:12:29.1343742Z A bitcoin.pptx
2021-03-23T10:12:29.1344245Z A bitcoin.revealjs.html
2021-03-23T10:12:29.1344841Z M bitcoin.rst
2021-03-23T10:12:29.1345218Z A bitcoin.rtf
2021-03-23T10:12:29.1345621Z A bitcoin.s5.html
2021-03-23T10:12:29.1346100Z A bitcoin.slideous.html
2021-03-23T10:12:29.1346605Z A bitcoin.slidy.html
2021-03-23T10:12:29.1347049Z A bitcoin.txt
2021-03-23T10:12:29.1347444Z A bitcoin.zimwiki
2021-03-23T10:12:29.1349673Z [command]/usr/bin/git status --porcelain -unormal
2021-03-23T10:12:29.1379780Z A bitcoin.asciidoc
2021-03-23T10:12:29.1380263Z A bitcoin.docx
2021-03-23T10:12:29.1380730Z A bitcoin.dzslides.html
2021-03-23T10:12:29.1381224Z A bitcoin.epub
2021-03-23T10:12:29.1381615Z A bitcoin.html
2021-03-23T10:12:29.1381991Z A bitcoin.json
2021-03-23T10:12:29.1382382Z A bitcoin.man
2021-03-23T10:12:29.1382743Z M bitcoin.md
2021-03-23T10:12:29.1383173Z A bitcoin.mediawiki
2021-03-23T10:12:29.1383592Z M bitcoin.odt
2021-03-23T10:12:29.1383978Z A bitcoin.opml
2021-03-23T10:12:29.1384373Z M bitcoin.pdf
2021-03-23T10:12:29.1384752Z A bitcoin.pptx
2021-03-23T10:12:29.1385586Z A bitcoin.revealjs.html
2021-03-23T10:12:29.1386187Z M bitcoin.rst
2021-03-23T10:12:29.1386639Z A bitcoin.rtf
2021-03-23T10:12:29.1386938Z A bitcoin.s5.html
2021-03-23T10:12:29.1387300Z A bitcoin.slideous.html
2021-03-23T10:12:29.1387700Z A bitcoin.slidy.html
2021-03-23T10:12:29.1388024Z A bitcoin.txt
2021-03-23T10:12:29.1388341Z A bitcoin.zimwiki
2021-03-23T10:12:29.1388748Z Uncommitted changes found. Adding a commit.
2021-03-23T10:12:29.1391701Z [command]/usr/bin/git add -A
2021-03-23T10:12:29.1419157Z [command]/usr/bin/git -c author.name=ccdd13 -c author.email=ccdd13@users.noreply.github.com -c committer.name=GitHub -c committer.email=noreply@github.com commit -m generate documents --signoff
2021-03-23T10:12:29.1618098Z [39d041a3-7b51-4324-9377-386e2d222f33 edc39a7] generate documents
2021-03-23T10:12:29.1619057Z Author: ccdd13 <ccdd13@users.noreply.github.com>
2021-03-23T10:12:29.1619958Z 21 files changed, 4909 insertions(+), 155 deletions(-)
2021-03-23T10:12:29.1620593Z create mode 100644 bitcoin.asciidoc
2021-03-23T10:12:29.1621302Z create mode 100644 bitcoin.docx
2021-03-23T10:12:29.1621903Z create mode 100644 bitcoin.dzslides.html
2021-03-23T10:12:29.1622795Z create mode 100644 bitcoin.epub
2021-03-23T10:12:29.1623397Z create mode 100644 bitcoin.html
2021-03-23T10:12:29.1623977Z create mode 100644 bitcoin.json
2021-03-23T10:12:29.1624563Z create mode 100644 bitcoin.man
2021-03-23T10:12:29.1625119Z rewrite bitcoin.md (98%)
2021-03-23T10:12:29.1625736Z create mode 100644 bitcoin.mediawiki
2021-03-23T10:12:29.1626343Z rewrite bitcoin.odt (99%)
2021-03-23T10:12:29.1626924Z create mode 100644 bitcoin.opml
2021-03-23T10:12:29.1627700Z rewrite bitcoin.pdf (95%)
2021-03-23T10:12:29.1629023Z create mode 100644 bitcoin.pptx
2021-03-23T10:12:29.1630807Z create mode 100644 bitcoin.revealjs.html
2021-03-23T10:12:29.1631403Z create mode 100644 bitcoin.rtf
2021-03-23T10:12:29.1631938Z create mode 100644 bitcoin.s5.html
2021-03-23T10:12:29.1632552Z create mode 100644 bitcoin.slideous.html
2021-03-23T10:12:29.1633211Z create mode 100644 bitcoin.slidy.html
2021-03-23T10:12:29.1633762Z create mode 100644 bitcoin.txt
2021-03-23T10:12:29.1634299Z create mode 100644 bitcoin.zimwiki
2021-03-23T10:12:29.1635109Z Resetting working base branch 'master'
2021-03-23T10:12:29.1635978Z [command]/usr/bin/git checkout --progress master
2021-03-23T10:12:29.2038726Z Switched to branch 'master'
2021-03-23T10:12:29.2042181Z Your branch is up to date with 'origin/master'.
2021-03-23T10:12:29.2054584Z [command]/usr/bin/git reset --hard origin/master
2021-03-23T10:12:29.2142718Z HEAD is now at 16c16da Update generate-docs.yml
2021-03-23T10:12:29.2158779Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --progress --no-recurse-submodules --unshallow origin chore/generate-documents-1616494349:refs/remotes/origin/chore/generate-documents-1616494349
2021-03-23T10:12:29.5326068Z fatal: couldn't find remote ref chore/generate-documents-1616494349
2021-03-23T10:12:29.5364421Z Pull request branch 'chore/generate-documents-1616494349' does not exist yet.
2021-03-23T10:12:29.5371189Z [command]/usr/bin/git checkout --progress -B chore/generate-documents-1616494349 39d041a3-7b51-4324-9377-386e2d222f33
2021-03-23T10:12:29.5582286Z Switched to a new branch 'chore/generate-documents-1616494349'
2021-03-23T10:12:29.5614453Z [command]/usr/bin/git rev-list --right-only --count master...chore/generate-documents-1616494349
2021-03-23T10:12:29.5643594Z 1
2021-03-23T10:12:29.5648441Z Created branch 'chore/generate-documents-1616494349'
2021-03-23T10:12:29.5653625Z [command]/usr/bin/git branch --delete --force 39d041a3-7b51-4324-9377-386e2d222f33
2021-03-23T10:12:29.5683107Z Deleted branch 39d041a3-7b51-4324-9377-386e2d222f33 (was edc39a7).
2021-03-23T10:12:29.5688469Z ##[endgroup]
2021-03-23T10:12:29.5689988Z ##[group]Pushing pull request branch to 'origin/chore/generate-documents-1616494349'
2021-03-23T10:12:29.5696572Z [command]/usr/bin/git push --force-with-lease origin HEAD:refs/heads/chore/generate-documents-1616494349
2021-03-23T10:12:31.4819825Z remote:
2021-03-23T10:12:31.4821676Z remote: Create a pull request for 'chore/generate-documents-1616494349' on GitHub by visiting:
2021-03-23T10:12:31.4823602Z remote: https://github.com/ccdd13/satoshi-paper/pull/new/chore/generate-documents-1616494349
2021-03-23T10:12:31.4824707Z remote:
2021-03-23T10:12:31.4834769Z To https://github.com/ccdd13/satoshi-paper
2021-03-23T10:12:31.4836087Z * [new branch] HEAD -> chore/generate-documents-1616494349
2021-03-23T10:12:31.5187728Z ##[endgroup]
2021-03-23T10:12:32.5803193Z Created pull request #16 (ccdd13:chore/generate-documents-1616494349 => master)
2021-03-23T10:12:32.5805073Z Applying assignees 'ccdd13'
2021-03-23T10:12:33.1462926Z Requesting reviewers 'ccdd13'
2021-03-23T10:12:33.7610168Z ##[group]Setting outputs
2021-03-23T10:12:33.7617854Z ##[endgroup]
2021-03-23T10:12:33.7618490Z ##[group]Restore persisted git credentials
2021-03-23T10:12:33.7628118Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader ^AUTHORIZATION:
2021-03-23T10:12:33.7661706Z http.https://github.com/.extraheader
2021-03-23T10:12:33.7671884Z [command]/usr/bin/git config --local --get-regexp http.https://github.com/.extraheader ^AUTHORIZATION:
2021-03-23T10:12:33.7702965Z http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-03-23T10:12:33.7729272Z [command]/usr/bin/git config --local --unset http.https://github.com/.extraheader ^AUTHORIZATION:
2021-03-23T10:12:33.7760936Z Unset config key 'http.https://github.com/.extraheader'
2021-03-23T10:12:33.7768337Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-03-23T10:12:33.7804500Z Persisted git credentials restored
2021-03-23T10:12:33.7805544Z ##[endgroup]
2021-03-23T10:12:33.7940820Z Post job cleanup.
2021-03-23T10:12:33.8987072Z [command]/usr/bin/git version
2021-03-23T10:12:33.9036101Z git version 2.30.2
2021-03-23T10:12:33.9075895Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-03-23T10:12:33.9114170Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-03-23T10:12:33.9419446Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-03-23T10:12:33.9448060Z http.https://github.com/.extraheader
2021-03-23T10:12:33.9456711Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-03-23T10:12:33.9494277Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-03-23T10:12:33.9812606Z Cleaning up orphan processes
2021-03-23T10:10:14.7470036Z ##[group]Run sudo apt-get install -y pandoc texlive-latex-base \
2021-03-23T10:10:14.7471064Z sudo apt-get install -y pandoc texlive-latex-base \
2021-03-23T10:10:14.7472096Z texlive-fonts-recommended \
2021-03-23T10:10:14.7472833Z texlive-fonts-extra \
2021-03-23T10:10:14.7473498Z texlive-latex-extra
2021-03-23T10:10:14.7520284Z shell: /usr/bin/bash -e {0}
2021-03-23T10:10:14.7520616Z ##[endgroup]
2021-03-23T10:10:18.5434277Z Reading package lists...
2021-03-23T10:10:19.2784295Z Building dependency tree...
2021-03-23T10:10:19.2858174Z Reading state information...
2021-03-23T10:10:19.4234744Z The following additional packages will be installed:
2021-03-23T10:10:19.4236393Z dvisvgm fonts-adf-accanthis fonts-adf-berenis fonts-adf-gillius
2021-03-23T10:10:19.4237650Z fonts-adf-universalis fonts-cabin fonts-cantarell fonts-comfortaa
2021-03-23T10:10:19.4239204Z fonts-croscore fonts-crosextra-caladea fonts-crosextra-carlito
2021-03-23T10:10:19.4240523Z fonts-droid-fallback fonts-ebgaramond fonts-ebgaramond-extra
2021-03-23T10:10:19.4241877Z fonts-font-awesome fonts-freefont-otf fonts-freefont-ttf fonts-gfs-artemisia
2021-03-23T10:10:19.4243363Z fonts-gfs-complutum fonts-gfs-didot fonts-gfs-neohellenic fonts-gfs-olga
2021-03-23T10:10:19.4244592Z fonts-gfs-solomos fonts-go fonts-junicode fonts-linuxlibertine fonts-lmodern
2021-03-23T10:10:19.4245694Z fonts-lobster fonts-lobstertwo fonts-noto-core fonts-noto-mono
2021-03-23T10:10:19.4246753Z fonts-oflb-asana-math fonts-open-sans fonts-roboto-unhinted
2021-03-23T10:10:19.4247904Z fonts-sil-gentium fonts-sil-gentium-basic fonts-sil-gentiumplus
2021-03-23T10:10:19.4249090Z fonts-sil-gentiumplus-compact fonts-stix fonts-texgyre fonts-urw-base35
2021-03-23T10:10:19.4250606Z libapache-pom-java libcommons-logging-java libcommons-parent-java
2021-03-23T10:10:19.4251883Z libfontbox-java libgs9 libgs9-common libharfbuzz-icu0 libijs-0.35
2021-03-23T10:10:19.4252995Z libjbig2dec0 libkpathsea6 libopenjp2-7 libpdfbox-java libptexenc1
2021-03-23T10:10:19.4254089Z libsynctex2 libteckit0 libtexlua53 libtexluajit2 libwoff1 libzzip-0-13
2021-03-23T10:10:19.4255205Z lmodern pandoc-data poppler-data preview-latex-style t1utils tex-gyre
2021-03-23T10:10:19.4256724Z texlive-base texlive-binaries texlive-fonts-extra-links
2021-03-23T10:10:19.4258162Z texlive-latex-recommended texlive-pictures texlive-plain-generic tipa
2021-03-23T10:10:19.4259204Z xfonts-encodings xfonts-utils
2021-03-23T10:10:19.4259719Z Suggested packages:
2021-03-23T10:10:19.4260755Z fonts-noto fontforge libavalon-framework-java libcommons-logging-java-doc
2021-03-23T10:10:19.4262113Z libexcalibur-logkit-java liblog4j1.2-java texlive-xetex texlive-luatex
2021-03-23T10:10:19.4263147Z pandoc-citeproc context wkhtmltopdf librsvg2-bin groff ghc nodejs python
2021-03-23T10:10:19.4264208Z libjs-mathjax node-katex poppler-utils ghostscript fonts-japanese-mincho
2021-03-23T10:10:19.4265315Z | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2021-03-23T10:10:19.4266400Z fonts-arphic-ukai fonts-arphic-uming fonts-nanum gv | postscript-viewer
2021-03-23T10:10:19.4267404Z perl-tk xpdf | pdf-viewer xzdec cm-super texlive-fonts-extra-doc
2021-03-23T10:10:19.4268590Z texlive-fonts-recommended-doc texlive-latex-base-doc icc-profiles
2021-03-23T10:10:19.4269902Z libfile-which-perl libspreadsheet-parseexcel-perl texlive-latex-extra-doc
2021-03-23T10:10:19.4271210Z texlive-latex-recommended-doc texlive-pstricks dot2tex prerex ruby-tcltk
2021-03-23T10:10:19.4272563Z | libtcltk-ruby texlive-pictures-doc vprerex default-jre-headless
2021-03-23T10:10:19.9981107Z The following NEW packages will be installed:
2021-03-23T10:10:19.9982560Z dvisvgm fonts-adf-accanthis fonts-adf-berenis fonts-adf-gillius
2021-03-23T10:10:19.9983594Z fonts-adf-universalis fonts-cabin fonts-cantarell fonts-comfortaa
2021-03-23T10:10:19.9985024Z fonts-croscore fonts-crosextra-caladea fonts-crosextra-carlito
2021-03-23T10:10:19.9986349Z fonts-droid-fallback fonts-ebgaramond fonts-ebgaramond-extra
2021-03-23T10:10:19.9987641Z fonts-font-awesome fonts-freefont-otf fonts-freefont-ttf fonts-gfs-artemisia
2021-03-23T10:10:19.9988982Z fonts-gfs-complutum fonts-gfs-didot fonts-gfs-neohellenic fonts-gfs-olga
2021-03-23T10:10:19.9990341Z fonts-gfs-solomos fonts-go fonts-junicode fonts-linuxlibertine fonts-lmodern
2021-03-23T10:10:19.9991604Z fonts-lobster fonts-lobstertwo fonts-noto-core fonts-noto-mono
2021-03-23T10:10:19.9992589Z fonts-oflb-asana-math fonts-open-sans fonts-roboto-unhinted
2021-03-23T10:10:19.9993631Z fonts-sil-gentium fonts-sil-gentium-basic fonts-sil-gentiumplus
2021-03-23T10:10:20.0011479Z fonts-sil-gentiumplus-compact fonts-stix fonts-texgyre fonts-urw-base35
2021-03-23T10:10:20.0013912Z libapache-pom-java libcommons-logging-java libcommons-parent-java
2021-03-23T10:10:20.0016097Z libfontbox-java libgs9 libgs9-common libharfbuzz-icu0 libijs-0.35
2021-03-23T10:10:20.0019030Z libjbig2dec0 libkpathsea6 libopenjp2-7 libpdfbox-java libptexenc1
2021-03-23T10:10:20.0058921Z libsynctex2 libteckit0 libtexlua53 libtexluajit2 libwoff1 libzzip-0-13
2021-03-23T10:10:20.0060514Z lmodern pandoc pandoc-data poppler-data preview-latex-style t1utils tex-gyre
2021-03-23T10:10:20.0062220Z texlive-base texlive-binaries texlive-fonts-extra texlive-fonts-extra-links
2021-03-23T10:10:20.0063890Z texlive-fonts-recommended texlive-latex-base texlive-latex-extra
2021-03-23T10:10:20.0065763Z texlive-latex-recommended texlive-pictures texlive-plain-generic tipa
2021-03-23T10:10:20.0067303Z xfonts-encodings xfonts-utils
2021-03-23T10:10:20.7106245Z 0 upgraded, 80 newly installed, 0 to remove and 8 not upgraded.
2021-03-23T10:10:20.7118684Z Need to get 658 MB of archives.
2021-03-23T10:10:20.7120590Z After this operation, 2020 MB of additional disk space will be used.
2021-03-23T10:10:20.7122441Z Get:1 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1805 kB]
2021-03-23T10:10:20.7124785Z Get:2 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 poppler-data all 0.4.9-2 [1475 kB]
2021-03-23T10:10:20.7126515Z Get:3 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 fonts-urw-base35 all 20170801.1-3 [6333 kB]
2021-03-23T10:10:20.7130274Z Get:4 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgs9-common all 9.50~dfsg-5ubuntu4.2 [681 kB]
2021-03-23T10:10:20.7131919Z Get:5 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libijs-0.35 amd64 0.35-15 [15.7 kB]
2021-03-23T10:10:20.7133444Z Get:6 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libjbig2dec0 amd64 0.18-1ubuntu1 [60.0 kB]
2021-03-23T10:10:20.7135144Z Get:7 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libopenjp2-7 amd64 2.3.1-1ubuntu4.20.04.1 [141 kB]
2021-03-23T10:10:20.7136919Z Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgs9 amd64 9.50~dfsg-5ubuntu4.2 [2172 kB]
2021-03-23T10:10:20.7138780Z Get:9 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libkpathsea6 amd64 2019.20190605.51237-3build2 [57.0 kB]
2021-03-23T10:10:20.7140226Z Get:10 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libwoff1 amd64 1.0.2-1build2 [42.0 kB]
2021-03-23T10:10:20.7141640Z Get:11 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 dvisvgm amd64 2.8.1-1build1 [1048 kB]
2021-03-23T10:10:20.7143401Z Get:12 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-adf-accanthis all 0.20190904-1.1 [203 kB]
2021-03-23T10:10:20.7145184Z Get:13 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-adf-berenis all 0.20190904-1.1 [313 kB]
2021-03-23T10:10:20.7146698Z Get:14 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-adf-gillius all 0.20190904-1.1 [190 kB]
2021-03-23T10:10:20.7148253Z Get:15 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-adf-universalis all 0.20190904-1.1 [112 kB]
2021-03-23T10:10:20.7149943Z Get:16 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-cabin all 1.5-3 [141 kB]
2021-03-23T10:10:20.7151399Z Get:17 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-cantarell all 0.111-2 [250 kB]
2021-03-23T10:10:20.7152869Z Get:18 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-comfortaa all 3.001-3 [129 kB]
2021-03-23T10:10:20.7154509Z Get:19 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 fonts-croscore all 20200323-1build1~ubuntu20.04.1 [2140 kB]
2021-03-23T10:10:20.7156262Z Get:20 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-crosextra-caladea all 20130214-2 [82.4 kB]
2021-03-23T10:10:20.7157963Z Get:21 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-crosextra-carlito all 20130920-1 [742 kB]
2021-03-23T10:10:20.7159581Z Get:22 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-ebgaramond all 0.016-1ubuntu1 [472 kB]
2021-03-23T10:10:20.7161209Z Get:23 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-ebgaramond-extra all 0.016-1ubuntu1 [2161 kB]
2021-03-23T10:10:20.7162886Z Get:24 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 fonts-font-awesome all 5.0.10+really4.7.0~dfsg-1 [514 kB]
2021-03-23T10:10:20.7164465Z Get:25 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-freefont-otf all 20120503-10 [3056 kB]
2021-03-23T10:10:20.7165988Z Get:26 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 fonts-freefont-ttf all 20120503-10 [2440 kB]
2021-03-23T10:10:20.7167503Z Get:27 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-artemisia all 1.1-5 [260 kB]
2021-03-23T10:10:20.7169044Z Get:28 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-complutum all 1.1-6 [41.6 kB]
2021-03-23T10:10:20.7170525Z Get:29 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-didot all 1.1-6 [278 kB]
2021-03-23T10:10:20.7172012Z Get:30 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-neohellenic all 1.1-6 [215 kB]
2021-03-23T10:10:20.7173327Z Get:31 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-olga all 1.1-5 [33.4 kB]
2021-03-23T10:10:20.7174620Z Get:32 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-gfs-solomos all 1.1-5 [40.7 kB]
2021-03-23T10:10:20.7175863Z Get:33 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-go all 0~20170330-1 [369 kB]
2021-03-23T10:10:20.7177302Z Get:34 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-junicode all 1.002-2 [828 kB]
2021-03-23T10:10:20.7178631Z Get:35 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-linuxlibertine all 5.3.0-4 [1627 kB]
2021-03-23T10:10:20.7179947Z Get:36 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-lmodern all 2.004.5-6 [4532 kB]
2021-03-23T10:10:20.7181189Z Get:37 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-lobster all 2.0-2 [38.7 kB]
2021-03-23T10:10:20.7182962Z Get:38 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-lobstertwo all 2.0-2 [92.7 kB]
2021-03-23T10:10:20.7184380Z Get:39 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 fonts-noto-core all 20200323-1build1~ubuntu20.04.1 [10.9 MB]
2021-03-23T10:10:20.8211828Z Get:40 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 fonts-noto-mono all 20200323-1build1~ubuntu20.04.1 [80.6 kB]
2021-03-23T10:10:20.8228606Z Get:41 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-oflb-asana-math all 000.907-6 [246 kB]
2021-03-23T10:10:20.8294367Z Get:42 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-open-sans all 1.11-1 [575 kB]
2021-03-23T10:10:20.8762652Z Get:43 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-roboto-unhinted all 2:0~20170802-3 [2376 kB]
2021-03-23T10:10:20.9233945Z Get:44 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-sil-gentium all 20081126:1.03-2 [245 kB]
2021-03-23T10:10:20.9290501Z Get:45 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-sil-gentium-basic all 1.102-1 [384 kB]
2021-03-23T10:10:20.9372565Z Get:46 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-sil-gentiumplus all 5.000-2 [2807 kB]
2021-03-23T10:10:20.9897576Z Get:47 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-sil-gentiumplus-compact all 5.000-2 [1514 kB]
2021-03-23T10:10:21.0206727Z Get:48 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-texgyre all 20180621-3 [10.2 MB]
2021-03-23T10:10:21.1071085Z Get:49 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libapache-pom-java all 18-1 [4720 B]
2021-03-23T10:10:21.1075731Z Get:50 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcommons-parent-java all 43-1 [10.8 kB]
2021-03-23T10:10:21.1078071Z Get:51 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libcommons-logging-java all 1.2-2 [60.3 kB]
2021-03-23T10:10:21.1084289Z Get:52 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz-icu0 amd64 2.6.4-1ubuntu4 [5580 B]
2021-03-23T10:10:21.1089160Z Get:53 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libptexenc1 amd64 2019.20190605.51237-3build2 [35.5 kB]
2021-03-23T10:10:21.1094411Z Get:54 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libsynctex2 amd64 2019.20190605.51237-3build2 [55.0 kB]
2021-03-23T10:10:21.1103607Z Get:55 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libteckit0 amd64 2.5.8+ds2-5ubuntu2 [320 kB]
2021-03-23T10:10:21.1131910Z Get:56 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libtexlua53 amd64 2019.20190605.51237-3build2 [105 kB]
2021-03-23T10:10:21.1142943Z Get:57 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libtexluajit2 amd64 2019.20190605.51237-3build2 [235 kB]
2021-03-23T10:10:21.1165936Z Get:58 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libzzip-0-13 amd64 0.13.62-3.2ubuntu1 [26.2 kB]
2021-03-23T10:10:21.1170812Z Get:59 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu1 [573 kB]
2021-03-23T10:10:21.1222462Z Get:60 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 xfonts-utils amd64 1:7.7+6 [91.5 kB]
2021-03-23T10:10:21.1233127Z Get:61 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 lmodern all 2.004.5-6 [9474 kB]
2021-03-23T10:10:21.1991607Z Get:62 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 pandoc-data all 2.5-3build2 [76.0 kB]
2021-03-23T10:10:21.2000986Z Get:63 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 pandoc amd64 2.5-3build2 [15.4 MB]
2021-03-23T10:10:21.3317053Z Get:64 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 preview-latex-style all 11.91-2ubuntu2 [184 kB]
2021-03-23T10:10:21.3335549Z Get:65 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
2021-03-23T10:10:21.3344589Z Get:66 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 tex-gyre all 20180621-3 [6209 kB]
2021-03-23T10:10:21.3886651Z Get:67 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-binaries amd64 2019.20190605.51237-3build2 [8041 kB]
2021-03-23T10:10:21.4532772Z Get:68 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-base all 2019.20200218-1 [20.8 MB]
2021-03-23T10:10:21.6243077Z Get:69 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-fonts-extra all 2019.202000218-1 [460 MB]
2021-03-23T10:10:36.4646773Z Get:70 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-stix all 1.1.1-4 [591 kB]
2021-03-23T10:10:36.4712293Z Get:71 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-fonts-extra-links all 2019.202000218-1 [20.3 kB]
2021-03-23T10:10:36.4716519Z Get:72 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-fonts-recommended all 2019.20200218-1 [4972 kB]
2021-03-23T10:10:36.5120818Z Get:73 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-latex-base all 2019.20200218-1 [990 kB]
2021-03-23T10:10:36.5198582Z Get:74 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libfontbox-java all 1:1.8.16-2 [207 kB]
2021-03-23T10:10:36.5215318Z Get:75 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libpdfbox-java all 1:1.8.16-2 [5199 kB]
2021-03-23T10:10:36.5667023Z Get:76 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-latex-recommended all 2019.20200218-1 [15.7 MB]
2021-03-23T10:10:36.6971004Z Get:77 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-pictures all 2019.20200218-1 [4492 kB]
2021-03-23T10:10:36.7339733Z Get:78 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-latex-extra all 2019.202000218-1 [12.5 MB]
2021-03-23T10:10:36.8394099Z Get:79 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 texlive-plain-generic all 2019.202000218-1 [24.6 MB]
2021-03-23T10:10:37.0403593Z Get:80 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 tipa all 2:1.3-20 [2978 kB]
2021-03-23T10:10:39.0068120Z Preconfiguring packages ...
2021-03-23T10:10:39.0981204Z Fetched 658 MB in 17s (38.6 MB/s)
2021-03-23T10:10:39.1639838Z Selecting previously unselected package fonts-droid-fallback.
2021-03-23T10:10:39.2570235Z (Reading database ...
2021-03-23T10:10:39.2570818Z (Reading database ... 5%
2021-03-23T10:10:39.2571347Z (Reading database ... 10%
2021-03-23T10:10:39.2571873Z (Reading database ... 15%
2021-03-23T10:10:39.2572414Z (Reading database ... 20%
2021-03-23T10:10:39.2572960Z (Reading database ... 25%
2021-03-23T10:10:39.2573494Z (Reading database ... 30%
2021-03-23T10:10:39.2574017Z (Reading database ... 35%
2021-03-23T10:10:39.2574535Z (Reading database ... 40%
2021-03-23T10:10:39.2575065Z (Reading database ... 45%
2021-03-23T10:10:39.2575588Z (Reading database ... 50%
2021-03-23T10:10:39.5342370Z (Reading database ... 55%
2021-03-23T10:10:40.1928366Z (Reading database ... 60%
2021-03-23T10:10:40.7341478Z (Reading database ... 65%
2021-03-23T10:10:41.3951116Z (Reading database ... 70%
2021-03-23T10:10:42.0922513Z (Reading database ... 75%
2021-03-23T10:10:42.7121687Z (Reading database ... 80%
2021-03-23T10:10:43.4892293Z (Reading database ... 85%
2021-03-23T10:10:44.3266191Z (Reading database ... 90%
2021-03-23T10:10:44.9845215Z (Reading database ... 95%
2021-03-23T10:10:44.9845817Z (Reading database ... 100%
2021-03-23T10:10:44.9846612Z (Reading database ... 268504 files and directories currently installed.)
2021-03-23T10:10:44.9971962Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ...
2021-03-23T10:10:45.0308318Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ...
2021-03-23T10:10:45.3179607Z Selecting previously unselected package poppler-data.
2021-03-23T10:10:45.3436235Z Preparing to unpack .../01-poppler-data_0.4.9-2_all.deb ...
2021-03-23T10:10:45.3447820Z Unpacking poppler-data (0.4.9-2) ...
2021-03-23T10:10:45.6059396Z Selecting previously unselected package fonts-urw-base35.
2021-03-23T10:10:45.6311587Z Preparing to unpack .../02-fonts-urw-base35_20170801.1-3_all.deb ...
2021-03-23T10:10:45.6937491Z Unpacking fonts-urw-base35 (20170801.1-3) ...
2021-03-23T10:10:46.1139301Z Selecting previously unselected package libgs9-common.
2021-03-23T10:10:46.1437586Z Preparing to unpack .../03-libgs9-common_9.50~dfsg-5ubuntu4.2_all.deb ...
2021-03-23T10:10:46.1505874Z Unpacking libgs9-common (9.50~dfsg-5ubuntu4.2) ...
2021-03-23T10:10:46.2670985Z Selecting previously unselected package libijs-0.35:amd64.
2021-03-23T10:10:46.2967162Z Preparing to unpack .../04-libijs-0.35_0.35-15_amd64.deb ...
2021-03-23T10:10:46.3037129Z Unpacking libijs-0.35:amd64 (0.35-15) ...
2021-03-23T10:10:46.3378331Z Selecting previously unselected package libjbig2dec0:amd64.
2021-03-23T10:10:46.3617914Z Preparing to unpack .../05-libjbig2dec0_0.18-1ubuntu1_amd64.deb ...
2021-03-23T10:10:46.3627373Z Unpacking libjbig2dec0:amd64 (0.18-1ubuntu1) ...
2021-03-23T10:10:46.4001613Z Selecting previously unselected package libopenjp2-7:amd64.
2021-03-23T10:10:46.4242903Z Preparing to unpack .../06-libopenjp2-7_2.3.1-1ubuntu4.20.04.1_amd64.deb ...
2021-03-23T10:10:46.4256610Z Unpacking libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ...
2021-03-23T10:10:46.4778650Z Selecting previously unselected package libgs9:amd64.
2021-03-23T10:10:46.5045263Z Preparing to unpack .../07-libgs9_9.50~dfsg-5ubuntu4.2_amd64.deb ...
2021-03-23T10:10:46.5058778Z Unpacking libgs9:amd64 (9.50~dfsg-5ubuntu4.2) ...
2021-03-23T10:10:46.9075349Z Selecting previously unselected package libkpathsea6:amd64.
2021-03-23T10:10:46.9347739Z Preparing to unpack .../08-libkpathsea6_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:46.9361298Z Unpacking libkpathsea6:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:46.9699372Z Selecting previously unselected package libwoff1:amd64.
2021-03-23T10:10:46.9937719Z Preparing to unpack .../09-libwoff1_1.0.2-1build2_amd64.deb ...
2021-03-23T10:10:46.9947199Z Unpacking libwoff1:amd64 (1.0.2-1build2) ...
2021-03-23T10:10:47.0273392Z Selecting previously unselected package dvisvgm.
2021-03-23T10:10:47.0506741Z Preparing to unpack .../10-dvisvgm_2.8.1-1build1_amd64.deb ...
2021-03-23T10:10:47.0517016Z Unpacking dvisvgm (2.8.1-1build1) ...
2021-03-23T10:10:47.2139177Z Selecting previously unselected package fonts-adf-accanthis.
2021-03-23T10:10:47.2366774Z Preparing to unpack .../11-fonts-adf-accanthis_0.20190904-1.1_all.deb ...
2021-03-23T10:10:47.2383333Z Unpacking fonts-adf-accanthis (0.20190904-1.1) ...
2021-03-23T10:10:47.2859895Z Selecting previously unselected package fonts-adf-berenis.
2021-03-23T10:10:47.3100588Z Preparing to unpack .../12-fonts-adf-berenis_0.20190904-1.1_all.deb ...
2021-03-23T10:10:47.3115208Z Unpacking fonts-adf-berenis (0.20190904-1.1) ...
2021-03-23T10:10:47.3738840Z Selecting previously unselected package fonts-adf-gillius.
2021-03-23T10:10:47.3968351Z Preparing to unpack .../13-fonts-adf-gillius_0.20190904-1.1_all.deb ...
2021-03-23T10:10:47.3982589Z Unpacking fonts-adf-gillius (0.20190904-1.1) ...
2021-03-23T10:10:47.4406260Z Selecting previously unselected package fonts-adf-universalis.
2021-03-23T10:10:47.4689141Z Preparing to unpack .../14-fonts-adf-universalis_0.20190904-1.1_all.deb ...
2021-03-23T10:10:47.4699451Z Unpacking fonts-adf-universalis (0.20190904-1.1) ...
2021-03-23T10:10:47.5041336Z Selecting previously unselected package fonts-cabin.
2021-03-23T10:10:47.5326409Z Preparing to unpack .../15-fonts-cabin_1.5-3_all.deb ...
2021-03-23T10:10:47.5338274Z Unpacking fonts-cabin (1.5-3) ...
2021-03-23T10:10:47.5818679Z Selecting previously unselected package fonts-cantarell.
2021-03-23T10:10:47.6027338Z Preparing to unpack .../16-fonts-cantarell_0.111-2_all.deb ...
2021-03-23T10:10:47.6117046Z Unpacking fonts-cantarell (0.111-2) ...
2021-03-23T10:10:47.6593233Z Selecting previously unselected package fonts-comfortaa.
2021-03-23T10:10:47.6875739Z Preparing to unpack .../17-fonts-comfortaa_3.001-3_all.deb ...
2021-03-23T10:10:47.6887549Z Unpacking fonts-comfortaa (3.001-3) ...
2021-03-23T10:10:47.7311528Z Selecting previously unselected package fonts-croscore.
2021-03-23T10:10:47.7616597Z Preparing to unpack .../18-fonts-croscore_20200323-1build1~ubuntu20.04.1_all.deb ...
2021-03-23T10:10:47.7934168Z Unpacking fonts-croscore (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:10:48.0222915Z Selecting previously unselected package fonts-crosextra-caladea.
2021-03-23T10:10:48.0521096Z Preparing to unpack .../19-fonts-crosextra-caladea_20130214-2_all.deb ...
2021-03-23T10:10:48.0702843Z Unpacking fonts-crosextra-caladea (20130214-2) ...
2021-03-23T10:10:48.1008551Z Selecting previously unselected package fonts-crosextra-carlito.
2021-03-23T10:10:48.1301731Z Preparing to unpack .../20-fonts-crosextra-carlito_20130920-1_all.deb ...
2021-03-23T10:10:48.1311152Z Unpacking fonts-crosextra-carlito (20130920-1) ...
2021-03-23T10:10:48.2270361Z Selecting previously unselected package fonts-ebgaramond.
2021-03-23T10:10:48.2566656Z Preparing to unpack .../21-fonts-ebgaramond_0.016-1ubuntu1_all.deb ...
2021-03-23T10:10:48.2576799Z Unpacking fonts-ebgaramond (0.016-1ubuntu1) ...
2021-03-23T10:10:48.3379584Z Selecting previously unselected package fonts-ebgaramond-extra.
2021-03-23T10:10:48.3622658Z Preparing to unpack .../22-fonts-ebgaramond-extra_0.016-1ubuntu1_all.deb ...
2021-03-23T10:10:48.3635194Z Unpacking fonts-ebgaramond-extra (0.016-1ubuntu1) ...
2021-03-23T10:10:48.5391613Z Selecting previously unselected package fonts-font-awesome.
2021-03-23T10:10:48.5677745Z Preparing to unpack .../23-fonts-font-awesome_5.0.10+really4.7.0~dfsg-1_all.deb ...
2021-03-23T10:10:48.5686501Z Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-1) ...
2021-03-23T10:10:48.6388691Z Selecting previously unselected package fonts-freefont-otf.
2021-03-23T10:10:48.6683156Z Preparing to unpack .../24-fonts-freefont-otf_20120503-10_all.deb ...
2021-03-23T10:10:48.6692513Z Unpacking fonts-freefont-otf (20120503-10) ...
2021-03-23T10:10:49.0082489Z Selecting previously unselected package fonts-freefont-ttf.
2021-03-23T10:10:49.0374584Z Preparing to unpack .../25-fonts-freefont-ttf_20120503-10_all.deb ...
2021-03-23T10:10:49.0386829Z Unpacking fonts-freefont-ttf (20120503-10) ...
2021-03-23T10:10:49.3019221Z Selecting previously unselected package fonts-gfs-artemisia.
2021-03-23T10:10:49.3245855Z Preparing to unpack .../26-fonts-gfs-artemisia_1.1-5_all.deb ...
2021-03-23T10:10:49.3265351Z Unpacking fonts-gfs-artemisia (1.1-5) ...
2021-03-23T10:10:49.3778843Z Selecting previously unselected package fonts-gfs-complutum.
2021-03-23T10:10:49.4018360Z Preparing to unpack .../27-fonts-gfs-complutum_1.1-6_all.deb ...
2021-03-23T10:10:49.4028263Z Unpacking fonts-gfs-complutum (1.1-6) ...
2021-03-23T10:10:49.4319424Z Selecting previously unselected package fonts-gfs-didot.
2021-03-23T10:10:49.4598714Z Preparing to unpack .../28-fonts-gfs-didot_1.1-6_all.deb ...
2021-03-23T10:10:49.4610191Z Unpacking fonts-gfs-didot (1.1-6) ...
2021-03-23T10:10:49.5098727Z Selecting previously unselected package fonts-gfs-neohellenic.
2021-03-23T10:10:49.5385222Z Preparing to unpack .../29-fonts-gfs-neohellenic_1.1-6_all.deb ...
2021-03-23T10:10:49.5395883Z Unpacking fonts-gfs-neohellenic (1.1-6) ...
2021-03-23T10:10:49.5899950Z Selecting previously unselected package fonts-gfs-olga.
2021-03-23T10:10:49.6126822Z Preparing to unpack .../30-fonts-gfs-olga_1.1-5_all.deb ...
2021-03-23T10:10:49.6139734Z Unpacking fonts-gfs-olga (1.1-5) ...
2021-03-23T10:10:49.6390559Z Selecting previously unselected package fonts-gfs-solomos.
2021-03-23T10:10:49.6689384Z Preparing to unpack .../31-fonts-gfs-solomos_1.1-5_all.deb ...
2021-03-23T10:10:49.6700946Z Unpacking fonts-gfs-solomos (1.1-5) ...
2021-03-23T10:10:49.7018643Z Selecting previously unselected package fonts-go.
2021-03-23T10:10:49.7250935Z Preparing to unpack .../32-fonts-go_0~20170330-1_all.deb ...
2021-03-23T10:10:49.7263579Z Unpacking fonts-go (0~20170330-1) ...
2021-03-23T10:10:49.7900216Z Selecting previously unselected package fonts-junicode.
2021-03-23T10:10:49.8182366Z Preparing to unpack .../33-fonts-junicode_1.002-2_all.deb ...
2021-03-23T10:10:49.8273399Z Unpacking fonts-junicode (1.002-2) ...
2021-03-23T10:10:49.9326731Z Selecting previously unselected package fonts-linuxlibertine.
2021-03-23T10:10:49.9622841Z Preparing to unpack .../34-fonts-linuxlibertine_5.3.0-4_all.deb ...
2021-03-23T10:10:49.9704980Z Unpacking fonts-linuxlibertine (5.3.0-4) ...
2021-03-23T10:10:50.1568150Z Selecting previously unselected package fonts-lmodern.
2021-03-23T10:10:50.1858316Z Preparing to unpack .../35-fonts-lmodern_2.004.5-6_all.deb ...
2021-03-23T10:10:50.1868869Z Unpacking fonts-lmodern (2.004.5-6) ...
2021-03-23T10:10:50.6793993Z Selecting previously unselected package fonts-lobster.
2021-03-23T10:10:50.7091915Z Preparing to unpack .../36-fonts-lobster_2.0-2_all.deb ...
2021-03-23T10:10:50.7104897Z Unpacking fonts-lobster (2.0-2) ...
2021-03-23T10:10:50.7376988Z Selecting previously unselected package fonts-lobstertwo.
2021-03-23T10:10:50.7676347Z Preparing to unpack .../37-fonts-lobstertwo_2.0-2_all.deb ...
2021-03-23T10:10:50.7691091Z Unpacking fonts-lobstertwo (2.0-2) ...
2021-03-23T10:10:50.8172805Z Selecting previously unselected package fonts-noto-core.
2021-03-23T10:10:50.8467588Z Preparing to unpack .../38-fonts-noto-core_20200323-1build1~ubuntu20.04.1_all.deb ...
2021-03-23T10:10:50.8479090Z Unpacking fonts-noto-core (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:10:51.9489489Z Selecting previously unselected package fonts-noto-mono.
2021-03-23T10:10:51.9781412Z Preparing to unpack .../39-fonts-noto-mono_20200323-1build1~ubuntu20.04.1_all.deb ...
2021-03-23T10:10:51.9793707Z Unpacking fonts-noto-mono (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:10:52.0098495Z Selecting previously unselected package fonts-oflb-asana-math.
2021-03-23T10:10:52.0380683Z Preparing to unpack .../40-fonts-oflb-asana-math_000.907-6_all.deb ...
2021-03-23T10:10:52.0443502Z Unpacking fonts-oflb-asana-math (000.907-6) ...
2021-03-23T10:10:52.0891203Z Selecting previously unselected package fonts-open-sans.
2021-03-23T10:10:52.1187760Z Preparing to unpack .../41-fonts-open-sans_1.11-1_all.deb ...
2021-03-23T10:10:52.1219521Z Unpacking fonts-open-sans (1.11-1) ...
2021-03-23T10:10:52.2053577Z Selecting previously unselected package fonts-roboto-unhinted.
2021-03-23T10:10:52.2339673Z Preparing to unpack .../42-fonts-roboto-unhinted_2%3a0~20170802-3_all.deb ...
2021-03-23T10:10:52.2352394Z Unpacking fonts-roboto-unhinted (2:0~20170802-3) ...
2021-03-23T10:10:52.4970762Z Selecting previously unselected package fonts-sil-gentium.
2021-03-23T10:10:52.5252673Z Preparing to unpack .../43-fonts-sil-gentium_20081126%3a1.03-2_all.deb ...
2021-03-23T10:10:52.5266435Z Unpacking fonts-sil-gentium (20081126:1.03-2) ...
2021-03-23T10:10:52.5800906Z Selecting previously unselected package fonts-sil-gentium-basic.
2021-03-23T10:10:52.6093363Z Preparing to unpack .../44-fonts-sil-gentium-basic_1.102-1_all.deb ...
2021-03-23T10:10:52.6104744Z Unpacking fonts-sil-gentium-basic (1.102-1) ...
2021-03-23T10:10:52.6822565Z Selecting previously unselected package fonts-sil-gentiumplus.
2021-03-23T10:10:52.7119881Z Preparing to unpack .../45-fonts-sil-gentiumplus_5.000-2_all.deb ...
2021-03-23T10:10:52.7132000Z Unpacking fonts-sil-gentiumplus (5.000-2) ...
2021-03-23T10:10:52.9291810Z Selecting previously unselected package fonts-sil-gentiumplus-compact.
2021-03-23T10:10:52.9580981Z Preparing to unpack .../46-fonts-sil-gentiumplus-compact_5.000-2_all.deb ...
2021-03-23T10:10:52.9605661Z Unpacking fonts-sil-gentiumplus-compact (5.000-2) ...
2021-03-23T10:10:53.0808661Z Selecting previously unselected package fonts-texgyre.
2021-03-23T10:10:53.1103668Z Preparing to unpack .../47-fonts-texgyre_20180621-3_all.deb ...
2021-03-23T10:10:53.1183598Z Unpacking fonts-texgyre (20180621-3) ...
2021-03-23T10:10:54.0164699Z Selecting previously unselected package libapache-pom-java.
2021-03-23T10:10:54.0454023Z Preparing to unpack .../48-libapache-pom-java_18-1_all.deb ...
2021-03-23T10:10:54.0465067Z Unpacking libapache-pom-java (18-1) ...
2021-03-23T10:10:54.0853204Z Selecting previously unselected package libcommons-parent-java.
2021-03-23T10:10:54.1149602Z Preparing to unpack .../49-libcommons-parent-java_43-1_all.deb ...
2021-03-23T10:10:54.1160929Z Unpacking libcommons-parent-java (43-1) ...
2021-03-23T10:10:54.1486697Z Selecting previously unselected package libcommons-logging-java.
2021-03-23T10:10:54.1780079Z Preparing to unpack .../50-libcommons-logging-java_1.2-2_all.deb ...
2021-03-23T10:10:54.1802423Z Unpacking libcommons-logging-java (1.2-2) ...
2021-03-23T10:10:54.2184386Z Selecting previously unselected package libharfbuzz-icu0:amd64.
2021-03-23T10:10:54.2474216Z Preparing to unpack .../51-libharfbuzz-icu0_2.6.4-1ubuntu4_amd64.deb ...
2021-03-23T10:10:54.3615843Z Unpacking libharfbuzz-icu0:amd64 (2.6.4-1ubuntu4) ...
2021-03-23T10:10:54.3870115Z Selecting previously unselected package libptexenc1:amd64.
2021-03-23T10:10:54.4150084Z Preparing to unpack .../52-libptexenc1_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:54.4160991Z Unpacking libptexenc1:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:54.4449383Z Selecting previously unselected package libsynctex2:amd64.
2021-03-23T10:10:54.4727304Z Preparing to unpack .../53-libsynctex2_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:54.4743554Z Unpacking libsynctex2:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:54.5119657Z Selecting previously unselected package libteckit0:amd64.
2021-03-23T10:10:54.5402518Z Preparing to unpack .../54-libteckit0_2.5.8+ds2-5ubuntu2_amd64.deb ...
2021-03-23T10:10:54.5412134Z Unpacking libteckit0:amd64 (2.5.8+ds2-5ubuntu2) ...
2021-03-23T10:10:54.6059855Z Selecting previously unselected package libtexlua53:amd64.
2021-03-23T10:10:54.6341485Z Preparing to unpack .../55-libtexlua53_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:54.6359490Z Unpacking libtexlua53:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:54.6691472Z Selecting previously unselected package libtexluajit2:amd64.
2021-03-23T10:10:54.6966585Z Preparing to unpack .../56-libtexluajit2_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:10:54.6980655Z Unpacking libtexluajit2:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:10:54.7462701Z Selecting previously unselected package libzzip-0-13:amd64.
2021-03-23T10:10:54.7746763Z Preparing to unpack .../57-libzzip-0-13_0.13.62-3.2ubuntu1_amd64.deb ...
2021-03-23T10:10:54.7758071Z Unpacking libzzip-0-13:amd64 (0.13.62-3.2ubuntu1) ...
2021-03-23T10:10:54.8024473Z Selecting previously unselected package xfonts-encodings.
2021-03-23T10:10:54.8290262Z Preparing to unpack .../58-xfonts-encodings_1%3a1.0.5-0ubuntu1_all.deb ...
2021-03-23T10:10:54.8301667Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu1) ...
2021-03-23T10:10:54.9098833Z Selecting previously unselected package xfonts-utils.
2021-03-23T10:10:54.9377858Z Preparing to unpack .../59-xfonts-utils_1%3a7.7+6_amd64.deb ...
2021-03-23T10:10:54.9388533Z Unpacking xfonts-utils (1:7.7+6) ...
2021-03-23T10:10:54.9912596Z Selecting previously unselected package lmodern.
2021-03-23T10:10:55.0209307Z Preparing to unpack .../60-lmodern_2.004.5-6_all.deb ...
2021-03-23T10:10:55.0356597Z Unpacking lmodern (2.004.5-6) ...
2021-03-23T10:10:56.0751915Z Selecting previously unselected package pandoc-data.
2021-03-23T10:10:56.1033879Z Preparing to unpack .../61-pandoc-data_2.5-3build2_all.deb ...
2021-03-23T10:10:56.1043355Z Unpacking pandoc-data (2.5-3build2) ...
2021-03-23T10:10:56.1448568Z Selecting previously unselected package pandoc.
2021-03-23T10:10:56.1738296Z Preparing to unpack .../62-pandoc_2.5-3build2_amd64.deb ...
2021-03-23T10:10:56.1749716Z Unpacking pandoc (2.5-3build2) ...
2021-03-23T10:10:59.5253298Z Selecting previously unselected package preview-latex-style.
2021-03-23T10:10:59.5516574Z Preparing to unpack .../63-preview-latex-style_11.91-2ubuntu2_all.deb ...
2021-03-23T10:10:59.5552739Z Unpacking preview-latex-style (11.91-2ubuntu2) ...
2021-03-23T10:11:00.2196317Z Selecting previously unselected package t1utils.
2021-03-23T10:11:00.2203298Z Preparing to unpack .../64-t1utils_1.41-3_amd64.deb ...
2021-03-23T10:11:00.2204572Z Unpacking t1utils (1.41-3) ...
2021-03-23T10:11:00.2205885Z Selecting previously unselected package tex-gyre.
2021-03-23T10:11:00.2206901Z Preparing to unpack .../65-tex-gyre_20180621-3_all.deb ...
2021-03-23T10:11:00.2207636Z Unpacking tex-gyre (20180621-3) ...
2021-03-23T10:11:00.2585674Z Selecting previously unselected package texlive-binaries.
2021-03-23T10:11:00.2873967Z Preparing to unpack .../66-texlive-binaries_2019.20190605.51237-3build2_amd64.deb ...
2021-03-23T10:11:00.3030694Z Unpacking texlive-binaries (2019.20190605.51237-3build2) ...
2021-03-23T10:11:01.1338847Z Selecting previously unselected package texlive-base.
2021-03-23T10:11:01.1554947Z Preparing to unpack .../67-texlive-base_2019.20200218-1_all.deb ...
2021-03-23T10:11:01.1789382Z Unpacking texlive-base (2019.20200218-1) ...
2021-03-23T10:11:03.6871858Z Selecting previously unselected package texlive-fonts-extra.
2021-03-23T10:11:03.7181713Z Preparing to unpack .../68-texlive-fonts-extra_2019.202000218-1_all.deb ...
2021-03-23T10:11:03.7192564Z Unpacking texlive-fonts-extra (2019.202000218-1) ...
2021-03-23T10:11:47.6773029Z Selecting previously unselected package fonts-stix.
2021-03-23T10:11:47.7715937Z Preparing to unpack .../69-fonts-stix_1.1.1-4_all.deb ...
2021-03-23T10:11:47.7791393Z Unpacking fonts-stix (1.1.1-4) ...
2021-03-23T10:11:47.8669970Z Selecting previously unselected package texlive-fonts-extra-links.
2021-03-23T10:11:47.9149111Z Preparing to unpack .../70-texlive-fonts-extra-links_2019.202000218-1_all.deb ...
2021-03-23T10:11:47.9160449Z Unpacking texlive-fonts-extra-links (2019.202000218-1) ...
2021-03-23T10:11:47.9659904Z Selecting previously unselected package texlive-fonts-recommended.
2021-03-23T10:11:48.0083948Z Preparing to unpack .../71-texlive-fonts-recommended_2019.20200218-1_all.deb ...
2021-03-23T10:11:48.0099642Z Unpacking texlive-fonts-recommended (2019.20200218-1) ...
2021-03-23T10:11:48.7160263Z Selecting previously unselected package texlive-latex-base.
2021-03-23T10:11:48.7663522Z Preparing to unpack .../72-texlive-latex-base_2019.20200218-1_all.deb ...
2021-03-23T10:11:48.7756913Z Unpacking texlive-latex-base (2019.20200218-1) ...
2021-03-23T10:11:49.0709057Z Selecting previously unselected package libfontbox-java.
2021-03-23T10:11:49.1218337Z Preparing to unpack .../73-libfontbox-java_1%3a1.8.16-2_all.deb ...
2021-03-23T10:11:49.1229524Z Unpacking libfontbox-java (1:1.8.16-2) ...
2021-03-23T10:11:49.1739697Z Selecting previously unselected package libpdfbox-java.
2021-03-23T10:11:49.2190800Z Preparing to unpack .../74-libpdfbox-java_1%3a1.8.16-2_all.deb ...
2021-03-23T10:11:49.2206082Z Unpacking libpdfbox-java (1:1.8.16-2) ...
2021-03-23T10:11:49.6648343Z Selecting previously unselected package texlive-latex-recommended.
2021-03-23T10:11:49.7154136Z Preparing to unpack .../75-texlive-latex-recommended_2019.20200218-1_all.deb ...
2021-03-23T10:11:49.7186242Z Unpacking texlive-latex-recommended (2019.20200218-1) ...
2021-03-23T10:11:51.1880197Z Selecting previously unselected package texlive-pictures.
2021-03-23T10:11:51.2396614Z Preparing to unpack .../76-texlive-pictures_2019.20200218-1_all.deb ...
2021-03-23T10:11:51.2406147Z Unpacking texlive-pictures (2019.20200218-1) ...
2021-03-23T10:11:52.0858684Z Selecting previously unselected package texlive-latex-extra.
2021-03-23T10:11:52.1376661Z Preparing to unpack .../77-texlive-latex-extra_2019.202000218-1_all.deb ...
2021-03-23T10:11:52.1387379Z Unpacking texlive-latex-extra (2019.202000218-1) ...
2021-03-23T10:11:53.9053976Z Selecting previously unselected package texlive-plain-generic.
2021-03-23T10:11:53.9597204Z Preparing to unpack .../78-texlive-plain-generic_2019.202000218-1_all.deb ...
2021-03-23T10:11:53.9616469Z Unpacking texlive-plain-generic (2019.202000218-1) ...
2021-03-23T10:11:56.9288445Z Selecting previously unselected package tipa.
2021-03-23T10:11:56.9833942Z Preparing to unpack .../79-tipa_2%3a1.3-20_all.deb ...
2021-03-23T10:11:56.9921326Z Unpacking tipa (2:1.3-20) ...
2021-03-23T10:11:57.3851634Z Setting up fonts-gfs-didot (1.1-6) ...
2021-03-23T10:11:57.3890369Z Setting up fonts-gfs-artemisia (1.1-5) ...
2021-03-23T10:11:57.3919438Z Setting up fonts-sil-gentium-basic (1.102-1) ...
2021-03-23T10:11:57.3947733Z Setting up fonts-cantarell (0.111-2) ...
2021-03-23T10:11:57.4044708Z Setting up fonts-ebgaramond (0.016-1ubuntu1) ...
2021-03-23T10:11:57.4082705Z Setting up libharfbuzz-icu0:amd64 (2.6.4-1ubuntu4) ...
2021-03-23T10:11:57.4118517Z Setting up fonts-junicode (1.002-2) ...
2021-03-23T10:11:57.4212028Z Setting up fonts-noto-mono (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:11:57.4257766Z Setting up libwoff1:amd64 (1.0.2-1build2) ...
2021-03-23T10:11:57.4283157Z Setting up libtexlua53:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:57.4312000Z Setting up fonts-adf-berenis (0.20190904-1.1) ...
2021-03-23T10:11:57.4340209Z Setting up libijs-0.35:amd64 (0.35-15) ...
2021-03-23T10:11:57.4372374Z Setting up preview-latex-style (11.91-2ubuntu2) ...
2021-03-23T10:11:57.4496966Z Setting up libtexluajit2:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:57.4549920Z Setting up libfontbox-java (1:1.8.16-2) ...
2021-03-23T10:11:57.4584213Z Setting up fonts-freefont-otf (20120503-10) ...
2021-03-23T10:11:57.4631784Z Setting up fonts-freefont-ttf (20120503-10) ...
2021-03-23T10:11:57.4663975Z Setting up fonts-gfs-solomos (1.1-5) ...
2021-03-23T10:11:57.4688995Z Setting up fonts-comfortaa (3.001-3) ...
2021-03-23T10:11:57.4723404Z Setting up libzzip-0-13:amd64 (0.13.62-3.2ubuntu1) ...
2021-03-23T10:11:57.4755637Z Setting up fonts-sil-gentiumplus-compact (5.000-2) ...
2021-03-23T10:11:57.4791551Z Setting up fonts-roboto-unhinted (2:0~20170802-3) ...
2021-03-23T10:11:57.4836457Z Setting up fonts-urw-base35 (20170801.1-3) ...
2021-03-23T10:11:57.5478787Z Setting up fonts-open-sans (1.11-1) ...
2021-03-23T10:11:57.5506437Z Setting up fonts-sil-gentiumplus (5.000-2) ...
2021-03-23T10:11:57.5534351Z Setting up fonts-gfs-neohellenic (1.1-6) ...
2021-03-23T10:11:57.5558089Z Setting up fonts-gfs-olga (1.1-5) ...
2021-03-23T10:11:57.5590613Z Setting up fonts-oflb-asana-math (000.907-6) ...
2021-03-23T10:11:57.5620077Z Setting up poppler-data (0.4.9-2) ...
2021-03-23T10:11:57.5715754Z Setting up fonts-crosextra-carlito (20130920-1) ...
2021-03-23T10:11:57.5759312Z Setting up fonts-adf-accanthis (0.20190904-1.1) ...
2021-03-23T10:11:57.5783353Z Setting up fonts-sil-gentium (20081126:1.03-2) ...
2021-03-23T10:11:57.5892635Z Setting up fonts-adf-universalis (0.20190904-1.1) ...
2021-03-23T10:11:57.5920778Z Setting up fonts-stix (1.1.1-4) ...
2021-03-23T10:11:57.5952628Z Setting up libjbig2dec0:amd64 (0.18-1ubuntu1) ...
2021-03-23T10:11:57.5990808Z Setting up fonts-go (0~20170330-1) ...
2021-03-23T10:11:57.6028750Z Setting up libteckit0:amd64 (2.5.8+ds2-5ubuntu2) ...
2021-03-23T10:11:57.6056393Z Setting up libapache-pom-java (18-1) ...
2021-03-23T10:11:57.6079859Z Setting up fonts-cabin (1.5-3) ...
2021-03-23T10:11:57.6104496Z Setting up xfonts-encodings (1:1.0.5-0ubuntu1) ...
2021-03-23T10:11:57.6132820Z Setting up t1utils (1.41-3) ...
2021-03-23T10:11:57.6181282Z Setting up fonts-texgyre (20180621-3) ...
2021-03-23T10:11:57.6291975Z Setting up fonts-linuxlibertine (5.3.0-4) ...
2021-03-23T10:11:57.6448381Z Setting up libkpathsea6:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:57.6478074Z Setting up fonts-croscore (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:11:57.6814030Z Setting up fonts-gfs-complutum (1.1-6) ...
2021-03-23T10:11:57.6841044Z Setting up fonts-crosextra-caladea (20130214-2) ...
2021-03-23T10:11:57.7006563Z Setting up fonts-lmodern (2.004.5-6) ...
2021-03-23T10:11:57.7040071Z Setting up libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ...
2021-03-23T10:11:57.7070356Z Setting up fonts-ebgaramond-extra (0.016-1ubuntu1) ...
2021-03-23T10:11:57.7101653Z Setting up fonts-lobster (2.0-2) ...
2021-03-23T10:11:57.7144434Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
2021-03-23T10:11:57.7394571Z Setting up pandoc-data (2.5-3build2) ...
2021-03-23T10:11:57.7426767Z Setting up fonts-adf-gillius (0.20190904-1.1) ...
2021-03-23T10:11:57.7484273Z Setting up fonts-noto-core (20200323-1build1~ubuntu20.04.1) ...
2021-03-23T10:11:57.7522578Z Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-1) ...
2021-03-23T10:11:57.7580372Z Setting up libsynctex2:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:57.7607220Z Setting up libgs9-common (9.50~dfsg-5ubuntu4.2) ...
2021-03-23T10:11:57.7631286Z Setting up libpdfbox-java (1:1.8.16-2) ...
2021-03-23T10:11:57.7660135Z Setting up libgs9:amd64 (9.50~dfsg-5ubuntu4.2) ...
2021-03-23T10:11:57.7718243Z Setting up libcommons-parent-java (43-1) ...
2021-03-23T10:11:58.7321929Z Setting up dvisvgm (2.8.1-1build1) ...
2021-03-23T10:11:58.7324016Z Setting up libcommons-logging-java (1.2-2) ...
2021-03-23T10:11:58.7324962Z Setting up xfonts-utils (1:7.7+6) ...
2021-03-23T10:11:58.7325678Z Setting up fonts-lobstertwo (2.0-2) ...
2021-03-23T10:11:58.7326491Z Setting up libptexenc1:amd64 (2019.20190605.51237-3build2) ...
2021-03-23T10:11:58.7327230Z Setting up pandoc (2.5-3build2) ...
2021-03-23T10:11:58.7328089Z Setting up texlive-fonts-extra-links (2019.202000218-1) ...
2021-03-23T10:11:58.7329047Z Setting up texlive-binaries (2019.20190605.51237-3build2) ...
2021-03-23T10:11:58.7330399Z update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode
2021-03-23T10:11:58.7331767Z update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode
2021-03-23T10:11:58.7332719Z Setting up lmodern (2.004.5-6) ...
2021-03-23T10:11:58.7333416Z Setting up texlive-base (2019.20200218-1) ...
2021-03-23T10:11:59.5230606Z tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps
2021-03-23T10:12:00.0753558Z tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg
2021-03-23T10:12:00.6807416Z tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper
2021-03-23T10:12:01.2859393Z tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/config/pdftexconfig.tex
2021-03-23T10:12:02.5319844Z Setting up tex-gyre (20180621-3) ...
2021-03-23T10:12:02.7091549Z Setting up texlive-plain-generic (2019.202000218-1) ...
2021-03-23T10:12:02.7174371Z Setting up texlive-latex-base (2019.20200218-1) ...
2021-03-23T10:12:02.7355814Z Setting up texlive-fonts-extra (2019.202000218-1) ...
2021-03-23T10:12:02.7452079Z Setting up texlive-latex-recommended (2019.20200218-1) ...
2021-03-23T10:12:02.7504499Z Setting up texlive-pictures (2019.20200218-1) ...
2021-03-23T10:12:02.7654616Z Setting up texlive-fonts-recommended (2019.20200218-1) ...
2021-03-23T10:12:02.7951724Z Setting up tipa (2:1.3-20) ...
2021-03-23T10:12:02.8875670Z Regenerating '/var/lib/texmf/fmtutil.cnf-DEBIAN'... done.
2021-03-23T10:12:02.8957570Z Regenerating '/var/lib/texmf/fmtutil.cnf-TEXLIVEDIST'... done.
2021-03-23T10:12:02.8959157Z update-fmtutil has updated the following file(s):
2021-03-23T10:12:02.8960164Z /var/lib/texmf/fmtutil.cnf-DEBIAN
2021-03-23T10:12:02.8961177Z /var/lib/texmf/fmtutil.cnf-TEXLIVEDIST
2021-03-23T10:12:02.8961996Z If you want to activate the changes in the above file(s),
2021-03-23T10:12:02.8962915Z you should run fmtutil-sys or fmtutil.
2021-03-23T10:12:02.9312719Z Setting up texlive-latex-extra (2019.202000218-1) ...
2021-03-23T10:12:02.9429826Z Processing triggers for tex-common (6.13) ...
2021-03-23T10:12:03.4875363Z Running mktexlsr. This may take some time... done.
2021-03-23T10:12:07.1787696Z Running updmap-sys. This may take some time... done.
2021-03-23T10:12:07.2032428Z Running mktexlsr /var/lib/texmf ... done.
2021-03-23T10:12:07.3104043Z Building format(s) --all.
2021-03-23T10:12:18.7901813Z This may take some time... done.
2021-03-23T10:12:18.8121435Z Processing triggers for install-info (6.7.0.dfsg.2-5) ...
2021-03-23T10:12:19.2414675Z Processing triggers for fontconfig (2.13.1-2ubuntu3) ...
2021-03-23T10:12:19.8669476Z Processing triggers for mime-support (3.64ubuntu1) ...
2021-03-23T10:12:19.9544604Z Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2021-03-23T10:12:20.0517424Z Processing triggers for man-db (2.9.1-1) ...
2021-03-23T10:12:25.4924608Z ##[group]Run pandoc -s -f latex -t markdown -o bitcoin.md bitcoin.tex
2021-03-23T10:12:25.4925672Z pandoc -s -f latex -t markdown -o bitcoin.md bitcoin.tex
2021-03-23T10:12:25.4926527Z pandoc -s -f latex -t rst -o bitcoin.rst bitcoin.tex
2021-03-23T10:12:25.4927356Z pandoc -s -f latex -t latex -o bitcoin.pdf bitcoin.tex
2021-03-23T10:12:25.4928194Z pandoc -s -f latex -t odt -o bitcoin.odt bitcoin.tex
2021-03-23T10:12:25.4929019Z pandoc -s -f latex -t docx -o bitcoin.docx bitcoin.tex
2021-03-23T10:12:25.4929897Z pandoc -s -f latex -t epub -o bitcoin.epub bitcoin.tex
2021-03-23T10:12:25.4930748Z pandoc -s -f latex -t html5 -o bitcoin.html bitcoin.tex
2021-03-23T10:12:25.4931685Z pandoc -s -f latex -t mediawiki -o bitcoin.mediawiki bitcoin.tex
2021-03-23T10:12:25.4932602Z pandoc -s -f latex -t man -o bitcoin.man bitcoin.tex
2021-03-23T10:12:25.4933468Z pandoc -s -f latex -t asciidoc -o bitcoin.asciidoc bitcoin.tex
2021-03-23T10:12:25.4934368Z pandoc -s -f latex -t json -o bitcoin.json bitcoin.tex
2021-03-23T10:12:25.4935198Z pandoc -s -f latex -t opml -o bitcoin.opml bitcoin.tex
2021-03-23T10:12:25.4936039Z pandoc -s -f latex -t plain -o bitcoin.txt bitcoin.tex
2021-03-23T10:12:25.4936875Z pandoc -s -f latex -t pptx -o bitcoin.pptx bitcoin.tex
2021-03-23T10:12:25.4938303Z pandoc -s -f latex -t rtf -o bitcoin.rtf bitcoin.tex
2021-03-23T10:12:25.4939246Z pandoc -s -f latex -t slideous -o bitcoin.slideous.html bitcoin.tex
2021-03-23T10:12:25.4940276Z pandoc -s -f latex -t slidy -o bitcoin.slidy.html bitcoin.tex
2021-03-23T10:12:25.4941281Z pandoc -s -f latex -t dzslides -o bitcoin.dzslides.html bitcoin.tex
2021-03-23T10:12:25.4942346Z pandoc -s -f latex -t revealjs -o bitcoin.revealjs.html bitcoin.tex
2021-03-23T10:12:25.4943329Z pandoc -s -f latex -t s5 -o bitcoin.s5.html bitcoin.tex
2021-03-23T10:12:25.4944210Z pandoc -s -f latex -t zimwiki -o bitcoin.zimwiki bitcoin.tex
2021-03-23T10:12:25.4989525Z shell: /usr/bin/bash -e {0}
2021-03-23T10:12:25.4989948Z ##[endgroup]
2021-03-23T10:12:27.1334428Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.1335847Z \begin{cases}
2021-03-23T10:12:27.1336672Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.1337828Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.1338979Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.1347144Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.1396178Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.1396900Z \begin{cases}
2021-03-23T10:12:27.1397514Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.1397988Z 1 & \text{if } k > z
2021-03-23T10:12:27.1398536Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.1405417Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:27.2805271Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.2807498Z \begin{cases}
2021-03-23T10:12:27.2810700Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.2813957Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.2816918Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.2876369Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.2889507Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.2892024Z \begin{cases}
2021-03-23T10:12:27.2896486Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.2899723Z 1 & \text{if } k > z
2021-03-23T10:12:27.2902467Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.2914633Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:27.4947953Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.4948538Z \begin{cases}
2021-03-23T10:12:27.5007049Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.5009184Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.5011290Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.5021229Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.5032076Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.5033535Z \begin{cases}
2021-03-23T10:12:27.5034202Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.5037667Z 1 & \text{if } k > z
2021-03-23T10:12:27.5038192Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.5046634Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:27.5888355Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.5889752Z \begin{cases}
2021-03-23T10:12:27.5890576Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.5891436Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.5892570Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.5898479Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.5908835Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.5909920Z \begin{cases}
2021-03-23T10:12:27.5911055Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.5911983Z 1 & \text{if } k > z
2021-03-23T10:12:27.5912965Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.5922540Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:27.9351361Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:27.9352740Z \begin{cases}
2021-03-23T10:12:27.9353632Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:27.9354490Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:27.9355668Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.9359536Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:27.9419145Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:27.9420410Z \begin{cases}
2021-03-23T10:12:27.9421547Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:27.9422492Z 1 & \text{if } k > z
2021-03-23T10:12:27.9423488Z \end{cases}', rendering as TeX
2021-03-23T10:12:27.9432114Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.1490147Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.1492610Z \begin{cases}
2021-03-23T10:12:28.1495544Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.1498759Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.1501656Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.1512171Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.1578006Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.1580450Z \begin{cases}
2021-03-23T10:12:28.1584427Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.1587737Z 1 & \text{if } k > z
2021-03-23T10:12:28.1590589Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.1602842Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.2303844Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.2305032Z \begin{cases}
2021-03-23T10:12:28.2305835Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.2306728Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.2307831Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.2312425Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.2363969Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.2364749Z \begin{cases}
2021-03-23T10:12:28.2365415Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.2365977Z 1 & \text{if } k > z
2021-03-23T10:12:28.2366563Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.2373453Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.3167605Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.3169412Z \begin{cases}
2021-03-23T10:12:28.3171994Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.3174353Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.3177077Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.3187272Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.3197723Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.3199468Z \begin{cases}
2021-03-23T10:12:28.3202920Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.3203959Z 1 & \text{if } k > z
2021-03-23T10:12:28.3205017Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.3211470Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.3954221Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.3954845Z \begin{cases}
2021-03-23T10:12:28.3957642Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.3960092Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.3962499Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.4015735Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.4027329Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.4029619Z \begin{cases}
2021-03-23T10:12:28.4033212Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.4036517Z 1 & \text{if } k > z
2021-03-23T10:12:28.4039331Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.4051363Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
2021-03-23T10:12:28.4836724Z [WARNING] Could not convert TeX math 'q_z =
2021-03-23T10:12:28.4837196Z \begin{cases}
2021-03-23T10:12:28.4840360Z 1 & \text{if } p \leqslant q\\
2021-03-23T10:12:28.4843133Z \left(q/p\right)^z & \text{if } p > q
2021-03-23T10:12:28.4845812Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.4855000Z [WARNING] Could not convert TeX math '\lambda = z \ \frac{q}{p}', rendering as TeX
2021-03-23T10:12:28.4908557Z [WARNING] Could not convert TeX math '\sum _{k=0}^\infty \frac{\lambda ^k e^{-\lambda}}{k!} \cdot
2021-03-23T10:12:28.4910468Z \begin{cases}
2021-03-23T10:12:28.4913807Z \left(q/p\right)^{(z-p)} & \text{if } k \leqslant z \\
2021-03-23T10:12:28.4916435Z 1 & \text{if } k > z
2021-03-23T10:12:28.4926086Z \end{cases}', rendering as TeX
2021-03-23T10:12:28.4938728Z [WARNING] Could not convert TeX math '1 - \sum _{k=0}^z \frac{\lambda ^k e^{-\lambda}}{k!} \left(1 - \left(q/p\right)^{(z-k)}\right)', rendering as TeX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment