+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 1077 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Thu Oct 17 12:07:15 UTC 2024 + uptime 12:07:15 up 1 min, 0 users, load average: 1.45, 0.45, 0.16 + 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.15.0 + vars=('--env=head=git@github.com:yegor256/latexmk-action.git' '--env=tag=0.15.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/latexmk-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.15.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.15.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_61 + as_root=false + hostname ip-172-31-16-131 + pwd /tmp/rultor-sYWE + 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.15.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.15.0 ']' + [[ 0.15.0 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.15.0"' tag name is valid: "0.15.0" + cd repo ++ git tag -l 0.15.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.17 ++ bc ++ echo 0.17 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 0.17, low enough to run a new Docker container' load average is 0.17, 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 d63b8b04cafc: Verifying Checksum d63b8b04cafc: Download complete 7d5af111f2cc: Verifying Checksum 7d5af111f2cc: Download complete 5ccf01e6cefd: Verifying Checksum 5ccf01e6cefd: Download complete ac7832f41460: Verifying Checksum ac7832f41460: Download complete 720999eee6d5: Verifying Checksum 720999eee6d5: Download complete 7f36f52815f4: Verifying Checksum 7f36f52815f4: Download complete 99fbfb6da2e7: Verifying Checksum 99fbfb6da2e7: Download complete dafa2b0c44d2: Pull complete 4f4fb700ef54: Pull complete 2407230a9192: Verifying Checksum 2407230a9192: Download 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 + docker ps --filter=status=exited + grep --quiet '\syegor256_latexmk-action_61\s*$' + ls -al . total 48 drwx------ 3 ubuntu ubuntu 4096 Oct 17 12:07 . drwxrwxrwt 12 root root 4096 Oct 17 12:07 .. -rw-rw-r-- 1 ubuntu ubuntu 9 Oct 17 12:07 docker-password -rwxrwxr-x 1 ubuntu ubuntu 556 Oct 17 12:07 end.sh -rwxrwxr-x 1 ubuntu ubuntu 490 Oct 17 12:07 entry.sh -rw-rw-r-- 1 ubuntu ubuntu 5 Oct 17 12:07 pid drwxrwxr-x 4 ubuntu ubuntu 4096 Oct 17 12:07 repo -rwxrwxr-x 1 ubuntu ubuntu 6696 Oct 17 12:07 run.sh -rw-rw-r-- 1 ubuntu ubuntu 912 Oct 17 12:07 script.sh -rw-rw-r-- 1 ubuntu ubuntu 6699 Oct 17 12:08 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-sYWE:/main --env=head=git@github.com:yegor256/latexmk-action.git --env=tag=0.15.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/latexmk-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.15.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-sYWE/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_latexmk-action_61 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.15.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 334436d] version set to 0.15.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 310.3kB Step 1/16 : FROM ubuntu:24.04 24.04: Pulling from library/ubuntu 1BDigest:9sha256:d4f6f70979d0758d7a6f81e34a61195677f4f4fa576eaf808b79f17499fd93d1 Status: Downloaded newer image for ubuntu:24.04 ---> 59ab366372d5 Step 2/16 : LABEL "repository"="https://github.com/yegor256/latexmk-action" ---> Running in 50fe4754837a ---> Removed intermediate container 50fe4754837a ---> 16e8f12445ba Step 3/16 : LABEL "maintainer"="Yegor Bugayenko" ---> Running in 735dedc723c7 ---> Removed intermediate container 735dedc723c7 ---> 2ef40aeb1e45 Step 4/16 : LABEL "version"="0.15.0" ---> Running in 3f5f26a52db0 ---> Removed intermediate container 3f5f26a52db0 ---> b838ee408d44 Step 5/16 : WORKDIR /action ---> Running in 6b885c3dfcd9 ---> Removed intermediate container 6b885c3dfcd9 ---> c1a6b0401162 Step 6/16 : ENV LC_ALL=en_US.UTF-8 ---> Running in 23525dac0ed2 ---> Removed intermediate container 23525dac0ed2 ---> 3ee14085cefd Step 7/16 : ENV LANG=en_US.UTF-8 ---> Running in a2e1f6b6f106 ---> Removed intermediate container a2e1f6b6f106 ---> 845b9d536c87 Step 8/16 : ENV LANGUAGE=en_US.UTF-8 ---> Running in fb0c1fce6f81 ---> Removed intermediate container fb0c1fce6f81 ---> 9e7860e803b0 Step 9/16 : RUN apt-get -y -q update && apt-get -y install --no-install-recommends wget=* perl=* zip=* unzip=* inkscape=* imagemagick=* make=* && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in 8cb80f4351f1 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 [491 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] Get:7 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [541 kB] Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [715 kB] Get:9 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [13.7 kB] Get:10 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] Get:11 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 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 [759 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [916 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [18.2 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [491 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [11.8 kB] Fetched 26.2 MB in 3s (8937 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 gcc-14-base 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 libgcc-s1 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 libstdc++6 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 make-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl 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 make 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 The following packages will be upgraded: gcc-14-base libgcc-s1 libstdc++6 3 upgraded, 196 newly installed, 0 to remove and 0 not upgraded. Need to get 94.4 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-updates/main amd64 gcc-14-base amd64 14.2.0-4ubuntu2~24.04 [50.8 kB] Get:27 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6 amd64 14.2.0-4ubuntu2~24.04 [791 kB] Get:28 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1 amd64 14.2.0-4ubuntu2~24.04 [78.6 kB] Get:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1 amd64 14.2.0-4ubuntu2~24.04 [148 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libfftw3-double3 amd64 3.3.10-1ubuntu3 [838 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/main amd64 libbrotli1 amd64 1.1.0-2build2 [331 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libpng16-16t64 amd64 1.6.43-5build1 [187 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 libfreetype6 amd64 2.13.2+dfsg-1build3 [402 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-mono all 2.37-8 [502 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-core all 2.37-8 [835 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig-config amd64 2.15.0-1.1ubuntu2 [37.3 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libfontconfig1 amd64 2.15.0-1.1ubuntu2 [139 kB] Get:38 http://archive.ubuntu.com/ubuntu noble/main amd64 libsharpyuv0 amd64 1.3.2-0.4build3 [15.8 kB] Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libaom3 amd64 3.8.2-2ubuntu0.1 [1941 kB] Get:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif-plugin-aomdec amd64 1.17.6-1ubuntu4 [10.3 kB] Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libde265-0 amd64 1.0.15-1build3 [166 kB] Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif-plugin-libde265 amd64 1.17.6-1ubuntu4 [8158 B] Get:43 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif1 amd64 1.17.6-1ubuntu4 [276 kB] Get:44 http://archive.ubuntu.com/ubuntu noble/main amd64 libjbig0 amd64 2.1-6.1ubuntu2 [29.7 kB] Get:45 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg-turbo8 amd64 2.1.5-2ubuntu2 [150 kB] Get:46 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg8 amd64 8c-2ubuntu11 [2148 B] Get:47 http://archive.ubuntu.com/ubuntu noble/main amd64 liblcms2-2 amd64 2.14-2build1 [161 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.1 [1546 kB] Get:49 http://archive.ubuntu.com/ubuntu noble/universe amd64 liblqr-1-0 amd64 0.4.2-2.1build2 [28.5 kB] Get:50 http://archive.ubuntu.com/ubuntu noble/main amd64 libltdl7 amd64 2.4.7-7build1 [40.3 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libopenjp2-7 amd64 2.5.0-2ubuntu0.1 [173 kB] Get:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libraw23t64 amd64 0.21.2-2.1build1 [378 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdeflate0 amd64 1.19-1build1.1 [43.9 kB] Get:54 http://archive.ubuntu.com/ubuntu noble/main amd64 liblerc4 amd64 4.0.0+ds-4ubuntu2 [179 kB] Get:55 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebp7 amd64 1.3.2-0.4build3 [230 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libtiff6 amd64 4.5.1+git230720-4ubuntu2.2 [199 kB] Get:57 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebpdemux2 amd64 1.3.2-0.4build3 [12.4 kB] Get:58 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebpmux3 amd64 1.3.2-0.4build3 [25.7 kB] Get:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libxau6 amd64 1:1.0.9-1build6 [7160 B] Get:60 http://archive.ubuntu.com/ubuntu noble/main amd64 libbsd0 amd64 0.12.1-1build1 [41.2 kB] Get:61 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu6 [10.3 kB] Get:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb1 amd64 1.15-1ubuntu2 [47.7 kB] Get:63 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-data all 2:1.8.7-1build1 [115 kB] Get:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-6 amd64 2:1.8.7-1build1 [650 kB] Get:65 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext6 amd64 2:1.3.4-1build2 [30.4 kB] Get:66 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libicu74 amd64 74.2-1ubuntu3.1 [10.9 MB] Get:67 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml2 amd64 2.9.14+dfsg-1.3ubuntu3 [762 kB] Get:68 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6-common all 8:6.9.12.98+dfsg1-5.2build2 [69.5 kB] Get:69 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [1811 kB] Get:70 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagickwand-6.q16-7t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [318 kB] Get:71 http://archive.ubuntu.com/ubuntu noble/main amd64 perl-modules-5.38 all 5.38.2-3.2build2 [3110 kB] Get:72 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm6t64 amd64 1.23-5.1build1 [34.4 kB] Get:73 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm-compat4t64 amd64 1.23-5.1build1 [6710 B] Get:74 http://archive.ubuntu.com/ubuntu noble/main amd64 libperl5.38t64 amd64 5.38.2-3.2build2 [4873 kB] Get:75 http://archive.ubuntu.com/ubuntu noble/main amd64 perl amd64 5.38.2-3.2build2 [231 kB] Get:76 http://archive.ubuntu.com/ubuntu noble/main amd64 adduser all 3.137ubuntu1 [101 kB] Get:77 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-3 amd64 1.14.10-4ubuntu4.1 [210 kB] Get:78 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-bin amd64 1.14.10-4ubuntu4.1 [39.3 kB] Get:79 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-session-bus-common all 1.14.10-4ubuntu4.1 [80.5 kB] Get:80 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-daemon amd64 1.14.10-4ubuntu4.1 [118 kB] Get:81 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-system-bus-common all 1.14.10-4ubuntu4.1 [81.6 kB] Get:82 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus amd64 1.14.10-4ubuntu4.1 [24.3 kB] Get:83 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-systemd amd64 255.4-1ubuntu8.4 [235 kB] Get:84 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-user-session amd64 1.14.10-4ubuntu4.1 [9968 B] Get:85 http://archive.ubuntu.com/ubuntu noble/main amd64 libfribidi0 amd64 1.0.13-3build1 [26.1 kB] Get:86 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5support0 amd64 1.20.1-6ubuntu2.1 [33.6 kB] Get:87 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libk5crypto3 amd64 1.20.1-6ubuntu2.1 [81.7 kB] Get:88 http://archive.ubuntu.com/ubuntu noble/main amd64 libkeyutils1 amd64 1.6.3-3build1 [9490 B] Get:89 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5-3 amd64 1.20.1-6ubuntu2.1 [347 kB] Get:90 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-6ubuntu2.1 [143 kB] Get:91 http://archive.ubuntu.com/ubuntu noble/main amd64 libtext-iconv-perl amd64 1.7-8build3 [13.5 kB] Get:92 http://archive.ubuntu.com/ubuntu noble/main amd64 shared-mime-info amd64 2.4-4 [474 kB] Get:93 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xkb-data all 2.41-2ubuntu1.1 [397 kB] Get:94 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnghttp2-14 amd64 1.59.0-1ubuntu0.1 [74.3 kB] Get:95 http://archive.ubuntu.com/ubuntu noble/main amd64 libpsl5t64 amd64 0.21.2-1.1build1 [57.1 kB] Get:96 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon0 amd64 1.6.0-1build1 [122 kB] Get:97 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.1 [334 kB] Get:98 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgdk-pixbuf2.0-common all 2.42.10+dfsg-3ubuntu3.1 [8024 B] Get:99 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.10+dfsg-3ubuntu3.1 [147 kB] Get:100 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gtk-update-icon-cache amd64 3.24.41-4ubuntu1.2 [51.8 kB] Get:101 http://archive.ubuntu.com/ubuntu noble/main amd64 hicolor-icon-theme all 0.17-2 [9976 B] Get:102 http://archive.ubuntu.com/ubuntu noble/main amd64 humanity-icon-theme all 0.6.16 [1282 kB] Get:103 http://archive.ubuntu.com/ubuntu noble/main amd64 ubuntu-mono all 24.04-0ubuntu1 [151 kB] Get:104 http://archive.ubuntu.com/ubuntu noble/main amd64 adwaita-icon-theme all 46.0-1 [723 kB] Get:105 http://archive.ubuntu.com/ubuntu noble/main amd64 at-spi2-common all 2.52.0-1build1 [8674 B] Get:106 http://archive.ubuntu.com/ubuntu noble/main amd64 libdconf1 amd64 0.40.0-4build2 [39.4 kB] Get:107 http://archive.ubuntu.com/ubuntu noble/main amd64 dconf-service amd64 0.40.0-4build2 [27.5 kB] Get:108 http://archive.ubuntu.com/ubuntu noble/main amd64 dconf-gsettings-backend amd64 0.40.0-4build2 [22.1 kB] Get:109 http://archive.ubuntu.com/ubuntu noble/main amd64 emacsen-common all 3.0.5 [12.1 kB] Get:110 http://archive.ubuntu.com/ubuntu noble/main amd64 dictionaries-common all 1.29.7 [188 kB] Get:111 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig amd64 2.15.0-1.1ubuntu2 [180 kB] Get:112 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-5ubuntu3.1 [20.4 kB] Get:113 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-5ubuntu3.1 [53.2 kB] Get:114 http://archive.ubuntu.com/ubuntu noble/main amd64 libldap2 amd64 2.6.7+dfsg-1~exp1ubuntu8 [195 kB] Get:115 http://archive.ubuntu.com/ubuntu noble/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build7 [56.3 kB] Get:116 http://archive.ubuntu.com/ubuntu noble/main amd64 libssh-4 amd64 0.10.6-2build2 [188 kB] Get:117 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcurl3t64-gnutls amd64 8.5.0-2ubuntu10.4 [333 kB] Get:118 http://archive.ubuntu.com/ubuntu noble/main amd64 libduktape207 amd64 2.7.0+tests-0ubuntu3 [143 kB] Get:119 http://archive.ubuntu.com/ubuntu noble/main amd64 libproxy1v5 amd64 0.5.4-4build1 [26.5 kB] Get:120 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking-common all 2.80.0-1build1 [6702 B] Get:121 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking-services amd64 2.80.0-1build1 [12.8 kB] Get:122 http://archive.ubuntu.com/ubuntu noble/main amd64 session-migration amd64 0.3.9build1 [9034 B] Get:123 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gsettings-desktop-schemas all 46.1-0ubuntu1 [35.6 kB] Get:124 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking amd64 2.80.0-1build1 [64.1 kB] Get:125 http://archive.ubuntu.com/ubuntu noble/main amd64 hunspell-en-us all 1:2020.12.07-2 [280 kB] Get:126 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB] Get:127 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB] Get:128 http://archive.ubuntu.com/ubuntu noble/main amd64 libpixman-1-0 amd64 0.42.2-1build1 [279 kB] Get:129 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0 amd64 1.15-1ubuntu2 [16.2 kB] Get:130 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shm0 amd64 1.15-1ubuntu2 [5756 B] Get:131 http://archive.ubuntu.com/ubuntu noble/main amd64 libxrender1 amd64 1:0.9.10-1.1build1 [19.0 kB] Get:132 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairo2 amd64 1.18.0-3build1 [566 kB] Get:133 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairo-gobject2 amd64 1.18.0-3build1 [127 kB] Get:134 http://archive.ubuntu.com/ubuntu noble/main amd64 libgraphite2-3 amd64 1.3.14-2build1 [73.0 kB] Get:135 http://archive.ubuntu.com/ubuntu noble/main amd64 libharfbuzz0b amd64 8.3.0-2build2 [469 kB] Get:136 http://archive.ubuntu.com/ubuntu noble/main amd64 libthai-data all 0.1.29-2build1 [158 kB] Get:137 http://archive.ubuntu.com/ubuntu noble/main amd64 libdatrie1 amd64 0.2.13-3build1 [19.0 kB] Get:138 http://archive.ubuntu.com/ubuntu noble/main amd64 libthai0 amd64 0.1.29-2build1 [18.9 kB] Get:139 http://archive.ubuntu.com/ubuntu noble/main amd64 libpango-1.0-0 amd64 1.52.1+ds-1build1 [231 kB] Get:140 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangoft2-1.0-0 amd64 1.52.1+ds-1build1 [42.5 kB] Get:141 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangocairo-1.0-0 amd64 1.52.1+ds-1build1 [28.8 kB] Get:142 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-2 amd64 2.58.0+dfsg-1build1 [2135 kB] Get:143 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-common amd64 2.58.0+dfsg-1build1 [11.8 kB] Get:144 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdouble-conversion3 amd64 3.3.0-1build1 [40.3 kB] Get:145 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgslcblas0 amd64 2.7.1+dfsg-6ubuntu2 [104 kB] Get:146 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgsl27 amd64 2.7.1+dfsg-6ubuntu2 [987 kB] Get:147 http://archive.ubuntu.com/ubuntu noble/universe amd64 lib2geom1.2.0t64 amd64 1.2.2-3.1build1 [344 kB] Get:148 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk1.0-0t64 amd64 2.52.0-1build1 [55.3 kB] Get:149 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 [12.8 kB] Get:150 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 [629 kB] Get:151 http://archive.ubuntu.com/ubuntu noble/main amd64 libatkmm-1.6-1v5 amd64 2.28.4-1build4 [77.1 kB] Get:152 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-filesystem1.83.0 amd64 1.83.0-2.1ubuntu3 [283 kB] Get:153 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairomm-1.0-1v5 amd64 1.14.5-1build1 [43.9 kB] Get:154 http://archive.ubuntu.com/ubuntu noble/main amd64 librevenge-0.0-0 amd64 0.0.5-3build1 [211 kB] Get:155 http://archive.ubuntu.com/ubuntu noble/main amd64 libcdr-0.1-1 amd64 0.1.7-1build2 [389 kB] Get:156 http://archive.ubuntu.com/ubuntu noble/main amd64 libgc1 amd64 1:8.2.6-1build1 [90.3 kB] Get:157 http://archive.ubuntu.com/ubuntu noble/main amd64 libgspell-1-common all 1.12.2-1build4 [6278 B] Get:158 http://archive.ubuntu.com/ubuntu noble/main amd64 libaspell15 amd64 0.60.8.1-1build1 [323 kB] Get:159 http://archive.ubuntu.com/ubuntu noble/main amd64 libhunspell-1.7-0 amd64 1.7.2+really1.7.2-10build3 [294 kB] Get:160 http://archive.ubuntu.com/ubuntu noble/main amd64 libenchant-2-2 amd64 2.3.3-2build2 [51.4 kB] Get:161 http://archive.ubuntu.com/ubuntu noble/main amd64 libxi6 amd64 2:1.8.1-1build1 [32.4 kB] Get:162 http://archive.ubuntu.com/ubuntu noble/main amd64 libatspi2.0-0t64 amd64 2.52.0-1build1 [80.5 kB] Get:163 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-bridge2.0-0t64 amd64 2.52.0-1build1 [66.0 kB] Get:164 http://archive.ubuntu.com/ubuntu noble/main amd64 libcolord2 amd64 1.4.7-1build2 [149 kB] Get:165 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-common-data amd64 0.8-13ubuntu6 [29.7 kB] Get:166 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-common3 amd64 0.8-13ubuntu6 [23.3 kB] Get:167 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-client3 amd64 0.8-13ubuntu6 [26.8 kB] Get:168 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcups2t64 amd64 2.4.7-1.2ubuntu7.3 [272 kB] Get:169 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy0 amd64 1.5.10-1build1 [220 kB] Get:170 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-client0 amd64 1.22.0-2.1build1 [26.4 kB] Get:171 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-cursor0 amd64 1.22.0-2.1build1 [10.4 kB] Get:172 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-egl1 amd64 1.22.0-2.1build1 [5628 B] Get:173 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcomposite1 amd64 1:0.4.5-1build3 [6320 B] Get:174 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes3 amd64 1:6.0.0-2build1 [10.8 kB] Get:175 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor1 amd64 1:1.2.1-1build1 [20.7 kB] Get:176 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdamage1 amd64 1:1.1.6-1build1 [6150 B] Get:177 http://archive.ubuntu.com/ubuntu noble/main amd64 libxinerama1 amd64 2:1.1.4-3build1 [6396 B] Get:178 http://archive.ubuntu.com/ubuntu noble/main amd64 libxrandr2 amd64 2:1.5.2-2build1 [19.7 kB] Get:179 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-common all 3.24.41-4ubuntu1.2 [1202 kB] Get:180 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-0t64 amd64 3.24.41-4ubuntu1.2 [2901 kB] Get:181 http://archive.ubuntu.com/ubuntu noble/main amd64 libgspell-1-2 amd64 1.12.2-1build4 [52.4 kB] Get:182 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangomm-1.4-1v5 amd64 2.46.4-1build3 [52.2 kB] Get:183 http://archive.ubuntu.com/ubuntu noble/main amd64 libgtkmm-3.0-1t64 amd64 3.24.9-1 [983 kB] Get:184 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagick++-6.q16-9t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [148 kB] Get:185 http://archive.ubuntu.com/ubuntu noble/main amd64 libnspr4 amd64 2:4.35-1.1build1 [117 kB] Get:186 http://archive.ubuntu.com/ubuntu noble/main amd64 libnss3 amd64 2:3.98-1build1 [1445 kB] Get:187 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler134 amd64 24.02.0-1ubuntu9.1 [1113 kB] Get:188 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler-glib8t64 amd64 24.02.0-1ubuntu9.1 [157 kB] Get:189 http://archive.ubuntu.com/ubuntu noble/universe amd64 libpotrace0 amd64 1.16-2build1 [17.7 kB] Get:190 http://archive.ubuntu.com/ubuntu noble/main amd64 libsoup2.4-common all 2.74.3-6ubuntu1 [8060 B] Get:191 http://archive.ubuntu.com/ubuntu noble/main amd64 libsoup-2.4-1 amd64 2.74.3-6ubuntu1 [282 kB] Get:192 http://archive.ubuntu.com/ubuntu noble/main amd64 libvisio-0.1-1 amd64 0.1.7-1build9 [237 kB] Get:193 http://archive.ubuntu.com/ubuntu noble/main amd64 libwpd-0.10-10 amd64 0.10.3-2build2 [206 kB] Get:194 http://archive.ubuntu.com/ubuntu noble/main amd64 libwpg-0.3-3 amd64 0.3.4-3build1 [51.8 kB] Get:195 http://archive.ubuntu.com/ubuntu noble/main amd64 libxslt1.1 amd64 1.1.39-0exp1build1 [167 kB] Get:196 http://archive.ubuntu.com/ubuntu noble/universe amd64 inkscape amd64 1.2.2-2ubuntu12 [21.5 MB] Get:197 http://archive.ubuntu.com/ubuntu noble/main amd64 make amd64 4.3-4.1build2 [180 kB] Get:198 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 unzip amd64 6.0-28ubuntu4.1 [174 kB] Get:199 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 94.4 MB in 7s (13.9 MB/s) Selecting previously unselected package libpython3.12-minimal:amd64. (Reading database ... 4379 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 ... 4698 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 ... 5703 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 ... 6753 files and directories currently installed.) Preparing to unpack .../systemd-sysv_255.4-1ubuntu8.4_amd64.deb ... Unpacking systemd-sysv (255.4-1ubuntu8.4) ... Preparing to unpack .../gcc-14-base_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking gcc-14-base:amd64 (14.2.0-4ubuntu2~24.04) over (14-20240412-0ubuntu1) ... Setting up gcc-14-base:amd64 (14.2.0-4ubuntu2~24.04) ... (Reading database ... 6771 files and directories currently installed.) Preparing to unpack .../libstdc++6_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking libstdc++6:amd64 (14.2.0-4ubuntu2~24.04) over (14-20240412-0ubuntu1) ... Setting up libstdc++6:amd64 (14.2.0-4ubuntu2~24.04) ... (Reading database ... 6771 files and directories currently installed.) Preparing to unpack .../libgcc-s1_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking libgcc-s1:amd64 (14.2.0-4ubuntu2~24.04) over (14-20240412-0ubuntu1) ... Setting up libgcc-s1:amd64 (14.2.0-4ubuntu2~24.04) ... Selecting previously unselected package libgomp1:amd64. (Reading database ... 6771 files and directories currently installed.) Preparing to unpack .../00-libgomp1_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking libgomp1:amd64 (14.2.0-4ubuntu2~24.04) ... Selecting previously unselected package libfftw3-double3:amd64. Preparing to unpack .../01-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 .../02-libbrotli1_1.1.0-2build2_amd64.deb ... Unpacking libbrotli1:amd64 (1.1.0-2build2) ... Selecting previously unselected package libpng16-16t64:amd64. Preparing to unpack .../03-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 .../04-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 .../05-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 .../06-fonts-dejavu-core_2.37-8_all.deb ... Unpacking fonts-dejavu-core (2.37-8) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../07-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 .../08-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 .../09-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 .../10-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 .../11-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 .../12-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 .../13-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 .../14-libheif1_1.17.6-1ubuntu4_amd64.deb ... Unpacking libheif1:amd64 (1.17.6-1ubuntu4) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../15-libjbig0_2.1-6.1ubuntu2_amd64.deb ... Unpacking libjbig0:amd64 (2.1-6.1ubuntu2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../16-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 .../17-libjpeg8_8c-2ubuntu11_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu11) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../18-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 .../19-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 .../20-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 .../21-libltdl7_2.4.7-7build1_amd64.deb ... Unpacking libltdl7:amd64 (2.4.7-7build1) ... Selecting previously unselected package libopenjp2-7:amd64. Preparing to unpack .../22-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 .../23-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 .../24-libdeflate0_1.19-1build1.1_amd64.deb ... Unpacking libdeflate0:amd64 (1.19-1build1.1) ... Selecting previously unselected package liblerc4:amd64. Preparing to unpack .../25-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 .../26-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 .../27-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 .../28-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 .../29-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 .../30-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 .../31-libbsd0_0.12.1-1build1_amd64.deb ... Unpacking libbsd0:amd64 (0.12.1-1build1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../32-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 .../33-libxcb1_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb1:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../34-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 .../35-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 .../36-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 .../37-libicu74_74.2-1ubuntu3.1_amd64.deb ... Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../38-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 .../39-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 .../40-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 .../41-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 .../42-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 .../43-libgdbm6t64_1.23-5.1build1_amd64.deb ... Unpacking libgdbm6t64:amd64 (1.23-5.1build1) ... Selecting previously unselected package libgdbm-compat4t64:amd64. Preparing to unpack .../44-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 .../45-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 .../46-perl_5.38.2-3.2build2_amd64.deb ... Unpacking perl (5.38.2-3.2build2) ... Selecting previously unselected package adduser. Preparing to unpack .../47-adduser_3.137ubuntu1_all.deb ... Unpacking adduser (3.137ubuntu1) ... Setting up adduser (3.137ubuntu1) ... Selecting previously unselected package libdbus-1-3:amd64. (Reading database ... 9746 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.2_amd64.deb ... Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.2) ... 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.2_all.deb ... Unpacking libgtk-3-common (3.24.41-4ubuntu1.2) ... Selecting previously unselected package libgtk-3-0t64:amd64. Preparing to unpack .../103-libgtk-3-0t64_3.24.41-4ubuntu1.2_amd64.deb ... Unpacking libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.2) ... 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 make. Preparing to unpack .../120-make_4.3-4.1build2_amd64.deb ... Unpacking make (4.3-4.1build2) ... Selecting previously unselected package unzip. Preparing to unpack .../121-unzip_6.0-28ubuntu4.1_amd64.deb ... Unpacking unzip (6.0-28ubuntu4.1) ... Selecting previously unselected package zip. Preparing to unpack .../122-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.2.0-4ubuntu2~24.04) ... 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: Thu Oct 17 12:08:58 UTC 2024. Universal Time is now: Thu Oct 17 12:08:58 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 make (4.3-4.1build2) ... 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.2) ... 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.2) ... 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.2) ... 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 8cb80f4351f1 ---> e9526022fbe0 Step 10/16 : ENV TEXLIVE_YEAR=2024 ---> Running in 3108f4168dc4 ---> Removed intermediate container 3108f4168dc4 ---> 9016b06efec3 Step 11/16 : ENV TEXLIVE_INSTALL_ENV_NOCHECK=true ---> Running in 1da393ba1839 ---> Removed intermediate container 1da393ba1839 ---> a4fac2d80649 Step 12/16 : ENV PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest ---> Running in 07d70c220d82 ---> Removed intermediate container 07d70c220d82 ---> fbca788c5c12 Step 13/16 : 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 db20dd294fe1 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/gdtSQXaBUR Installing to: /usr/local/texlive/2024 Installing [1/4, time/total: ??:??/??:??]: hyphen-base [23k] Installing [2/4, time/total: 00:01/01:39]: kpathsea [1065k] Installing [3/4, time/total: 00:03/00:06]: texlive-scripts [540k] 91mTeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/gdtSQXaBUR/jTcdRJiEtn/texlive-scripts.doc.tar.xz: TeXLive::TLUtils::check_file_and_remove: tlchecksum=055e67b1036e4b64cbc435e919b67fde76cac5ef65de45ace7b1c22f81c6e7dd7323372b326ebb65d2e662e026a9f17fe194ab72e34c6e5ce584ba457edaab89, arg=a5a6ff8bb0dda625383abe0dd9e0fdb45929b8cfc6a77b8bbb4672ee2afae043428e659002f8812897eddcf043984bfedbc1d1a8417ed109417e6618b4bc775f TeXLive::TLUtils::check_file_and_remove: backtrace: -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack -> tlpkg/TeXLive/TLPDB.pm:1842: TeXLive::TLPDB::_install_data -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package -> tlpkg/TeXLive/TLUtils.pm:1895: TeXLive::TLPDB::install_package -> ./install-tl:2383: TeXLive::TLUtils::install_packages -> ./install-tl:1110: main::do_install_packages -> ./install-tl:770: main::do_installation TeXLive::TLUtils::check_file_and_remove: remo0mInstalling [4/4, time/total: 00:05/00:10]: texlive.infra [558k] 91mving /tmp/gdtSQXaBUR/jTcdRJiEtn/texlive-scripts.doc.tar.xz, but saving copy in /tmp/I3usRBHQSZ TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz TLUtils::install_packages: Failed to install texlive-scripts texlive-scripts will be retried later. 0mRetrying to install: texlive-scripts [540k] Time used for installing the packages: 00:10 Installing [01/55, time/total: ??:??/??:??]: amsfonts [4725k] Installing [02/55, time/total: 00:05/00:28]: bibtex [404k] Installing [03/55, time/total: 00:07/00:36]: bibtex.x86_64-linux [74k] Installing [04/55, time/total: 00:08/00:41]: 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:18/00:55]: dvipdfmx.x86_64-linux [429k] Installing [10/55, time/total: 00:19/00:56]: dvips [576k] Installing [11/55, time/total: 00:21/00:58]: dvips.x86_64-linux [149k] Installing [12/55, time/total: 00:22/01:00]: ec [280k] Installing [13/55, time/total: 00:25/01:06]: enctex [272k] Installing [14/55, time/total: 00:27/01:10]: etex [331k] Installing [15/55, time/total: 00:29/01:13]: etex-pkg [7k] Installing [16/55, time/total: 00:31/01:17]: glyphlist [25k] Installing [17/55, time/total: 00:32/01:20]: graphics-def [12k] Installing [18/55, time/total: 00:34/01:25]: hyph-utf8 [312k] Installing [19/55, time/total: 00:37/01:30]: hyphenex [208k] Installing [20/55, time/total: 00:39/01:33]: ifplatform [156k] Installing [21/55, time/total: 00:42/01:39]: iftex [227k] Installing [22/55, time/total: 00:43/01:39]: knuth-lib [30k] Installing [23/55, time/total: 00:44/01:41]: knuth-local [23k] Installing [24/55, time/total: 00:45/01:43]: kpathsea.x86_64-linux [40k] Installing [25/55, time/total: 00:46/01:45]: lua-alt-getopt [6k] Installing [26/55, time/total: 00:48/01:50]: luahbtex [30k] Installing [27/55, time/total: 00:50/01:54]: luahbtex.x86_64-linux [2315k] Installing [28/55, time/total: 00:52/01:39]: luatex [1931k] Installing [29/55, time/total: 00:54/01:30]: luatex.x86_64-linux [1795k] Installing [30/55, time/total: 00:56/01:24]: makeindex [460k] Installing [31/55, time/total: 00:58/01:25]: 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:07/01:35]: 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: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:25/01:29]: 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:29/01:33]: texlive-scripts.x86_64-linux [1k] Installing [50/55, time/total: 01:30/01:34]: texlive.infra.x86_64-linux [143k] Installing [51/55, time/total: 01:31/01:34]: tlshell [34k] Installing [52/55, time/total: 01:33/01:36]: tlshell.x86_64-linux [1k] Installing [53/55, time/total: 01:34/01:37]: unicode-data [301k] Installing [54/55, time/total: 01:36/01:38]: xdvi [176k] Installing [55/55, time/total: 01:38/01:40]: 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: 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"). 0m91m Summary of warnings: TeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/gdtSQXaBUR/jTcdRJiEtn/texlive-scripts.doc.tar.xz: TeXLive::TLUtils::check_file_and_remove: tlchecksum=055e67b1036e4b64cbc435e919b67fde76cac5ef65de45ace7b1c22f81c6e7dd7323372b326ebb65d2e662e026a9f17fe194ab72e34c6e5ce584ba457edaab89, arg=a5a6ff8bb0dda625383abe0dd9e0fdb45929b8cfc6a77b8bbb4672ee2afae043428e659002f8812897eddcf043984bfedbc1d1a8417ed109417e6618b4bc775f TeXLive::TLUtils::check_file_and_remove: backtrace: -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack -> tlpkg/TeXLive/TLPDB.pm:1842: TeXLive::TLPDB::_install_data -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package -> tlpkg/TeXLive/TLUtils.pm:1895: TeXLive::TLPDB::install_package -> ./install-tl:2383: TeXLive::TLUtils::install_packages -> ./install-tl:1110: main::do_install_packages -> ./install-tl:770: main::do_installation TeXLive::TLUtils::check_f0mfinished 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 91mile_and_remove: removing /tmp/gdtSQXaBUR/jTcdRJiEtn/texlive-scripts.doc.tar.xz, but saving copy in /tmp/I3usRBHQSZ TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz TLUtils::install_packages: Failed to install texlive-scripts texlive-scripts will be retried later. 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:10] install: amscls [1437k] [3/76, 00:07/09:04] install: amsmath [2461k] [4/76, 00:10/04:57] install: atbegshi [409k] [5/76, 00:14/06:17] install: atveryend [281k] [6/76, 00:17/07:10] install: auxhook [286k] [7/76, 00:20/07:57] install: babel [2188k] [8/76, 00:24/06:37] install: babel-english [137k] [9/76, 00:27/07:18] install: babelbib [1251k] [10/76, 00:29/06:42] install: bigintcalc [467k] [11/76, 00:33/07:13] install: bitset [622k] [12/76, 00:36/07:22] install: bookmark [491k] [13/76, 00:38/07:24] install: carlisle [85k] [14/76, 00:41/07:55] install: colortbl [647k] [15/76, 00:44/07:59] install: epstopdf.x86_64-linux [1k] [16/76, 00:45/08:10] install: epstopdf [44k] [17/76, 00:47/08:30] install: epstopdf-pkg [362k] [18/76, 00:50/08:45] install: etexcmds [302k] [19/76, 00:53/09:02] install: fancyhdr [889k] [20/76, 00:56/08:52] install: firstaid [276k] [21/76, 01:00/09:18] install: fix2col [217k] [22/76, 01:03/09:36] install: geometry [900k] [23/76, 01:07/09:32] install: gettitlestring [320k] [24/76, 01:10/09:45] install: graphics [2504k] [25/76, 01:13/08:38] install: graphics-cfg [2k] [26/76, 01:15/08:52] install: grfext [310k] [27/76, 01:19/09:10] install: grffile [357k] [28/76, 01:21/09:13] install: hopatch [321k] [29/76, 01:25/09:29] install: hycolor [380k] [30/76, 01:28/09:37] install: hypcap [295k] [31/76, 01:31/09:47] install: hyperref [4360k] [32/76, 01:34/08:10] install: hyphen-english [41k] [33/76, 01:35/08:14] install: infwarerr [287k] [34/76, 01:38/08:23] install: intcalc [431k] [35/76, 01:41/08:29] install: kvdefinekeys [297k] [36/76, 01:44/08:38] install: kvoptions [502k] [37/76, 01:47/08:42] install: kvsetkeys [396k] [38/76, 01:51/08:53] install: l3backend [892k] [39/76, 01:54/08:48] install: l3kernel [12577k] [40/76, 01:58/06:06] 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:23] install: latex-bin [53k] [44/76, 02:11/03:26] install: latex-fonts [19k] [45/76, 02:13/03:29] install: latex-lab [8470k] [46/76, 02:17/03:13] install: latexconfig [3k] [47/76, 02:18/03:15] install: letltxmacro [292k] [48/76, 02:21/03:18] install: lm [14118k] [49/76, 02:24/02:53] install: ltxcmds [414k] [50/76, 02:27/02:56] install: ltxmisc [16k] [51/76, 02:29/02:58] install: lua-uni-algos [80k] [52/76, 02:30/02:59] install: lualibs [226k] [53/76, 02:34/03:04] install: luaotfload.x86_64-linux [1k] [54/76, 02:35/03:05] install: luaotfload [1239k] [55/76, 02:38/03:06] install: mfnfss [458k] [56/76, 02:42/03:10] install: mptopdf.x86_64-linux [1k] [57/76, 02:43/03:11] install: mptopdf [50k] [58/76, 02:45/03:14] install: natbib [493k] [59/76, 02:48/03:16] install: oberdiek [7354k] [60/76, 02:52/03:07] install: pagesel [334k] [61/76, 02:55/03:10] install: pdfescape [347k] [62/76, 02:58/03:12] install: pdftexcmds [391k] [63/76, 03:01/03:15] install: pslatex [7k] [64/76, 03:03/03:17] install: psnfss [275k] [65/76, 03:06/03:20] install: pspicture [50k] [66/76, 03:09/03:23] install: refcount [329k] [67/76, 03:12/03:26] install: rerunfilecheck [334k] [68/76, 03:15/03:28] install: stringenc [702k] [69/76, 03:18/03:30] install: symbol [36k] [70/76, 03:19/03:31] install: texliveonfly.x86_64-linux [1k] [71/76, 03:20/03:32] install: texliveonfly [7k] [72/76, 03:22/03:34] install: tools [6444k] [73/76, 03:26/03:27] install: uniquecounter [292k] [74/76, 03:29/03:29] install: url [266k] [75/76, 03:31/03:31] install: zapfding [46k] [76/76, 03:32/03:32] 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 pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/efOeUT8hth/5Z8NMvUpLR ... OK: pdflatex.fmt/pdftex running fmtutil-sys --byfmt lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/efOeUT8hth/5Z8NMvUpLR ... OK: lualatex.fmt/luahbtex running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/efOeUT8hth/5Z8NMvUpLR ... OK: dvilualatex.fmt/luatex running fmtutil-sys --byfmt mptopdf --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/efOeUT8hth/5Z8NMvUpLR ... OK: mptopdf.fmt/pdftex running fmtutil-sys --byfmt latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/efOeUT8hth/5Z8NMvUpLR ... OK: latex.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/efOeUT8hth/5Z8NMvUpLR ... OK: lualatex.fmt/luahbtex pdflatex.fmt/pdftex 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/efOeUT8hth/5Z8NMvUpLR ... OK: pdftex.fmt/pdftex luatex.fmt/luatex 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/efOeUT8hth/5Z8NMvUpLR ... 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:02/01:07: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 db20dd294fe1 ---> 8aa194fe3c9a Step 14/16 : RUN tlmgr option repository ctan && tlmgr --verify-repo=none update --self && tlmgr --verify-repo=none install biber ---> Running in ab2221ff2e64 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:03/00:03] 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 ab2221ff2e64 ---> 9c78134b04fe Step 15/16 : COPY entry.sh ./ ---> fcfbef7463af Step 16/16 : ENTRYPOINT ["/bin/bash", "--login", "/action/entry.sh"] ---> Running in 0a9eabe55154 ---> Removed intermediate container 0a9eabe55154 ---> 564b494a5f24 Successfully built 564b494a5f24 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 + '[' -n '' ']' + '[' '!' 0 -eq 0 ']' + cd . + ls -al total 8 drwxr-xr-x 2 root root 4096 Oct 17 12:16 . drwxr-xr-x 1 root root 4096 Oct 17 12:16 .. + echo 'latexmk-action 0.15.0' latexmk-action 0.15.0 + read -r -a opts Untagged: latexmk-action:latest Deleted: sha256:564b494a5f247277598c615a9d3ed91f34bcbbfe765dc0da5915fc9e3d3e7d23 Deleted: sha256:fcfbef7463af9fc0aff1772a4b3c43f24b11b217db249e97c9bcc37d7b7a27cd Deleted: sha256:df8adc31ec21bf1f2e91443087205329892f958083338196499aa66b45cbbbf1 Deleted: sha256:9c78134b04fee6c5ab9d96346ee5be9dd3200300f87752b93dcb41bb6b19bb5e Deleted: sha256:71cc520eaa68cedf0aaa289a2a52cecdda4e5849f0bbe1c0dcf3c672c19a0a2e Deleted: sha256:8aa194fe3c9aaf9dfc87daa9609fbe27459aa7afdec42024859015dd54bed47f Deleted: sha256:ca6b77f819a6221012b288402bd6bba73550e62e3214e051a07a12e7520a3ab8 Deleted: sha256:fbca788c5c1215c3225c8a6d3341111ce96e0bf3c20d6ea3947758a29b274b5f Deleted: sha256:a4fac2d80649be0933d43e99d2a96b275307bb659aeb2373ca3b330acfc9bf15 Deleted: sha256:9016b06efec39da7e3a796f5fcc4017ac53904f964c66e28fb81b49b312cd548 Deleted: sha256:e9526022fbe008d2acc0a21be4ad92e7f42ea2638971d15d5e961b0dfb881641 Deleted: sha256:8c1e51db46e6fa6d9d81148e358603ca73e5bf37d584d25836e68c50a62cdb68 Deleted: sha256:9e7860e803b0e2732ee94be645749a4d4c3988680a243ca397ffc30f9a1f4a54 Deleted: sha256:845b9d536c8744ed3bdefccba71cda0c0a5e02b67ece4f11c5eb96f966a81a0a Deleted: sha256:3ee14085cefd6cbd6b52a6f63d47c8fa3b3f0d1d41424dc4e9ffd9239dd131fd Deleted: sha256:c1a6b040116273a6cbea1cdd5ba6ac903d891af62ae61777cc7ffc900508e41c Deleted: sha256:0ef2cb18af96ffb8e9131aed6632b2739e198f9ef46d4eb5448721717c026091 Deleted: sha256:b838ee408d44fd4b4d89e8256ad80045a254dbe01aebaf529ef9106387f8b4e9 Deleted: sha256:2ef40aeb1e45df57318359d33d01212c392caa443aab908c179161db965273a9 Deleted: sha256:16e8f12445bae8787a5f0760523c59f6ff1de30dfc698d2b6e5eef3be29fbe79 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 310.3kB Step 1/16 : FROM ubuntu:24.04 ---> 59ab366372d5 Step 2/16 : LABEL "repository"="https://github.com/yegor256/latexmk-action" ---> Running in f75c65d9e8a1 ---> Removed intermediate container f75c65d9e8a1 ---> c61a1439d25d Step 3/16 : LABEL "maintainer"="Yegor Bugayenko" ---> Running in 036d1debf61b ---> Removed intermediate container 036d1debf61b ---> 4c588f7a350a Step 4/16 : LABEL "version"="0.15.0" ---> Running in 471d453aa510 ---> Removed intermediate container 471d453aa510 ---> d72410c20143 Step 5/16 : WORKDIR /action ---> Running in 8f95922e5c5c ---> Removed intermediate container 8f95922e5c5c ---> ae8dca210f41 Step 6/16 : ENV LC_ALL=en_US.UTF-8 ---> Running in 040b6252bc53 ---> Removed intermediate container 040b6252bc53 ---> 08d7d639502d Step 7/16 : ENV LANG=en_US.UTF-8 ---> Running in 60e2b6665fb9 ---> Removed intermediate container 60e2b6665fb9 ---> abbb7fba5bbe Step 8/16 : ENV LANGUAGE=en_US.UTF-8 ---> Running in 087525b1e9f9 ---> Removed intermediate container 087525b1e9f9 ---> 9bfb1c301fa1 Step 9/16 : RUN apt-get -y -q update && apt-get -y install --no-install-recommends wget=* perl=* zip=* unzip=* inkscape=* imagemagick=* make=* && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in 7dc984c2287c 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://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [541 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB] Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [715 kB] Get:8 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [13.7 kB] Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [491 kB] Get:10 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB] Get:11 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB] Get:12 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [491 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [916 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [759 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [18.2 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [11.8 kB] Fetched 26.2 MB in 3s (9298 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 gcc-14-base 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 libgcc-s1 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 libstdc++6 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 make-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl 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 make 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 The following packages will be upgraded: gcc-14-base libgcc-s1 libstdc++6 3 upgraded, 196 newly installed, 0 to remove and 0 not upgraded. Need to get 94.4 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-updates/main amd64 gcc-14-base amd64 14.2.0-4ubuntu2~24.04 [50.8 kB] Get:27 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6 amd64 14.2.0-4ubuntu2~24.04 [791 kB] Get:28 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1 amd64 14.2.0-4ubuntu2~24.04 [78.6 kB] Get:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1 amd64 14.2.0-4ubuntu2~24.04 [148 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libfftw3-double3 amd64 3.3.10-1ubuntu3 [838 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/main amd64 libbrotli1 amd64 1.1.0-2build2 [331 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libpng16-16t64 amd64 1.6.43-5build1 [187 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 libfreetype6 amd64 2.13.2+dfsg-1build3 [402 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-mono all 2.37-8 [502 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-core all 2.37-8 [835 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig-config amd64 2.15.0-1.1ubuntu2 [37.3 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libfontconfig1 amd64 2.15.0-1.1ubuntu2 [139 kB] Get:38 http://archive.ubuntu.com/ubuntu noble/main amd64 libsharpyuv0 amd64 1.3.2-0.4build3 [15.8 kB] Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libaom3 amd64 3.8.2-2ubuntu0.1 [1941 kB] Get:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif-plugin-aomdec amd64 1.17.6-1ubuntu4 [10.3 kB] Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libde265-0 amd64 1.0.15-1build3 [166 kB] Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif-plugin-libde265 amd64 1.17.6-1ubuntu4 [8158 B] Get:43 http://archive.ubuntu.com/ubuntu noble/main amd64 libheif1 amd64 1.17.6-1ubuntu4 [276 kB] Get:44 http://archive.ubuntu.com/ubuntu noble/main amd64 libjbig0 amd64 2.1-6.1ubuntu2 [29.7 kB] Get:45 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg-turbo8 amd64 2.1.5-2ubuntu2 [150 kB] Get:46 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg8 amd64 8c-2ubuntu11 [2148 B] Get:47 http://archive.ubuntu.com/ubuntu noble/main amd64 liblcms2-2 amd64 2.14-2build1 [161 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.1 [1546 kB] Get:49 http://archive.ubuntu.com/ubuntu noble/universe amd64 liblqr-1-0 amd64 0.4.2-2.1build2 [28.5 kB] Get:50 http://archive.ubuntu.com/ubuntu noble/main amd64 libltdl7 amd64 2.4.7-7build1 [40.3 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libopenjp2-7 amd64 2.5.0-2ubuntu0.1 [173 kB] Get:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libraw23t64 amd64 0.21.2-2.1build1 [378 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdeflate0 amd64 1.19-1build1.1 [43.9 kB] Get:54 http://archive.ubuntu.com/ubuntu noble/main amd64 liblerc4 amd64 4.0.0+ds-4ubuntu2 [179 kB] Get:55 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebp7 amd64 1.3.2-0.4build3 [230 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libtiff6 amd64 4.5.1+git230720-4ubuntu2.2 [199 kB] Get:57 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebpdemux2 amd64 1.3.2-0.4build3 [12.4 kB] Get:58 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebpmux3 amd64 1.3.2-0.4build3 [25.7 kB] Get:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libxau6 amd64 1:1.0.9-1build6 [7160 B] Get:60 http://archive.ubuntu.com/ubuntu noble/main amd64 libbsd0 amd64 0.12.1-1build1 [41.2 kB] Get:61 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu6 [10.3 kB] Get:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb1 amd64 1.15-1ubuntu2 [47.7 kB] Get:63 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-data all 2:1.8.7-1build1 [115 kB] Get:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-6 amd64 2:1.8.7-1build1 [650 kB] Get:65 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext6 amd64 2:1.3.4-1build2 [30.4 kB] Get:66 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libicu74 amd64 74.2-1ubuntu3.1 [10.9 MB] Get:67 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml2 amd64 2.9.14+dfsg-1.3ubuntu3 [762 kB] Get:68 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6-common all 8:6.9.12.98+dfsg1-5.2build2 [69.5 kB] Get:69 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [1811 kB] Get:70 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagickwand-6.q16-7t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [318 kB] Get:71 http://archive.ubuntu.com/ubuntu noble/main amd64 perl-modules-5.38 all 5.38.2-3.2build2 [3110 kB] Get:72 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm6t64 amd64 1.23-5.1build1 [34.4 kB] Get:73 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm-compat4t64 amd64 1.23-5.1build1 [6710 B] Get:74 http://archive.ubuntu.com/ubuntu noble/main amd64 libperl5.38t64 amd64 5.38.2-3.2build2 [4873 kB] Get:75 http://archive.ubuntu.com/ubuntu noble/main amd64 perl amd64 5.38.2-3.2build2 [231 kB] Get:76 http://archive.ubuntu.com/ubuntu noble/main amd64 adduser all 3.137ubuntu1 [101 kB] Get:77 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-3 amd64 1.14.10-4ubuntu4.1 [210 kB] Get:78 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-bin amd64 1.14.10-4ubuntu4.1 [39.3 kB] Get:79 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-session-bus-common all 1.14.10-4ubuntu4.1 [80.5 kB] Get:80 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-daemon amd64 1.14.10-4ubuntu4.1 [118 kB] Get:81 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-system-bus-common all 1.14.10-4ubuntu4.1 [81.6 kB] Get:82 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus amd64 1.14.10-4ubuntu4.1 [24.3 kB] Get:83 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-systemd amd64 255.4-1ubuntu8.4 [235 kB] Get:84 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-user-session amd64 1.14.10-4ubuntu4.1 [9968 B] Get:85 http://archive.ubuntu.com/ubuntu noble/main amd64 libfribidi0 amd64 1.0.13-3build1 [26.1 kB] Get:86 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5support0 amd64 1.20.1-6ubuntu2.1 [33.6 kB] Get:87 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libk5crypto3 amd64 1.20.1-6ubuntu2.1 [81.7 kB] Get:88 http://archive.ubuntu.com/ubuntu noble/main amd64 libkeyutils1 amd64 1.6.3-3build1 [9490 B] Get:89 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5-3 amd64 1.20.1-6ubuntu2.1 [347 kB] Get:90 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-6ubuntu2.1 [143 kB] Get:91 http://archive.ubuntu.com/ubuntu noble/main amd64 libtext-iconv-perl amd64 1.7-8build3 [13.5 kB] Get:92 http://archive.ubuntu.com/ubuntu noble/main amd64 shared-mime-info amd64 2.4-4 [474 kB] Get:93 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xkb-data all 2.41-2ubuntu1.1 [397 kB] Get:94 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnghttp2-14 amd64 1.59.0-1ubuntu0.1 [74.3 kB] Get:95 http://archive.ubuntu.com/ubuntu noble/main amd64 libpsl5t64 amd64 0.21.2-1.1build1 [57.1 kB] Get:96 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon0 amd64 1.6.0-1build1 [122 kB] Get:97 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.1 [334 kB] Get:98 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgdk-pixbuf2.0-common all 2.42.10+dfsg-3ubuntu3.1 [8024 B] Get:99 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.10+dfsg-3ubuntu3.1 [147 kB] Get:100 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gtk-update-icon-cache amd64 3.24.41-4ubuntu1.2 [51.8 kB] Get:101 http://archive.ubuntu.com/ubuntu noble/main amd64 hicolor-icon-theme all 0.17-2 [9976 B] Get:102 http://archive.ubuntu.com/ubuntu noble/main amd64 humanity-icon-theme all 0.6.16 [1282 kB] Get:103 http://archive.ubuntu.com/ubuntu noble/main amd64 ubuntu-mono all 24.04-0ubuntu1 [151 kB] Get:104 http://archive.ubuntu.com/ubuntu noble/main amd64 adwaita-icon-theme all 46.0-1 [723 kB] Get:105 http://archive.ubuntu.com/ubuntu noble/main amd64 at-spi2-common all 2.52.0-1build1 [8674 B] Get:106 http://archive.ubuntu.com/ubuntu noble/main amd64 libdconf1 amd64 0.40.0-4build2 [39.4 kB] Get:107 http://archive.ubuntu.com/ubuntu noble/main amd64 dconf-service amd64 0.40.0-4build2 [27.5 kB] Get:108 http://archive.ubuntu.com/ubuntu noble/main amd64 dconf-gsettings-backend amd64 0.40.0-4build2 [22.1 kB] Get:109 http://archive.ubuntu.com/ubuntu noble/main amd64 emacsen-common all 3.0.5 [12.1 kB] Get:110 http://archive.ubuntu.com/ubuntu noble/main amd64 dictionaries-common all 1.29.7 [188 kB] Get:111 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig amd64 2.15.0-1.1ubuntu2 [180 kB] Get:112 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-5ubuntu3.1 [20.4 kB] Get:113 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-5ubuntu3.1 [53.2 kB] Get:114 http://archive.ubuntu.com/ubuntu noble/main amd64 libldap2 amd64 2.6.7+dfsg-1~exp1ubuntu8 [195 kB] Get:115 http://archive.ubuntu.com/ubuntu noble/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build7 [56.3 kB] Get:116 http://archive.ubuntu.com/ubuntu noble/main amd64 libssh-4 amd64 0.10.6-2build2 [188 kB] Get:117 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcurl3t64-gnutls amd64 8.5.0-2ubuntu10.4 [333 kB] Get:118 http://archive.ubuntu.com/ubuntu noble/main amd64 libduktape207 amd64 2.7.0+tests-0ubuntu3 [143 kB] Get:119 http://archive.ubuntu.com/ubuntu noble/main amd64 libproxy1v5 amd64 0.5.4-4build1 [26.5 kB] Get:120 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking-common all 2.80.0-1build1 [6702 B] Get:121 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking-services amd64 2.80.0-1build1 [12.8 kB] Get:122 http://archive.ubuntu.com/ubuntu noble/main amd64 session-migration amd64 0.3.9build1 [9034 B] Get:123 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gsettings-desktop-schemas all 46.1-0ubuntu1 [35.6 kB] Get:124 http://archive.ubuntu.com/ubuntu noble/main amd64 glib-networking amd64 2.80.0-1build1 [64.1 kB] Get:125 http://archive.ubuntu.com/ubuntu noble/main amd64 hunspell-en-us all 1:2020.12.07-2 [280 kB] Get:126 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB] Get:127 http://archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB] Get:128 http://archive.ubuntu.com/ubuntu noble/main amd64 libpixman-1-0 amd64 0.42.2-1build1 [279 kB] Get:129 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0 amd64 1.15-1ubuntu2 [16.2 kB] Get:130 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shm0 amd64 1.15-1ubuntu2 [5756 B] Get:131 http://archive.ubuntu.com/ubuntu noble/main amd64 libxrender1 amd64 1:0.9.10-1.1build1 [19.0 kB] Get:132 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairo2 amd64 1.18.0-3build1 [566 kB] Get:133 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairo-gobject2 amd64 1.18.0-3build1 [127 kB] Get:134 http://archive.ubuntu.com/ubuntu noble/main amd64 libgraphite2-3 amd64 1.3.14-2build1 [73.0 kB] Get:135 http://archive.ubuntu.com/ubuntu noble/main amd64 libharfbuzz0b amd64 8.3.0-2build2 [469 kB] Get:136 http://archive.ubuntu.com/ubuntu noble/main amd64 libthai-data all 0.1.29-2build1 [158 kB] Get:137 http://archive.ubuntu.com/ubuntu noble/main amd64 libdatrie1 amd64 0.2.13-3build1 [19.0 kB] Get:138 http://archive.ubuntu.com/ubuntu noble/main amd64 libthai0 amd64 0.1.29-2build1 [18.9 kB] Get:139 http://archive.ubuntu.com/ubuntu noble/main amd64 libpango-1.0-0 amd64 1.52.1+ds-1build1 [231 kB] Get:140 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangoft2-1.0-0 amd64 1.52.1+ds-1build1 [42.5 kB] Get:141 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangocairo-1.0-0 amd64 1.52.1+ds-1build1 [28.8 kB] Get:142 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-2 amd64 2.58.0+dfsg-1build1 [2135 kB] Get:143 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-common amd64 2.58.0+dfsg-1build1 [11.8 kB] Get:144 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdouble-conversion3 amd64 3.3.0-1build1 [40.3 kB] Get:145 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgslcblas0 amd64 2.7.1+dfsg-6ubuntu2 [104 kB] Get:146 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgsl27 amd64 2.7.1+dfsg-6ubuntu2 [987 kB] Get:147 http://archive.ubuntu.com/ubuntu noble/universe amd64 lib2geom1.2.0t64 amd64 1.2.2-3.1build1 [344 kB] Get:148 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk1.0-0t64 amd64 2.52.0-1build1 [55.3 kB] Get:149 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 [12.8 kB] Get:150 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 [629 kB] Get:151 http://archive.ubuntu.com/ubuntu noble/main amd64 libatkmm-1.6-1v5 amd64 2.28.4-1build4 [77.1 kB] Get:152 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-filesystem1.83.0 amd64 1.83.0-2.1ubuntu3 [283 kB] Get:153 http://archive.ubuntu.com/ubuntu noble/main amd64 libcairomm-1.0-1v5 amd64 1.14.5-1build1 [43.9 kB] Get:154 http://archive.ubuntu.com/ubuntu noble/main amd64 librevenge-0.0-0 amd64 0.0.5-3build1 [211 kB] Get:155 http://archive.ubuntu.com/ubuntu noble/main amd64 libcdr-0.1-1 amd64 0.1.7-1build2 [389 kB] Get:156 http://archive.ubuntu.com/ubuntu noble/main amd64 libgc1 amd64 1:8.2.6-1build1 [90.3 kB] Get:157 http://archive.ubuntu.com/ubuntu noble/main amd64 libgspell-1-common all 1.12.2-1build4 [6278 B] Get:158 http://archive.ubuntu.com/ubuntu noble/main amd64 libaspell15 amd64 0.60.8.1-1build1 [323 kB] Get:159 http://archive.ubuntu.com/ubuntu noble/main amd64 libhunspell-1.7-0 amd64 1.7.2+really1.7.2-10build3 [294 kB] Get:160 http://archive.ubuntu.com/ubuntu noble/main amd64 libenchant-2-2 amd64 2.3.3-2build2 [51.4 kB] Get:161 http://archive.ubuntu.com/ubuntu noble/main amd64 libxi6 amd64 2:1.8.1-1build1 [32.4 kB] Get:162 http://archive.ubuntu.com/ubuntu noble/main amd64 libatspi2.0-0t64 amd64 2.52.0-1build1 [80.5 kB] Get:163 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-bridge2.0-0t64 amd64 2.52.0-1build1 [66.0 kB] Get:164 http://archive.ubuntu.com/ubuntu noble/main amd64 libcolord2 amd64 1.4.7-1build2 [149 kB] Get:165 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-common-data amd64 0.8-13ubuntu6 [29.7 kB] Get:166 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-common3 amd64 0.8-13ubuntu6 [23.3 kB] Get:167 http://archive.ubuntu.com/ubuntu noble/main amd64 libavahi-client3 amd64 0.8-13ubuntu6 [26.8 kB] Get:168 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcups2t64 amd64 2.4.7-1.2ubuntu7.3 [272 kB] Get:169 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy0 amd64 1.5.10-1build1 [220 kB] Get:170 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-client0 amd64 1.22.0-2.1build1 [26.4 kB] Get:171 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-cursor0 amd64 1.22.0-2.1build1 [10.4 kB] Get:172 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-egl1 amd64 1.22.0-2.1build1 [5628 B] Get:173 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcomposite1 amd64 1:0.4.5-1build3 [6320 B] Get:174 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes3 amd64 1:6.0.0-2build1 [10.8 kB] Get:175 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor1 amd64 1:1.2.1-1build1 [20.7 kB] Get:176 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdamage1 amd64 1:1.1.6-1build1 [6150 B] Get:177 http://archive.ubuntu.com/ubuntu noble/main amd64 libxinerama1 amd64 2:1.1.4-3build1 [6396 B] Get:178 http://archive.ubuntu.com/ubuntu noble/main amd64 libxrandr2 amd64 2:1.5.2-2build1 [19.7 kB] Get:179 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-common all 3.24.41-4ubuntu1.2 [1202 kB] Get:180 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-0t64 amd64 3.24.41-4ubuntu1.2 [2901 kB] Get:181 http://archive.ubuntu.com/ubuntu noble/main amd64 libgspell-1-2 amd64 1.12.2-1build4 [52.4 kB] Get:182 http://archive.ubuntu.com/ubuntu noble/main amd64 libpangomm-1.4-1v5 amd64 2.46.4-1build3 [52.2 kB] Get:183 http://archive.ubuntu.com/ubuntu noble/main amd64 libgtkmm-3.0-1t64 amd64 3.24.9-1 [983 kB] Get:184 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmagick++-6.q16-9t64 amd64 8:6.9.12.98+dfsg1-5.2build2 [148 kB] Get:185 http://archive.ubuntu.com/ubuntu noble/main amd64 libnspr4 amd64 2:4.35-1.1build1 [117 kB] Get:186 http://archive.ubuntu.com/ubuntu noble/main amd64 libnss3 amd64 2:3.98-1build1 [1445 kB] Get:187 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler134 amd64 24.02.0-1ubuntu9.1 [1113 kB] Get:188 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler-glib8t64 amd64 24.02.0-1ubuntu9.1 [157 kB] Get:189 http://archive.ubuntu.com/ubuntu noble/universe amd64 libpotrace0 amd64 1.16-2build1 [17.7 kB] Get:190 http://archive.ubuntu.com/ubuntu noble/main amd64 libsoup2.4-common all 2.74.3-6ubuntu1 [8060 B] Get:191 http://archive.ubuntu.com/ubuntu noble/main amd64 libsoup-2.4-1 amd64 2.74.3-6ubuntu1 [282 kB] Get:192 http://archive.ubuntu.com/ubuntu noble/main amd64 libvisio-0.1-1 amd64 0.1.7-1build9 [237 kB] Get:193 http://archive.ubuntu.com/ubuntu noble/main amd64 libwpd-0.10-10 amd64 0.10.3-2build2 [206 kB] Get:194 http://archive.ubuntu.com/ubuntu noble/main amd64 libwpg-0.3-3 amd64 0.3.4-3build1 [51.8 kB] Get:195 http://archive.ubuntu.com/ubuntu noble/main amd64 libxslt1.1 amd64 1.1.39-0exp1build1 [167 kB] Get:196 http://archive.ubuntu.com/ubuntu noble/universe amd64 inkscape amd64 1.2.2-2ubuntu12 [21.5 MB] Get:197 http://archive.ubuntu.com/ubuntu noble/main amd64 make amd64 4.3-4.1build2 [180 kB] Get:198 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 unzip amd64 6.0-28ubuntu4.1 [174 kB] Get:199 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 94.4 MB in 4s (23.0 MB/s) Selecting previously unselected package libpython3.12-minimal:amd64. (Reading database ... 4379 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 ... 4698 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 ... 5703 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 ... 6753 files and directories currently installed.) Preparing to unpack .../systemd-sysv_255.4-1ubuntu8.4_amd64.deb ... Unpacking systemd-sysv (255.4-1ubuntu8.4) ... Preparing to unpack .../gcc-14-base_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking gcc-14-base:amd64 (14.2.0-4ubuntu2~24.04) over (14-20240412-0ubuntu1) ... Setting up gcc-14-base:amd64 (14.2.0-4ubuntu2~24.04) ... (Reading database ... 6771 files and directories currently installed.) Preparing to unpack .../libstdc++6_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking libstdc++6:amd64 (14.2.0-4ubuntu2~24.04) over (14-20240412-0ubuntu1) ... Setting up libstdc++6:amd64 (14.2.0-4ubuntu2~24.04) ... (Reading database ... 6771 files and directories currently installed.) Preparing to unpack .../libgcc-s1_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking libgcc-s1:amd64 (14.2.0-4ubuntu2~24.04) over (14-20240412-0ubuntu1) ... Setting up libgcc-s1:amd64 (14.2.0-4ubuntu2~24.04) ... Selecting previously unselected package libgomp1:amd64. (Reading database ... 6771 files and directories currently installed.) Preparing to unpack .../00-libgomp1_14.2.0-4ubuntu2~24.04_amd64.deb ... Unpacking libgomp1:amd64 (14.2.0-4ubuntu2~24.04) ... Selecting previously unselected package libfftw3-double3:amd64. Preparing to unpack .../01-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 .../02-libbrotli1_1.1.0-2build2_amd64.deb ... Unpacking libbrotli1:amd64 (1.1.0-2build2) ... Selecting previously unselected package libpng16-16t64:amd64. Preparing to unpack .../03-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 .../04-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 .../05-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 .../06-fonts-dejavu-core_2.37-8_all.deb ... Unpacking fonts-dejavu-core (2.37-8) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../07-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 .../08-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 .../09-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 .../10-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 .../11-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 .../12-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 .../13-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 .../14-libheif1_1.17.6-1ubuntu4_amd64.deb ... Unpacking libheif1:amd64 (1.17.6-1ubuntu4) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../15-libjbig0_2.1-6.1ubuntu2_amd64.deb ... Unpacking libjbig0:amd64 (2.1-6.1ubuntu2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../16-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 .../17-libjpeg8_8c-2ubuntu11_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu11) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../18-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 .../19-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 .../20-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 .../21-libltdl7_2.4.7-7build1_amd64.deb ... Unpacking libltdl7:amd64 (2.4.7-7build1) ... Selecting previously unselected package libopenjp2-7:amd64. Preparing to unpack .../22-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 .../23-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 .../24-libdeflate0_1.19-1build1.1_amd64.deb ... Unpacking libdeflate0:amd64 (1.19-1build1.1) ... Selecting previously unselected package liblerc4:amd64. Preparing to unpack .../25-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 .../26-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 .../27-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 .../28-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 .../29-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 .../30-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 .../31-libbsd0_0.12.1-1build1_amd64.deb ... Unpacking libbsd0:amd64 (0.12.1-1build1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../32-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 .../33-libxcb1_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb1:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../34-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 .../35-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 .../36-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 .../37-libicu74_74.2-1ubuntu3.1_amd64.deb ... Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../38-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 .../39-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 .../40-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 .../41-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 .../42-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 .../43-libgdbm6t64_1.23-5.1build1_amd64.deb ... Unpacking libgdbm6t64:amd64 (1.23-5.1build1) ... Selecting previously unselected package libgdbm-compat4t64:amd64. Preparing to unpack .../44-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 .../45-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 .../46-perl_5.38.2-3.2build2_amd64.deb ... Unpacking perl (5.38.2-3.2build2) ... Selecting previously unselected package adduser. Preparing to unpack .../47-adduser_3.137ubuntu1_all.deb ... Unpacking adduser (3.137ubuntu1) ... Setting up adduser (3.137ubuntu1) ... Selecting previously unselected package libdbus-1-3:amd64. (Reading database ... 9746 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.2_amd64.deb ... Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.2) ... 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.2_all.deb ... Unpacking libgtk-3-common (3.24.41-4ubuntu1.2) ... Selecting previously unselected package libgtk-3-0t64:amd64. Preparing to unpack .../103-libgtk-3-0t64_3.24.41-4ubuntu1.2_amd64.deb ... Unpacking libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.2) ... 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 make. Preparing to unpack .../120-make_4.3-4.1build2_amd64.deb ... Unpacking make (4.3-4.1build2) ... Selecting previously unselected package unzip. Preparing to unpack .../121-unzip_6.0-28ubuntu4.1_amd64.deb ... Unpacking unzip (6.0-28ubuntu4.1) ... Selecting previously unselected package zip. Preparing to unpack .../122-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.2.0-4ubuntu2~24.04) ... 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: Thu Oct 17 12:16:48 UTC 2024. Universal Time is now: Thu Oct 17 12:16:48 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 make (4.3-4.1build2) ... 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.2) ... 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.2) ... 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.2) ... 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 7dc984c2287c ---> bea0199b0034 Step 10/16 : ENV TEXLIVE_YEAR=2024 ---> Running in b9f61e270541 ---> Removed intermediate container b9f61e270541 ---> 9dc7ed4387aa Step 11/16 : ENV TEXLIVE_INSTALL_ENV_NOCHECK=true ---> Running in 0575c011d0ad ---> Removed intermediate container 0575c011d0ad ---> 57b45ee48ca0 Step 12/16 : ENV PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest ---> Running in 3a42148f71e7 ---> Removed intermediate container 3a42148f71e7 ---> 968162876030 Step 13/16 : 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 e0c78083180b 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/EjH4BXlEvb 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:02/00:04]: texlive-scripts [540k] 91mTeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/EjH4BXlEvb/Yf25VsmVwR/texlive-scripts.doc.tar.xz: TeXLive::TLUtils::check_file_and_remove: tlchecksum=055e67b1036e4b64cbc435e919b67fde76cac5ef65de45ace7b1c22f81c6e7dd7323372b326ebb65d2e662e026a9f17fe194ab72e34c6e5ce584ba457edaab89, arg=a5a6ff8bb0dda625383abe0dd9e0fdb45929b8cfc6a77b8bbb4672ee2afae043428e659002f8812897eddcf043984bfedbc1d1a8417ed109417e6618b4bc775f TeXLive::TLUtils::check_file_and_remove: backtrace: -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack -> tlpkg/TeXLive/TLPDB.pm:1842: TeXLive::TLPDB::_install_data -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package -> tlpkg/TeXLive/TLUtils.pm:1895: TeXLive::TLPDB::install_package -> ./install-tl:2383: TeXLive::TLUtils::install_packages -> ./install-tl:1110: main::do_install_packages -> ./install-tl:770: main::do_installation TeXLive::TLUtils::check_file_and_remove: remo0mInstalling [4/4, time/total: 00:04/00:08]: texlive.infra [558k] 91mving /tmp/EjH4BXlEvb/Yf25VsmVwR/texlive-scripts.doc.tar.xz, but saving copy in /tmp/TO1Ea1A83y TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz TLUtils::install_packages: Failed to install texlive-scripts texlive-scripts will be retried later. 0mRetrying to install: texlive-scripts [540k] Time used for installing the packages: 00:09 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: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:15/00:46]: dvipdfmx.x86_64-linux [429k] Installing [10/55, time/total: 00:17/00:50]: dvips [576k] Installing [11/55, time/total: 00:18/00:50]: 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:31/01:17]: 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:49/01:33]: luatex [1931k] Installing [29/55, time/total: 00:51/01:25]: luatex.x86_64-linux [1795k] Installing [30/55, time/total: 00:52/01:18]: makeindex [460k] Installing [31/55, time/total: 00:55/01:21]: makeindex.x86_64-linux [50k] Installing [32/55, time/total: 00:56/01:22]: metafont [61k] Installing [33/55, time/total: 00:58/01:25]: metafont.x86_64-linux [185k] Installing [34/55, time/total: 00:59/01:25]: mflogo [242k] Installing [35/55, time/total: 01:02/01:28]: mfware [102k] Installing [36/55, time/total: 01:04/01:31]: mfware.x86_64-linux [120k] Installing [37/55, time/total: 01:05/01:32]: modes [298k] Installing [38/55, time/total: 01:07/01:33]: pdftex [2504k] Installing [39/55, time/total: 01:10/01:26]: pdftex.x86_64-linux [837k] Installing [40/55, time/total: 01:11/01:24]: plain [29k] Installing [41/55, time/total: 01:12/01:25]: tex [44k] Installing [42/55, time/total: 01:14/01:27]: tex-ini-files [6k] Installing [43/55, time/total: 01:16/01:30]: tex.x86_64-linux [175k] Installing [44/55, time/total: 01:17/01:30]: texlive-common [629k] Installing [45/55, time/total: 01:19/01:30]: texlive-en [1851k] Installing [46/55, time/total: 01:21/01:25]: texlive-msg-translations [149k] Installing [47/55, time/total: 01:22/01:26]: texlive-scripts-extra [215k] Installing [48/55, time/total: 01:24/01:27]: texlive-scripts-extra.x86_64-linux [1k] Installing [49/55, time/total: 01:25/01:28]: texlive-scripts.x86_64-linux [1k] Installing [50/55, time/total: 01:26/01:29]: texlive.infra.x86_64-linux [143k] Installing [51/55, time/total: 01:27/01:30]: tlshell [34k] Installing [52/55, time/total: 01:29/01:32]: tlshell.x86_64-linux [1k] Installing [53/55, time/total: 01:30/01:33]: unicode-data [301k] Installing [54/55, time/total: 01:32/01:34]: xdvi [176k] Installing [55/55, time/total: 01:34/01:35]: xdvi.x86_64-linux [543k] Time used for installing the packages: 01:35 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"). 0m91m Summary of warnings: TeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/EjH4BXlEvb/Yf25VsmVwR/texlive-scripts.doc.tar.xz: TeXLive::TLUtils::check_file_and_remove: tlchecksum=055e67b1036e4b64cbc435e919b67fde76cac5ef65de45ace7b1c22f81c6e7dd7323372b326ebb65d2e662e026a9f17fe194ab72e34c6e5ce584ba457edaab89, arg=a5a6ff8bb0dda625383abe0dd9e0fdb45929b8cfc6a77b8bbb4672ee2afae043428e659002f8812897eddcf043984bfedbc1d1a8417ed109417e6618b4bc775f TeXLive::TLUtils::check_file_and_remove: backtrace: -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack -> tlpkg/TeXLive/TLPDB.pm:1842: TeXLive::TLPDB::_install_data -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package -> tlpkg/TeXLive/TLUtils.pm:1895: TeXLive::TLPDB::install_package -> ./install-tl:2383: TeXLive::TLUtils::install_packages -> ./install-tl:1110: main::do_install_packages -> ./install-tl:770: main::do_installation TeXLive::TLUtils::check_f0mfinished 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 91mile_and_remove: removing /tmp/EjH4BXlEvb/Yf25VsmVwR/texlive-scripts.doc.tar.xz, but saving copy in /tmp/TO1Ea1A83y TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz TLUtils::install_packages: Failed to install texlive-scripts texlive-scripts will be retried later. 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:10] install: amscls [1437k] [3/76, 00:06/07:46] install: amsmath [2461k] [4/76, 00:09/04:27] install: atbegshi [409k] [5/76, 00:12/05:23] install: atveryend [281k] [6/76, 00:15/06:19] install: auxhook [286k] [7/76, 00:18/07:09] install: babel [2188k] [8/76, 00:22/06:04] install: babel-english [137k] [9/76, 00:25/06:46] install: babelbib [1251k] [10/76, 00:28/06:28] install: bigintcalc [467k] [11/76, 00:31/06:47] install: bitset [622k] [12/76, 00:34/06:58] install: bookmark [491k] [13/76, 00:37/07:12] install: carlisle [85k] [14/76, 00:40/07:44] install: colortbl [647k] [15/76, 00:42/07:38] install: epstopdf.x86_64-linux [1k] [16/76, 00:43/07:49] install: epstopdf [44k] [17/76, 00:45/08:08] install: epstopdf-pkg [362k] [18/76, 00:48/08:24] install: etexcmds [302k] [19/76, 00:51/08:42] install: fancyhdr [889k] [20/76, 00:54/08:33] install: firstaid [276k] [21/76, 00:57/08:50] install: fix2col [217k] [22/76, 01:00/09:08] install: geometry [900k] [23/76, 01:04/09:07] install: gettitlestring [320k] [24/76, 01:07/09:20] install: graphics [2504k] [25/76, 01:10/08:17] install: graphics-cfg [2k] [26/76, 01:12/08:31] install: grfext [310k] [27/76, 01:15/08:42] install: grffile [357k] [28/76, 01:18/08:52] install: hopatch [321k] [29/76, 01:20/08:56] install: hycolor [380k] [30/76, 01:23/09:04] install: hypcap [295k] [31/76, 01:26/09:15] install: hyperref [4360k] [32/76, 01:31/07:54] install: hyphen-english [41k] [33/76, 01:32/07:58] install: infwarerr [287k] [34/76, 01:35/08:08] install: intcalc [431k] [35/76, 01:38/08:14] install: kvdefinekeys [297k] [36/76, 01:42/08:28] install: kvoptions [502k] [37/76, 01:45/08:32] install: kvsetkeys [396k] [38/76, 01:48/08:38] install: l3backend [892k] [39/76, 01:51/08:34] install: l3kernel [12577k] [40/76, 01:57/06:03] install: l3packages [1471k] [41/76, 02:00/05:58] install: latex [35553k] [42/76, 02:07/03:19] install: latex-bin.x86_64-linux [1k] [43/76, 02:08/03:21] install: latex-bin [53k] [44/76, 02:09/03:22] install: latex-fonts [19k] [45/76, 02:11/03:26] install: latex-lab [8470k] [46/76, 02:15/03:10] install: latexconfig [3k] [47/76, 02:16/03:12] install: letltxmacro [292k] [48/76, 02:19/03:15] install: lm [14118k] [49/76, 02:25/02:54] install: ltxcmds [414k] [50/76, 02:28/02:57] install: ltxmisc [16k] [51/76, 02:29/02:58] install: lua-uni-algos [80k] [52/76, 02:31/03:01] install: lualibs [226k] [53/76, 02:34/03:04] install: luaotfload.x86_64-linux [1k] [54/76, 02:35/03:05] install: luaotfload [1239k] [55/76, 02:38/03:06] install: mfnfss [458k] [56/76, 02:41/03:09] install: mptopdf.x86_64-linux [1k] [57/76, 02:42/03:10] install: mptopdf [50k] [58/76, 02:44/03:12] install: natbib [493k] [59/76, 02:48/03:16] install: oberdiek [7354k] [60/76, 02:51/03:06] install: pagesel [334k] [61/76, 02:54/03:09] install: pdfescape [347k] [62/76, 02:57/03:11] install: pdftexcmds [391k] [63/76, 03:00/03:14] install: pslatex [7k] [64/76, 03:02/03:16] install: psnfss [275k] [65/76, 03:05/03:19] install: pspicture [50k] [66/76, 03:08/03:22] install: refcount [329k] [67/76, 03:11/03:25] install: rerunfilecheck [334k] [68/76, 03:14/03:27] install: stringenc [702k] [69/76, 03:18/03:30] install: symbol [36k] [70/76, 03:19/03:31] install: texliveonfly.x86_64-linux [1k] [71/76, 03:20/03:32] install: texliveonfly [7k] [72/76, 03:22/03:34] install: tools [6444k] [73/76, 03:26/03:27] install: uniquecounter [292k] [74/76, 03:28/03:28] install: url [266k] [75/76, 03:30/03:30] install: zapfding [46k] [76/76, 03:31/03:31] 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 lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/1Pg0sRoihg/JV6zT_SeJX ... OK: lualatex.fmt/luahbtex running fmtutil-sys --byfmt latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/1Pg0sRoihg/JV6zT_SeJX ... OK: latex.fmt/pdftex running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/1Pg0sRoihg/JV6zT_SeJX ... OK: dvilualatex.fmt/luatex running fmtutil-sys --byfmt pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/1Pg0sRoihg/JV6zT_SeJX ... OK: pdflatex.fmt/pdftex running fmtutil-sys --byfmt mptopdf --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/1Pg0sRoihg/JV6zT_SeJX ... OK: mptopdf.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/1Pg0sRoihg/JV6zT_SeJX ... OK: latex.fmt/pdftex dvilualatex.fmt/luatex lualatex.fmt/luahbtex pdflatex.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/1Pg0sRoihg/JV6zT_SeJX ... OK: luatex.fmt/luatex luahbtex.fmt/luahbtex pdftex.fmt/pdftex dviluatex.fmt/luatex etex.fmt/pdftex pdfetex.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/1Pg0sRoihg/JV6zT_SeJX ... 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 e0c78083180b ---> 4935bb6f68e9 Step 14/16 : RUN tlmgr option repository ctan && tlmgr --verify-repo=none update --self && tlmgr --verify-repo=none install biber ---> Running in 84fee9180332 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:03/00:03] 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 84fee9180332 ---> 8dcd0c968379 Step 15/16 : COPY entry.sh ./ ---> 6eef73d8aecf Step 16/16 : ENTRYPOINT ["/bin/bash", "--login", "/action/entry.sh"] ---> Running in 6c5cf526b1e1 ---> Removed intermediate container 6c5cf526b1e1 ---> e4f619e5d89f Successfully built e4f619e5d89f Successfully tagged yegor256/latexmk-action:0.15.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 310.3kB Step 1/16 : FROM ubuntu:24.04 ---> 59ab366372d5 Step 2/16 : LABEL "repository"="https://github.com/yegor256/latexmk-action" ---> Using cache ---> c61a1439d25d Step 3/16 : LABEL "maintainer"="Yegor Bugayenko" ---> Using cache ---> 4c588f7a350a Step 4/16 : LABEL "version"="0.15.0" ---> Using cache ---> d72410c20143 Step 5/16 : WORKDIR /action ---> Using cache ---> ae8dca210f41 Step 6/16 : ENV LC_ALL=en_US.UTF-8 ---> Using cache ---> 08d7d639502d Step 7/16 : ENV LANG=en_US.UTF-8 ---> Using cache ---> abbb7fba5bbe Step 8/16 : ENV LANGUAGE=en_US.UTF-8 ---> Using cache ---> 9bfb1c301fa1 Step 9/16 : RUN apt-get -y -q update && apt-get -y install --no-install-recommends wget=* perl=* zip=* unzip=* inkscape=* imagemagick=* make=* && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> bea0199b0034 Step 10/16 : ENV TEXLIVE_YEAR=2024 ---> Using cache ---> 9dc7ed4387aa Step 11/16 : ENV TEXLIVE_INSTALL_ENV_NOCHECK=true ---> Using cache ---> 57b45ee48ca0 Step 12/16 : ENV PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest ---> Using cache ---> 968162876030 Step 13/16 : 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 ---> 4935bb6f68e9 Step 14/16 : RUN tlmgr option repository ctan && tlmgr --verify-repo=none update --self && tlmgr --verify-repo=none install biber ---> Using cache ---> 8dcd0c968379 Step 15/16 : COPY entry.sh ./ ---> Using cache ---> 6eef73d8aecf Step 16/16 : ENTRYPOINT ["/bin/bash", "--login", "/action/entry.sh"] ---> Using cache ---> e4f619e5d89f Successfully built e4f619e5d89f 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] 1Bffd7f8bbd5: Preparing 1B4d93ee6b13: Preparing 1B141b303b98: Preparing 1B0f45e21337: Preparing 1B8b930f421a: Preparing 3B0.15.0:3digest:hsha256:66e97e431a2b4b7a92575dcce73a4e2bdf1d4608d0a9c4e8b0b702bf51250591 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] 1Bffd7f8bbd5: Preparing 1B4d93ee6b13: Preparing 1B141b303b98: Preparing 1B0f45e21337: Preparing 1B8b930f421a: Preparing 1Blatest:2digest:esha256:66e97e431a2b4b7a92575dcce73a4e2bdf1d4608d0a9c4e8b0b702bf51250591 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.15.0 -m '0.15.0: tagged by rultor.com' + git reset --hard HEAD is now at 334436d version set to 0.15.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 334436d). + git push --all origin Everything up-to-date + git push --tags origin To github.com:yegor256/latexmk-action.git * [new tag] 0.15.0 -> 0.15.0 container 440815b811e10baa064f898d7425ee0c7f3e8ec2c1e28dd797521aaab898857c is dead Thu Oct 17 12:24:41 UTC 2024