+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 1241 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Mon Oct 7 06:57:23 UTC 2024 + uptime 06:57:23 up 1 min, 0 users, load average: 1.57, 0.44, 0.15 + head=git@github.com:yegor256/latexmk-action.git + ff=default + image=yegor256/rultor-ruby + rebase=false + squash=false + head_branch=master + author=yegor256 + tag=0.14.0 + vars=('--env=head=git@github.com:yegor256/latexmk-action.git' '--env=tag=0.14.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/latexmk-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.14.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make "--directory=$(pwd)"'\'' '\'';'\'' '\''repo=yegor256/latexmk-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256') + scripts=('export '\''head=git@github.com:yegor256/latexmk-action.git'\''' ';' 'export '\''tag=0.14.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make "--directory=$(pwd)"' ';' 'repo=yegor256/latexmk-action' ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';') + directory= + container=yegor256_latexmk-action_59 + as_root=false + hostname ip-172-31-27-23 + pwd /tmp/rultor-6I1o + git --version git version 2.34.1 + docker --version Docker version 25.0.3, build 4debf41 + mkdir -p /home/ubuntu/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/ubuntu/.ssh/config + git clone git@github.com:yegor256/latexmk-action.git repo Cloning into 'repo'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''head=git@github.com:yegor256/latexmk-action.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:yegor256/latexmk-action.git'\''' ';' 'export '\''tag=0.14.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make "--directory=$(pwd)"' ';' repo=yegor256/latexmk-action ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';' + sensitive=() + rm -rf .gnupg + '[' -z 0.14.0 ']' + [[ 0.14.0 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.14.0"' tag name is valid: "0.14.0" + cd repo ++ git tag -l 0.14.0 + '[' ']' + export BRANCH_NAME=__rultor + BRANCH_NAME=__rultor ++ wc -l ++ git show-branch __rultor + '[' 0 -gt 0 ']' + git checkout -b __rultor Switched to a new branch '__rultor' + docker_when_possible + true ++ tail -n 1 ++ sed 's/ /\n/g' ++ uptime + load=0.16 ++ bc ++ echo 0.16 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 0.16, low enough to run a new Docker container' load average is 0.16, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-ruby + docker pull yegor256/rultor-ruby Using default tag: latest latest: Pulling from yegor256/rultor-ruby dafa2b0c44d2: Pulling fs layer 4f4fb700ef54: Pulling fs layer 5ccf01e6cefd: Pulling fs layer 4a5449bec489: Pulling fs layer ac7832f41460: Pulling fs layer d63b8b04cafc: Pulling fs layer 7d5af111f2cc: Pulling fs layer 720999eee6d5: Pulling fs layer 99fbfb6da2e7: Pulling fs layer 2407230a9192: Pulling fs layer 7f36f52815f4: Pulling fs layer 4a5449bec489: Waiting ac7832f41460: Waiting d63b8b04cafc: Waiting 7d5af111f2cc: Waiting 720999eee6d5: Waiting 99fbfb6da2e7: Waiting 2407230a9192: Waiting 7f36f52815f4: Waiting 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4a5449bec489: Verifying Checksum 4a5449bec489: Download complete dafa2b0c44d2: Verifying Checksum dafa2b0c44d2: Download complete 5ccf01e6cefd: Verifying Checksum 5ccf01e6cefd: Download complete 7d5af111f2cc: Verifying Checksum 7d5af111f2cc: Download complete d63b8b04cafc: Verifying Checksum d63b8b04cafc: Download complete 720999eee6d5: Verifying Checksum 720999eee6d5: Download complete ac7832f41460: Verifying Checksum ac7832f41460: Download complete 99fbfb6da2e7: Verifying Checksum 99fbfb6da2e7: Download complete 7f36f52815f4: Verifying Checksum 7f36f52815f4: Download complete 2407230a9192: Verifying Checksum 2407230a9192: Download complete dafa2b0c44d2: Pull complete 4f4fb700ef54: Pull complete 5ccf01e6cefd: Pull complete 4a5449bec489: Pull complete ac7832f41460: Pull complete d63b8b04cafc: Pull complete 7d5af111f2cc: Pull complete 720999eee6d5: Pull complete 99fbfb6da2e7: Pull complete 2407230a9192: Pull complete 7f36f52815f4: Pull complete Digest: sha256:016cc75a948fa99d2fc1ac9be795ad3ca37cb8a3b15d9384b8f1cbd094bc3c94 Status: Downloaded newer image for yegor256/rultor-ruby:latest docker.io/yegor256/rultor-ruby:latest + grep --quiet '\syegor256_latexmk-action_59\s*$' + docker ps --filter=status=exited + ls -al . total 48 drwx------ 3 ubuntu ubuntu 4096 Oct 7 06:57 . drwxrwxrwt 12 root root 4096 Oct 7 06:57 .. -rw-rw-r-- 1 ubuntu ubuntu 9 Oct 7 06:57 docker-password -rwxrwxr-x 1 ubuntu ubuntu 556 Oct 7 06:59 end.sh -rwxrwxr-x 1 ubuntu ubuntu 490 Oct 7 06:57 entry.sh -rw-rw-r-- 1 ubuntu ubuntu 5 Oct 7 06:57 pid drwxrwxr-x 4 ubuntu ubuntu 4096 Oct 7 06:57 repo -rwxrwxr-x 1 ubuntu ubuntu 6696 Oct 7 06:57 run.sh -rw-rw-r-- 1 ubuntu ubuntu 912 Oct 7 06:57 script.sh -rw-rw-r-- 1 ubuntu ubuntu 6698 Oct 7 07:00 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-6I1o:/main --env=head=git@github.com:yegor256/latexmk-action.git --env=tag=0.14.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/latexmk-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.14.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make "--directory=$(pwd)"'\'' '\'';'\'' '\''repo=yegor256/latexmk-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-6I1o/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_latexmk-action_59 yegor256/rultor-ruby /main/entry.sh WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded. Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r ++ awk -F : '$3 > 100 { print $1 }' ++ cat /etc/group + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G nogroup r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G ubuntu r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G _ssh r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G rvm r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G r r + usermod -s /bin/bash r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.cache /root/.gem /root/.gemrc /root/.gnupg /root/.profile /root/.rvmrc /home/r + cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + cat /home/r/script.sh #!/bin/bash set -e set -o pipefail if [ -e /home/r/.profile ]; then source /home/r/.profile; fi shopt -s expand_aliases alias 'sudo=sudo -i' export HOME=/home/r cd "${HOME}/repo" export 'head=git@github.com:yegor256/latexmk-action.git' ; export 'tag=0.14.0' ; export 'head_branch=master' ; export 'author=yegor256' ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; sed -i -e "s/0.0.0/${tag}/" entry.sh ; sed -i -e "s/0.0.0/${tag}/" Dockerfile ; sed -i -e "s/:latest/:${tag}/" action.yml ; git add entry.sh ; git add Dockerfile ; git add action.yml ; git commit -m "version set to ${tag}" ; sudo make "--directory=$(pwd)" ; repo=yegor256/latexmk-action ; sudo docker build "$(pwd)" --tag "${repo}:${tag}" ; sudo docker build "$(pwd)" --tag "${repo}:latest" ; cat ../docker-password | sudo docker login --password-stdin -u yegor256 ; sudo docker push "${repo}:${tag}" ; sudo docker push "${repo}:latest" ; + su --login r --command /home/r/script.sh Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 [__rultor bf4b7f6] version set to 0.14.0 3 files changed, 3 insertions(+), 3 deletions(-) sudo: unable to resolve host docker: Temporary failure in name resolution Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 make: Entering directory '/home/r/repo' docker build . -t latexmk-action docker run --rm -v "$(pwd):/w" latexmk-action docker rmi latexmk-action DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 301.1kB Step 1/15 : FROM ubuntu:24.04 24.04: Pulling from library/ubuntu 1BDigest:3sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b Status: Downloaded newer image for ubuntu:24.04 ---> 61b2756d6fa9 Step 2/15 : LABEL "repository"="https://github.com/yegor256/latexmk-action" ---> Running in 83f35e4e9ecd ---> Removed intermediate container 83f35e4e9ecd ---> 03895a203b99 Step 3/15 : LABEL "maintainer"="Yegor Bugayenko" ---> Running in 0bcbc2fb032a ---> Removed intermediate container 0bcbc2fb032a ---> a246b3ebfa12 Step 4/15 : LABEL "version"="0.14.0" ---> Running in 706958585b60 ---> Removed intermediate container 706958585b60 ---> 3ea45c1b550f Step 5/15 : WORKDIR /action ---> Running in a8c0de84e482 ---> Removed intermediate container a8c0de84e482 ---> 9197fd6c2933 Step 6/15 : ENV LC_ALL=en_US.UTF-8 ---> Running in cca264ecf80a ---> Removed intermediate container cca264ecf80a ---> 9ef862e240b3 Step 7/15 : ENV LANG=en_US.UTF-8 ---> Running in 5a118bceeeb0 ---> Removed intermediate container 5a118bceeeb0 ---> 847ecd29ff88 Step 8/15 : ENV LANGUAGE=en_US.UTF-8 ---> Running in 74538b23d709 ---> Removed intermediate container 74538b23d709 ---> 5026a55d924f Step 9/15 : RUN apt-get -y -q update && apt-get -y install --no-install-recommends wget=* perl=* zip=* unzip=* inkscape=* imagemagick=* && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in 7470a778b6ed Get:1 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB] Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] Get:6 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] Get:7 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [479 kB] Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [370 kB] Get:10 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [446 kB] Get:11 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [13.7 kB] Get:12 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [682 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [17.8 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [512 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [446 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [11.8 kB] Fetched 25.2 MB in 8s (2966 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: adduser adwaita-icon-theme at-spi2-common dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session dconf-gsettings-backend dconf-service dictionaries-common emacsen-common fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme hunspell-en-us imagemagick-6-common imagemagick-6.q16 lib2geom1.2.0t64 libaom3 libapparmor1 libargon2-1 libaspell15 libatk-bridge2.0-0t64 libatk1.0-0t64 libatkmm-1.6-1v5 libatspi2.0-0t64 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.83.0 libbrotli1 libbsd0 libcairo-gobject2 libcairo2 libcairomm-1.0-1v5 libcdr-0.1-1 libcolord2 libcryptsetup12 libcups2t64 libcurl3t64-gnutls libdatrie1 libdbus-1-3 libdconf1 libde265-0 libdeflate0 libdevmapper1.02.1 libdouble-conversion3 libduktape207 libenchant-2-2 libepoxy0 libexpat1 libfdisk1 libfftw3-double3 libfontconfig1 libfreetype6 libfribidi0 libgc1 libgdbm-compat4t64 libgdbm6t64 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libglib2.0-0t64 libglibmm-2.4-1t64 libgomp1 libgraphite2-3 libgsl27 libgslcblas0 libgspell-1-2 libgspell-1-common libgssapi-krb5-2 libgtk-3-0t64 libgtk-3-common libgtkmm-3.0-1t64 libharfbuzz0b libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libhunspell-1.7-0 libicu74 libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblcms2-2 libldap2 liblerc4 liblqr-1-0 libltdl7 libmagick++-6.q16-9t64 libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 libnghttp2-14 libnspr4 libnss3 libopenjp2-7 libpam-systemd libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpangomm-1.4-1v5 libperl5.38t64 libpixman-1-0 libpng16-16t64 libpoppler-glib8t64 libpoppler134 libpotrace0 libproxy1v5 libpsl5t64 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libraw23t64 libreadline8t64 librevenge-0.0-0 librsvg2-2 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules-db libsharpyuv0 libsigc++-2.0-0v5 libsoup-2.4-1 libsoup2.4-common libsqlite3-0 libssh-4 libsystemd-shared libtext-iconv-perl libthai-data libthai0 libtiff6 libvisio-0.1-1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp7 libwebpdemux2 libwebpmux3 libwpd-0.10-10 libwpg-0.3-3 libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2 libxrandr2 libxrender1 libxslt1.1 media-types netbase perl-modules-5.38 python3 python3-minimal python3.12 python3.12-minimal readline-common session-migration shared-mime-info systemd systemd-dev systemd-sysv tzdata ubuntu-mono xkb-data Suggested packages: liblocale-gettext-perl cron quota ecryptfs-utils ispell | aspell | hunspell wordlist hunspell openoffice.org-hunspell | openoffice.org-core imagemagick-6-doc autotrace cups-bsd | lpr | lprng curl enscript ffmpeg gimp gnuplot grads graphviz groff-base hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin xdg-utils dia inkscape-tutorials libsvg-perl pstoedit python3-packaging python3-uniconvertor ruby aspell colord cups-common libenchant-2-voikko libfftw3-bin libfftw3-dev gdbm-l10n low-memory-monitor gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html krb5-doc krb5-user gvfs libheif-plugin-x265 libheif-plugin-ffmpegdec libheif-plugin-jpegdec libheif-plugin-jpegenc libheif-plugin-j2kdec libheif-plugin-j2kenc libheif-plugin-rav1e libheif-plugin-svtenc liblcms2-utils libmagickcore-6.q16-7-extra librsvg2-bin perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make libtap-harness-archive-perl python3-doc python3-tk python3-venv python3.12-venv python3.12-doc binutils binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd systemd-boot libfido2-1 libip4tc2 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu-4.0.1-0 libtss2-rc0 libtss2-tcti-device0 polkitd Recommended packages: libmagickcore-6.q16-7-extra ghostscript netpbm aspell fig2dev libimage-magick-perl libwmf-bin python3-cssselect python3-lxml python3-numpy python3-scour aspell-en | aspell-dictionary | aspell6a-dictionary at-spi2-core ca-certificates dmsetup enchant-2 libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs libgtk-3-bin libheif-plugin-aomenc krb5-locales libldap-common fonts-urw-base35 poppler-data publicsuffix libsasl2-modules networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved libnss-systemd The following NEW packages will be installed: adduser adwaita-icon-theme at-spi2-common dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session dconf-gsettings-backend dconf-service dictionaries-common emacsen-common fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme hunspell-en-us imagemagick imagemagick-6-common imagemagick-6.q16 inkscape lib2geom1.2.0t64 libaom3 libapparmor1 libargon2-1 libaspell15 libatk-bridge2.0-0t64 libatk1.0-0t64 libatkmm-1.6-1v5 libatspi2.0-0t64 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.83.0 libbrotli1 libbsd0 libcairo-gobject2 libcairo2 libcairomm-1.0-1v5 libcdr-0.1-1 libcolord2 libcryptsetup12 libcups2t64 libcurl3t64-gnutls libdatrie1 libdbus-1-3 libdconf1 libde265-0 libdeflate0 libdevmapper1.02.1 libdouble-conversion3 libduktape207 libenchant-2-2 libepoxy0 libexpat1 libfdisk1 libfftw3-double3 libfontconfig1 libfreetype6 libfribidi0 libgc1 libgdbm-compat4t64 libgdbm6t64 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libglib2.0-0t64 libglibmm-2.4-1t64 libgomp1 libgraphite2-3 libgsl27 libgslcblas0 libgspell-1-2 libgspell-1-common libgssapi-krb5-2 libgtk-3-0t64 libgtk-3-common libgtkmm-3.0-1t64 libharfbuzz0b libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libhunspell-1.7-0 libicu74 libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblcms2-2 libldap2 liblerc4 liblqr-1-0 libltdl7 libmagick++-6.q16-9t64 libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 libnghttp2-14 libnspr4 libnss3 libopenjp2-7 libpam-systemd libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpangomm-1.4-1v5 libperl5.38t64 libpixman-1-0 libpng16-16t64 libpoppler-glib8t64 libpoppler134 libpotrace0 libproxy1v5 libpsl5t64 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libraw23t64 libreadline8t64 librevenge-0.0-0 librsvg2-2 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules-db libsharpyuv0 libsigc++-2.0-0v5 libsoup-2.4-1 libsoup2.4-common libsqlite3-0 libssh-4 libsystemd-shared libtext-iconv-perl libthai-data libthai0 libtiff6 libvisio-0.1-1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp7 libwebpdemux2 libwebpmux3 libwpd-0.10-10 libwpg-0.3-3 libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2 libxrandr2 libxrender1 libxslt1.1 media-types netbase perl perl-modules-5.38 python3 python3-minimal python3.12 python3.12-minimal readline-common session-migration shared-mime-info systemd systemd-dev systemd-sysv tzdata ubuntu-mono unzip wget xkb-data zip 0 upgraded, 195 newly installed, 0 to remove and 2 not upgraded. Need to get 93.3 MB of archives. After this operation, 399 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.2 [834 kB] Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libexpat1 amd64 2.6.1-2ubuntu0.1 [87.1 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.2 [2343 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-minimal amd64 3.12.3-0ubuntu2 [27.4 kB] Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 media-types all 10.1.0 [27.5 kB] Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 netbase all 6.4 [13.1 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 tzdata all 2024a-3ubuntu1.1 [273 kB] Get:8 http://archive.ubuntu.com/ubuntu noble/main amd64 readline-common all 8.2-4build1 [56.5 kB] Get:9 http://archive.ubuntu.com/ubuntu noble/main amd64 libreadline8t64 amd64 8.2-4build1 [153 kB] Get:10 http://archive.ubuntu.com/ubuntu noble/main amd64 libsqlite3-0 amd64 3.45.1-1ubuntu2 [701 kB] Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.2 [2069 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.2 [651 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3-stdlib amd64 3.12.3-0ubuntu2 [10.0 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3 amd64 3.12.3-0ubuntu2 [23.0 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.3 [50.3 kB] Get:16 http://archive.ubuntu.com/ubuntu noble/main amd64 libargon2-1 amd64 0~20190702+dfsg-4build1 [20.8 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-3ubuntu3.1 [139 kB] Get:18 http://archive.ubuntu.com/ubuntu noble/main amd64 libjson-c5 amd64 0.17-1build1 [35.3 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcryptsetup12 amd64 2:2.7.0-1ubuntu4.1 [266 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfdisk1 amd64 2.39.3-9ubuntu6.1 [146 kB] Get:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libkmod2 amd64 31+20240202-2ubuntu7 [51.7 kB] Get:22 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.4 [2075 kB] Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-dev all 255.4-1ubuntu8.4 [104 kB] Get:24 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd amd64 255.4-1ubuntu8.4 [3470 kB] Get:25 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-sysv amd64 255.4-1ubuntu8.4 [11.9 kB] Get:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libgomp1 amd64 14-20240412-0ubuntu1 [147 kB] Get:27 http://archive.ubuntu.com/ubuntu noble/main amd64 libfftw3-double3 amd64 3.3.10-1ubuntu3 [838 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libbrotli1 amd64 1.1.0-2build2 [331 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libpng16-16t64 amd64 1.6.43-5build1 [187 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libfreetype6 amd64 2.13.2+dfsg-1build3 [402 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-mono all 2.37-8 [502 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-core all 2.37-8 [835 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig-config amd64 2.15.0-1.1ubuntu2 [37.3 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/main amd64 libfontconfig1 amd64 2.15.0-1.1ubuntu2 [139 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/main amd64 libsharpyuv0 amd64 1.3.2-0.4build3 [15.8 kB] Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libaom3 amd64 3.8.2-2ubuntu0.1 [1941 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif-plugin-aomdec amd64 1.17.6-1ubuntu4 [10.3 kB] Get:38 http://archive.ubuntu.com/ubuntu noble/main amd64 libde265-0 amd64 1.0.15-1build3 [166 kB] Get:39 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif-plugin-libde265 amd64 1.17.6-1ubuntu4 [8158 B] Get:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif1 amd64 1.17.6-1ubuntu4 [276 kB] Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libjbig0 amd64 2.1-6.1ubuntu2 [29.7 kB] Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg-turbo8 amd64 2.1.5-2ubuntu2 [150 kB] Get:43 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg8 amd64 8c-2ubuntu11 [2148 B] Get:44 http://archive.ubuntu.com/ubuntu noble/main amd64 liblcms2-2 amd64 2.14-2build1 [161 kB] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.1 [1546 kB] Get:46 http://archive.ubuntu.com/ubuntu noble/universe amd64 liblqr-1-0 amd64 0.4.2-2.1build2 [28.5 kB] Get:47 http://archive.ubuntu.com/ubuntu noble/main amd64 libltdl7 amd64 2.4.7-7build1 [40.3 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libopenjp2-7 amd64 2.5.0-2ubuntu0.1 [173 kB] Get:49 http://archive.ubuntu.com/ubuntu noble/main amd64 libraw23t64 amd64 0.21.2-2.1build1 [378 kB] Get:50 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdeflate0 amd64 1.19-1build1.1 [43.9 kB] Get:51 http://archive.ubuntu.com/ubuntu noble/main amd64 liblerc4 amd64 4.0.0+ds-4ubuntu2 [179 kB] Get:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebp7 amd64 1.3.2-0.4build3 [230 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libtiff6 amd64 4.5.1+git230720-4ubuntu2.2 [199 kB] Get:54 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebpdemux2 amd64 1.3.2-0.4build3 [12.4 kB] Get:55 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebpmux3 amd64 1.3.2-0.4build3 [25.7 kB] Get:56 http://archive.ubuntu.com/ubuntu noble/main amd64 libxau6 amd64 1:1.0.9-1build6 [7160 B] Get:57 http://archive.ubuntu.com/ubuntu noble/main amd64 libbsd0 amd64 0.12.1-1build1 [41.2 kB] Get:58 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu6 [10.3 kB] Get:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb1 amd64 1.15-1ubuntu2 [47.7 kB] Get:60 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-data all 2:1.8.7-1build1 [115 kB] Get:61 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-6 amd64 2:1.8.7-1build1 [650 kB] Get:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext6 amd64 2:1.3.4-1build2 [30.4 kB] Get:63 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libicu74 amd64 74.2-1ubuntu3.1 [10.9 MB] Get:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml2 amd64 2.9.14+dfsg-1.3ubuntu3 [762 kB] Get:65 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6-common all 8:6.9.12.98+dfsg1-5.2build2 [69.5 kB] Get:66 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [1811 kB] Get:67 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagickwand-6.q16-7t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [318 kB] Get:68 http://archive.ubuntu.com/ubuntu noble/main amd64 perl-modules-5.38 all 5.38.2-3.2build2 [3110 kB] Get:69 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm6t64 amd64 1.23-5.1build1 [34.4 kB] Get:70 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm-compat4t64 amd64 1.23-5.1build1 [6710 B] Get:71 http://archive.ubuntu.com/ubuntu noble/main amd64 libperl5.38t64 amd64 5.38.2-3.2build2 [4873 kB] Get:72 http://archive.ubuntu.com/ubuntu noble/main amd64 perl amd64 5.38.2-3.2build2 [231 kB] Get:73 http://archive.ubuntu.com/ubuntu noble/main amd64 adduser all 3.137ubuntu1 [101 kB] Get:74 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-3 amd64 1.14.10-4ubuntu4.1 [210 kB] Get:75 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-bin amd64 1.14.10-4ubuntu4.1 [39.3 kB] Get:76 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-session-bus-common all 1.14.10-4ubuntu4.1 [80.5 kB] Get:77 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-daemon amd64 1.14.10-4ubuntu4.1 [118 kB] Get:78 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-system-bus-common all 1.14.10-4ubuntu4.1 [81.6 kB] Get:79 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus amd64 1.14.10-4ubuntu4.1 [24.3 kB] Get:80 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-systemd amd64 255.4-1ubuntu8.4 [235 kB] Get:81 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-user-session amd64 1.14.10-4ubuntu4.1 [9968 B] Get:82 http://archive.ubuntu.com/ubuntu noble/main amd64 libfribidi0 amd64 1.0.13-3build1 [26.1 kB] Get:83 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5support0 amd64 1.20.1-6ubuntu2.1 [33.6 kB] Get:84 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libk5crypto3 amd64 1.20.1-6ubuntu2.1 [81.7 kB] Get:85 http://archive.ubuntu.com/ubuntu noble/main amd64 libkeyutils1 amd64 1.6.3-3build1 [9490 B] Get:86 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5-3 amd64 1.20.1-6ubuntu2.1 [347 kB] Get:87 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-6ubuntu2.1 [143 kB] Get:88 http://archive.ubuntu.com/ubuntu noble/main amd64 libtext-iconv-perl amd64 1.7-8build3 [13.5 kB] Get:89 http://archive.ubuntu.com/ubuntu noble/main amd64 shared-mime-info amd64 2.4-4 [474 kB] Get:90 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xkb-data all 2.41-2ubuntu1.1 [397 kB] Get:91 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnghttp2-14 amd64 1.59.0-1ubuntu0.1 [74.3 kB] Get:92 http://archive.ubuntu.com/ubuntu noble/main amd64 libpsl5t64 amd64 0.21.2-1.1build1 [57.1 kB] Get:93 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon0 amd64 1.6.0-1build1 [122 kB] Get:94 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.1 [334 kB] Get:95 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgdk-pixbuf2.0-common all 2.42.10+dfsg-3ubuntu3.1 [8024 B] Get:96 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.10+dfsg-3ubuntu3.1 [147 kB] Get:97 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gtk-update-icon-cache amd64 3.24.41-4ubuntu1.1 [51.7 kB] Get:98 http://archive.ubuntu.com/ubuntu noble/main amd64 hicolor-icon-theme all 0.17-2 [9976 B] Get:99 http://archive.ubuntu.com/ubuntu noble/main amd64 humanity-icon-theme all 0.6.16 [1282 kB] Get:100 http://archive.ubuntu.com/ubuntu noble/main amd64 ubuntu-mono all 24.04-0ubuntu1 [151 kB] Get:101 http://archive.ubuntu.com/ubuntu noble/main amd64 adwaita-icon-theme all 46.0-1 [723 kB] Get:102 http://archive.ubuntu.com/ubuntu noble/main amd64 at-spi2-common all 2.52.0-1build1 [8674 B] Get:103 http://archive.ubuntu.com/ubuntu noble/main amd64 libdconf1 amd64 0.40.0-4build2 [39.4 kB] Get:104 http://archive.ubuntu.com/ubuntu noble/main amd64 dconf-service amd64 0.40.0-4build2 [27.5 kB] Get:105 http://archive.ubuntu.com/ubuntu noble/main amd64 dconf-gsettings-backend amd64 0.40.0-4build2 [22.1 kB] Get:106 http://archive.ubuntu.com/ubuntu noble/main amd64 emacsen-common all 3.0.5 [12.1 kB] Get:107 http://archive.ubuntu.com/ubuntu noble/main amd64 dictionaries-common all 1.29.7 [188 kB] Get:108 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig amd64 2.15.0-1.1ubuntu2 [180 kB] Get:109 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-5ubuntu3.1 [20.4 kB] Get:110 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-5ubuntu3.1 [53.2 kB] Get:111 http://archive.ubuntu.com/ubuntu noble/main amd64 libldap2 amd64 2.6.7+dfsg-1~exp1ubuntu8 [195 kB] Get:112 http://archive.ubuntu.com/ubuntu noble/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build7 [56.3 kB] Get:113 http://archive.ubuntu.com/ubuntu noble/main amd64 libssh-4 amd64 0.10.6-2build2 [188 kB] Get:114 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcurl3t64-gnutls amd64 8.5.0-2ubuntu10.4 [333 kB] Get:115 http://archive.ubuntu.com/ubuntu noble/main amd64 libduktape207 amd64 2.7.0+tests-0ubuntu3 [143 kB] Get:116 http://archive.ubuntu.com/ubuntu noble/main amd64 libproxy1v5 amd64 0.5.4-4build1 [26.5 kB] Get:117 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking-common all 2.80.0-1build1 [6702 B] Get:118 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking-services amd64 2.80.0-1build1 [12.8 kB] Get:119 http://archive.ubuntu.com/ubuntu noble/main amd64 session-migration amd64 0.3.9build1 [9034 B] Get:120 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gsettings-desktop-schemas all 46.1-0ubuntu1 [35.6 kB] Get:121 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking amd64 2.80.0-1build1 [64.1 kB] Get:122 http://archive.ubuntu.com/ubuntu noble/main amd64 hunspell-en-us all 1:2020.12.07-2 [280 kB] Get:123 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB] Get:124 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB] Get:125 http://archive.ubuntu.com/ubuntu noble/main amd64 libpixman-1-0 amd64 0.42.2-1build1 [279 kB] Get:126 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0 amd64 1.15-1ubuntu2 [16.2 kB] Get:127 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shm0 amd64 1.15-1ubuntu2 [5756 B] Get:128 http://archive.ubuntu.com/ubuntu noble/main amd64 libxrender1 amd64 1:0.9.10-1.1build1 [19.0 kB] Get:129 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairo2 amd64 1.18.0-3build1 [566 kB] Get:130 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairo-gobject2 amd64 1.18.0-3build1 [127 kB] Get:131 http://archive.ubuntu.com/ubuntu noble/main amd64 libgraphite2-3 amd64 1.3.14-2build1 [73.0 kB] Get:132 http://archive.ubuntu.com/ubuntu noble/main amd64 libharfbuzz0b amd64 8.3.0-2build2 [469 kB] Get:133 http://archive.ubuntu.com/ubuntu noble/main amd64 libthai-data all 0.1.29-2build1 [158 kB] Get:134 http://archive.ubuntu.com/ubuntu noble/main amd64 libdatrie1 amd64 0.2.13-3build1 [19.0 kB] Get:135 http://archive.ubuntu.com/ubuntu noble/main amd64 libthai0 amd64 0.1.29-2build1 [18.9 kB] Get:136 http://archive.ubuntu.com/ubuntu noble/main amd64 libpango-1.0-0 amd64 1.52.1+ds-1build1 [231 kB] Get:137 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangoft2-1.0-0 amd64 1.52.1+ds-1build1 [42.5 kB] Get:138 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangocairo-1.0-0 amd64 1.52.1+ds-1build1 [28.8 kB] Get:139 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-2 amd64 2.58.0+dfsg-1build1 [2135 kB] Get:140 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-common amd64 2.58.0+dfsg-1build1 [11.8 kB] Get:141 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdouble-conversion3 amd64 3.3.0-1build1 [40.3 kB] Get:142 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgslcblas0 amd64 2.7.1+dfsg-6ubuntu2 [104 kB] Get:143 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgsl27 amd64 2.7.1+dfsg-6ubuntu2 [987 kB] Get:144 http://archive.ubuntu.com/ubuntu noble/universe amd64 lib2geom1.2.0t64 amd64 1.2.2-3.1build1 [344 kB] Get:145 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk1.0-0t64 amd64 2.52.0-1build1 [55.3 kB] Get:146 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 [12.8 kB] Get:147 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 [629 kB] Get:148 http://archive.ubuntu.com/ubuntu noble/main amd64 libatkmm-1.6-1v5 amd64 2.28.4-1build4 [77.1 kB] Get:149 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-filesystem1.83.0 amd64 1.83.0-2.1ubuntu3 [283 kB] Get:150 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairomm-1.0-1v5 amd64 1.14.5-1build1 [43.9 kB] Get:151 http://archive.ubuntu.com/ubuntu noble/main amd64 librevenge-0.0-0 amd64 0.0.5-3build1 [211 kB] Get:152 http://archive.ubuntu.com/ubuntu noble/main amd64 libcdr-0.1-1 amd64 0.1.7-1build2 [389 kB] Get:153 http://archive.ubuntu.com/ubuntu noble/main amd64 libgc1 amd64 1:8.2.6-1build1 [90.3 kB] Get:154 http://archive.ubuntu.com/ubuntu noble/main amd64 libgspell-1-common all 1.12.2-1build4 [6278 B] Get:155 http://archive.ubuntu.com/ubuntu noble/main amd64 libaspell15 amd64 0.60.8.1-1build1 [323 kB] Get:156 http://archive.ubuntu.com/ubuntu noble/main amd64 libhunspell-1.7-0 amd64 1.7.2+really1.7.2-10build3 [294 kB] Get:157 http://archive.ubuntu.com/ubuntu noble/main amd64 libenchant-2-2 amd64 2.3.3-2build2 [51.4 kB] Get:158 http://archive.ubuntu.com/ubuntu noble/main amd64 libxi6 amd64 2:1.8.1-1build1 [32.4 kB] Get:159 http://archive.ubuntu.com/ubuntu noble/main amd64 libatspi2.0-0t64 amd64 2.52.0-1build1 [80.5 kB] Get:160 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-bridge2.0-0t64 amd64 2.52.0-1build1 [66.0 kB] Get:161 http://archive.ubuntu.com/ubuntu noble/main amd64 libcolord2 amd64 1.4.7-1build2 [149 kB] Get:162 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-common-data amd64 0.8-13ubuntu6 [29.7 kB] Get:163 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-common3 amd64 0.8-13ubuntu6 [23.3 kB] Get:164 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-client3 amd64 0.8-13ubuntu6 [26.8 kB] Get:165 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcups2t64 amd64 2.4.7-1.2ubuntu7.3 [272 kB] Get:166 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy0 amd64 1.5.10-1build1 [220 kB] Get:167 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-client0 amd64 1.22.0-2.1build1 [26.4 kB] Get:168 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-cursor0 amd64 1.22.0-2.1build1 [10.4 kB] Get:169 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-egl1 amd64 1.22.0-2.1build1 [5628 B] Get:170 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcomposite1 amd64 1:0.4.5-1build3 [6320 B] Get:171 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes3 amd64 1:6.0.0-2build1 [10.8 kB] Get:172 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor1 amd64 1:1.2.1-1build1 [20.7 kB] Get:173 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdamage1 amd64 1:1.1.6-1build1 [6150 B] Get:174 http://archive.ubuntu.com/ubuntu noble/main amd64 libxinerama1 amd64 2:1.1.4-3build1 [6396 B] Get:175 http://archive.ubuntu.com/ubuntu noble/main amd64 libxrandr2 amd64 2:1.5.2-2build1 [19.7 kB] Get:176 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-common all 3.24.41-4ubuntu1.1 [1202 kB] Get:177 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-0t64 amd64 3.24.41-4ubuntu1.1 [2901 kB] Get:178 http://archive.ubuntu.com/ubuntu noble/main amd64 libgspell-1-2 amd64 1.12.2-1build4 [52.4 kB] Get:179 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangomm-1.4-1v5 amd64 2.46.4-1build3 [52.2 kB] Get:180 http://archive.ubuntu.com/ubuntu noble/main amd64 libgtkmm-3.0-1t64 amd64 3.24.9-1 [983 kB] Get:181 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagick++-6.q16-9t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [148 kB] Get:182 http://archive.ubuntu.com/ubuntu noble/main amd64 libnspr4 amd64 2:4.35-1.1build1 [117 kB] Get:183 http://archive.ubuntu.com/ubuntu noble/main amd64 libnss3 amd64 2:3.98-1build1 [1445 kB] Get:184 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler134 amd64 24.02.0-1ubuntu9.1 [1113 kB] Get:185 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler-glib8t64 amd64 24.02.0-1ubuntu9.1 [157 kB] Get:186 http://archive.ubuntu.com/ubuntu noble/universe amd64 libpotrace0 amd64 1.16-2build1 [17.7 kB] Get:187 http://archive.ubuntu.com/ubuntu noble/main amd64 libsoup2.4-common all 2.74.3-6ubuntu1 [8060 B] Get:188 http://archive.ubuntu.com/ubuntu noble/main amd64 libsoup-2.4-1 amd64 2.74.3-6ubuntu1 [282 kB] Get:189 http://archive.ubuntu.com/ubuntu noble/main amd64 libvisio-0.1-1 amd64 0.1.7-1build9 [237 kB] Get:190 http://archive.ubuntu.com/ubuntu noble/main amd64 libwpd-0.10-10 amd64 0.10.3-2build2 [206 kB] Get:191 http://archive.ubuntu.com/ubuntu noble/main amd64 libwpg-0.3-3 amd64 0.3.4-3build1 [51.8 kB] Get:192 http://archive.ubuntu.com/ubuntu noble/main amd64 libxslt1.1 amd64 1.1.39-0exp1build1 [167 kB] Get:193 http://archive.ubuntu.com/ubuntu noble/universe amd64 inkscape amd64 1.2.2-2ubuntu12 [21.5 MB] Get:194 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 unzip amd64 6.0-28ubuntu4.1 [174 kB] Get:195 http://archive.ubuntu.com/ubuntu noble/main amd64 zip amd64 3.0-13build1 [175 kB] 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0m91mdebconf: delaying package configuration, since apt-utils is not installed 0mFetched 93.3 MB in 8s (12.4 MB/s) Selecting previously unselected package libpython3.12-minimal:amd64. (Reading database ... 4378 files and directories currently installed.) Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.2) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.6.1-2ubuntu0.1_amd64.deb ... Unpacking libexpat1:amd64 (2.6.1-2ubuntu0.1) ... Selecting previously unselected package python3.12-minimal. Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking python3.12-minimal (3.12.3-1ubuntu0.2) ... Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.2) ... Setting up libexpat1:amd64 (2.6.1-2ubuntu0.1) ... Setting up python3.12-minimal (3.12.3-1ubuntu0.2) ... Selecting previously unselected package python3-minimal. (Reading database ... 4697 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2_amd64.deb ... Unpacking python3-minimal (3.12.3-0ubuntu2) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_10.1.0_all.deb ... Unpacking media-types (10.1.0) ... Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package tzdata. Preparing to unpack .../3-tzdata_2024a-3ubuntu1.1_all.deb ... Unpacking tzdata (2024a-3ubuntu1.1) ... Selecting previously unselected package readline-common. Preparing to unpack .../4-readline-common_8.2-4build1_all.deb ... Unpacking readline-common (8.2-4build1) ... Selecting previously unselected package libreadline8t64:amd64. Preparing to unpack .../5-libreadline8t64_8.2-4build1_amd64.deb ... Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' Unpacking libreadline8t64:amd64 (8.2-4build1) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../6-libsqlite3-0_3.45.1-1ubuntu2_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.45.1-1ubuntu2) ... Selecting previously unselected package libpython3.12-stdlib:amd64. Preparing to unpack .../7-libpython3.12-stdlib_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.2) ... Selecting previously unselected package python3.12. Preparing to unpack .../8-python3.12_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking python3.12 (3.12.3-1ubuntu0.2) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../9-libpython3-stdlib_3.12.3-0ubuntu2_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ... Setting up python3-minimal (3.12.3-0ubuntu2) ... Selecting previously unselected package python3. (Reading database ... 5702 files and directories currently installed.) Preparing to unpack .../00-python3_3.12.3-0ubuntu2_amd64.deb ... Unpacking python3 (3.12.3-0ubuntu2) ... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../01-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.3_amd64.deb ... Unpacking libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.3) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../02-libargon2-1_0~20190702+dfsg-4build1_amd64.deb ... Unpacking libargon2-1:amd64 (0~20190702+dfsg-4build1) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.1_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.1) ... Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../04-libjson-c5_0.17-1build1_amd64.deb ... Unpacking libjson-c5:amd64 (0.17-1build1) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../05-libcryptsetup12_2%3a2.7.0-1ubuntu4.1_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.1) ... Selecting previously unselected package libfdisk1:amd64. Preparing to unpack .../06-libfdisk1_2.39.3-9ubuntu6.1_amd64.deb ... Unpacking libfdisk1:amd64 (2.39.3-9ubuntu6.1) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../07-libkmod2_31+20240202-2ubuntu7_amd64.deb ... Unpacking libkmod2:amd64 (31+20240202-2ubuntu7) ... Selecting previously unselected package libsystemd-shared:amd64. Preparing to unpack .../08-libsystemd-shared_255.4-1ubuntu8.4_amd64.deb ... Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.4) ... Selecting previously unselected package systemd-dev. Preparing to unpack .../09-systemd-dev_255.4-1ubuntu8.4_all.deb ... Unpacking systemd-dev (255.4-1ubuntu8.4) ... Selecting previously unselected package systemd. Preparing to unpack .../10-systemd_255.4-1ubuntu8.4_amd64.deb ... Unpacking systemd (255.4-1ubuntu8.4) ... Setting up libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.3) ... Setting up libargon2-1:amd64 (0~20190702+dfsg-4build1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.1) ... Setting up libjson-c5:amd64 (0.17-1build1) ... Setting up libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.1) ... Setting up libfdisk1:amd64 (2.39.3-9ubuntu6.1) ... Setting up libkmod2:amd64 (31+20240202-2ubuntu7) ... Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.4) ... Setting up systemd-dev (255.4-1ubuntu8.4) ... Setting up systemd (255.4-1ubuntu8.4) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal': No such process /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal': No such process /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal': No such process /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal': No such process /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal': No such process Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Selecting previously unselected package systemd-sysv. (Reading database ... 6752 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_255.4-1ubuntu8.4_amd64.deb ... Unpacking systemd-sysv (255.4-1ubuntu8.4) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../01-libgomp1_14-20240412-0ubuntu1_amd64.deb ... Unpacking libgomp1:amd64 (14-20240412-0ubuntu1) ... Selecting previously unselected package libfftw3-double3:amd64. Preparing to unpack .../02-libfftw3-double3_3.3.10-1ubuntu3_amd64.deb ... Unpacking libfftw3-double3:amd64 (3.3.10-1ubuntu3) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../03-libbrotli1_1.1.0-2build2_amd64.deb ... Unpacking libbrotli1:amd64 (1.1.0-2build2) ... Selecting previously unselected package libpng16-16t64:amd64. Preparing to unpack .../04-libpng16-16t64_1.6.43-5build1_amd64.deb ... Unpacking libpng16-16t64:amd64 (1.6.43-5build1) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../05-libfreetype6_2.13.2+dfsg-1build3_amd64.deb ... Unpacking libfreetype6:amd64 (2.13.2+dfsg-1build3) ... Selecting previously unselected package fonts-dejavu-mono. Preparing to unpack .../06-fonts-dejavu-mono_2.37-8_all.deb ... Unpacking fonts-dejavu-mono (2.37-8) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../07-fonts-dejavu-core_2.37-8_all.deb ... Unpacking fonts-dejavu-core (2.37-8) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../08-fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb ... Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../09-libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ... Selecting previously unselected package libsharpyuv0:amd64. Preparing to unpack .../10-libsharpyuv0_1.3.2-0.4build3_amd64.deb ... Unpacking libsharpyuv0:amd64 (1.3.2-0.4build3) ... Selecting previously unselected package libaom3:amd64. Preparing to unpack .../11-libaom3_3.8.2-2ubuntu0.1_amd64.deb ... Unpacking libaom3:amd64 (3.8.2-2ubuntu0.1) ... Selecting previously unselected package libheif-plugin-aomdec:amd64. Preparing to unpack .../12-libheif-plugin-aomdec_1.17.6-1ubuntu4_amd64.deb ... Unpacking libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4) ... Selecting previously unselected package libde265-0:amd64. Preparing to unpack .../13-libde265-0_1.0.15-1build3_amd64.deb ... Unpacking libde265-0:amd64 (1.0.15-1build3) ... Selecting previously unselected package libheif-plugin-libde265:amd64. Preparing to unpack .../14-libheif-plugin-libde265_1.17.6-1ubuntu4_amd64.deb ... Unpacking libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4) ... Selecting previously unselected package libheif1:amd64. Preparing to unpack .../15-libheif1_1.17.6-1ubuntu4_amd64.deb ... Unpacking libheif1:amd64 (1.17.6-1ubuntu4) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../16-libjbig0_2.1-6.1ubuntu2_amd64.deb ... Unpacking libjbig0:amd64 (2.1-6.1ubuntu2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../17-libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (2.1.5-2ubuntu2) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../18-libjpeg8_8c-2ubuntu11_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu11) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../19-liblcms2-2_2.14-2build1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.14-2build1) ... Selecting previously unselected package libglib2.0-0t64:amd64. Preparing to unpack .../20-libglib2.0-0t64_2.80.0-6ubuntu3.1_amd64.deb ... Unpacking libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.1) ... Selecting previously unselected package liblqr-1-0:amd64. Preparing to unpack .../21-liblqr-1-0_0.4.2-2.1build2_amd64.deb ... Unpacking liblqr-1-0:amd64 (0.4.2-2.1build2) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../22-libltdl7_2.4.7-7build1_amd64.deb ... Unpacking libltdl7:amd64 (2.4.7-7build1) ... Selecting previously unselected package libopenjp2-7:amd64. Preparing to unpack .../23-libopenjp2-7_2.5.0-2ubuntu0.1_amd64.deb ... Unpacking libopenjp2-7:amd64 (2.5.0-2ubuntu0.1) ... Selecting previously unselected package libraw23t64:amd64. Preparing to unpack .../24-libraw23t64_0.21.2-2.1build1_amd64.deb ... Unpacking libraw23t64:amd64 (0.21.2-2.1build1) ... Selecting previously unselected package libdeflate0:amd64. Preparing to unpack .../25-libdeflate0_1.19-1build1.1_amd64.deb ... Unpacking libdeflate0:amd64 (1.19-1build1.1) ... Selecting previously unselected package liblerc4:amd64. Preparing to unpack .../26-liblerc4_4.0.0+ds-4ubuntu2_amd64.deb ... Unpacking liblerc4:amd64 (4.0.0+ds-4ubuntu2) ... Selecting previously unselected package libwebp7:amd64. Preparing to unpack .../27-libwebp7_1.3.2-0.4build3_amd64.deb ... Unpacking libwebp7:amd64 (1.3.2-0.4build3) ... Selecting previously unselected package libtiff6:amd64. Preparing to unpack .../28-libtiff6_4.5.1+git230720-4ubuntu2.2_amd64.deb ... Unpacking libtiff6:amd64 (4.5.1+git230720-4ubuntu2.2) ... Selecting previously unselected package libwebpdemux2:amd64. Preparing to unpack .../29-libwebpdemux2_1.3.2-0.4build3_amd64.deb ... Unpacking libwebpdemux2:amd64 (1.3.2-0.4build3) ... Selecting previously unselected package libwebpmux3:amd64. Preparing to unpack .../30-libwebpmux3_1.3.2-0.4build3_amd64.deb ... Unpacking libwebpmux3:amd64 (1.3.2-0.4build3) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../31-libxau6_1%3a1.0.9-1build6_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.9-1build6) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../32-libbsd0_0.12.1-1build1_amd64.deb ... Unpacking libbsd0:amd64 (0.12.1-1build1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../33-libxdmcp6_1%3a1.1.3-0ubuntu6_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../34-libxcb1_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb1:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../35-libx11-data_2%3a1.8.7-1build1_all.deb ... Unpacking libx11-data (2:1.8.7-1build1) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../36-libx11-6_2%3a1.8.7-1build1_amd64.deb ... Unpacking libx11-6:amd64 (2:1.8.7-1build1) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../37-libxext6_2%3a1.3.4-1build2_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.4-1build2) ... Selecting previously unselected package libicu74:amd64. Preparing to unpack .../38-libicu74_74.2-1ubuntu3.1_amd64.deb ... Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../39-libxml2_2.9.14+dfsg-1.3ubuntu3_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3) ... Selecting previously unselected package imagemagick-6-common. Preparing to unpack .../40-imagemagick-6-common_8%3a6.9.12.98+dfsg1-5.2build2_all.deb ... Unpacking imagemagick-6-common (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package libmagickcore-6.q16-7t64:amd64. Preparing to unpack .../41-libmagickcore-6.q16-7t64_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking libmagickcore-6.q16-7t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package libmagickwand-6.q16-7t64:amd64. Preparing to unpack .../42-libmagickwand-6.q16-7t64_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking libmagickwand-6.q16-7t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package perl-modules-5.38. Preparing to unpack .../43-perl-modules-5.38_5.38.2-3.2build2_all.deb ... Unpacking perl-modules-5.38 (5.38.2-3.2build2) ... Selecting previously unselected package libgdbm6t64:amd64. Preparing to unpack .../44-libgdbm6t64_1.23-5.1build1_amd64.deb ... Unpacking libgdbm6t64:amd64 (1.23-5.1build1) ... Selecting previously unselected package libgdbm-compat4t64:amd64. Preparing to unpack .../45-libgdbm-compat4t64_1.23-5.1build1_amd64.deb ... Unpacking libgdbm-compat4t64:amd64 (1.23-5.1build1) ... Selecting previously unselected package libperl5.38t64:amd64. Preparing to unpack .../46-libperl5.38t64_5.38.2-3.2build2_amd64.deb ... Unpacking libperl5.38t64:amd64 (5.38.2-3.2build2) ... Selecting previously unselected package perl. Preparing to unpack .../47-perl_5.38.2-3.2build2_amd64.deb ... Unpacking perl (5.38.2-3.2build2) ... Selecting previously unselected package adduser. Preparing to unpack .../48-adduser_3.137ubuntu1_all.deb ... Unpacking adduser (3.137ubuntu1) ... Setting up adduser (3.137ubuntu1) ... Selecting previously unselected package libdbus-1-3:amd64. (Reading database ... 9745 files and directories currently installed.) Preparing to unpack .../000-libdbus-1-3_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../001-dbus-bin_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking dbus-bin (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../002-dbus-session-bus-common_1.14.10-4ubuntu4.1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../003-dbus-daemon_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking dbus-daemon (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../004-dbus-system-bus-common_1.14.10-4ubuntu4.1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus. Preparing to unpack .../005-dbus_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking dbus (1.14.10-4ubuntu4.1) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../006-libpam-systemd_255.4-1ubuntu8.4_amd64.deb ... Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.4) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../007-dbus-user-session_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking dbus-user-session (1.14.10-4ubuntu4.1) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../008-libfribidi0_1.0.13-3build1_amd64.deb ... Unpacking libfribidi0:amd64 (1.0.13-3build1) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../009-libkrb5support0_1.20.1-6ubuntu2.1_amd64.deb ... Unpacking libkrb5support0:amd64 (1.20.1-6ubuntu2.1) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../010-libk5crypto3_1.20.1-6ubuntu2.1_amd64.deb ... Unpacking libk5crypto3:amd64 (1.20.1-6ubuntu2.1) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../011-libkeyutils1_1.6.3-3build1_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6.3-3build1) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../012-libkrb5-3_1.20.1-6ubuntu2.1_amd64.deb ... Unpacking libkrb5-3:amd64 (1.20.1-6ubuntu2.1) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../013-libgssapi-krb5-2_1.20.1-6ubuntu2.1_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.1) ... Selecting previously unselected package libtext-iconv-perl:amd64. Preparing to unpack .../014-libtext-iconv-perl_1.7-8build3_amd64.deb ... Unpacking libtext-iconv-perl:amd64 (1.7-8build3) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../015-shared-mime-info_2.4-4_amd64.deb ... Unpacking shared-mime-info (2.4-4) ... Selecting previously unselected package xkb-data. Preparing to unpack .../016-xkb-data_2.41-2ubuntu1.1_all.deb ... Unpacking xkb-data (2.41-2ubuntu1.1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../017-libnghttp2-14_1.59.0-1ubuntu0.1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.59.0-1ubuntu0.1) ... Selecting previously unselected package libpsl5t64:amd64. Preparing to unpack .../018-libpsl5t64_0.21.2-1.1build1_amd64.deb ... Unpacking libpsl5t64:amd64 (0.21.2-1.1build1) ... Selecting previously unselected package libxkbcommon0:amd64. Preparing to unpack .../019-libxkbcommon0_1.6.0-1build1_amd64.deb ... Unpacking libxkbcommon0:amd64 (1.6.0-1build1) ... Selecting previously unselected package wget. Preparing to unpack .../020-wget_1.21.4-1ubuntu4.1_amd64.deb ... Unpacking wget (1.21.4-1ubuntu4.1) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../021-libgdk-pixbuf2.0-common_2.42.10+dfsg-3ubuntu3.1_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.1) ... Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. Preparing to unpack .../022-libgdk-pixbuf-2.0-0_2.42.10+dfsg-3ubuntu3.1_amd64.deb ... Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../023-gtk-update-icon-cache_3.24.41-4ubuntu1.1_amd64.deb ... Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.1) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../024-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package humanity-icon-theme. Preparing to unpack .../025-humanity-icon-theme_0.6.16_all.deb ... Unpacking humanity-icon-theme (0.6.16) ... Selecting previously unselected package ubuntu-mono. Preparing to unpack .../026-ubuntu-mono_24.04-0ubuntu1_all.deb ... Unpacking ubuntu-mono (24.04-0ubuntu1) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../027-adwaita-icon-theme_46.0-1_all.deb ... Unpacking adwaita-icon-theme (46.0-1) ... Selecting previously unselected package at-spi2-common. Preparing to unpack .../028-at-spi2-common_2.52.0-1build1_all.deb ... Unpacking at-spi2-common (2.52.0-1build1) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../029-libdconf1_0.40.0-4build2_amd64.deb ... Unpacking libdconf1:amd64 (0.40.0-4build2) ... Selecting previously unselected package dconf-service. Preparing to unpack .../030-dconf-service_0.40.0-4build2_amd64.deb ... Unpacking dconf-service (0.40.0-4build2) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../031-dconf-gsettings-backend_0.40.0-4build2_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.40.0-4build2) ... Selecting previously unselected package emacsen-common. Preparing to unpack .../032-emacsen-common_3.0.5_all.deb ... Unpacking emacsen-common (3.0.5) ... Selecting previously unselected package dictionaries-common. Preparing to unpack .../033-dictionaries-common_1.29.7_all.deb ... Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common' Unpacking dictionaries-common (1.29.7) ... Selecting previously unselected package fontconfig. Preparing to unpack .../034-fontconfig_2.15.0-1.1ubuntu2_amd64.deb ... Unpacking fontconfig (2.15.0-1.1ubuntu2) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../035-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-5ubuntu3.1) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../036-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-5ubuntu3.1) ... Selecting previously unselected package libldap2:amd64. Preparing to unpack .../037-libldap2_2.6.7+dfsg-1~exp1ubuntu8_amd64.deb ... Unpacking libldap2:amd64 (2.6.7+dfsg-1~exp1ubuntu8) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../038-librtmp1_2.4+20151223.gitfa8646d.1-2build7_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../039-libssh-4_0.10.6-2build2_amd64.deb ... Unpacking libssh-4:amd64 (0.10.6-2build2) ... Selecting previously unselected package libcurl3t64-gnutls:amd64. Preparing to unpack .../040-libcurl3t64-gnutls_8.5.0-2ubuntu10.4_amd64.deb ... Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.4) ... Selecting previously unselected package libduktape207:amd64. Preparing to unpack .../041-libduktape207_2.7.0+tests-0ubuntu3_amd64.deb ... Unpacking libduktape207:amd64 (2.7.0+tests-0ubuntu3) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../042-libproxy1v5_0.5.4-4build1_amd64.deb ... Unpacking libproxy1v5:amd64 (0.5.4-4build1) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../043-glib-networking-common_2.80.0-1build1_all.deb ... Unpacking glib-networking-common (2.80.0-1build1) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../044-glib-networking-services_2.80.0-1build1_amd64.deb ... Unpacking glib-networking-services (2.80.0-1build1) ... Selecting previously unselected package session-migration. Preparing to unpack .../045-session-migration_0.3.9build1_amd64.deb ... Unpacking session-migration (0.3.9build1) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../046-gsettings-desktop-schemas_46.1-0ubuntu1_all.deb ... Unpacking gsettings-desktop-schemas (46.1-0ubuntu1) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../047-glib-networking_2.80.0-1build1_amd64.deb ... Unpacking glib-networking:amd64 (2.80.0-1build1) ... Selecting previously unselected package hunspell-en-us. Preparing to unpack .../048-hunspell-en-us_1%3a2020.12.07-2_all.deb ... Unpacking hunspell-en-us (1:2020.12.07-2) ... Selecting previously unselected package imagemagick-6.q16. Preparing to unpack .../049-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package imagemagick. Preparing to unpack .../050-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../051-libpixman-1-0_0.42.2-1build1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.42.2-1build1) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../052-libxcb-render0_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-render0:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../053-libxcb-shm0_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../054-libxrender1_1%3a0.9.10-1.1build1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1.1build1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../055-libcairo2_1.18.0-3build1_amd64.deb ... Unpacking libcairo2:amd64 (1.18.0-3build1) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../056-libcairo-gobject2_1.18.0-3build1_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.18.0-3build1) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../057-libgraphite2-3_1.3.14-2build1_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.14-2build1) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../058-libharfbuzz0b_8.3.0-2build2_amd64.deb ... Unpacking libharfbuzz0b:amd64 (8.3.0-2build2) ... Selecting previously unselected package libthai-data. Preparing to unpack .../059-libthai-data_0.1.29-2build1_all.deb ... Unpacking libthai-data (0.1.29-2build1) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../060-libdatrie1_0.2.13-3build1_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.13-3build1) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../061-libthai0_0.1.29-2build1_amd64.deb ... Unpacking libthai0:amd64 (0.1.29-2build1) ... Selecting previously unselected package libpango-1.0-0:amd64. Preparing to unpack .../062-libpango-1.0-0_1.52.1+ds-1build1_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.52.1+ds-1build1) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. Preparing to unpack .../063-libpangoft2-1.0-0_1.52.1+ds-1build1_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.52.1+ds-1build1) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. Preparing to unpack .../064-libpangocairo-1.0-0_1.52.1+ds-1build1_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.52.1+ds-1build1) ... Selecting previously unselected package librsvg2-2:amd64. Preparing to unpack .../065-librsvg2-2_2.58.0+dfsg-1build1_amd64.deb ... Unpacking librsvg2-2:amd64 (2.58.0+dfsg-1build1) ... Selecting previously unselected package librsvg2-common:amd64. Preparing to unpack .../066-librsvg2-common_2.58.0+dfsg-1build1_amd64.deb ... Unpacking librsvg2-common:amd64 (2.58.0+dfsg-1build1) ... Selecting previously unselected package libdouble-conversion3:amd64. Preparing to unpack .../067-libdouble-conversion3_3.3.0-1build1_amd64.deb ... Unpacking libdouble-conversion3:amd64 (3.3.0-1build1) ... Selecting previously unselected package libgslcblas0:amd64. Preparing to unpack .../068-libgslcblas0_2.7.1+dfsg-6ubuntu2_amd64.deb ... Unpacking libgslcblas0:amd64 (2.7.1+dfsg-6ubuntu2) ... Selecting previously unselected package libgsl27:amd64. Preparing to unpack .../069-libgsl27_2.7.1+dfsg-6ubuntu2_amd64.deb ... Unpacking libgsl27:amd64 (2.7.1+dfsg-6ubuntu2) ... Selecting previously unselected package lib2geom1.2.0t64:amd64. Preparing to unpack .../070-lib2geom1.2.0t64_1.2.2-3.1build1_amd64.deb ... Unpacking lib2geom1.2.0t64:amd64 (1.2.2-3.1build1) ... Selecting previously unselected package libatk1.0-0t64:amd64. Preparing to unpack .../071-libatk1.0-0t64_2.52.0-1build1_amd64.deb ... Unpacking libatk1.0-0t64:amd64 (2.52.0-1build1) ... Selecting previously unselected package libsigc++-2.0-0v5:amd64. Preparing to unpack .../072-libsigc++-2.0-0v5_2.12.1-2_amd64.deb ... Unpacking libsigc++-2.0-0v5:amd64 (2.12.1-2) ... Selecting previously unselected package libglibmm-2.4-1t64:amd64. Preparing to unpack .../073-libglibmm-2.4-1t64_2.66.7-1build1_amd64.deb ... Unpacking libglibmm-2.4-1t64:amd64 (2.66.7-1build1) ... Selecting previously unselected package libatkmm-1.6-1v5:amd64. Preparing to unpack .../074-libatkmm-1.6-1v5_2.28.4-1build4_amd64.deb ... Unpacking libatkmm-1.6-1v5:amd64 (2.28.4-1build4) ... Selecting previously unselected package libboost-filesystem1.83.0:amd64. Preparing to unpack .../075-libboost-filesystem1.83.0_1.83.0-2.1ubuntu3_amd64.deb ... Unpacking libboost-filesystem1.83.0:amd64 (1.83.0-2.1ubuntu3) ... Selecting previously unselected package libcairomm-1.0-1v5:amd64. Preparing to unpack .../076-libcairomm-1.0-1v5_1.14.5-1build1_amd64.deb ... Unpacking libcairomm-1.0-1v5:amd64 (1.14.5-1build1) ... Selecting previously unselected package librevenge-0.0-0:amd64. Preparing to unpack .../077-librevenge-0.0-0_0.0.5-3build1_amd64.deb ... Unpacking librevenge-0.0-0:amd64 (0.0.5-3build1) ... Selecting previously unselected package libcdr-0.1-1:amd64. Preparing to unpack .../078-libcdr-0.1-1_0.1.7-1build2_amd64.deb ... Unpacking libcdr-0.1-1:amd64 (0.1.7-1build2) ... Selecting previously unselected package libgc1:amd64. Preparing to unpack .../079-libgc1_1%3a8.2.6-1build1_amd64.deb ... Unpacking libgc1:amd64 (1:8.2.6-1build1) ... Selecting previously unselected package libgspell-1-common. Preparing to unpack .../080-libgspell-1-common_1.12.2-1build4_all.deb ... Unpacking libgspell-1-common (1.12.2-1build4) ... Selecting previously unselected package libaspell15:amd64. Preparing to unpack .../081-libaspell15_0.60.8.1-1build1_amd64.deb ... Unpacking libaspell15:amd64 (0.60.8.1-1build1) ... Selecting previously unselected package libhunspell-1.7-0:amd64. Preparing to unpack .../082-libhunspell-1.7-0_1.7.2+really1.7.2-10build3_amd64.deb ... Unpacking libhunspell-1.7-0:amd64 (1.7.2+really1.7.2-10build3) ... Selecting previously unselected package libenchant-2-2:amd64. Preparing to unpack .../083-libenchant-2-2_2.3.3-2build2_amd64.deb ... Unpacking libenchant-2-2:amd64 (2.3.3-2build2) ... Selecting previously unselected package libxi6:amd64. Preparing to unpack .../084-libxi6_2%3a1.8.1-1build1_amd64.deb ... Unpacking libxi6:amd64 (2:1.8.1-1build1) ... Selecting previously unselected package libatspi2.0-0t64:amd64. Preparing to unpack .../085-libatspi2.0-0t64_2.52.0-1build1_amd64.deb ... Unpacking libatspi2.0-0t64:amd64 (2.52.0-1build1) ... Selecting previously unselected package libatk-bridge2.0-0t64:amd64. Preparing to unpack .../086-libatk-bridge2.0-0t64_2.52.0-1build1_amd64.deb ... Unpacking libatk-bridge2.0-0t64:amd64 (2.52.0-1build1) ... Selecting previously unselected package libcolord2:amd64. Preparing to unpack .../087-libcolord2_1.4.7-1build2_amd64.deb ... Unpacking libcolord2:amd64 (1.4.7-1build2) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../088-libavahi-common-data_0.8-13ubuntu6_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.8-13ubuntu6) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../089-libavahi-common3_0.8-13ubuntu6_amd64.deb ... Unpacking libavahi-common3:amd64 (0.8-13ubuntu6) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../090-libavahi-client3_0.8-13ubuntu6_amd64.deb ... Unpacking libavahi-client3:amd64 (0.8-13ubuntu6) ... Selecting previously unselected package libcups2t64:amd64. Preparing to unpack .../091-libcups2t64_2.4.7-1.2ubuntu7.3_amd64.deb ... Unpacking libcups2t64:amd64 (2.4.7-1.2ubuntu7.3) ... Selecting previously unselected package libepoxy0:amd64. Preparing to unpack .../092-libepoxy0_1.5.10-1build1_amd64.deb ... Unpacking libepoxy0:amd64 (1.5.10-1build1) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../093-libwayland-client0_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-client0:amd64 (1.22.0-2.1build1) ... Selecting previously unselected package libwayland-cursor0:amd64. Preparing to unpack .../094-libwayland-cursor0_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-cursor0:amd64 (1.22.0-2.1build1) ... Selecting previously unselected package libwayland-egl1:amd64. Preparing to unpack .../095-libwayland-egl1_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-egl1:amd64 (1.22.0-2.1build1) ... Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../096-libxcomposite1_1%3a0.4.5-1build3_amd64.deb ... Unpacking libxcomposite1:amd64 (1:0.4.5-1build3) ... Selecting previously unselected package libxfixes3:amd64. Preparing to unpack .../097-libxfixes3_1%3a6.0.0-2build1_amd64.deb ... Unpacking libxfixes3:amd64 (1:6.0.0-2build1) ... Selecting previously unselected package libxcursor1:amd64. Preparing to unpack .../098-libxcursor1_1%3a1.2.1-1build1_amd64.deb ... Unpacking libxcursor1:amd64 (1:1.2.1-1build1) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../099-libxdamage1_1%3a1.1.6-1build1_amd64.deb ... Unpacking libxdamage1:amd64 (1:1.1.6-1build1) ... Selecting previously unselected package libxinerama1:amd64. Preparing to unpack .../100-libxinerama1_2%3a1.1.4-3build1_amd64.deb ... Unpacking libxinerama1:amd64 (2:1.1.4-3build1) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../101-libxrandr2_2%3a1.5.2-2build1_amd64.deb ... Unpacking libxrandr2:amd64 (2:1.5.2-2build1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../102-libgtk-3-common_3.24.41-4ubuntu1.1_all.deb ... Unpacking libgtk-3-common (3.24.41-4ubuntu1.1) ... Selecting previously unselected package libgtk-3-0t64:amd64. Preparing to unpack .../103-libgtk-3-0t64_3.24.41-4ubuntu1.1_amd64.deb ... Unpacking libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.1) ... Selecting previously unselected package libgspell-1-2:amd64. Preparing to unpack .../104-libgspell-1-2_1.12.2-1build4_amd64.deb ... Unpacking libgspell-1-2:amd64 (1.12.2-1build4) ... Selecting previously unselected package libpangomm-1.4-1v5:amd64. Preparing to unpack .../105-libpangomm-1.4-1v5_2.46.4-1build3_amd64.deb ... Unpacking libpangomm-1.4-1v5:amd64 (2.46.4-1build3) ... Selecting previously unselected package libgtkmm-3.0-1t64:amd64. Preparing to unpack .../106-libgtkmm-3.0-1t64_3.24.9-1_amd64.deb ... Unpacking libgtkmm-3.0-1t64:amd64 (3.24.9-1) ... Selecting previously unselected package libmagick++-6.q16-9t64:amd64. Preparing to unpack .../107-libmagick++-6.q16-9t64_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking libmagick++-6.q16-9t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../108-libnspr4_2%3a4.35-1.1build1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.35-1.1build1) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../109-libnss3_2%3a3.98-1build1_amd64.deb ... Unpacking libnss3:amd64 (2:3.98-1build1) ... Selecting previously unselected package libpoppler134:amd64. Preparing to unpack .../110-libpoppler134_24.02.0-1ubuntu9.1_amd64.deb ... Unpacking libpoppler134:amd64 (24.02.0-1ubuntu9.1) ... Selecting previously unselected package libpoppler-glib8t64:amd64. Preparing to unpack .../111-libpoppler-glib8t64_24.02.0-1ubuntu9.1_amd64.deb ... Unpacking libpoppler-glib8t64:amd64 (24.02.0-1ubuntu9.1) ... Selecting previously unselected package libpotrace0:amd64. Preparing to unpack .../112-libpotrace0_1.16-2build1_amd64.deb ... Unpacking libpotrace0:amd64 (1.16-2build1) ... Selecting previously unselected package libsoup2.4-common. Preparing to unpack .../113-libsoup2.4-common_2.74.3-6ubuntu1_all.deb ... Unpacking libsoup2.4-common (2.74.3-6ubuntu1) ... Selecting previously unselected package libsoup-2.4-1:amd64. Preparing to unpack .../114-libsoup-2.4-1_2.74.3-6ubuntu1_amd64.deb ... Unpacking libsoup-2.4-1:amd64 (2.74.3-6ubuntu1) ... Selecting previously unselected package libvisio-0.1-1:amd64. Preparing to unpack .../115-libvisio-0.1-1_0.1.7-1build9_amd64.deb ... Unpacking libvisio-0.1-1:amd64 (0.1.7-1build9) ... Selecting previously unselected package libwpd-0.10-10:amd64. Preparing to unpack .../116-libwpd-0.10-10_0.10.3-2build2_amd64.deb ... Unpacking libwpd-0.10-10:amd64 (0.10.3-2build2) ... Selecting previously unselected package libwpg-0.3-3:amd64. Preparing to unpack .../117-libwpg-0.3-3_0.3.4-3build1_amd64.deb ... Unpacking libwpg-0.3-3:amd64 (0.3.4-3build1) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../118-libxslt1.1_1.1.39-0exp1build1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.39-0exp1build1) ... Selecting previously unselected package inkscape. Preparing to unpack .../119-inkscape_1.2.2-2ubuntu12_amd64.deb ... Unpacking inkscape (1.2.2-2ubuntu12) ... Selecting previously unselected package unzip. Preparing to unpack .../120-unzip_6.0-28ubuntu4.1_amd64.deb ... Unpacking unzip (6.0-28ubuntu4.1) ... Selecting previously unselected package zip. Preparing to unpack .../121-zip_3.0-13build1_amd64.deb ... Unpacking zip (3.0-13build1) ... Setting up media-types (10.1.0) ... Setting up libtext-iconv-perl:amd64 (1.7-8build3) ... Setting up libgraphite2-3:amd64 (1.3.14-2build1) ... Setting up liblcms2-2:amd64 (2.14-2build1) ... Setting up libpixman-1-0:amd64 (0.42.2-1build1) ... Setting up libsharpyuv0:amd64 (1.3.2-0.4build3) ... Setting up libaom3:amd64 (3.8.2-2ubuntu0.1) ... Setting up systemd-sysv (255.4-1ubuntu8.4) ... Setting up libxau6:amd64 (1:1.0.9-1build6) ... Setting up imagemagick-6-common (8:6.9.12.98+dfsg1-5.2build2) ... Setting up libdouble-conversion3:amd64 (3.3.0-1build1) ... Setting up libkeyutils1:amd64 (1.6.3-3build1) ... Setting up liblerc4:amd64 (4.0.0+ds-4ubuntu2) ... Setting up libgdbm6t64:amd64 (1.23-5.1build1) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libdatrie1:amd64 (0.2.13-3build1) ... Setting up libgslcblas0:amd64 (2.7.1+dfsg-6ubuntu2) ... Setting up libgdbm-compat4t64:amd64 (1.23-5.1build1) ... Setting up libgspell-1-common (1.12.2-1build4) ... Setting up libaspell15:amd64 (0.60.8.1-1build1) ... Setting up unzip (6.0-28ubuntu4.1) ... Setting up libbrotli1:amd64 (1.1.0-2build2) ... Setting up libsqlite3-0:amd64 (3.45.1-1ubuntu2) ... Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.1) ... Setting up libpsl5t64:amd64 (0.21.2-1.1build1) ... Setting up libnghttp2-14:amd64 (1.59.0-1ubuntu0.1) ... Setting up libdeflate0:amd64 (1.19-1build1.1) ... Setting up libgsl27:amd64 (2.7.1+dfsg-6ubuntu2) ... Setting up xkb-data (2.41-2ubuntu1.1) ... Setting up libboost-filesystem1.83.0:amd64 (1.83.0-2.1ubuntu3) ... Setting up libgomp1:amd64 (14-20240412-0ubuntu1) ... Setting up libjbig0:amd64 (2.1-6.1ubuntu2) ... Setting up librevenge-0.0-0:amd64 (0.0.5-3build1) ... Setting up libkrb5support0:amd64 (1.20.1-6ubuntu2.1) ... Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-5ubuntu3.1) ... Setting up tzdata (2024a-3ubuntu1.1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Configuring tzdata ------------------ Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are located. 1. Africa 4. Arctic Ocean 7. Australia 10. Pacific Ocean 2. Americas 5. Asia 8. Europe 11. None of the above 3. Antarctica 6. Atlantic Ocean 9. Indian Ocean Geographic area: Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 112. Current default time zone: '/UTC' Local time is now: Mon Oct 7 07:02:10 UTC 2024. Universal Time is now: Mon Oct 7 07:02:10 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 4. Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 85, <GEN6> line 4. Setting up zip (3.0-13build1) ... Setting up libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.1) ... Setting up emacsen-common (3.0.5) ... Setting up libx11-data (2:1.8.7-1build1) ... Setting up libepoxy0:amd64 (1.5.10-1build1) ... Setting up libnspr4:amd64 (2:4.35-1.1build1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ... Setting up libsigc++-2.0-0v5:amd64 (2.12.1-2) ... Setting up libavahi-common-data:amd64 (0.8-13ubuntu6) ... Setting up libdbus-1-3:amd64 (1.14.10-4ubuntu4.1) ... Setting up libfribidi0:amd64 (1.0.13-3build1) ... Setting up perl-modules-5.38 (5.38.2-3.2build2) ... Setting up fonts-dejavu-mono (2.37-8) ... Setting up libpng16-16t64:amd64 (1.6.43-5build1) ... Setting up fonts-dejavu-core (2.37-8) ... Setting up libk5crypto3:amd64 (1.20.1-6ubuntu2.1) ... Setting up libjpeg-turbo8:amd64 (2.1.5-2ubuntu2) ... Setting up libgc1:amd64 (1:8.2.6-1build1) ... Setting up libltdl7:amd64 (2.4.7-7build1) ... Setting up libfftw3-double3:amd64 (3.3.10-1ubuntu3) ... Setting up libsasl2-2:amd64 (2.1.28+dfsg1-5ubuntu3.1) ... Setting up libsoup2.4-common (2.74.3-6ubuntu1) ... Setting up libwebp7:amd64 (1.3.2-0.4build3) ... Setting up libicu74:amd64 (74.2-1ubuntu3.1) ... Setting up liblqr-1-0:amd64 (0.4.2-2.1build2) ... Setting up libduktape207:amd64 (2.7.0+tests-0ubuntu3) ... Setting up at-spi2-common (2.52.0-1build1) ... Setting up dbus-session-bus-common (1.14.10-4ubuntu4.1) ... Setting up libopenjp2-7:amd64 (2.5.0-2ubuntu0.1) ... Setting up libthai-data (0.1.29-2build1) ... Setting up netbase (6.4) ... Setting up libkrb5-3:amd64 (1.20.1-6ubuntu2.1) ... Setting up libwayland-egl1:amd64 (1.22.0-2.1build1) ... Setting up libperl5.38t64:amd64 (5.38.2-3.2build2) ... Setting up libhunspell-1.7-0:amd64 (1.7.2+really1.7.2-10build3) ... Setting up glib-networking-common (2.80.0-1build1) ... Setting up dbus-system-bus-common (1.14.10-4ubuntu4.1) ... Setting up libde265-0:amd64 (1.0.15-1build3) ... Setting up libwebpmux3:amd64 (1.3.2-0.4build3) ... Setting up libbsd0:amd64 (0.12.1-1build1) ... Setting up libwpd-0.10-10:amd64 (0.10.3-2build2) ... Setting up readline-common (8.2-4build1) ... Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3) ... Setting up libldap2:amd64 (2.6.7+dfsg-1~exp1ubuntu8) ... Setting up dbus-bin (1.14.10-4ubuntu4.1) ... Setting up libvisio-0.1-1:amd64 (0.1.7-1build9) ... Setting up libxkbcommon0:amd64 (1.6.0-1build1) ... Setting up libpotrace0:amd64 (1.16-2build1) ... Setting up libwayland-client0:amd64 (1.22.0-2.1build1) ... Setting up libjpeg8:amd64 (8c-2ubuntu11) ... Setting up session-migration (0.3.9build1) ... Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service. Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ... Setting up libxcb1:amd64 (1.15-1ubuntu2) ... Setting up libatk1.0-0t64:amd64 (2.52.0-1build1) ... Setting up wget (1.21.4-1ubuntu4.1) ... Setting up dictionaries-common (1.29.7) ... locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Setting up libxcb-render0:amd64 (1.15-1ubuntu2) ... Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... Setting up libwebpdemux2:amd64 (1.3.2-0.4build3) ... Setting up libavahi-common3:amd64 (0.8-13ubuntu6) ... Setting up libnss3:amd64 (2:3.98-1build1) ... Setting up libxcb-shm0:amd64 (1.15-1ubuntu2) ... Setting up dbus-daemon (1.14.10-4ubuntu4.1) ... Setting up libcdr-0.1-1:amd64 (0.1.7-1build2) ... Setting up libcolord2:amd64 (1.4.7-1build2) ... Setting up libdconf1:amd64 (0.40.0-4build2) ... Setting up libglibmm-2.4-1t64:amd64 (2.66.7-1build1) ... Setting up libthai0:amd64 (0.1.29-2build1) ... Setting up perl (5.38.2-3.2build2) ... Setting up libfreetype6:amd64 (2.13.2+dfsg-1build3) ... Setting up dbus (1.14.10-4ubuntu4.1) ... Setting up shared-mime-info (2.4-4) ... Setting up libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.1) ... Setting up libssh-4:amd64 (0.10.6-2build2) ... Setting up libraw23t64:amd64 (0.21.2-2.1build1) ... Setting up libwpg-0.3-3:amd64 (0.3.4-3build1) ... Setting up libreadline8t64:amd64 (8.2-4build1) ... Setting up libtiff6:amd64 (4.5.1+git230720-4ubuntu2.2) ... Setting up libwayland-cursor0:amd64 (1.22.0-2.1build1) ... Setting up libxslt1.1:amd64 (1.1.39-0exp1build1) ... Setting up hunspell-en-us (1:2020.12.07-2) ... Setting up libpam-systemd:amd64 (255.4-1ubuntu8.4) ... locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Setting up libx11-6:amd64 (2:1.8.7-1build1) ... Setting up libharfbuzz0b:amd64 (8.3.0-2build2) ... Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ... Setting up libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ... Setting up libatkmm-1.6-1v5:amd64 (2.28.4-1build4) ... Setting up libxcomposite1:amd64 (1:0.4.5-1build3) ... Setting up libavahi-client3:amd64 (0.8-13ubuntu6) ... Setting up gtk-update-icon-cache (3.24.41-4ubuntu1.1) ... Setting up fontconfig (2.15.0-1.1ubuntu2) ... Regenerating fonts cache... done. Setting up libxdamage1:amd64 (1:1.1.6-1build1) ... Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.2) ... Setting up libxrender1:amd64 (1:0.9.10-1.1build1) ... Setting up libenchant-2-2:amd64 (2.3.3-2build2) ... Setting up python3.12 (3.12.3-1ubuntu0.2) ... Setting up libpango-1.0-0:amd64 (1.52.1+ds-1build1) ... Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.4) ... Setting up libxext6:amd64 (2:1.3.4-1build2) ... Setting up libcairo2:amd64 (1.18.0-3build1) ... Setting up lib2geom1.2.0t64:amd64 (1.2.2-3.1build1) ... Setting up libcairomm-1.0-1v5:amd64 (1.14.5-1build1) ... Setting up dbus-user-session (1.14.10-4ubuntu4.1) ... Setting up libxfixes3:amd64 (1:6.0.0-2build1) ... Setting up libxinerama1:amd64 (2:1.1.4-3build1) ... Setting up libxrandr2:amd64 (2:1.5.2-2build1) ... Setting up libcairo-gobject2:amd64 (1.18.0-3build1) ... Setting up libpangoft2-1.0-0:amd64 (1.52.1+ds-1build1) ... Setting up libcups2t64:amd64 (2.4.7-1.2ubuntu7.3) ... Setting up libpangocairo-1.0-0:amd64 (1.52.1+ds-1build1) ... Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ... Setting up libproxy1v5:amd64 (0.5.4-4build1) ... Setting up libxi6:amd64 (2:1.8.1-1build1) ... Setting up libpoppler134:amd64 (24.02.0-1ubuntu9.1) ... Setting up libxcursor1:amd64 (1:1.2.1-1build1) ... Setting up dconf-service (0.40.0-4build2) ... Setting up python3 (3.12.3-0ubuntu2) ... running python rtupdate hooks for python3.12... running python post-rtupdate hooks for python3.12... Setting up librsvg2-2:amd64 (2.58.0+dfsg-1build1) ... Setting up libpoppler-glib8t64:amd64 (24.02.0-1ubuntu9.1) ... Setting up libatspi2.0-0t64:amd64 (2.52.0-1build1) ... Setting up librsvg2-common:amd64 (2.58.0+dfsg-1build1) ... Setting up libpangomm-1.4-1v5:amd64 (2.46.4-1build3) ... Setting up libatk-bridge2.0-0t64:amd64 (2.52.0-1build1) ... Setting up glib-networking-services (2.80.0-1build1) ... Setting up dconf-gsettings-backend:amd64 (0.40.0-4build2) ... Setting up libgtk-3-common (3.24.41-4ubuntu1.1) ... Setting up gsettings-desktop-schemas (46.1-0ubuntu1) ... Setting up glib-networking:amd64 (2.80.0-1build1) ... Setting up libsoup-2.4-1:amd64 (2.74.3-6ubuntu1) ... Setting up libheif1:amd64 (1.17.6-1ubuntu4) ... Setting up libmagickcore-6.q16-7t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Setting up libmagickwand-6.q16-7t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Setting up humanity-icon-theme (0.6.16) ... Setting up libmagick++-6.q16-9t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ... update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/compare.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare) doesn't exist update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/compare-im6.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare-im6) doesn't exist update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/animate.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate) doesn't exist update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/animate-im6.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate-im6) doesn't exist update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/convert.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert) doesn't exist update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/convert-im6.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert-im6) doesn't exist update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/composite.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite) doesn't exist update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/composite-im6.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite-im6) doesn't exist update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/conjure.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure) doesn't exist update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/conjure-im6.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure-im6) doesn't exist update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/import.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import) doesn't exist update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/import-im6.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import-im6) doesn't exist update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/identify.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify) doesn't exist update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/identify-im6.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify-im6) doesn't exist update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/stream.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream) doesn't exist update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/stream-im6.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream-im6) doesn't exist update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/display.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display) doesn't exist update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/display-im6.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display-im6) doesn't exist update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/montage.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage) doesn't exist update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/montage-im6.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage-im6) doesn't exist update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify) doesn't exist update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify-im6.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify-im6) doesn't exist Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4) ... Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4) ... Setting up ubuntu-mono (24.04-0ubuntu1) ... Setting up adwaita-icon-theme (46.0-1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Setting up libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.1) ... Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ... Setting up libgtkmm-3.0-1t64:amd64 (3.24.9-1) ... Setting up libgspell-1-2:amd64 (1.12.2-1build4) ... Setting up inkscape (1.2.2-2ubuntu12) ... Processing triggers for libc-bin (2.39-0ubuntu8.3) ... Processing triggers for dictionaries-common (1.29.7) ... locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ... ---> Removed intermediate container 7470a778b6ed ---> 2409ccccc412 Step 10/15 : ENV TEXLIVE_YEAR=2024 ---> Running in b55dac53ffd9 ---> Removed intermediate container b55dac53ffd9 ---> 0128ca67acca Step 11/15 : ENV PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest ---> Running in d846ab366cac ---> Removed intermediate container d846ab366cac ---> 83d1f611a1a6 Step 12/15 : RUN wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip && unzip -qq install-tl.zip -d install-tl && cd install-tl/install-tl-* && echo "selected_scheme scheme-minimal" > p && perl ./install-tl --profile=p && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" && cd /action && rm -rf install-tl* && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile && tlmgr init-usertree && tlmgr install texliveonfly collection-latex l3kernel l3packages && pdflatex --version && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]' && tlmgr install latexmk && bash -c 'latexmk --version' ---> Running in 2e8fea9194e7 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mAutomated TeX Live installation using profile: p Loading https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb 91mcannot contact mirror.ctan.org, returning a backbone server! 0mInstalling TeX Live 2024 from: https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified) Platform: x86_64-linux => 'GNU/Linux on x86_64' Distribution: net (downloading) Using URL: https://www.ctan.org/tex-archive/systems/texlive/tlnet Directory for temporary files: /tmp/uycej3Y2lE Installing to: /usr/local/texlive/2024 Installing [1/4, time/total: ??:??/??:??]: hyphen-base [23k] Installing [2/4, time/total: 00:00/00:00]: kpathsea [1065k] Installing [3/4, time/total: 00:03/00:06]: texlive-scripts [540k] Installing [4/4, time/total: 00:06/00:08]: texlive.infra [558k] Time used for installing the packages: 00:08 Installing [01/55, time/total: ??:??/??:??]: amsfonts [4725k] Installing [02/55, time/total: 00:05/00:28]: bibtex [404k] Installing [03/55, time/total: 00:06/00:31]: bibtex.x86_64-linux [74k] Installing [04/55, time/total: 00:07/00:36]: cm [235k] Installing [05/55, time/total: 00:09/00:44]: collection-basic [1k] Installing [06/55, time/total: 00:10/00:49]: colorprofiles [113k] Installing [07/55, time/total: 00:12/00:58]: dehyph [46k] Installing [08/55, time/total: 00:13/01:02]: dvipdfmx [3081k] Installing [09/55, time/total: 00:16/00:49]: dvipdfmx.x86_64-linux [429k] Installing [10/55, time/total: 00:17/00:50]: dvips [576k] Installing [11/55, time/total: 00:19/00:52]: dvips.x86_64-linux [149k] Installing [12/55, time/total: 00:20/00:54]: ec [280k] Installing [13/55, time/total: 00:22/00:58]: enctex [272k] Installing [14/55, time/total: 00:24/01:02]: etex [331k] Installing [15/55, time/total: 00:26/01:05]: etex-pkg [7k] Installing [16/55, time/total: 00:28/01:10]: glyphlist [25k] Installing [17/55, time/total: 00:29/01:12]: graphics-def [12k] Installing [18/55, time/total: 00:30/01:15]: hyph-utf8 [312k] Installing [19/55, time/total: 00:34/01:22]: hyphenex [208k] Installing [20/55, time/total: 00:36/01:26]: ifplatform [156k] Installing [21/55, time/total: 00:39/01:32]: iftex [227k] Installing [22/55, time/total: 00:41/01:34]: knuth-lib [30k] Installing [23/55, time/total: 00:42/01:36]: knuth-local [23k] Installing [24/55, time/total: 00:43/01:39]: kpathsea.x86_64-linux [40k] Installing [25/55, time/total: 00:44/01:41]: lua-alt-getopt [6k] Installing [26/55, time/total: 00:46/01:45]: luahbtex [30k] Installing [27/55, time/total: 00:48/01:49]: luahbtex.x86_64-linux [2315k] Installing [28/55, time/total: 00:50/01:35]: luatex [1931k] Installing [29/55, time/total: 00:52/01:27]: luatex.x86_64-linux [1795k] Installing [30/55, time/total: 00:54/01:21]: makeindex [460k] Installing [31/55, time/total: 00:56/01:22]: makeindex.x86_64-linux [50k] Installing [32/55, time/total: 00:57/01:23]: metafont [61k] Installing [33/55, time/total: 00:59/01:26]: metafont.x86_64-linux [185k] Installing [34/55, time/total: 01:00/01:27]: mflogo [242k] Installing [35/55, time/total: 01:03/01:30]: mfware [102k] Installing [36/55, time/total: 01:05/01:32]: mfware.x86_64-linux [120k] Installing [37/55, time/total: 01:06/01:33]: modes [298k] Installing [38/55, time/total: 01:08/01:34]: pdftex [2504k] Installing [39/55, time/total: 01:11/01:27]: pdftex.x86_64-linux [837k] Installing [40/55, time/total: 01:13/01:26]: plain [29k] Installing [41/55, time/total: 01:14/01:27]: tex [44k] Installing [42/55, time/total: 01:16/01:30]: tex-ini-files [6k] Installing [43/55, time/total: 01:18/01:32]: tex.x86_64-linux [175k] Installing [44/55, time/total: 01:19/01:32]: texlive-common [629k] Installing [45/55, time/total: 01:21/01:32]: texlive-en [1851k] Installing [46/55, time/total: 01:24/01:29]: texlive-msg-translations [149k] Installing [47/55, time/total: 01:26/01:30]: texlive-scripts-extra [215k] Installing [48/55, time/total: 01:27/01:31]: texlive-scripts-extra.x86_64-linux [1k] Installing [49/55, time/total: 01:28/01:32]: texlive-scripts.x86_64-linux [1k] Installing [50/55, time/total: 01:29/01:33]: texlive.infra.x86_64-linux [143k] Installing [51/55, time/total: 01:30/01:33]: tlshell [34k] Installing [52/55, time/total: 01:32/01:35]: tlshell.x86_64-linux [1k] Installing [53/55, time/total: 01:33/01:36]: unicode-data [301k] Installing [54/55, time/total: 01:35/01:37]: xdvi [176k] Installing [55/55, time/total: 01:37/01:38]: xdvi.x86_64-linux [543k] Time used for installing the packages: 01:39 running mktexlsr /usr/local/texlive/2024/texmf-dist ... writing fmtutil.cnf to /usr/local/texlive/2024/texmf-dist/web2c/fmtutil.cnf writing updmap.cfg to /usr/local/texlive/2024/texmf-dist/web2c/updmap.cfg writing language.dat to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat writing language.def to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.def writing language.dat.lua to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat.lua running mktexlsr /usr/local/texlive/2024/texmf-var /usr/local/texlive/2024/texmf-config /usr/local/texlive/2024/texmf-dist ... running updmap-sys --nohash ...done re-running mktexlsr /usr/local/texlive/2024/texmf-var /usr/local/texlive/2024/texmf-config ... pre-generating all format files, be patient... running fmtutil-sys --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --no-strict --all ...done running package-specific postactions 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mfinished with package-specific postactions Welcome to TeX Live! See /usr/local/texlive/2024/index.html for links to documentation. The TeX Live web site (https://tug.org/texlive/) provides all updates and corrections. TeX Live is a joint project of the TeX user groups around the world; please consider supporting it by joining the group best for you. The list of groups is available on the web at https://tug.org/usergroups.html. Add /usr/local/texlive/2024/texmf-dist/doc/man to MANPATH. Add /usr/local/texlive/2024/texmf-dist/doc/info to INFOPATH. Most importantly, add /usr/local/texlive/2024/bin/x86_64-linux to your PATH for current and future sessions. Logfile: /usr/local/texlive/2024/install-tl.log 91m ---------------------------------------------------------------------- The following environment variables contain the string "tex" (case-independent). If you're doing anything but adding personal directories to the system paths, they may well cause trouble somewhere while running TeX. If you encounter problems, try unsetting them. Please ignore spurious matches unrelated to TeX. (To omit this check, set the environment variable TEXLIVE_INSTALL_ENV_NOCHECK.) TEXLIVE_YEAR=2024 ---------------------------------------------------------------------- 0m91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0m91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mtlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) [1/76, ??:??/??:??] install: ae [84k] [2/76, 00:03/01:11:13] install: amscls [1437k] [3/76, 00:06/07:47] install: amsmath [2461k] [4/76, 00:09/04:27] install: atbegshi [409k] [5/76, 00:13/05:50] install: atveryend [380k] [6/76, 00:15/06:12] install: auxhook [286k] [7/76, 00:18/07:01] install: babel [2188k] [8/76, 00:22/05:59] install: babel-english [137k] [9/76, 00:25/06:40] install: babelbib [1251k] [10/76, 00:27/06:10] install: bigintcalc [467k] [11/76, 00:30/06:30] install: bitset [622k] [12/76, 00:34/06:54] install: bookmark [491k] [13/76, 00:36/06:57] install: carlisle [85k] [14/76, 00:39/07:28] install: colortbl [647k] [15/76, 00:42/07:34] install: epstopdf.x86_64-linux [1k] [16/76, 00:43/07:45] install: epstopdf [44k] [17/76, 00:45/08:04] install: epstopdf-pkg [362k] [18/76, 00:48/08:20] install: etexcmds [302k] [19/76, 00:52/08:48] install: fancyhdr [889k] [20/76, 00:55/08:39] install: firstaid [276k] [21/76, 00:58/08:55] install: fix2col [217k] [22/76, 01:01/09:14] install: geometry [900k] [23/76, 01:05/09:12] install: gettitlestring [320k] [24/76, 01:08/09:24] install: graphics [2504k] [25/76, 01:12/08:28] install: graphics-cfg [2k] [26/76, 01:14/08:42] install: grfext [310k] [27/76, 01:17/08:54] install: grffile [357k] [28/76, 01:20/09:03] install: hopatch [321k] [29/76, 01:23/09:13] install: hycolor [380k] [30/76, 01:26/09:21] install: hypcap [295k] [31/76, 01:29/09:32] install: hyperref [4360k] [32/76, 01:34/08:08] install: hyphen-english [41k] [33/76, 01:35/08:12] install: infwarerr [287k] [34/76, 01:38/08:22] install: intcalc [431k] [35/76, 01:41/08:28] install: kvdefinekeys [297k] [36/76, 01:44/08:36] install: kvoptions [502k] [37/76, 01:47/08:40] install: kvsetkeys [396k] [38/76, 01:50/08:46] install: l3backend [892k] [39/76, 01:53/08:42] install: l3kernel [12577k] [40/76, 01:58/06:05] install: l3packages [1471k] [41/76, 02:02/06:04] install: latex [35553k] [42/76, 02:10/03:24] install: latex-bin.x86_64-linux [1k] [43/76, 02:12/03:27] install: latex-bin [53k] [44/76, 02:13/03:29] install: latex-fonts [19k] [45/76, 02:15/03:32] install: latex-lab [8470k] [46/76, 02:19/03:16] install: latexconfig [3k] [47/76, 02:20/03:17] install: letltxmacro [292k] [48/76, 02:23/03:21] install: lm [14118k] [49/76, 02:28/02:58] install: ltxcmds [414k] [50/76, 02:31/03:01] install: ltxmisc [16k] [51/76, 02:32/03:02] install: lua-uni-algos [80k] [52/76, 02:33/03:03] install: lualibs [226k] [53/76, 02:37/03:07] install: luaotfload.x86_64-linux [1k] [54/76, 02:38/03:09] install: luaotfload [1239k] [55/76, 02:41/03:10] install: mfnfss [458k] [56/76, 02:44/03:12] install: mptopdf.x86_64-linux [1k] [57/76, 02:45/03:14] install: mptopdf [50k] [58/76, 02:47/03:16] install: natbib [493k] [59/76, 02:51/03:20] install: oberdiek [7354k] [60/76, 02:54/03:09] install: pagesel [334k] [61/76, 02:58/03:13] install: pdfescape [347k] [62/76, 03:01/03:16] install: pdftexcmds [391k] [63/76, 03:04/03:18] install: pslatex [7k] [64/76, 03:06/03:20] install: psnfss [275k] [65/76, 03:09/03:23] install: pspicture [50k] [66/76, 03:12/03:26] install: refcount [329k] [67/76, 03:15/03:29] install: rerunfilecheck [334k] [68/76, 03:19/03:33] install: stringenc [702k] [69/76, 03:22/03:34] install: symbol [36k] [70/76, 03:23/03:35] install: texliveonfly.x86_64-linux [1k] [71/76, 03:24/03:36] install: texliveonfly [7k] [72/76, 03:26/03:39] install: tools [6444k] [73/76, 03:30/03:31] install: uniquecounter [292k] [74/76, 03:33/03:33] install: url [266k] [75/76, 03:35/03:35] install: zapfding [46k] [76/76, 03:37/03:37] install: collection-latex [1k] running mktexlsr ... done running mktexlsr. running updmap-sys ... done running updmap-sys. regenerating language.dat regenerating language.def regenerating language.dat.lua regenerating fmtutil.cnf in /usr/local/texlive/2024/texmf-dist running fmtutil-sys --byfmt mptopdf --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/QQYQukDaU0/H1vWXsXSjL ... OK: mptopdf.fmt/pdftex running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/QQYQukDaU0/H1vWXsXSjL ... OK: dvilualatex.fmt/luatex running fmtutil-sys --byfmt pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/QQYQukDaU0/H1vWXsXSjL ... OK: pdflatex.fmt/pdftex running fmtutil-sys --byfmt latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/QQYQukDaU0/H1vWXsXSjL ... OK: latex.fmt/pdftex running fmtutil-sys --byfmt lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/QQYQukDaU0/H1vWXsXSjL ... OK: lualatex.fmt/luahbtex running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/QQYQukDaU0/H1vWXsXSjL ... OK: pdflatex.fmt/pdftex lualatex.fmt/luahbtex latex.fmt/pdftex dvilualatex.fmt/luatex running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.def" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/QQYQukDaU0/H1vWXsXSjL ... OK: luatex.fmt/luatex pdftex.fmt/pdftex luahbtex.fmt/luahbtex pdfetex.fmt/pdftex dviluatex.fmt/luatex etex.fmt/pdftex running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat.lua" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/QQYQukDaU0/H1vWXsXSjL ... tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log pdfTeX 3.141592653-2.6-1.40.26 (TeX Live 2024) kpathsea version 6.4.0 Copyright 2024 Han The Thanh (pdfTeX) et al. There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Han The Thanh (pdfTeX) et al. Compiled with libpng 1.6.43; using libpng 1.6.43 Compiled with zlib 1.3.1; using zlib 1.3.1 Compiled with xpdf version 4.04 91mbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 0m91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mtlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) [1/2, ??:??/??:??] install: latexmk.x86_64-linux [1k] [2/2, 00:01/33:59] install: latexmk [674k] running mktexlsr ... done running mktexlsr. tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log 91mbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 0m91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mLatexmk, John Collins, 7 Apr. 2024. Version 4.85 ---> Removed intermediate container 2e8fea9194e7 ---> 3f6442b9a93e Step 13/15 : RUN tlmgr option repository ctan && tlmgr --verify-repo=none update --self && tlmgr --verify-repo=none install biber ---> Running in ab7b19004033 91mperl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US.UTF-8", LC_ALL = "en_US.UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). 0mtlmgr: setting default package repository to https://mirror.ctan.org/systems/texlive/tlnet tlmgr: updating /usr/local/texlive/2024/tlpkg/texlive.tlpdb 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0m91mcannot contact mirror.ctan.org, returning a backbone server! 0mtlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) tlmgr: saving backups to /usr/local/texlive/2024/tlpkg/backups tlmgr: no self-updates for tlmgr available 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0m91mcannot contact mirror.ctan.org, returning a backbone server! 0mtlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) [1/2, ??:??/??:??] install: biber.x86_64-linux [25280k] [2/2, 00:07/00:07] install: biber [1203k] running mktexlsr ... done running mktexlsr. tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log ---> Removed intermediate container ab7b19004033 ---> 1f3ecc7170bb Step 14/15 : COPY entry.sh ./ ---> baf1a0866ea7 Step 15/15 : ENTRYPOINT ["/bin/bash", "--login", "/action/entry.sh"] ---> Running in 84b4fc8aab85 ---> Removed intermediate container 84b4fc8aab85 ---> 9b9643bf7873 Successfully built 9b9643bf7873 Successfully tagged latexmk-action:latest /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) + set -o pipefail + cd /w + tlmgr option repository ctan tlmgr: setting default package repository to https://mirror.ctan.org/systems/texlive/tlnet tlmgr: updating /usr/local/texlive/2024/tlpkg/texlive.tlpdb + tlmgr --verify-repo=none update --self cannot contact mirror.ctan.org, returning a backbone server! tlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) tlmgr: saving backups to /usr/local/texlive/2024/tlpkg/backups tlmgr: no self-updates for tlmgr available + read -r -a packages total 8 drwxr-xr-x 2 root root 4096 Oct 7 07:13 . drwxr-xr-x 1 root root 4096 Oct 7 07:13 .. latexmk-action 0.14.0 + '[' -n '' ']' + '[' '!' 0 -eq 0 ']' + cd . + ls -al + echo 'latexmk-action 0.14.0' + read -r -a opts Untagged: latexmk-action:latest Deleted: sha256:9b9643bf787313353f757b988b63ed98e837af89c0bb44bcfa1fb1630682e247 Deleted: sha256:baf1a0866ea7d02babffaf6f0a21f0cf6815262ebca4bb114895e8b2d4566736 Deleted: sha256:6fee0b8157901ee1b70d9f40a0260e37357d11dafe64d3d1017e5cc939df3026 Deleted: sha256:1f3ecc7170bb65a4f2267a5f0c61a49e023b26adc674145299fd6cecee905ad8 Deleted: sha256:89d4b75202cc58e870b1d7ca806796d629aa2d8d6b87f491755f96b52ac7a460 Deleted: sha256:3f6442b9a93ee06676edb9abad97592a89414eda0f69e6aa6fc78a9160acc4cf Deleted: sha256:842b0d5545796706d674b1f7597ccd7b259088d40469a1fe06a13f5952bb8bcb Deleted: sha256:83d1f611a1a66f6848a0fa4805514d345f1cd07acd11486a0144d3629a9b5fa6 Deleted: sha256:0128ca67acca7d0c01bc78841c6dabe4cf682de7ab63f13819321db9ea36a6ea Deleted: sha256:2409ccccc412d41dacaabc442792796ce177281490fb190d9660e741d86e32e9 Deleted: sha256:db37f959c0c46f408d46c3c77931384601245ec24d74b96b5a341990313e009d Deleted: sha256:5026a55d924fb03664f04f87089311f7ff2b89d3fe7029e4f60658059448e0c8 Deleted: sha256:847ecd29ff88df3b22139356c0c5977953ced67cdac453a14cbbed7a38508d35 Deleted: sha256:9ef862e240b3348b2928fba70b0657a91418a54d5b3646d1586d25adebd9fa23 Deleted: sha256:9197fd6c2933581ea89d7ed9b0f10f748559c38cc680befd1f4f9d44097aab5c Deleted: sha256:7ed711de9e4dfde491ee33fc8c3555297142c68d4fc57dc086d33f9aa4009dda Deleted: sha256:3ea45c1b550f23bac4233b46fbfdc44b58dab38e464caf2022503d3d34ba47b3 Deleted: sha256:a246b3ebfa12e296c04f9e4f64f5cfc786f57180b65f58bef80f415b18da407b Deleted: sha256:03895a203b9911191c57144df14f9d9e73d8418780af1a91f19d6a21e273b47c make: Leaving directory '/home/r/repo' sudo: unable to resolve host docker: Temporary failure in name resolution Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 301.1kB Step 1/15 : FROM ubuntu:24.04 ---> 61b2756d6fa9 Step 2/15 : LABEL "repository"="https://github.com/yegor256/latexmk-action" ---> Running in 87e96566dd6d ---> Removed intermediate container 87e96566dd6d ---> f02884967058 Step 3/15 : LABEL "maintainer"="Yegor Bugayenko" ---> Running in 0d8eba4f8b48 ---> Removed intermediate container 0d8eba4f8b48 ---> f36ffbe54ccf Step 4/15 : LABEL "version"="0.14.0" ---> Running in aa979db3abb7 ---> Removed intermediate container aa979db3abb7 ---> f89c23085539 Step 5/15 : WORKDIR /action ---> Running in 39393d3f3ede ---> Removed intermediate container 39393d3f3ede ---> d2c1708f53bb Step 6/15 : ENV LC_ALL=en_US.UTF-8 ---> Running in 44e3987397b9 ---> Removed intermediate container 44e3987397b9 ---> 1449a4d8fa71 Step 7/15 : ENV LANG=en_US.UTF-8 ---> Running in 834ad9ad17ec ---> Removed intermediate container 834ad9ad17ec ---> 431d728b9a2d Step 8/15 : ENV LANGUAGE=en_US.UTF-8 ---> Running in cd1c96845818 ---> Removed intermediate container cd1c96845818 ---> 31a9b425a619 Step 9/15 : RUN apt-get -y -q update && apt-get -y install --no-install-recommends wget=* perl=* zip=* unzip=* inkscape=* imagemagick=* && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in 59514335e024 Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Get:2 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB] Get:3 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [446 kB] Get:4 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [13.7 kB] Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [370 kB] Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [479 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:9 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] Get:10 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] Get:11 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] Get:12 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [446 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [512 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [682 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [17.8 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [11.8 kB] Fetched 25.2 MB in 8s (3081 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: adduser adwaita-icon-theme at-spi2-common dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session dconf-gsettings-backend dconf-service dictionaries-common emacsen-common fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme hunspell-en-us imagemagick-6-common imagemagick-6.q16 lib2geom1.2.0t64 libaom3 libapparmor1 libargon2-1 libaspell15 libatk-bridge2.0-0t64 libatk1.0-0t64 libatkmm-1.6-1v5 libatspi2.0-0t64 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.83.0 libbrotli1 libbsd0 libcairo-gobject2 libcairo2 libcairomm-1.0-1v5 libcdr-0.1-1 libcolord2 libcryptsetup12 libcups2t64 libcurl3t64-gnutls libdatrie1 libdbus-1-3 libdconf1 libde265-0 libdeflate0 libdevmapper1.02.1 libdouble-conversion3 libduktape207 libenchant-2-2 libepoxy0 libexpat1 libfdisk1 libfftw3-double3 libfontconfig1 libfreetype6 libfribidi0 libgc1 libgdbm-compat4t64 libgdbm6t64 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libglib2.0-0t64 libglibmm-2.4-1t64 libgomp1 libgraphite2-3 libgsl27 libgslcblas0 libgspell-1-2 libgspell-1-common libgssapi-krb5-2 libgtk-3-0t64 libgtk-3-common libgtkmm-3.0-1t64 libharfbuzz0b libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libhunspell-1.7-0 libicu74 libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblcms2-2 libldap2 liblerc4 liblqr-1-0 libltdl7 libmagick++-6.q16-9t64 libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 libnghttp2-14 libnspr4 libnss3 libopenjp2-7 libpam-systemd libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpangomm-1.4-1v5 libperl5.38t64 libpixman-1-0 libpng16-16t64 libpoppler-glib8t64 libpoppler134 libpotrace0 libproxy1v5 libpsl5t64 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libraw23t64 libreadline8t64 librevenge-0.0-0 librsvg2-2 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules-db libsharpyuv0 libsigc++-2.0-0v5 libsoup-2.4-1 libsoup2.4-common libsqlite3-0 libssh-4 libsystemd-shared libtext-iconv-perl libthai-data libthai0 libtiff6 libvisio-0.1-1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp7 libwebpdemux2 libwebpmux3 libwpd-0.10-10 libwpg-0.3-3 libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2 libxrandr2 libxrender1 libxslt1.1 media-types netbase perl-modules-5.38 python3 python3-minimal python3.12 python3.12-minimal readline-common session-migration shared-mime-info systemd systemd-dev systemd-sysv tzdata ubuntu-mono xkb-data Suggested packages: liblocale-gettext-perl cron quota ecryptfs-utils ispell | aspell | hunspell wordlist hunspell openoffice.org-hunspell | openoffice.org-core imagemagick-6-doc autotrace cups-bsd | lpr | lprng curl enscript ffmpeg gimp gnuplot grads graphviz groff-base hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin xdg-utils dia inkscape-tutorials libsvg-perl pstoedit python3-packaging python3-uniconvertor ruby aspell colord cups-common libenchant-2-voikko libfftw3-bin libfftw3-dev gdbm-l10n low-memory-monitor gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html krb5-doc krb5-user gvfs libheif-plugin-x265 libheif-plugin-ffmpegdec libheif-plugin-jpegdec libheif-plugin-jpegenc libheif-plugin-j2kdec libheif-plugin-j2kenc libheif-plugin-rav1e libheif-plugin-svtenc liblcms2-utils libmagickcore-6.q16-7-extra librsvg2-bin perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make libtap-harness-archive-perl python3-doc python3-tk python3-venv python3.12-venv python3.12-doc binutils binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd systemd-boot libfido2-1 libip4tc2 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu-4.0.1-0 libtss2-rc0 libtss2-tcti-device0 polkitd Recommended packages: libmagickcore-6.q16-7-extra ghostscript netpbm aspell fig2dev libimage-magick-perl libwmf-bin python3-cssselect python3-lxml python3-numpy python3-scour aspell-en | aspell-dictionary | aspell6a-dictionary at-spi2-core ca-certificates dmsetup enchant-2 libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs libgtk-3-bin libheif-plugin-aomenc krb5-locales libldap-common fonts-urw-base35 poppler-data publicsuffix libsasl2-modules networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved libnss-systemd The following NEW packages will be installed: adduser adwaita-icon-theme at-spi2-common dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session dconf-gsettings-backend dconf-service dictionaries-common emacsen-common fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme hunspell-en-us imagemagick imagemagick-6-common imagemagick-6.q16 inkscape lib2geom1.2.0t64 libaom3 libapparmor1 libargon2-1 libaspell15 libatk-bridge2.0-0t64 libatk1.0-0t64 libatkmm-1.6-1v5 libatspi2.0-0t64 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.83.0 libbrotli1 libbsd0 libcairo-gobject2 libcairo2 libcairomm-1.0-1v5 libcdr-0.1-1 libcolord2 libcryptsetup12 libcups2t64 libcurl3t64-gnutls libdatrie1 libdbus-1-3 libdconf1 libde265-0 libdeflate0 libdevmapper1.02.1 libdouble-conversion3 libduktape207 libenchant-2-2 libepoxy0 libexpat1 libfdisk1 libfftw3-double3 libfontconfig1 libfreetype6 libfribidi0 libgc1 libgdbm-compat4t64 libgdbm6t64 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libglib2.0-0t64 libglibmm-2.4-1t64 libgomp1 libgraphite2-3 libgsl27 libgslcblas0 libgspell-1-2 libgspell-1-common libgssapi-krb5-2 libgtk-3-0t64 libgtk-3-common libgtkmm-3.0-1t64 libharfbuzz0b libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libhunspell-1.7-0 libicu74 libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 liblcms2-2 libldap2 liblerc4 liblqr-1-0 libltdl7 libmagick++-6.q16-9t64 libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 libnghttp2-14 libnspr4 libnss3 libopenjp2-7 libpam-systemd libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpangomm-1.4-1v5 libperl5.38t64 libpixman-1-0 libpng16-16t64 libpoppler-glib8t64 libpoppler134 libpotrace0 libproxy1v5 libpsl5t64 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libraw23t64 libreadline8t64 librevenge-0.0-0 librsvg2-2 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules-db libsharpyuv0 libsigc++-2.0-0v5 libsoup-2.4-1 libsoup2.4-common libsqlite3-0 libssh-4 libsystemd-shared libtext-iconv-perl libthai-data libthai0 libtiff6 libvisio-0.1-1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp7 libwebpdemux2 libwebpmux3 libwpd-0.10-10 libwpg-0.3-3 libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2 libxrandr2 libxrender1 libxslt1.1 media-types netbase perl perl-modules-5.38 python3 python3-minimal python3.12 python3.12-minimal readline-common session-migration shared-mime-info systemd systemd-dev systemd-sysv tzdata ubuntu-mono unzip wget xkb-data zip 0 upgraded, 195 newly installed, 0 to remove and 2 not upgraded. Need to get 93.3 MB of archives. After this operation, 399 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.2 [834 kB] Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libexpat1 amd64 2.6.1-2ubuntu0.1 [87.1 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.2 [2343 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-minimal amd64 3.12.3-0ubuntu2 [27.4 kB] Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 media-types all 10.1.0 [27.5 kB] Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 netbase all 6.4 [13.1 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 tzdata all 2024a-3ubuntu1.1 [273 kB] Get:8 http://archive.ubuntu.com/ubuntu noble/main amd64 readline-common all 8.2-4build1 [56.5 kB] Get:9 http://archive.ubuntu.com/ubuntu noble/main amd64 libreadline8t64 amd64 8.2-4build1 [153 kB] Get:10 http://archive.ubuntu.com/ubuntu noble/main amd64 libsqlite3-0 amd64 3.45.1-1ubuntu2 [701 kB] Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.2 [2069 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.2 [651 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3-stdlib amd64 3.12.3-0ubuntu2 [10.0 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3 amd64 3.12.3-0ubuntu2 [23.0 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.3 [50.3 kB] Get:16 http://archive.ubuntu.com/ubuntu noble/main amd64 libargon2-1 amd64 0~20190702+dfsg-4build1 [20.8 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-3ubuntu3.1 [139 kB] Get:18 http://archive.ubuntu.com/ubuntu noble/main amd64 libjson-c5 amd64 0.17-1build1 [35.3 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcryptsetup12 amd64 2:2.7.0-1ubuntu4.1 [266 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfdisk1 amd64 2.39.3-9ubuntu6.1 [146 kB] Get:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libkmod2 amd64 31+20240202-2ubuntu7 [51.7 kB] Get:22 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.4 [2075 kB] Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-dev all 255.4-1ubuntu8.4 [104 kB] Get:24 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd amd64 255.4-1ubuntu8.4 [3470 kB] Get:25 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-sysv amd64 255.4-1ubuntu8.4 [11.9 kB] Get:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libgomp1 amd64 14-20240412-0ubuntu1 [147 kB] Get:27 http://archive.ubuntu.com/ubuntu noble/main amd64 libfftw3-double3 amd64 3.3.10-1ubuntu3 [838 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libbrotli1 amd64 1.1.0-2build2 [331 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libpng16-16t64 amd64 1.6.43-5build1 [187 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libfreetype6 amd64 2.13.2+dfsg-1build3 [402 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-mono all 2.37-8 [502 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-core all 2.37-8 [835 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig-config amd64 2.15.0-1.1ubuntu2 [37.3 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/main amd64 libfontconfig1 amd64 2.15.0-1.1ubuntu2 [139 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/main amd64 libsharpyuv0 amd64 1.3.2-0.4build3 [15.8 kB] Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libaom3 amd64 3.8.2-2ubuntu0.1 [1941 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif-plugin-aomdec amd64 1.17.6-1ubuntu4 [10.3 kB] Get:38 http://archive.ubuntu.com/ubuntu noble/main amd64 libde265-0 amd64 1.0.15-1build3 [166 kB] Get:39 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif-plugin-libde265 amd64 1.17.6-1ubuntu4 [8158 B] Get:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif1 amd64 1.17.6-1ubuntu4 [276 kB] Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libjbig0 amd64 2.1-6.1ubuntu2 [29.7 kB] Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg-turbo8 amd64 2.1.5-2ubuntu2 [150 kB] Get:43 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg8 amd64 8c-2ubuntu11 [2148 B] Get:44 http://archive.ubuntu.com/ubuntu noble/main amd64 liblcms2-2 amd64 2.14-2build1 [161 kB] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.1 [1546 kB] Get:46 http://archive.ubuntu.com/ubuntu noble/universe amd64 liblqr-1-0 amd64 0.4.2-2.1build2 [28.5 kB] Get:47 http://archive.ubuntu.com/ubuntu noble/main amd64 libltdl7 amd64 2.4.7-7build1 [40.3 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libopenjp2-7 amd64 2.5.0-2ubuntu0.1 [173 kB] Get:49 http://archive.ubuntu.com/ubuntu noble/main amd64 libraw23t64 amd64 0.21.2-2.1build1 [378 kB] Get:50 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdeflate0 amd64 1.19-1build1.1 [43.9 kB] Get:51 http://archive.ubuntu.com/ubuntu noble/main amd64 liblerc4 amd64 4.0.0+ds-4ubuntu2 [179 kB] Get:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebp7 amd64 1.3.2-0.4build3 [230 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libtiff6 amd64 4.5.1+git230720-4ubuntu2.2 [199 kB] Get:54 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebpdemux2 amd64 1.3.2-0.4build3 [12.4 kB] Get:55 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebpmux3 amd64 1.3.2-0.4build3 [25.7 kB] Get:56 http://archive.ubuntu.com/ubuntu noble/main amd64 libxau6 amd64 1:1.0.9-1build6 [7160 B] Get:57 http://archive.ubuntu.com/ubuntu noble/main amd64 libbsd0 amd64 0.12.1-1build1 [41.2 kB] Get:58 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu6 [10.3 kB] Get:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb1 amd64 1.15-1ubuntu2 [47.7 kB] Get:60 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-data all 2:1.8.7-1build1 [115 kB] Get:61 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-6 amd64 2:1.8.7-1build1 [650 kB] Get:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext6 amd64 2:1.3.4-1build2 [30.4 kB] Get:63 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libicu74 amd64 74.2-1ubuntu3.1 [10.9 MB] Get:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml2 amd64 2.9.14+dfsg-1.3ubuntu3 [762 kB] Get:65 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6-common all 8:6.9.12.98+dfsg1-5.2build2 [69.5 kB] Get:66 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [1811 kB] Get:67 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagickwand-6.q16-7t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [318 kB] Get:68 http://archive.ubuntu.com/ubuntu noble/main amd64 perl-modules-5.38 all 5.38.2-3.2build2 [3110 kB] Get:69 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm6t64 amd64 1.23-5.1build1 [34.4 kB] Get:70 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm-compat4t64 amd64 1.23-5.1build1 [6710 B] Get:71 http://archive.ubuntu.com/ubuntu noble/main amd64 libperl5.38t64 amd64 5.38.2-3.2build2 [4873 kB] Get:72 http://archive.ubuntu.com/ubuntu noble/main amd64 perl amd64 5.38.2-3.2build2 [231 kB] Get:73 http://archive.ubuntu.com/ubuntu noble/main amd64 adduser all 3.137ubuntu1 [101 kB] Get:74 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-3 amd64 1.14.10-4ubuntu4.1 [210 kB] Get:75 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-bin amd64 1.14.10-4ubuntu4.1 [39.3 kB] Get:76 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-session-bus-common all 1.14.10-4ubuntu4.1 [80.5 kB] Get:77 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-daemon amd64 1.14.10-4ubuntu4.1 [118 kB] Get:78 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-system-bus-common all 1.14.10-4ubuntu4.1 [81.6 kB] Get:79 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus amd64 1.14.10-4ubuntu4.1 [24.3 kB] Get:80 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-systemd amd64 255.4-1ubuntu8.4 [235 kB] Get:81 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-user-session amd64 1.14.10-4ubuntu4.1 [9968 B] Get:82 http://archive.ubuntu.com/ubuntu noble/main amd64 libfribidi0 amd64 1.0.13-3build1 [26.1 kB] Get:83 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5support0 amd64 1.20.1-6ubuntu2.1 [33.6 kB] Get:84 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libk5crypto3 amd64 1.20.1-6ubuntu2.1 [81.7 kB] Get:85 http://archive.ubuntu.com/ubuntu noble/main amd64 libkeyutils1 amd64 1.6.3-3build1 [9490 B] Get:86 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5-3 amd64 1.20.1-6ubuntu2.1 [347 kB] Get:87 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-6ubuntu2.1 [143 kB] Get:88 http://archive.ubuntu.com/ubuntu noble/main amd64 libtext-iconv-perl amd64 1.7-8build3 [13.5 kB] Get:89 http://archive.ubuntu.com/ubuntu noble/main amd64 shared-mime-info amd64 2.4-4 [474 kB] Get:90 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xkb-data all 2.41-2ubuntu1.1 [397 kB] Get:91 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnghttp2-14 amd64 1.59.0-1ubuntu0.1 [74.3 kB] Get:92 http://archive.ubuntu.com/ubuntu noble/main amd64 libpsl5t64 amd64 0.21.2-1.1build1 [57.1 kB] Get:93 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon0 amd64 1.6.0-1build1 [122 kB] Get:94 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.1 [334 kB] Get:95 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgdk-pixbuf2.0-common all 2.42.10+dfsg-3ubuntu3.1 [8024 B] Get:96 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.10+dfsg-3ubuntu3.1 [147 kB] Get:97 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gtk-update-icon-cache amd64 3.24.41-4ubuntu1.1 [51.7 kB] Get:98 http://archive.ubuntu.com/ubuntu noble/main amd64 hicolor-icon-theme all 0.17-2 [9976 B] Get:99 http://archive.ubuntu.com/ubuntu noble/main amd64 humanity-icon-theme all 0.6.16 [1282 kB] Get:100 http://archive.ubuntu.com/ubuntu noble/main amd64 ubuntu-mono all 24.04-0ubuntu1 [151 kB] Get:101 http://archive.ubuntu.com/ubuntu noble/main amd64 adwaita-icon-theme all 46.0-1 [723 kB] Get:102 http://archive.ubuntu.com/ubuntu noble/main amd64 at-spi2-common all 2.52.0-1build1 [8674 B] Get:103 http://archive.ubuntu.com/ubuntu noble/main amd64 libdconf1 amd64 0.40.0-4build2 [39.4 kB] Get:104 http://archive.ubuntu.com/ubuntu noble/main amd64 dconf-service amd64 0.40.0-4build2 [27.5 kB] Get:105 http://archive.ubuntu.com/ubuntu noble/main amd64 dconf-gsettings-backend amd64 0.40.0-4build2 [22.1 kB] Get:106 http://archive.ubuntu.com/ubuntu noble/main amd64 emacsen-common all 3.0.5 [12.1 kB] Get:107 http://archive.ubuntu.com/ubuntu noble/main amd64 dictionaries-common all 1.29.7 [188 kB] Get:108 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig amd64 2.15.0-1.1ubuntu2 [180 kB] Get:109 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-5ubuntu3.1 [20.4 kB] Get:110 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-5ubuntu3.1 [53.2 kB] Get:111 http://archive.ubuntu.com/ubuntu noble/main amd64 libldap2 amd64 2.6.7+dfsg-1~exp1ubuntu8 [195 kB] Get:112 http://archive.ubuntu.com/ubuntu noble/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build7 [56.3 kB] Get:113 http://archive.ubuntu.com/ubuntu noble/main amd64 libssh-4 amd64 0.10.6-2build2 [188 kB] Get:114 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcurl3t64-gnutls amd64 8.5.0-2ubuntu10.4 [333 kB] Get:115 http://archive.ubuntu.com/ubuntu noble/main amd64 libduktape207 amd64 2.7.0+tests-0ubuntu3 [143 kB] Get:116 http://archive.ubuntu.com/ubuntu noble/main amd64 libproxy1v5 amd64 0.5.4-4build1 [26.5 kB] Get:117 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking-common all 2.80.0-1build1 [6702 B] Get:118 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking-services amd64 2.80.0-1build1 [12.8 kB] Get:119 http://archive.ubuntu.com/ubuntu noble/main amd64 session-migration amd64 0.3.9build1 [9034 B] Get:120 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gsettings-desktop-schemas all 46.1-0ubuntu1 [35.6 kB] Get:121 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking amd64 2.80.0-1build1 [64.1 kB] Get:122 http://archive.ubuntu.com/ubuntu noble/main amd64 hunspell-en-us all 1:2020.12.07-2 [280 kB] Get:123 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB] Get:124 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB] Get:125 http://archive.ubuntu.com/ubuntu noble/main amd64 libpixman-1-0 amd64 0.42.2-1build1 [279 kB] Get:126 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0 amd64 1.15-1ubuntu2 [16.2 kB] Get:127 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shm0 amd64 1.15-1ubuntu2 [5756 B] Get:128 http://archive.ubuntu.com/ubuntu noble/main amd64 libxrender1 amd64 1:0.9.10-1.1build1 [19.0 kB] Get:129 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairo2 amd64 1.18.0-3build1 [566 kB] Get:130 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairo-gobject2 amd64 1.18.0-3build1 [127 kB] Get:131 http://archive.ubuntu.com/ubuntu noble/main amd64 libgraphite2-3 amd64 1.3.14-2build1 [73.0 kB] Get:132 http://archive.ubuntu.com/ubuntu noble/main amd64 libharfbuzz0b amd64 8.3.0-2build2 [469 kB] Get:133 http://archive.ubuntu.com/ubuntu noble/main amd64 libthai-data all 0.1.29-2build1 [158 kB] Get:134 http://archive.ubuntu.com/ubuntu noble/main amd64 libdatrie1 amd64 0.2.13-3build1 [19.0 kB] Get:135 http://archive.ubuntu.com/ubuntu noble/main amd64 libthai0 amd64 0.1.29-2build1 [18.9 kB] Get:136 http://archive.ubuntu.com/ubuntu noble/main amd64 libpango-1.0-0 amd64 1.52.1+ds-1build1 [231 kB] Get:137 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangoft2-1.0-0 amd64 1.52.1+ds-1build1 [42.5 kB] Get:138 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangocairo-1.0-0 amd64 1.52.1+ds-1build1 [28.8 kB] Get:139 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-2 amd64 2.58.0+dfsg-1build1 [2135 kB] Get:140 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-common amd64 2.58.0+dfsg-1build1 [11.8 kB] Get:141 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdouble-conversion3 amd64 3.3.0-1build1 [40.3 kB] Get:142 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgslcblas0 amd64 2.7.1+dfsg-6ubuntu2 [104 kB] Get:143 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgsl27 amd64 2.7.1+dfsg-6ubuntu2 [987 kB] Get:144 http://archive.ubuntu.com/ubuntu noble/universe amd64 lib2geom1.2.0t64 amd64 1.2.2-3.1build1 [344 kB] Get:145 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk1.0-0t64 amd64 2.52.0-1build1 [55.3 kB] Get:146 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 [12.8 kB] Get:147 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 [629 kB] Get:148 http://archive.ubuntu.com/ubuntu noble/main amd64 libatkmm-1.6-1v5 amd64 2.28.4-1build4 [77.1 kB] Get:149 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-filesystem1.83.0 amd64 1.83.0-2.1ubuntu3 [283 kB] Get:150 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairomm-1.0-1v5 amd64 1.14.5-1build1 [43.9 kB] Get:151 http://archive.ubuntu.com/ubuntu noble/main amd64 librevenge-0.0-0 amd64 0.0.5-3build1 [211 kB] Get:152 http://archive.ubuntu.com/ubuntu noble/main amd64 libcdr-0.1-1 amd64 0.1.7-1build2 [389 kB] Get:153 http://archive.ubuntu.com/ubuntu noble/main amd64 libgc1 amd64 1:8.2.6-1build1 [90.3 kB] Get:154 http://archive.ubuntu.com/ubuntu noble/main amd64 libgspell-1-common all 1.12.2-1build4 [6278 B] Get:155 http://archive.ubuntu.com/ubuntu noble/main amd64 libaspell15 amd64 0.60.8.1-1build1 [323 kB] Get:156 http://archive.ubuntu.com/ubuntu noble/main amd64 libhunspell-1.7-0 amd64 1.7.2+really1.7.2-10build3 [294 kB] Get:157 http://archive.ubuntu.com/ubuntu noble/main amd64 libenchant-2-2 amd64 2.3.3-2build2 [51.4 kB] Get:158 http://archive.ubuntu.com/ubuntu noble/main amd64 libxi6 amd64 2:1.8.1-1build1 [32.4 kB] Get:159 http://archive.ubuntu.com/ubuntu noble/main amd64 libatspi2.0-0t64 amd64 2.52.0-1build1 [80.5 kB] Get:160 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-bridge2.0-0t64 amd64 2.52.0-1build1 [66.0 kB] Get:161 http://archive.ubuntu.com/ubuntu noble/main amd64 libcolord2 amd64 1.4.7-1build2 [149 kB] Get:162 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-common-data amd64 0.8-13ubuntu6 [29.7 kB] Get:163 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-common3 amd64 0.8-13ubuntu6 [23.3 kB] Get:164 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-client3 amd64 0.8-13ubuntu6 [26.8 kB] Get:165 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcups2t64 amd64 2.4.7-1.2ubuntu7.3 [272 kB] Get:166 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy0 amd64 1.5.10-1build1 [220 kB] Get:167 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-client0 amd64 1.22.0-2.1build1 [26.4 kB] Get:168 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-cursor0 amd64 1.22.0-2.1build1 [10.4 kB] Get:169 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-egl1 amd64 1.22.0-2.1build1 [5628 B] Get:170 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcomposite1 amd64 1:0.4.5-1build3 [6320 B] Get:171 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes3 amd64 1:6.0.0-2build1 [10.8 kB] Get:172 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor1 amd64 1:1.2.1-1build1 [20.7 kB] Get:173 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdamage1 amd64 1:1.1.6-1build1 [6150 B] Get:174 http://archive.ubuntu.com/ubuntu noble/main amd64 libxinerama1 amd64 2:1.1.4-3build1 [6396 B] Get:175 http://archive.ubuntu.com/ubuntu noble/main amd64 libxrandr2 amd64 2:1.5.2-2build1 [19.7 kB] Get:176 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-common all 3.24.41-4ubuntu1.1 [1202 kB] Get:177 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-0t64 amd64 3.24.41-4ubuntu1.1 [2901 kB] Get:178 http://archive.ubuntu.com/ubuntu noble/main amd64 libgspell-1-2 amd64 1.12.2-1build4 [52.4 kB] Get:179 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangomm-1.4-1v5 amd64 2.46.4-1build3 [52.2 kB] Get:180 http://archive.ubuntu.com/ubuntu noble/main amd64 libgtkmm-3.0-1t64 amd64 3.24.9-1 [983 kB] Get:181 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagick++-6.q16-9t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [148 kB] Get:182 http://archive.ubuntu.com/ubuntu noble/main amd64 libnspr4 amd64 2:4.35-1.1build1 [117 kB] Get:183 http://archive.ubuntu.com/ubuntu noble/main amd64 libnss3 amd64 2:3.98-1build1 [1445 kB] Get:184 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler134 amd64 24.02.0-1ubuntu9.1 [1113 kB] Get:185 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler-glib8t64 amd64 24.02.0-1ubuntu9.1 [157 kB] Get:186 http://archive.ubuntu.com/ubuntu noble/universe amd64 libpotrace0 amd64 1.16-2build1 [17.7 kB] Get:187 http://archive.ubuntu.com/ubuntu noble/main amd64 libsoup2.4-common all 2.74.3-6ubuntu1 [8060 B] Get:188 http://archive.ubuntu.com/ubuntu noble/main amd64 libsoup-2.4-1 amd64 2.74.3-6ubuntu1 [282 kB] Get:189 http://archive.ubuntu.com/ubuntu noble/main amd64 libvisio-0.1-1 amd64 0.1.7-1build9 [237 kB] Get:190 http://archive.ubuntu.com/ubuntu noble/main amd64 libwpd-0.10-10 amd64 0.10.3-2build2 [206 kB] Get:191 http://archive.ubuntu.com/ubuntu noble/main amd64 libwpg-0.3-3 amd64 0.3.4-3build1 [51.8 kB] Get:192 http://archive.ubuntu.com/ubuntu noble/main amd64 libxslt1.1 amd64 1.1.39-0exp1build1 [167 kB] Get:193 http://archive.ubuntu.com/ubuntu noble/universe amd64 inkscape amd64 1.2.2-2ubuntu12 [21.5 MB] Get:194 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 unzip amd64 6.0-28ubuntu4.1 [174 kB] Get:195 http://archive.ubuntu.com/ubuntu noble/main amd64 zip amd64 3.0-13build1 [175 kB] 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0m91mdebconf: delaying package configuration, since apt-utils is not installed 0mFetched 93.3 MB in 8s (11.5 MB/s) Selecting previously unselected package libpython3.12-minimal:amd64. (Reading database ... 4378 files and directories currently installed.) Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.2) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.6.1-2ubuntu0.1_amd64.deb ... Unpacking libexpat1:amd64 (2.6.1-2ubuntu0.1) ... Selecting previously unselected package python3.12-minimal. Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking python3.12-minimal (3.12.3-1ubuntu0.2) ... Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.2) ... Setting up libexpat1:amd64 (2.6.1-2ubuntu0.1) ... Setting up python3.12-minimal (3.12.3-1ubuntu0.2) ... Selecting previously unselected package python3-minimal. (Reading database ... 4697 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2_amd64.deb ... Unpacking python3-minimal (3.12.3-0ubuntu2) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_10.1.0_all.deb ... Unpacking media-types (10.1.0) ... Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package tzdata. Preparing to unpack .../3-tzdata_2024a-3ubuntu1.1_all.deb ... Unpacking tzdata (2024a-3ubuntu1.1) ... Selecting previously unselected package readline-common. Preparing to unpack .../4-readline-common_8.2-4build1_all.deb ... Unpacking readline-common (8.2-4build1) ... Selecting previously unselected package libreadline8t64:amd64. Preparing to unpack .../5-libreadline8t64_8.2-4build1_amd64.deb ... Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' Unpacking libreadline8t64:amd64 (8.2-4build1) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../6-libsqlite3-0_3.45.1-1ubuntu2_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.45.1-1ubuntu2) ... Selecting previously unselected package libpython3.12-stdlib:amd64. Preparing to unpack .../7-libpython3.12-stdlib_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.2) ... Selecting previously unselected package python3.12. Preparing to unpack .../8-python3.12_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking python3.12 (3.12.3-1ubuntu0.2) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../9-libpython3-stdlib_3.12.3-0ubuntu2_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ... Setting up python3-minimal (3.12.3-0ubuntu2) ... Selecting previously unselected package python3. (Reading database ... 5702 files and directories currently installed.) Preparing to unpack .../00-python3_3.12.3-0ubuntu2_amd64.deb ... Unpacking python3 (3.12.3-0ubuntu2) ... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../01-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.3_amd64.deb ... Unpacking libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.3) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../02-libargon2-1_0~20190702+dfsg-4build1_amd64.deb ... Unpacking libargon2-1:amd64 (0~20190702+dfsg-4build1) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.1_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.1) ... Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../04-libjson-c5_0.17-1build1_amd64.deb ... Unpacking libjson-c5:amd64 (0.17-1build1) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../05-libcryptsetup12_2%3a2.7.0-1ubuntu4.1_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.1) ... Selecting previously unselected package libfdisk1:amd64. Preparing to unpack .../06-libfdisk1_2.39.3-9ubuntu6.1_amd64.deb ... Unpacking libfdisk1:amd64 (2.39.3-9ubuntu6.1) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../07-libkmod2_31+20240202-2ubuntu7_amd64.deb ... Unpacking libkmod2:amd64 (31+20240202-2ubuntu7) ... Selecting previously unselected package libsystemd-shared:amd64. Preparing to unpack .../08-libsystemd-shared_255.4-1ubuntu8.4_amd64.deb ... Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.4) ... Selecting previously unselected package systemd-dev. Preparing to unpack .../09-systemd-dev_255.4-1ubuntu8.4_all.deb ... Unpacking systemd-dev (255.4-1ubuntu8.4) ... Selecting previously unselected package systemd. Preparing to unpack .../10-systemd_255.4-1ubuntu8.4_amd64.deb ... Unpacking systemd (255.4-1ubuntu8.4) ... Setting up libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.3) ... Setting up libargon2-1:amd64 (0~20190702+dfsg-4build1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.1) ... Setting up libjson-c5:amd64 (0.17-1build1) ... Setting up libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.1) ... Setting up libfdisk1:amd64 (2.39.3-9ubuntu6.1) ... Setting up libkmod2:amd64 (31+20240202-2ubuntu7) ... Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.4) ... Setting up systemd-dev (255.4-1ubuntu8.4) ... Setting up systemd (255.4-1ubuntu8.4) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal': No such process /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal': No such process /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal': No such process /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal': No such process /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal': No such process Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Selecting previously unselected package systemd-sysv. (Reading database ... 6752 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_255.4-1ubuntu8.4_amd64.deb ... Unpacking systemd-sysv (255.4-1ubuntu8.4) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../01-libgomp1_14-20240412-0ubuntu1_amd64.deb ... Unpacking libgomp1:amd64 (14-20240412-0ubuntu1) ... Selecting previously unselected package libfftw3-double3:amd64. Preparing to unpack .../02-libfftw3-double3_3.3.10-1ubuntu3_amd64.deb ... Unpacking libfftw3-double3:amd64 (3.3.10-1ubuntu3) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../03-libbrotli1_1.1.0-2build2_amd64.deb ... Unpacking libbrotli1:amd64 (1.1.0-2build2) ... Selecting previously unselected package libpng16-16t64:amd64. Preparing to unpack .../04-libpng16-16t64_1.6.43-5build1_amd64.deb ... Unpacking libpng16-16t64:amd64 (1.6.43-5build1) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../05-libfreetype6_2.13.2+dfsg-1build3_amd64.deb ... Unpacking libfreetype6:amd64 (2.13.2+dfsg-1build3) ... Selecting previously unselected package fonts-dejavu-mono. Preparing to unpack .../06-fonts-dejavu-mono_2.37-8_all.deb ... Unpacking fonts-dejavu-mono (2.37-8) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../07-fonts-dejavu-core_2.37-8_all.deb ... Unpacking fonts-dejavu-core (2.37-8) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../08-fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb ... Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../09-libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ... Selecting previously unselected package libsharpyuv0:amd64. Preparing to unpack .../10-libsharpyuv0_1.3.2-0.4build3_amd64.deb ... Unpacking libsharpyuv0:amd64 (1.3.2-0.4build3) ... Selecting previously unselected package libaom3:amd64. Preparing to unpack .../11-libaom3_3.8.2-2ubuntu0.1_amd64.deb ... Unpacking libaom3:amd64 (3.8.2-2ubuntu0.1) ... Selecting previously unselected package libheif-plugin-aomdec:amd64. Preparing to unpack .../12-libheif-plugin-aomdec_1.17.6-1ubuntu4_amd64.deb ... Unpacking libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4) ... Selecting previously unselected package libde265-0:amd64. Preparing to unpack .../13-libde265-0_1.0.15-1build3_amd64.deb ... Unpacking libde265-0:amd64 (1.0.15-1build3) ... Selecting previously unselected package libheif-plugin-libde265:amd64. Preparing to unpack .../14-libheif-plugin-libde265_1.17.6-1ubuntu4_amd64.deb ... Unpacking libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4) ... Selecting previously unselected package libheif1:amd64. Preparing to unpack .../15-libheif1_1.17.6-1ubuntu4_amd64.deb ... Unpacking libheif1:amd64 (1.17.6-1ubuntu4) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../16-libjbig0_2.1-6.1ubuntu2_amd64.deb ... Unpacking libjbig0:amd64 (2.1-6.1ubuntu2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../17-libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (2.1.5-2ubuntu2) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../18-libjpeg8_8c-2ubuntu11_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu11) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../19-liblcms2-2_2.14-2build1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.14-2build1) ... Selecting previously unselected package libglib2.0-0t64:amd64. Preparing to unpack .../20-libglib2.0-0t64_2.80.0-6ubuntu3.1_amd64.deb ... Unpacking libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.1) ... Selecting previously unselected package liblqr-1-0:amd64. Preparing to unpack .../21-liblqr-1-0_0.4.2-2.1build2_amd64.deb ... Unpacking liblqr-1-0:amd64 (0.4.2-2.1build2) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../22-libltdl7_2.4.7-7build1_amd64.deb ... Unpacking libltdl7:amd64 (2.4.7-7build1) ... Selecting previously unselected package libopenjp2-7:amd64. Preparing to unpack .../23-libopenjp2-7_2.5.0-2ubuntu0.1_amd64.deb ... Unpacking libopenjp2-7:amd64 (2.5.0-2ubuntu0.1) ... Selecting previously unselected package libraw23t64:amd64. Preparing to unpack .../24-libraw23t64_0.21.2-2.1build1_amd64.deb ... Unpacking libraw23t64:amd64 (0.21.2-2.1build1) ... Selecting previously unselected package libdeflate0:amd64. Preparing to unpack .../25-libdeflate0_1.19-1build1.1_amd64.deb ... Unpacking libdeflate0:amd64 (1.19-1build1.1) ... Selecting previously unselected package liblerc4:amd64. Preparing to unpack .../26-liblerc4_4.0.0+ds-4ubuntu2_amd64.deb ... Unpacking liblerc4:amd64 (4.0.0+ds-4ubuntu2) ... Selecting previously unselected package libwebp7:amd64. Preparing to unpack .../27-libwebp7_1.3.2-0.4build3_amd64.deb ... Unpacking libwebp7:amd64 (1.3.2-0.4build3) ... Selecting previously unselected package libtiff6:amd64. Preparing to unpack .../28-libtiff6_4.5.1+git230720-4ubuntu2.2_amd64.deb ... Unpacking libtiff6:amd64 (4.5.1+git230720-4ubuntu2.2) ... Selecting previously unselected package libwebpdemux2:amd64. Preparing to unpack .../29-libwebpdemux2_1.3.2-0.4build3_amd64.deb ... Unpacking libwebpdemux2:amd64 (1.3.2-0.4build3) ... Selecting previously unselected package libwebpmux3:amd64. Preparing to unpack .../30-libwebpmux3_1.3.2-0.4build3_amd64.deb ... Unpacking libwebpmux3:amd64 (1.3.2-0.4build3) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../31-libxau6_1%3a1.0.9-1build6_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.9-1build6) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../32-libbsd0_0.12.1-1build1_amd64.deb ... Unpacking libbsd0:amd64 (0.12.1-1build1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../33-libxdmcp6_1%3a1.1.3-0ubuntu6_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../34-libxcb1_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb1:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../35-libx11-data_2%3a1.8.7-1build1_all.deb ... Unpacking libx11-data (2:1.8.7-1build1) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../36-libx11-6_2%3a1.8.7-1build1_amd64.deb ... Unpacking libx11-6:amd64 (2:1.8.7-1build1) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../37-libxext6_2%3a1.3.4-1build2_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.4-1build2) ... Selecting previously unselected package libicu74:amd64. Preparing to unpack .../38-libicu74_74.2-1ubuntu3.1_amd64.deb ... Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../39-libxml2_2.9.14+dfsg-1.3ubuntu3_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3) ... Selecting previously unselected package imagemagick-6-common. Preparing to unpack .../40-imagemagick-6-common_8%3a6.9.12.98+dfsg1-5.2build2_all.deb ... Unpacking imagemagick-6-common (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package libmagickcore-6.q16-7t64:amd64. Preparing to unpack .../41-libmagickcore-6.q16-7t64_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking libmagickcore-6.q16-7t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package libmagickwand-6.q16-7t64:amd64. Preparing to unpack .../42-libmagickwand-6.q16-7t64_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking libmagickwand-6.q16-7t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package perl-modules-5.38. Preparing to unpack .../43-perl-modules-5.38_5.38.2-3.2build2_all.deb ... Unpacking perl-modules-5.38 (5.38.2-3.2build2) ... Selecting previously unselected package libgdbm6t64:amd64. Preparing to unpack .../44-libgdbm6t64_1.23-5.1build1_amd64.deb ... Unpacking libgdbm6t64:amd64 (1.23-5.1build1) ... Selecting previously unselected package libgdbm-compat4t64:amd64. Preparing to unpack .../45-libgdbm-compat4t64_1.23-5.1build1_amd64.deb ... Unpacking libgdbm-compat4t64:amd64 (1.23-5.1build1) ... Selecting previously unselected package libperl5.38t64:amd64. Preparing to unpack .../46-libperl5.38t64_5.38.2-3.2build2_amd64.deb ... Unpacking libperl5.38t64:amd64 (5.38.2-3.2build2) ... Selecting previously unselected package perl. Preparing to unpack .../47-perl_5.38.2-3.2build2_amd64.deb ... Unpacking perl (5.38.2-3.2build2) ... Selecting previously unselected package adduser. Preparing to unpack .../48-adduser_3.137ubuntu1_all.deb ... Unpacking adduser (3.137ubuntu1) ... Setting up adduser (3.137ubuntu1) ... Selecting previously unselected package libdbus-1-3:amd64. (Reading database ... 9745 files and directories currently installed.) Preparing to unpack .../000-libdbus-1-3_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../001-dbus-bin_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking dbus-bin (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../002-dbus-session-bus-common_1.14.10-4ubuntu4.1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../003-dbus-daemon_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking dbus-daemon (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../004-dbus-system-bus-common_1.14.10-4ubuntu4.1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-4ubuntu4.1) ... Selecting previously unselected package dbus. Preparing to unpack .../005-dbus_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking dbus (1.14.10-4ubuntu4.1) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../006-libpam-systemd_255.4-1ubuntu8.4_amd64.deb ... Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.4) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../007-dbus-user-session_1.14.10-4ubuntu4.1_amd64.deb ... Unpacking dbus-user-session (1.14.10-4ubuntu4.1) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../008-libfribidi0_1.0.13-3build1_amd64.deb ... Unpacking libfribidi0:amd64 (1.0.13-3build1) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../009-libkrb5support0_1.20.1-6ubuntu2.1_amd64.deb ... Unpacking libkrb5support0:amd64 (1.20.1-6ubuntu2.1) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../010-libk5crypto3_1.20.1-6ubuntu2.1_amd64.deb ... Unpacking libk5crypto3:amd64 (1.20.1-6ubuntu2.1) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../011-libkeyutils1_1.6.3-3build1_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6.3-3build1) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../012-libkrb5-3_1.20.1-6ubuntu2.1_amd64.deb ... Unpacking libkrb5-3:amd64 (1.20.1-6ubuntu2.1) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../013-libgssapi-krb5-2_1.20.1-6ubuntu2.1_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.1) ... Selecting previously unselected package libtext-iconv-perl:amd64. Preparing to unpack .../014-libtext-iconv-perl_1.7-8build3_amd64.deb ... Unpacking libtext-iconv-perl:amd64 (1.7-8build3) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../015-shared-mime-info_2.4-4_amd64.deb ... Unpacking shared-mime-info (2.4-4) ... Selecting previously unselected package xkb-data. Preparing to unpack .../016-xkb-data_2.41-2ubuntu1.1_all.deb ... Unpacking xkb-data (2.41-2ubuntu1.1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../017-libnghttp2-14_1.59.0-1ubuntu0.1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.59.0-1ubuntu0.1) ... Selecting previously unselected package libpsl5t64:amd64. Preparing to unpack .../018-libpsl5t64_0.21.2-1.1build1_amd64.deb ... Unpacking libpsl5t64:amd64 (0.21.2-1.1build1) ... Selecting previously unselected package libxkbcommon0:amd64. Preparing to unpack .../019-libxkbcommon0_1.6.0-1build1_amd64.deb ... Unpacking libxkbcommon0:amd64 (1.6.0-1build1) ... Selecting previously unselected package wget. Preparing to unpack .../020-wget_1.21.4-1ubuntu4.1_amd64.deb ... Unpacking wget (1.21.4-1ubuntu4.1) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../021-libgdk-pixbuf2.0-common_2.42.10+dfsg-3ubuntu3.1_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.1) ... Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. Preparing to unpack .../022-libgdk-pixbuf-2.0-0_2.42.10+dfsg-3ubuntu3.1_amd64.deb ... Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../023-gtk-update-icon-cache_3.24.41-4ubuntu1.1_amd64.deb ... Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.1) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../024-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package humanity-icon-theme. Preparing to unpack .../025-humanity-icon-theme_0.6.16_all.deb ... Unpacking humanity-icon-theme (0.6.16) ... Selecting previously unselected package ubuntu-mono. Preparing to unpack .../026-ubuntu-mono_24.04-0ubuntu1_all.deb ... Unpacking ubuntu-mono (24.04-0ubuntu1) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../027-adwaita-icon-theme_46.0-1_all.deb ... Unpacking adwaita-icon-theme (46.0-1) ... Selecting previously unselected package at-spi2-common. Preparing to unpack .../028-at-spi2-common_2.52.0-1build1_all.deb ... Unpacking at-spi2-common (2.52.0-1build1) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../029-libdconf1_0.40.0-4build2_amd64.deb ... Unpacking libdconf1:amd64 (0.40.0-4build2) ... Selecting previously unselected package dconf-service. Preparing to unpack .../030-dconf-service_0.40.0-4build2_amd64.deb ... Unpacking dconf-service (0.40.0-4build2) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../031-dconf-gsettings-backend_0.40.0-4build2_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.40.0-4build2) ... Selecting previously unselected package emacsen-common. Preparing to unpack .../032-emacsen-common_3.0.5_all.deb ... Unpacking emacsen-common (3.0.5) ... Selecting previously unselected package dictionaries-common. Preparing to unpack .../033-dictionaries-common_1.29.7_all.deb ... Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common' Unpacking dictionaries-common (1.29.7) ... Selecting previously unselected package fontconfig. Preparing to unpack .../034-fontconfig_2.15.0-1.1ubuntu2_amd64.deb ... Unpacking fontconfig (2.15.0-1.1ubuntu2) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../035-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-5ubuntu3.1) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../036-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-5ubuntu3.1) ... Selecting previously unselected package libldap2:amd64. Preparing to unpack .../037-libldap2_2.6.7+dfsg-1~exp1ubuntu8_amd64.deb ... Unpacking libldap2:amd64 (2.6.7+dfsg-1~exp1ubuntu8) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../038-librtmp1_2.4+20151223.gitfa8646d.1-2build7_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../039-libssh-4_0.10.6-2build2_amd64.deb ... Unpacking libssh-4:amd64 (0.10.6-2build2) ... Selecting previously unselected package libcurl3t64-gnutls:amd64. Preparing to unpack .../040-libcurl3t64-gnutls_8.5.0-2ubuntu10.4_amd64.deb ... Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.4) ... Selecting previously unselected package libduktape207:amd64. Preparing to unpack .../041-libduktape207_2.7.0+tests-0ubuntu3_amd64.deb ... Unpacking libduktape207:amd64 (2.7.0+tests-0ubuntu3) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../042-libproxy1v5_0.5.4-4build1_amd64.deb ... Unpacking libproxy1v5:amd64 (0.5.4-4build1) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../043-glib-networking-common_2.80.0-1build1_all.deb ... Unpacking glib-networking-common (2.80.0-1build1) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../044-glib-networking-services_2.80.0-1build1_amd64.deb ... Unpacking glib-networking-services (2.80.0-1build1) ... Selecting previously unselected package session-migration. Preparing to unpack .../045-session-migration_0.3.9build1_amd64.deb ... Unpacking session-migration (0.3.9build1) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../046-gsettings-desktop-schemas_46.1-0ubuntu1_all.deb ... Unpacking gsettings-desktop-schemas (46.1-0ubuntu1) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../047-glib-networking_2.80.0-1build1_amd64.deb ... Unpacking glib-networking:amd64 (2.80.0-1build1) ... Selecting previously unselected package hunspell-en-us. Preparing to unpack .../048-hunspell-en-us_1%3a2020.12.07-2_all.deb ... Unpacking hunspell-en-us (1:2020.12.07-2) ... Selecting previously unselected package imagemagick-6.q16. Preparing to unpack .../049-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package imagemagick. Preparing to unpack .../050-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../051-libpixman-1-0_0.42.2-1build1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.42.2-1build1) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../052-libxcb-render0_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-render0:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../053-libxcb-shm0_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../054-libxrender1_1%3a0.9.10-1.1build1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1.1build1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../055-libcairo2_1.18.0-3build1_amd64.deb ... Unpacking libcairo2:amd64 (1.18.0-3build1) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../056-libcairo-gobject2_1.18.0-3build1_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.18.0-3build1) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../057-libgraphite2-3_1.3.14-2build1_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.14-2build1) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../058-libharfbuzz0b_8.3.0-2build2_amd64.deb ... Unpacking libharfbuzz0b:amd64 (8.3.0-2build2) ... Selecting previously unselected package libthai-data. Preparing to unpack .../059-libthai-data_0.1.29-2build1_all.deb ... Unpacking libthai-data (0.1.29-2build1) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../060-libdatrie1_0.2.13-3build1_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.13-3build1) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../061-libthai0_0.1.29-2build1_amd64.deb ... Unpacking libthai0:amd64 (0.1.29-2build1) ... Selecting previously unselected package libpango-1.0-0:amd64. Preparing to unpack .../062-libpango-1.0-0_1.52.1+ds-1build1_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.52.1+ds-1build1) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. Preparing to unpack .../063-libpangoft2-1.0-0_1.52.1+ds-1build1_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.52.1+ds-1build1) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. Preparing to unpack .../064-libpangocairo-1.0-0_1.52.1+ds-1build1_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.52.1+ds-1build1) ... Selecting previously unselected package librsvg2-2:amd64. Preparing to unpack .../065-librsvg2-2_2.58.0+dfsg-1build1_amd64.deb ... Unpacking librsvg2-2:amd64 (2.58.0+dfsg-1build1) ... Selecting previously unselected package librsvg2-common:amd64. Preparing to unpack .../066-librsvg2-common_2.58.0+dfsg-1build1_amd64.deb ... Unpacking librsvg2-common:amd64 (2.58.0+dfsg-1build1) ... Selecting previously unselected package libdouble-conversion3:amd64. Preparing to unpack .../067-libdouble-conversion3_3.3.0-1build1_amd64.deb ... Unpacking libdouble-conversion3:amd64 (3.3.0-1build1) ... Selecting previously unselected package libgslcblas0:amd64. Preparing to unpack .../068-libgslcblas0_2.7.1+dfsg-6ubuntu2_amd64.deb ... Unpacking libgslcblas0:amd64 (2.7.1+dfsg-6ubuntu2) ... Selecting previously unselected package libgsl27:amd64. Preparing to unpack .../069-libgsl27_2.7.1+dfsg-6ubuntu2_amd64.deb ... Unpacking libgsl27:amd64 (2.7.1+dfsg-6ubuntu2) ... Selecting previously unselected package lib2geom1.2.0t64:amd64. Preparing to unpack .../070-lib2geom1.2.0t64_1.2.2-3.1build1_amd64.deb ... Unpacking lib2geom1.2.0t64:amd64 (1.2.2-3.1build1) ... Selecting previously unselected package libatk1.0-0t64:amd64. Preparing to unpack .../071-libatk1.0-0t64_2.52.0-1build1_amd64.deb ... Unpacking libatk1.0-0t64:amd64 (2.52.0-1build1) ... Selecting previously unselected package libsigc++-2.0-0v5:amd64. Preparing to unpack .../072-libsigc++-2.0-0v5_2.12.1-2_amd64.deb ... Unpacking libsigc++-2.0-0v5:amd64 (2.12.1-2) ... Selecting previously unselected package libglibmm-2.4-1t64:amd64. Preparing to unpack .../073-libglibmm-2.4-1t64_2.66.7-1build1_amd64.deb ... Unpacking libglibmm-2.4-1t64:amd64 (2.66.7-1build1) ... Selecting previously unselected package libatkmm-1.6-1v5:amd64. Preparing to unpack .../074-libatkmm-1.6-1v5_2.28.4-1build4_amd64.deb ... Unpacking libatkmm-1.6-1v5:amd64 (2.28.4-1build4) ... Selecting previously unselected package libboost-filesystem1.83.0:amd64. Preparing to unpack .../075-libboost-filesystem1.83.0_1.83.0-2.1ubuntu3_amd64.deb ... Unpacking libboost-filesystem1.83.0:amd64 (1.83.0-2.1ubuntu3) ... Selecting previously unselected package libcairomm-1.0-1v5:amd64. Preparing to unpack .../076-libcairomm-1.0-1v5_1.14.5-1build1_amd64.deb ... Unpacking libcairomm-1.0-1v5:amd64 (1.14.5-1build1) ... Selecting previously unselected package librevenge-0.0-0:amd64. Preparing to unpack .../077-librevenge-0.0-0_0.0.5-3build1_amd64.deb ... Unpacking librevenge-0.0-0:amd64 (0.0.5-3build1) ... Selecting previously unselected package libcdr-0.1-1:amd64. Preparing to unpack .../078-libcdr-0.1-1_0.1.7-1build2_amd64.deb ... Unpacking libcdr-0.1-1:amd64 (0.1.7-1build2) ... Selecting previously unselected package libgc1:amd64. Preparing to unpack .../079-libgc1_1%3a8.2.6-1build1_amd64.deb ... Unpacking libgc1:amd64 (1:8.2.6-1build1) ... Selecting previously unselected package libgspell-1-common. Preparing to unpack .../080-libgspell-1-common_1.12.2-1build4_all.deb ... Unpacking libgspell-1-common (1.12.2-1build4) ... Selecting previously unselected package libaspell15:amd64. Preparing to unpack .../081-libaspell15_0.60.8.1-1build1_amd64.deb ... Unpacking libaspell15:amd64 (0.60.8.1-1build1) ... Selecting previously unselected package libhunspell-1.7-0:amd64. Preparing to unpack .../082-libhunspell-1.7-0_1.7.2+really1.7.2-10build3_amd64.deb ... Unpacking libhunspell-1.7-0:amd64 (1.7.2+really1.7.2-10build3) ... Selecting previously unselected package libenchant-2-2:amd64. Preparing to unpack .../083-libenchant-2-2_2.3.3-2build2_amd64.deb ... Unpacking libenchant-2-2:amd64 (2.3.3-2build2) ... Selecting previously unselected package libxi6:amd64. Preparing to unpack .../084-libxi6_2%3a1.8.1-1build1_amd64.deb ... Unpacking libxi6:amd64 (2:1.8.1-1build1) ... Selecting previously unselected package libatspi2.0-0t64:amd64. Preparing to unpack .../085-libatspi2.0-0t64_2.52.0-1build1_amd64.deb ... Unpacking libatspi2.0-0t64:amd64 (2.52.0-1build1) ... Selecting previously unselected package libatk-bridge2.0-0t64:amd64. Preparing to unpack .../086-libatk-bridge2.0-0t64_2.52.0-1build1_amd64.deb ... Unpacking libatk-bridge2.0-0t64:amd64 (2.52.0-1build1) ... Selecting previously unselected package libcolord2:amd64. Preparing to unpack .../087-libcolord2_1.4.7-1build2_amd64.deb ... Unpacking libcolord2:amd64 (1.4.7-1build2) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../088-libavahi-common-data_0.8-13ubuntu6_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.8-13ubuntu6) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../089-libavahi-common3_0.8-13ubuntu6_amd64.deb ... Unpacking libavahi-common3:amd64 (0.8-13ubuntu6) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../090-libavahi-client3_0.8-13ubuntu6_amd64.deb ... Unpacking libavahi-client3:amd64 (0.8-13ubuntu6) ... Selecting previously unselected package libcups2t64:amd64. Preparing to unpack .../091-libcups2t64_2.4.7-1.2ubuntu7.3_amd64.deb ... Unpacking libcups2t64:amd64 (2.4.7-1.2ubuntu7.3) ... Selecting previously unselected package libepoxy0:amd64. Preparing to unpack .../092-libepoxy0_1.5.10-1build1_amd64.deb ... Unpacking libepoxy0:amd64 (1.5.10-1build1) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../093-libwayland-client0_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-client0:amd64 (1.22.0-2.1build1) ... Selecting previously unselected package libwayland-cursor0:amd64. Preparing to unpack .../094-libwayland-cursor0_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-cursor0:amd64 (1.22.0-2.1build1) ... Selecting previously unselected package libwayland-egl1:amd64. Preparing to unpack .../095-libwayland-egl1_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-egl1:amd64 (1.22.0-2.1build1) ... Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../096-libxcomposite1_1%3a0.4.5-1build3_amd64.deb ... Unpacking libxcomposite1:amd64 (1:0.4.5-1build3) ... Selecting previously unselected package libxfixes3:amd64. Preparing to unpack .../097-libxfixes3_1%3a6.0.0-2build1_amd64.deb ... Unpacking libxfixes3:amd64 (1:6.0.0-2build1) ... Selecting previously unselected package libxcursor1:amd64. Preparing to unpack .../098-libxcursor1_1%3a1.2.1-1build1_amd64.deb ... Unpacking libxcursor1:amd64 (1:1.2.1-1build1) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../099-libxdamage1_1%3a1.1.6-1build1_amd64.deb ... Unpacking libxdamage1:amd64 (1:1.1.6-1build1) ... Selecting previously unselected package libxinerama1:amd64. Preparing to unpack .../100-libxinerama1_2%3a1.1.4-3build1_amd64.deb ... Unpacking libxinerama1:amd64 (2:1.1.4-3build1) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../101-libxrandr2_2%3a1.5.2-2build1_amd64.deb ... Unpacking libxrandr2:amd64 (2:1.5.2-2build1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../102-libgtk-3-common_3.24.41-4ubuntu1.1_all.deb ... Unpacking libgtk-3-common (3.24.41-4ubuntu1.1) ... Selecting previously unselected package libgtk-3-0t64:amd64. Preparing to unpack .../103-libgtk-3-0t64_3.24.41-4ubuntu1.1_amd64.deb ... Unpacking libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.1) ... Selecting previously unselected package libgspell-1-2:amd64. Preparing to unpack .../104-libgspell-1-2_1.12.2-1build4_amd64.deb ... Unpacking libgspell-1-2:amd64 (1.12.2-1build4) ... Selecting previously unselected package libpangomm-1.4-1v5:amd64. Preparing to unpack .../105-libpangomm-1.4-1v5_2.46.4-1build3_amd64.deb ... Unpacking libpangomm-1.4-1v5:amd64 (2.46.4-1build3) ... Selecting previously unselected package libgtkmm-3.0-1t64:amd64. Preparing to unpack .../106-libgtkmm-3.0-1t64_3.24.9-1_amd64.deb ... Unpacking libgtkmm-3.0-1t64:amd64 (3.24.9-1) ... Selecting previously unselected package libmagick++-6.q16-9t64:amd64. Preparing to unpack .../107-libmagick++-6.q16-9t64_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ... Unpacking libmagick++-6.q16-9t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../108-libnspr4_2%3a4.35-1.1build1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.35-1.1build1) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../109-libnss3_2%3a3.98-1build1_amd64.deb ... Unpacking libnss3:amd64 (2:3.98-1build1) ... Selecting previously unselected package libpoppler134:amd64. Preparing to unpack .../110-libpoppler134_24.02.0-1ubuntu9.1_amd64.deb ... Unpacking libpoppler134:amd64 (24.02.0-1ubuntu9.1) ... Selecting previously unselected package libpoppler-glib8t64:amd64. Preparing to unpack .../111-libpoppler-glib8t64_24.02.0-1ubuntu9.1_amd64.deb ... Unpacking libpoppler-glib8t64:amd64 (24.02.0-1ubuntu9.1) ... Selecting previously unselected package libpotrace0:amd64. Preparing to unpack .../112-libpotrace0_1.16-2build1_amd64.deb ... Unpacking libpotrace0:amd64 (1.16-2build1) ... Selecting previously unselected package libsoup2.4-common. Preparing to unpack .../113-libsoup2.4-common_2.74.3-6ubuntu1_all.deb ... Unpacking libsoup2.4-common (2.74.3-6ubuntu1) ... Selecting previously unselected package libsoup-2.4-1:amd64. Preparing to unpack .../114-libsoup-2.4-1_2.74.3-6ubuntu1_amd64.deb ... Unpacking libsoup-2.4-1:amd64 (2.74.3-6ubuntu1) ... Selecting previously unselected package libvisio-0.1-1:amd64. Preparing to unpack .../115-libvisio-0.1-1_0.1.7-1build9_amd64.deb ... Unpacking libvisio-0.1-1:amd64 (0.1.7-1build9) ... Selecting previously unselected package libwpd-0.10-10:amd64. Preparing to unpack .../116-libwpd-0.10-10_0.10.3-2build2_amd64.deb ... Unpacking libwpd-0.10-10:amd64 (0.10.3-2build2) ... Selecting previously unselected package libwpg-0.3-3:amd64. Preparing to unpack .../117-libwpg-0.3-3_0.3.4-3build1_amd64.deb ... Unpacking libwpg-0.3-3:amd64 (0.3.4-3build1) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../118-libxslt1.1_1.1.39-0exp1build1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.39-0exp1build1) ... Selecting previously unselected package inkscape. Preparing to unpack .../119-inkscape_1.2.2-2ubuntu12_amd64.deb ... Unpacking inkscape (1.2.2-2ubuntu12) ... Selecting previously unselected package unzip. Preparing to unpack .../120-unzip_6.0-28ubuntu4.1_amd64.deb ... Unpacking unzip (6.0-28ubuntu4.1) ... Selecting previously unselected package zip. Preparing to unpack .../121-zip_3.0-13build1_amd64.deb ... Unpacking zip (3.0-13build1) ... Setting up media-types (10.1.0) ... Setting up libtext-iconv-perl:amd64 (1.7-8build3) ... Setting up libgraphite2-3:amd64 (1.3.14-2build1) ... Setting up liblcms2-2:amd64 (2.14-2build1) ... Setting up libpixman-1-0:amd64 (0.42.2-1build1) ... Setting up libsharpyuv0:amd64 (1.3.2-0.4build3) ... Setting up libaom3:amd64 (3.8.2-2ubuntu0.1) ... Setting up systemd-sysv (255.4-1ubuntu8.4) ... Setting up libxau6:amd64 (1:1.0.9-1build6) ... Setting up imagemagick-6-common (8:6.9.12.98+dfsg1-5.2build2) ... Setting up libdouble-conversion3:amd64 (3.3.0-1build1) ... Setting up libkeyutils1:amd64 (1.6.3-3build1) ... Setting up liblerc4:amd64 (4.0.0+ds-4ubuntu2) ... Setting up libgdbm6t64:amd64 (1.23-5.1build1) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libdatrie1:amd64 (0.2.13-3build1) ... Setting up libgslcblas0:amd64 (2.7.1+dfsg-6ubuntu2) ... Setting up libgdbm-compat4t64:amd64 (1.23-5.1build1) ... Setting up libgspell-1-common (1.12.2-1build4) ... Setting up libaspell15:amd64 (0.60.8.1-1build1) ... Setting up unzip (6.0-28ubuntu4.1) ... Setting up libbrotli1:amd64 (1.1.0-2build2) ... Setting up libsqlite3-0:amd64 (3.45.1-1ubuntu2) ... Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.1) ... Setting up libpsl5t64:amd64 (0.21.2-1.1build1) ... Setting up libnghttp2-14:amd64 (1.59.0-1ubuntu0.1) ... Setting up libdeflate0:amd64 (1.19-1build1.1) ... Setting up libgsl27:amd64 (2.7.1+dfsg-6ubuntu2) ... Setting up xkb-data (2.41-2ubuntu1.1) ... Setting up libboost-filesystem1.83.0:amd64 (1.83.0-2.1ubuntu3) ... Setting up libgomp1:amd64 (14-20240412-0ubuntu1) ... Setting up libjbig0:amd64 (2.1-6.1ubuntu2) ... Setting up librevenge-0.0-0:amd64 (0.0.5-3build1) ... Setting up libkrb5support0:amd64 (1.20.1-6ubuntu2.1) ... Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-5ubuntu3.1) ... Setting up tzdata (2024a-3ubuntu1.1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Configuring tzdata ------------------ Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are located. 1. Africa 4. Arctic Ocean 7. Australia 10. Pacific Ocean 2. Americas 5. Asia 8. Europe 11. None of the above 3. Antarctica 6. Atlantic Ocean 9. Indian Ocean Geographic area: Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 112. Current default time zone: '/UTC' Local time is now: Mon Oct 7 07:15:11 UTC 2024. Universal Time is now: Mon Oct 7 07:15:11 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 4. Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 85, <GEN6> line 4. Setting up zip (3.0-13build1) ... Setting up libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.1) ... Setting up emacsen-common (3.0.5) ... Setting up libx11-data (2:1.8.7-1build1) ... Setting up libepoxy0:amd64 (1.5.10-1build1) ... Setting up libnspr4:amd64 (2:4.35-1.1build1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ... Setting up libsigc++-2.0-0v5:amd64 (2.12.1-2) ... Setting up libavahi-common-data:amd64 (0.8-13ubuntu6) ... Setting up libdbus-1-3:amd64 (1.14.10-4ubuntu4.1) ... Setting up libfribidi0:amd64 (1.0.13-3build1) ... Setting up perl-modules-5.38 (5.38.2-3.2build2) ... Setting up fonts-dejavu-mono (2.37-8) ... Setting up libpng16-16t64:amd64 (1.6.43-5build1) ... Setting up fonts-dejavu-core (2.37-8) ... Setting up libk5crypto3:amd64 (1.20.1-6ubuntu2.1) ... Setting up libjpeg-turbo8:amd64 (2.1.5-2ubuntu2) ... Setting up libgc1:amd64 (1:8.2.6-1build1) ... Setting up libltdl7:amd64 (2.4.7-7build1) ... Setting up libfftw3-double3:amd64 (3.3.10-1ubuntu3) ... Setting up libsasl2-2:amd64 (2.1.28+dfsg1-5ubuntu3.1) ... Setting up libsoup2.4-common (2.74.3-6ubuntu1) ... Setting up libwebp7:amd64 (1.3.2-0.4build3) ... Setting up libicu74:amd64 (74.2-1ubuntu3.1) ... Setting up liblqr-1-0:amd64 (0.4.2-2.1build2) ... Setting up libduktape207:amd64 (2.7.0+tests-0ubuntu3) ... Setting up at-spi2-common (2.52.0-1build1) ... Setting up dbus-session-bus-common (1.14.10-4ubuntu4.1) ... Setting up libopenjp2-7:amd64 (2.5.0-2ubuntu0.1) ... Setting up libthai-data (0.1.29-2build1) ... Setting up netbase (6.4) ... Setting up libkrb5-3:amd64 (1.20.1-6ubuntu2.1) ... Setting up libwayland-egl1:amd64 (1.22.0-2.1build1) ... Setting up libperl5.38t64:amd64 (5.38.2-3.2build2) ... Setting up libhunspell-1.7-0:amd64 (1.7.2+really1.7.2-10build3) ... Setting up glib-networking-common (2.80.0-1build1) ... Setting up dbus-system-bus-common (1.14.10-4ubuntu4.1) ... Setting up libde265-0:amd64 (1.0.15-1build3) ... Setting up libwebpmux3:amd64 (1.3.2-0.4build3) ... Setting up libbsd0:amd64 (0.12.1-1build1) ... Setting up libwpd-0.10-10:amd64 (0.10.3-2build2) ... Setting up readline-common (8.2-4build1) ... Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3) ... Setting up libldap2:amd64 (2.6.7+dfsg-1~exp1ubuntu8) ... Setting up dbus-bin (1.14.10-4ubuntu4.1) ... Setting up libvisio-0.1-1:amd64 (0.1.7-1build9) ... Setting up libxkbcommon0:amd64 (1.6.0-1build1) ... Setting up libpotrace0:amd64 (1.16-2build1) ... Setting up libwayland-client0:amd64 (1.22.0-2.1build1) ... Setting up libjpeg8:amd64 (8c-2ubuntu11) ... Setting up session-migration (0.3.9build1) ... Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service. Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ... Setting up libxcb1:amd64 (1.15-1ubuntu2) ... Setting up libatk1.0-0t64:amd64 (2.52.0-1build1) ... Setting up wget (1.21.4-1ubuntu4.1) ... Setting up dictionaries-common (1.29.7) ... locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Setting up libxcb-render0:amd64 (1.15-1ubuntu2) ... Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... Setting up libwebpdemux2:amd64 (1.3.2-0.4build3) ... Setting up libavahi-common3:amd64 (0.8-13ubuntu6) ... Setting up libnss3:amd64 (2:3.98-1build1) ... Setting up libxcb-shm0:amd64 (1.15-1ubuntu2) ... Setting up dbus-daemon (1.14.10-4ubuntu4.1) ... Setting up libcdr-0.1-1:amd64 (0.1.7-1build2) ... Setting up libcolord2:amd64 (1.4.7-1build2) ... Setting up libdconf1:amd64 (0.40.0-4build2) ... Setting up libglibmm-2.4-1t64:amd64 (2.66.7-1build1) ... Setting up libthai0:amd64 (0.1.29-2build1) ... Setting up perl (5.38.2-3.2build2) ... Setting up libfreetype6:amd64 (2.13.2+dfsg-1build3) ... Setting up dbus (1.14.10-4ubuntu4.1) ... Setting up shared-mime-info (2.4-4) ... Setting up libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.1) ... Setting up libssh-4:amd64 (0.10.6-2build2) ... Setting up libraw23t64:amd64 (0.21.2-2.1build1) ... Setting up libwpg-0.3-3:amd64 (0.3.4-3build1) ... Setting up libreadline8t64:amd64 (8.2-4build1) ... Setting up libtiff6:amd64 (4.5.1+git230720-4ubuntu2.2) ... Setting up libwayland-cursor0:amd64 (1.22.0-2.1build1) ... Setting up libxslt1.1:amd64 (1.1.39-0exp1build1) ... Setting up hunspell-en-us (1:2020.12.07-2) ... Setting up libpam-systemd:amd64 (255.4-1ubuntu8.4) ... locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Setting up libx11-6:amd64 (2:1.8.7-1build1) ... Setting up libharfbuzz0b:amd64 (8.3.0-2build2) ... Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ... Setting up libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ... Setting up libatkmm-1.6-1v5:amd64 (2.28.4-1build4) ... Setting up libxcomposite1:amd64 (1:0.4.5-1build3) ... Setting up libavahi-client3:amd64 (0.8-13ubuntu6) ... Setting up gtk-update-icon-cache (3.24.41-4ubuntu1.1) ... Setting up fontconfig (2.15.0-1.1ubuntu2) ... Regenerating fonts cache... done. Setting up libxdamage1:amd64 (1:1.1.6-1build1) ... Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.2) ... Setting up libxrender1:amd64 (1:0.9.10-1.1build1) ... Setting up libenchant-2-2:amd64 (2.3.3-2build2) ... Setting up python3.12 (3.12.3-1ubuntu0.2) ... Setting up libpango-1.0-0:amd64 (1.52.1+ds-1build1) ... Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.4) ... Setting up libxext6:amd64 (2:1.3.4-1build2) ... Setting up libcairo2:amd64 (1.18.0-3build1) ... Setting up lib2geom1.2.0t64:amd64 (1.2.2-3.1build1) ... Setting up libcairomm-1.0-1v5:amd64 (1.14.5-1build1) ... Setting up dbus-user-session (1.14.10-4ubuntu4.1) ... Setting up libxfixes3:amd64 (1:6.0.0-2build1) ... Setting up libxinerama1:amd64 (2:1.1.4-3build1) ... Setting up libxrandr2:amd64 (2:1.5.2-2build1) ... Setting up libcairo-gobject2:amd64 (1.18.0-3build1) ... Setting up libpangoft2-1.0-0:amd64 (1.52.1+ds-1build1) ... Setting up libcups2t64:amd64 (2.4.7-1.2ubuntu7.3) ... Setting up libpangocairo-1.0-0:amd64 (1.52.1+ds-1build1) ... Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ... Setting up libproxy1v5:amd64 (0.5.4-4build1) ... Setting up libxi6:amd64 (2:1.8.1-1build1) ... Setting up libpoppler134:amd64 (24.02.0-1ubuntu9.1) ... Setting up libxcursor1:amd64 (1:1.2.1-1build1) ... Setting up dconf-service (0.40.0-4build2) ... Setting up python3 (3.12.3-0ubuntu2) ... running python rtupdate hooks for python3.12... running python post-rtupdate hooks for python3.12... Setting up librsvg2-2:amd64 (2.58.0+dfsg-1build1) ... Setting up libpoppler-glib8t64:amd64 (24.02.0-1ubuntu9.1) ... Setting up libatspi2.0-0t64:amd64 (2.52.0-1build1) ... Setting up librsvg2-common:amd64 (2.58.0+dfsg-1build1) ... Setting up libpangomm-1.4-1v5:amd64 (2.46.4-1build3) ... Setting up libatk-bridge2.0-0t64:amd64 (2.52.0-1build1) ... Setting up glib-networking-services (2.80.0-1build1) ... Setting up dconf-gsettings-backend:amd64 (0.40.0-4build2) ... Setting up libgtk-3-common (3.24.41-4ubuntu1.1) ... Setting up gsettings-desktop-schemas (46.1-0ubuntu1) ... Setting up glib-networking:amd64 (2.80.0-1build1) ... Setting up libsoup-2.4-1:amd64 (2.74.3-6ubuntu1) ... Setting up libheif1:amd64 (1.17.6-1ubuntu4) ... Setting up libmagickcore-6.q16-7t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Setting up libmagickwand-6.q16-7t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Setting up humanity-icon-theme (0.6.16) ... Setting up libmagick++-6.q16-9t64:amd64 (8:6.9.12.98+dfsg1-5.2build2) ... Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ... update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/compare.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare) doesn't exist update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/compare-im6.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare-im6) doesn't exist update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/animate.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate) doesn't exist update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/animate-im6.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate-im6) doesn't exist update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/convert.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert) doesn't exist update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/convert-im6.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert-im6) doesn't exist update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/composite.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite) doesn't exist update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/composite-im6.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite-im6) doesn't exist update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/conjure.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure) doesn't exist update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/conjure-im6.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure-im6) doesn't exist update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/import.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import) doesn't exist update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/import-im6.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import-im6) doesn't exist update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/identify.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify) doesn't exist update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/identify-im6.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify-im6) doesn't exist update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/stream.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream) doesn't exist update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/stream-im6.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream-im6) doesn't exist update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/display.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display) doesn't exist update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/display-im6.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display-im6) doesn't exist update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/montage.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage) doesn't exist update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/montage-im6.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage-im6) doesn't exist update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify) doesn't exist update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify-im6.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify-im6) doesn't exist Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4) ... Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4) ... Setting up ubuntu-mono (24.04-0ubuntu1) ... Setting up adwaita-icon-theme (46.0-1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Setting up libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.1) ... Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ... Setting up libgtkmm-3.0-1t64:amd64 (3.24.9-1) ... Setting up libgspell-1-2:amd64 (1.12.2-1build4) ... Setting up inkscape (1.2.2-2ubuntu12) ... Processing triggers for libc-bin (2.39-0ubuntu8.3) ... Processing triggers for dictionaries-common (1.29.7) ... locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ... ---> Removed intermediate container 59514335e024 ---> 0ad9491b86ed Step 10/15 : ENV TEXLIVE_YEAR=2024 ---> Running in 453233d3c477 ---> Removed intermediate container 453233d3c477 ---> e13c50f86c64 Step 11/15 : ENV PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest ---> Running in f7b19df87db9 ---> Removed intermediate container f7b19df87db9 ---> 843c647453d4 Step 12/15 : RUN wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip && unzip -qq install-tl.zip -d install-tl && cd install-tl/install-tl-* && echo "selected_scheme scheme-minimal" > p && perl ./install-tl --profile=p && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" && cd /action && rm -rf install-tl* && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile && tlmgr init-usertree && tlmgr install texliveonfly collection-latex l3kernel l3packages && pdflatex --version && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]' && tlmgr install latexmk && bash -c 'latexmk --version' ---> Running in 74a69e5cc950 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mAutomated TeX Live installation using profile: p Loading https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb 91mcannot contact mirror.ctan.org, returning a backbone server! 0mInstalling TeX Live 2024 from: https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified) Platform: x86_64-linux => 'GNU/Linux on x86_64' Distribution: net (downloading) Using URL: https://www.ctan.org/tex-archive/systems/texlive/tlnet Directory for temporary files: /tmp/mRc6k_UzNK Installing to: /usr/local/texlive/2024 Installing [1/4, time/total: ??:??/??:??]: hyphen-base [23k] Installing [2/4, time/total: 00:02/03:17]: kpathsea [1065k] Installing [3/4, time/total: 00:04/00:08]: texlive-scripts [540k] Installing [4/4, time/total: 00:06/00:08]: texlive.infra [558k] Time used for installing the packages: 00:08 Installing [01/55, time/total: ??:??/??:??]: amsfonts [4725k] Installing [02/55, time/total: 00:04/00:22]: bibtex [404k] Installing [03/55, time/total: 00:06/00:31]: bibtex.x86_64-linux [74k] Installing [04/55, time/total: 00:07/00:36]: cm [235k] Installing [05/55, time/total: 00:10/00:49]: collection-basic [1k] Installing [06/55, time/total: 00:11/00:54]: colorprofiles [113k] Installing [07/55, time/total: 00:13/01:03]: dehyph [46k] Installing [08/55, time/total: 00:14/01:07]: dvipdfmx [3081k] Installing [09/55, time/total: 00:16/00:49]: dvipdfmx.x86_64-linux [429k] Installing [10/55, time/total: 00:17/00:50]: dvips [576k] Installing [11/55, time/total: 00:20/00:55]: dvips.x86_64-linux [149k] Installing [12/55, time/total: 00:21/00:57]: ec [280k] Installing [13/55, time/total: 00:23/01:01]: enctex [272k] Installing [14/55, time/total: 00:25/01:04]: etex [331k] Installing [15/55, time/total: 00:27/01:07]: etex-pkg [7k] Installing [16/55, time/total: 00:29/01:12]: glyphlist [25k] Installing [17/55, time/total: 00:30/01:15]: graphics-def [12k] Installing [18/55, time/total: 00:32/01:20]: hyph-utf8 [312k] Installing [19/55, time/total: 00:35/01:25]: hyphenex [208k] Installing [20/55, time/total: 00:37/01:28]: ifplatform [156k] Installing [21/55, time/total: 00:40/01:34]: iftex [227k] Installing [22/55, time/total: 00:42/01:37]: knuth-lib [30k] Installing [23/55, time/total: 00:43/01:39]: knuth-local [23k] Installing [24/55, time/total: 00:44/01:41]: kpathsea.x86_64-linux [40k] Installing [25/55, time/total: 00:45/01:43]: lua-alt-getopt [6k] Installing [26/55, time/total: 00:47/01:47]: luahbtex [30k] Installing [27/55, time/total: 00:48/01:49]: luahbtex.x86_64-linux [2315k] Installing [28/55, time/total: 00:51/01:37]: luatex [1931k] Installing [29/55, time/total: 00:53/01:29]: luatex.x86_64-linux [1795k] Installing [30/55, time/total: 00:55/01:23]: makeindex [460k] Installing [31/55, time/total: 00:57/01:24]: makeindex.x86_64-linux [50k] Installing [32/55, time/total: 00:59/01:26]: metafont [61k] Installing [33/55, time/total: 01:01/01:29]: metafont.x86_64-linux [185k] Installing [34/55, time/total: 01:02/01:30]: mflogo [242k] Installing [35/55, time/total: 01:05/01:33]: mfware [102k] Installing [36/55, time/total: 01:06/01:34]: mfware.x86_64-linux [120k] Installing [37/55, time/total: 01:08/01:36]: modes [298k] Installing [38/55, time/total: 01:10/01:37]: pdftex [2504k] Installing [39/55, time/total: 01:13/01:30]: pdftex.x86_64-linux [837k] Installing [40/55, time/total: 01:14/01:28]: plain [29k] Installing [41/55, time/total: 01:15/01:29]: tex [44k] Installing [42/55, time/total: 01:17/01:31]: tex-ini-files [6k] Installing [43/55, time/total: 01:19/01:33]: tex.x86_64-linux [175k] Installing [44/55, time/total: 01:20/01:34]: texlive-common [629k] Installing [45/55, time/total: 01:22/01:33]: texlive-en [1851k] Installing [46/55, time/total: 01:25/01:30]: texlive-msg-translations [149k] Installing [47/55, time/total: 01:27/01:31]: texlive-scripts-extra [215k] Installing [48/55, time/total: 01:29/01:33]: texlive-scripts-extra.x86_64-linux [1k] Installing [49/55, time/total: 01:30/01:34]: texlive-scripts.x86_64-linux [1k] Installing [50/55, time/total: 01:31/01:35]: texlive.infra.x86_64-linux [143k] Installing [51/55, time/total: 01:32/01:35]: tlshell [34k] Installing [52/55, time/total: 01:34/01:37]: tlshell.x86_64-linux [1k] Installing [53/55, time/total: 01:35/01:38]: unicode-data [301k] Installing [54/55, time/total: 01:37/01:39]: xdvi [176k] Installing [55/55, time/total: 01:39/01:41]: xdvi.x86_64-linux [543k] Time used for installing the packages: 01:40 running mktexlsr /usr/local/texlive/2024/texmf-dist ... writing fmtutil.cnf to /usr/local/texlive/2024/texmf-dist/web2c/fmtutil.cnf writing updmap.cfg to /usr/local/texlive/2024/texmf-dist/web2c/updmap.cfg writing language.dat to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat writing language.def to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.def writing language.dat.lua to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat.lua running mktexlsr /usr/local/texlive/2024/texmf-var /usr/local/texlive/2024/texmf-config /usr/local/texlive/2024/texmf-dist ... running updmap-sys --nohash ...done re-running mktexlsr /usr/local/texlive/2024/texmf-var /usr/local/texlive/2024/texmf-config ... pre-generating all format files, be patient... running fmtutil-sys --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --no-strict --all ...done running package-specific postactions 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mfinished with package-specific postactions Welcome to TeX Live! See /usr/local/texlive/2024/index.html for links to documentation. The TeX Live web site (https://tug.org/texlive/) provides all updates and corrections. TeX Live is a joint project of the TeX user groups around the world; please consider supporting it by joining the group best for you. The list of groups is available on the web at https://tug.org/usergroups.html. Add /usr/local/texlive/2024/texmf-dist/doc/man to MANPATH. Add /usr/local/texlive/2024/texmf-dist/doc/info to INFOPATH. Most importantly, add /usr/local/texlive/2024/bin/x86_64-linux to your PATH for current and future sessions. Logfile: /usr/local/texlive/2024/install-tl.log 91m ---------------------------------------------------------------------- The following environment variables contain the string "tex" (case-independent). If you're doing anything but adding personal directories to the system paths, they may well cause trouble somewhere while running TeX. If you encounter problems, try unsetting them. Please ignore spurious matches unrelated to TeX. (To omit this check, set the environment variable TEXLIVE_INSTALL_ENV_NOCHECK.) TEXLIVE_YEAR=2024 ---------------------------------------------------------------------- 0m91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0m91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mtlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) [1/76, ??:??/??:??] install: ae [84k] [2/76, 00:03/01:11:13] install: amscls [1437k] [3/76, 00:06/07:47] install: amsmath [2461k] [4/76, 00:09/04:27] install: atbegshi [409k] [5/76, 00:12/05:23] install: atveryend [380k] [6/76, 00:16/06:37] install: auxhook [286k] [7/76, 00:19/07:24] install: babel [2188k] [8/76, 00:23/06:15] install: babel-english [137k] [9/76, 00:26/06:57] install: babelbib [1251k] [10/76, 00:28/06:24] install: bigintcalc [467k] [11/76, 00:31/06:43] install: bitset [622k] [12/76, 00:34/06:54] install: bookmark [491k] [13/76, 00:38/07:20] install: carlisle [85k] [14/76, 00:41/07:51] install: colortbl [647k] [15/76, 00:44/07:56] install: epstopdf.x86_64-linux [1k] [16/76, 00:44/07:56] install: epstopdf [44k] [17/76, 00:47/08:26] install: epstopdf-pkg [362k] [18/76, 00:49/08:31] install: etexcmds [302k] [19/76, 00:52/08:48] install: fancyhdr [889k] [20/76, 00:55/08:39] install: firstaid [276k] [21/76, 00:58/08:55] install: fix2col [217k] [22/76, 01:01/09:14] install: geometry [900k] [23/76, 01:05/09:12] install: gettitlestring [320k] [24/76, 01:08/09:24] install: graphics [2504k] [25/76, 01:12/08:28] install: graphics-cfg [2k] [26/76, 01:13/08:35] install: grfext [310k] [27/76, 01:17/08:54] install: grffile [357k] [28/76, 01:20/09:03] install: hopatch [321k] [29/76, 01:22/09:07] install: hycolor [380k] [30/76, 01:26/09:21] install: hypcap [295k] [31/76, 01:29/09:32] install: hyperref [4360k] [32/76, 01:34/08:08] install: hyphen-english [41k] [33/76, 01:35/08:12] install: infwarerr [287k] [34/76, 01:38/08:22] install: intcalc [431k] [35/76, 01:41/08:28] install: kvdefinekeys [297k] [36/76, 01:44/08:36] install: kvoptions [502k] [37/76, 01:48/08:45] install: kvsetkeys [396k] [38/76, 01:51/08:51] install: l3backend [892k] [39/76, 01:54/08:46] install: l3kernel [12577k] [40/76, 01:59/06:08] install: l3packages [1471k] [41/76, 02:02/06:04] install: latex [35553k] [42/76, 02:08/03:21] install: latex-bin.x86_64-linux [1k] [43/76, 02:09/03:22] install: latex-bin [53k] [44/76, 02:12/03:27] install: latex-fonts [19k] [45/76, 02:14/03:30] install: latex-lab [8470k] [46/76, 02:18/03:14] install: latexconfig [3k] [47/76, 02:19/03:16] install: letltxmacro [292k] [48/76, 02:22/03:19] install: lm [14118k] [49/76, 02:26/02:56] install: ltxcmds [414k] [50/76, 02:29/02:58] install: ltxmisc [16k] [51/76, 02:30/03:00] install: lua-uni-algos [80k] [52/76, 02:33/03:03] install: lualibs [226k] [53/76, 02:36/03:06] install: luaotfload.x86_64-linux [1k] [54/76, 02:37/03:07] install: luaotfload [1239k] [55/76, 02:40/03:09] install: mfnfss [458k] [56/76, 02:44/03:12] install: mptopdf.x86_64-linux [1k] [57/76, 02:45/03:14] install: mptopdf [50k] [58/76, 02:47/03:16] install: natbib [493k] [59/76, 02:50/03:18] install: oberdiek [7354k] [60/76, 02:54/03:09] install: pagesel [334k] [61/76, 02:57/03:12] install: pdfescape [347k] [62/76, 03:00/03:15] install: pdftexcmds [391k] [63/76, 03:04/03:18] install: pslatex [7k] [64/76, 03:06/03:20] install: psnfss [275k] [65/76, 03:09/03:23] install: pspicture [50k] [66/76, 03:13/03:27] install: refcount [329k] [67/76, 03:15/03:29] install: rerunfilecheck [334k] [68/76, 03:18/03:31] install: stringenc [702k] [69/76, 03:21/03:33] install: symbol [36k] [70/76, 03:23/03:35] install: texliveonfly.x86_64-linux [1k] [71/76, 03:23/03:35] install: texliveonfly [7k] [72/76, 03:25/03:37] install: tools [6444k] [73/76, 03:29/03:30] install: uniquecounter [292k] [74/76, 03:32/03:32] install: url [266k] [75/76, 03:35/03:35] install: zapfding [46k] [76/76, 03:36/03:36] install: collection-latex [1k] running mktexlsr ... done running mktexlsr. running updmap-sys ... done running updmap-sys. regenerating language.dat regenerating language.def regenerating language.dat.lua regenerating fmtutil.cnf in /usr/local/texlive/2024/texmf-dist running fmtutil-sys --byfmt latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/Df89beVDvB/N35OEw_sjt ... OK: latex.fmt/pdftex running fmtutil-sys --byfmt lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/Df89beVDvB/N35OEw_sjt ... OK: lualatex.fmt/luahbtex running fmtutil-sys --byfmt mptopdf --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/Df89beVDvB/N35OEw_sjt ... OK: mptopdf.fmt/pdftex running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/Df89beVDvB/N35OEw_sjt ... OK: dvilualatex.fmt/luatex running fmtutil-sys --byfmt pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/Df89beVDvB/N35OEw_sjt ... OK: pdflatex.fmt/pdftex running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/Df89beVDvB/N35OEw_sjt ... OK: lualatex.fmt/luahbtex pdflatex.fmt/pdftex dvilualatex.fmt/luatex latex.fmt/pdftex running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.def" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/Df89beVDvB/N35OEw_sjt ... OK: luahbtex.fmt/luahbtex pdftex.fmt/pdftex luatex.fmt/luatex pdfetex.fmt/pdftex etex.fmt/pdftex dviluatex.fmt/luatex running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat.lua" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/Df89beVDvB/N35OEw_sjt ... tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log pdfTeX 3.141592653-2.6-1.40.26 (TeX Live 2024) kpathsea version 6.4.0 Copyright 2024 Han The Thanh (pdfTeX) et al. There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Han The Thanh (pdfTeX) et al. Compiled with libpng 1.6.43; using libpng 1.6.43 Compiled with zlib 1.3.1; using zlib 1.3.1 Compiled with xpdf version 4.04 91mbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 0m91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mtlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) [1/2, ??:??/??:??] install: latexmk.x86_64-linux [1k] [2/2, 00:01/33:59] install: latexmk [674k] running mktexlsr ... done running mktexlsr. tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log 91mbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 0m91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0mLatexmk, John Collins, 7 Apr. 2024. Version 4.85 ---> Removed intermediate container 74a69e5cc950 ---> bc673cf31795 Step 13/15 : RUN tlmgr option repository ctan && tlmgr --verify-repo=none update --self && tlmgr --verify-repo=none install biber ---> Running in 12f400f8f89d 91mperl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US.UTF-8", LC_ALL = "en_US.UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). 0mtlmgr: setting default package repository to https://mirror.ctan.org/systems/texlive/tlnet tlmgr: updating /usr/local/texlive/2024/tlpkg/texlive.tlpdb 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0m91mcannot contact mirror.ctan.org, returning a backbone server! 0mtlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) tlmgr: saving backups to /usr/local/texlive/2024/tlpkg/backups tlmgr: no self-updates for tlmgr available 91mperl: warning: Setting locale failed. 0m91mperl: warning: Please check that your locale settings: 0m91m LANGUAGE = "en_US.UTF-8", 0m91m LC_ALL = "en_US.UTF-8", 0m91m LANG = "en_US.UTF-8" 0m91m are supported and installed on your system. 0m91mperl: warning: Falling back to the standard locale ("C"). 0m91mcannot contact mirror.ctan.org, returning a backbone server! 0mtlmgr: package repository https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable) [1/2, ??:??/??:??] install: biber.x86_64-linux [25280k] [2/2, 00:07/00:07] install: biber [1203k] running mktexlsr ... done running mktexlsr. tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log ---> Removed intermediate container 12f400f8f89d ---> 41368b517a4a Step 14/15 : COPY entry.sh ./ ---> 2e755d8b7d4d Step 15/15 : ENTRYPOINT ["/bin/bash", "--login", "/action/entry.sh"] ---> Running in 48182ca04a9c ---> Removed intermediate container 48182ca04a9c ---> 282182ea09c7 Successfully built 282182ea09c7 Successfully tagged yegor256/latexmk-action:0.14.0 sudo: unable to resolve host docker: Temporary failure in name resolution Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 301.1kB Step 1/15 : FROM ubuntu:24.04 ---> 61b2756d6fa9 Step 2/15 : LABEL "repository"="https://github.com/yegor256/latexmk-action" ---> Using cache ---> f02884967058 Step 3/15 : LABEL "maintainer"="Yegor Bugayenko" ---> Using cache ---> f36ffbe54ccf Step 4/15 : LABEL "version"="0.14.0" ---> Using cache ---> f89c23085539 Step 5/15 : WORKDIR /action ---> Using cache ---> d2c1708f53bb Step 6/15 : ENV LC_ALL=en_US.UTF-8 ---> Using cache ---> 1449a4d8fa71 Step 7/15 : ENV LANG=en_US.UTF-8 ---> Using cache ---> 431d728b9a2d Step 8/15 : ENV LANGUAGE=en_US.UTF-8 ---> Using cache ---> 31a9b425a619 Step 9/15 : RUN apt-get -y -q update && apt-get -y install --no-install-recommends wget=* perl=* zip=* unzip=* inkscape=* imagemagick=* && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 0ad9491b86ed Step 10/15 : ENV TEXLIVE_YEAR=2024 ---> Using cache ---> e13c50f86c64 Step 11/15 : ENV PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest ---> Using cache ---> 843c647453d4 Step 12/15 : RUN wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip && unzip -qq install-tl.zip -d install-tl && cd install-tl/install-tl-* && echo "selected_scheme scheme-minimal" > p && perl ./install-tl --profile=p && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" && cd /action && rm -rf install-tl* && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile && tlmgr init-usertree && tlmgr install texliveonfly collection-latex l3kernel l3packages && pdflatex --version && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]' && tlmgr install latexmk && bash -c 'latexmk --version' ---> Using cache ---> bc673cf31795 Step 13/15 : RUN tlmgr option repository ctan && tlmgr --verify-repo=none update --self && tlmgr --verify-repo=none install biber ---> Using cache ---> 41368b517a4a Step 14/15 : COPY entry.sh ./ ---> Using cache ---> 2e755d8b7d4d Step 15/15 : ENTRYPOINT ["/bin/bash", "--login", "/action/entry.sh"] ---> Using cache ---> 282182ea09c7 Successfully built 282182ea09c7 Successfully tagged yegor256/latexmk-action:latest sudo: unable to resolve host docker: Temporary failure in name resolution Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 WARNING! Your password will be stored unencrypted in /root/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credential-stores Login Succeeded sudo: unable to resolve host docker: Temporary failure in name resolution Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 The push refers to repository [docker.io/yegor256/latexmk-action] 1B7ef1e459ac: Preparing 1Bf1aaab8000: Preparing 1B0469848f66: Preparing 1Bf5a3d9ed94: Preparing 1B09f3ea2c61: Preparing 3B0.14.0:ddigest:hsha256:d12090aec8edca89e38bf67b5ec622a318b7537d0e79de7f5e6d5341379a1204 size: 1581 sudo: unable to resolve host docker: Temporary failure in name resolution Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 The push refers to repository [docker.io/yegor256/latexmk-action] 1B7ef1e459ac: Preparing 1Bf1aaab8000: Preparing 1B0469848f66: Preparing 1Bf5a3d9ed94: Preparing 1B09f3ea2c61: Preparing 1Blatest:4digest:esha256:d12090aec8edca89e38bf67b5ec622a318b7537d0e79de7f5e6d5341379a1204 size: 1581 + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R ubuntu repo + cd repo + git checkout __rultor Already on '__rultor' + git tag 0.14.0 -m '0.14.0: tagged by rultor.com' + git reset --hard HEAD is now at bf4b7f6 version set to 0.14.0 + git clean -fd + git checkout master Switched to branch 'master' Your branch is up to date with 'origin/master'. + git branch -D __rultor Deleted branch __rultor (was bf4b7f6). + git push --all origin Everything up-to-date + git push --tags origin To github.com:yegor256/latexmk-action.git * [new tag] 0.14.0 -> 0.14.0 container cf6dbe2d9a6f1a61539bfea01003536e8c4cbeaa57074a55c9618e5ea1180b27 is dead Mon Oct 7 07:27:15 UTC 2024