Skip to content

Dockerfiles/oc-dev: retry LLVM install on transient apt.llvm.org network failures - #617

Merged
vit9696 merged 1 commit into
acidanthera:masterfrom
albert-mueller:fix-llvm-apt-retry
Aug 23, 2026
Merged

Dockerfiles/oc-dev: retry LLVM install on transient apt.llvm.org network failures#617
vit9696 merged 1 commit into
acidanthera:masterfrom
albert-mueller:fix-llvm-apt-retry

Conversation

@albert-mueller

Copy link
Copy Markdown
Contributor

The Linux CLANGPDB CI job intermittently fails during the oc-dev-edk2
image build: llvm.sh's own key-fetch helper (wget to
apt.llvm.org/llvm-snapshot.gpg.key) returns exit code 4 (network
failure) despite its built-in 3 retries, which aborts the whole Docker
build even though the underlying toolchain setup is otherwise fine.

Wrap the llvm.sh download+execution in an outer retry loop (5 attempts,
15s backoff) so a short-lived apt.llvm.org outage or rate limit no
longer fails CI outright. A persistent failure still fails the build
after all attempts are exhausted.

…ork failures

The Linux CLANGPDB CI job intermittently fails during the oc-dev-edk2
image build: llvm.sh's own key-fetch helper (wget to
apt.llvm.org/llvm-snapshot.gpg.key) returns exit code 4 (network
failure) despite its built-in 3 retries, which aborts the whole Docker
build even though the underlying toolchain setup is otherwise fine.

Wrap the llvm.sh download+execution in an outer retry loop (5 attempts,
15s backoff) so a short-lived apt.llvm.org outage or rate limit no
longer fails CI outright. A persistent failure still fails the build
after all attempts are exhausted.
@albert-mueller

Copy link
Copy Markdown
Contributor Author

Again used Claude.

@vit9696

vit9696 commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Is there any proof it actually fails?

@albert-mueller

Copy link
Copy Markdown
Contributor Author

Run docker compose run build-duet
Network oc_default Creating
Network oc_default Created
#1 [internal] load local bake definitions
#1 reading from stdin 461B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile:
#2 transferring dockerfile: 1.43kB 0.0s done
#2 DONE 0.4s

#3 [internal] load metadata for docker.io/library/ubuntu:24.04
#3 ...

#4 [auth] library/ubuntu:pull token for registry-1.docker.io
#4 DONE 0.0s

#3 [internal] load metadata for docker.io/library/ubuntu:24.04
#3 DONE 0.9s

#5 [internal] load .dockerignore
#5 transferring context: 2B done
#5 DONE 0.0s

#6 [oc-dev-edk2 1/2] FROM docker.io/library/ubuntu:24.04@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517
#6 resolve docker.io/library/ubuntu:24.04@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 0.0s done
#6 sha256:0926a8eb0e608a5c6888d1cd5594184bdf3ed3aa311dba5b42a547caefdc6f2e 0B / 29.75MB 0.2s
#6 sha256:0926a8eb0e608a5c6888d1cd5594184bdf3ed3aa311dba5b42a547caefdc6f2e 13.63MB / 29.75MB 0.3s
#6 sha256:0926a8eb0e608a5c6888d1cd5594184bdf3ed3aa311dba5b42a547caefdc6f2e 29.75MB / 29.75MB 0.5s
#6 sha256:0926a8eb0e608a5c6888d1cd5594184bdf3ed3aa311dba5b42a547caefdc6f2e 29.75MB / 29.75MB 0.5s done
#6 extracting sha256:0926a8eb0e608a5c6888d1cd5594184bdf3ed3aa311dba5b42a547caefdc6f2e
#6 extracting sha256:0926a8eb0e608a5c6888d1cd5594184bdf3ed3aa311dba5b42a547caefdc6f2e 0.6s done
#6 DONE 1.1s

#7 [oc-dev-edk2 2/2] RUN apt-get update && apt-get install -y lsb-release wget software-properties-common gnupg build-essential nasm uuid-dev libssl-dev libx11-dev libxext-dev iasl curl git zip file && { { [ "$(dpkg --print-architecture)" != "i386" ] && [ "$(dpkg --print-architecture)" != "amd64" ] ; } || apt-get install -y gcc-multilib ; } && { [ "$(dpkg --print-architecture)" == "amd64" ] || { apt-get install -y gcc-x86-64-linux-gnu && export GCC_BIN=x86_64-linux-gnu- ; } ; } && echo "export GCC_BIN=$GCC_BIN" > /.edk2_rc.sh && echo ". /.edk2_rc.sh" > /etc/profile.d/edk2-gcc5.sh && wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 21 && rm -f llvm.sh && apt-get purge --auto-remove -y wget software-properties-common gnupg && rm -rf /var/lib/apt/lists/*
#7 0.438 Get:1 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB]
#7 0.446 Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
#7 0.585 Get:3 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [50.0 kB]
#7 0.620 Get:4 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1721 kB]
#7 0.717 Get:5 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
#7 0.743 Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1193 kB]
#7 0.773 Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1525 kB]
#7 0.872 Get:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
#7 0.926 Get:9 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB]
#7 0.962 Get:10 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB]
#7 0.970 Get:11 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB]
#7 1.039 Get:12 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB]
#7 1.262 Get:13 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [55.8 kB]
#7 1.264 Get:14 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1838 kB]
#7 1.281 Get:15 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2146 kB]
#7 1.306 Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1522 kB]
#7 1.320 Get:17 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.9 kB]
#7 1.320 Get:18 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [671 B]
#7 1.331 Get:19 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]
#7 2.141 Fetched 32.3 MB in 2s (16.2 MB/s)
#7 2.141 Reading package lists...
#7 2.844 Reading package lists...
#7 3.563 Building dependency tree...
#7 3.687 Reading state information...
#7 3.865 The following additional packages will be installed:
#7 3.865 adduser appstream binutils binutils-common binutils-x86-64-linux-gnu bzip2
#7 3.865 ca-certificates cpp cpp-13 cpp-13-x86-64-linux-gnu cpp-x86-64-linux-gnu dbus
#7 3.865 dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
#7 3.865 dbus-user-session dirmngr distro-info-data dmsetup dpkg-dev fakeroot
#7 3.865 fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-13
#7 3.865 g++-13-x86-64-linux-gnu g++-x86-64-linux-gnu gcc gcc-13 gcc-13-base
#7 3.866 gcc-13-x86-64-linux-gnu gcc-x86-64-linux-gnu gir1.2-girepository-2.0
#7 3.866 gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 git-man gnupg-l10n gnupg-utils gpg
#7 3.866 gpg-agent gpg-wks-client gpgconf gpgsm iso-codes keyboxd krb5-locales less
#7 3.866 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#7 3.866 libaom3 libapparmor1 libappstream5 libargon2-1 libasan8 libatomic1
#7 3.866 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
#7 3.866 libcap2-bin libcbor0.10 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0
#7 3.866 libctf0 libcurl3t64-gnutls libcurl4t64 libdbus-1-3 libdeflate0
#7 3.866 libdevmapper1.02.1 libdpkg-perl libduktape207 libdw1t64 libedit2 libelf1t64
#7 3.866 liberror-perl libexpat1 libfakeroot libfdisk1 libfido2-1
#7 3.866 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev libgd3
#7 3.866 libgdbm-compat4t64 libgdbm6t64 libgirepository-1.0-1 libglib2.0-0t64
#7 3.866 libglib2.0-bin libglib2.0-data libgomp1 libgprofng0 libgssapi-krb5-2
#7 3.866 libgstreamer1.0-0 libheif-plugin-aomdec libheif-plugin-aomenc libheif1
#7 3.866 libhwasan0 libicu74 libisl23 libitm1 libjansson4 libjbig0 libjpeg-turbo8
#7 3.866 libjpeg8 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
#7 3.866 libkrb5support0 libksba8 libldap-common libldap2 liblerc4
#7 3.866 liblocale-gettext-perl liblsan0 libmagic-mgc libmagic1t64 libmpc3 libmpfr6
#7 3.866 libnghttp2-14 libnss-systemd libpackagekit-glib2-18 libpam-cap
#7 3.866 libpam-systemd libperl5.38t64 libpng16-16t64 libpolkit-agent-1-0
#7 3.867 libpolkit-gobject-1-0 libpsl5t64 libpthread-stubs0-dev libpython3-stdlib
#7 3.867 libpython3.12-minimal libpython3.12-stdlib libquadmath0 libreadline8t64
#7 3.867 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1
#7 3.867 libsharpyuv0 libsqlite3-0 libssh-4 libstdc++-13-dev libstemmer0d
#7 3.867 libsystemd-shared libtiff6 libtsan2 libubsan1 libunwind8 libwebp7 libx11-6
#7 3.867 libx11-data libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6
#7 3.867 libxext6 libxml2 libxmlb2 libxmuu1 libxpm4 libyaml-0-2 linux-libc-dev
#7 3.867 lto-disabled-list make manpages manpages-dev media-types netbase
#7 3.867 networkd-dispatcher openssh-client openssl packagekit packagekit-tools patch
#7 3.867 perl perl-modules-5.38 pinentry-curses polkitd publicsuffix
#7 3.867 python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
#7 3.867 python3-cryptography python3-dbus python3-distro python3-distro-info
#7 3.867 python3-gi python3-httplib2 python3-jwt python3-launchpadlib
#7 3.867 python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib
#7 3.867 python3-pkg-resources python3-pyparsing python3-six
#7 3.867 python3-software-properties python3-wadllib python3.12 python3.12-minimal
#7 3.867 readline-common rpcsvc-proto sgml-base shared-mime-info systemd systemd-dev
#7 3.867 systemd-resolved systemd-sysv systemd-timesyncd tzdata ucf
#7 3.867 unattended-upgrades unzip x11proto-dev xauth xdg-user-dirs xml-core
#7 3.867 xorg-sgml-doctools xtrans-dev xz-utils
#7 3.868 Suggested packages:
#7 3.868 cron quota ecryptfs-utils apt-config-icons binutils-doc gprofng-gui
#7 3.868 bzip2-doc cpp-doc gcc-13-locales cpp-13-doc pinentry-gnome3 tor
#7 3.868 debian-keyring g++-multilib g++-13-multilib gcc-13-doc gcc-multilib autoconf
#7 3.868 automake libtool flex bison gdb gcc-doc gcc-13-multilib gdb-x86-64-linux-gnu
#7 3.868 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui
#7 3.868 gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
#7 3.868 gpg-wks-server scdaemon isoquery glibc-doc bzr libgd-tools gdbm-l10n
#7 3.868 low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools
#7 3.868 libheif-plugin-libde265 libheif-plugin-x265 libheif-plugin-ffmpegdec
#7 3.868 libheif-plugin-jpegdec libheif-plugin-jpegenc libheif-plugin-j2kdec
#7 3.868 libheif-plugin-j2kenc libheif-plugin-rav1e libheif-plugin-svtenc
#7 3.868 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
#7 3.868 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libssl-doc
#7 3.868 libstdc++-13-doc libx11-doc libxcb-doc libxext-doc make-doc man-browser iw
#7 3.868 | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass ed
#7 3.868 diffutils-doc perl-doc libterm-readline-gnu-perl
#7 3.868 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
#7 3.868 polkitd-pkla python3-doc python3-tk python3-venv python-apt-doc
#7 3.868 python-blinker-doc python-cryptography-doc python3-cryptography-vectors
#7 3.868 python-dbus-doc python3-crypto python3-keyring python3-testresources
#7 3.868 python3-setuptools python-pyparsing-doc python3.12-venv python3.12-doc
#7 3.868 binfmt-support readline-doc sgml-base-doc systemd-container systemd-homed
#7 3.868 systemd-userdbd systemd-boot libip4tc2 libqrencode4 libtss2-esys-3.0.2-0
#7 3.868 libtss2-mu-4.0.1-0 libtss2-rc0 libtss2-tcti-device0 bsd-mailx default-mta
#7 3.868 | mail-transport-agent needrestart powermgmt-base debhelper
#7 4.241 The following NEW packages will be installed:
#7 4.241 acpica-tools adduser appstream binutils binutils-common
#7 4.241 binutils-x86-64-linux-gnu build-essential bzip2 ca-certificates cpp cpp-13
#7 4.241 cpp-13-x86-64-linux-gnu cpp-x86-64-linux-gnu curl dbus dbus-bin dbus-daemon
#7 4.241 dbus-session-bus-common dbus-system-bus-common dbus-user-session dirmngr
#7 4.242 distro-info-data dmsetup dpkg-dev fakeroot file fontconfig-config
#7 4.242 fonts-dejavu-core fonts-dejavu-mono g++ g++-13 g++-13-x86-64-linux-gnu
#7 4.242 g++-x86-64-linux-gnu gcc gcc-13 gcc-13-base gcc-13-x86-64-linux-gnu
#7 4.242 gcc-x86-64-linux-gnu gir1.2-girepository-2.0 gir1.2-glib-2.0
#7 4.242 gir1.2-packagekitglib-1.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
#7 4.242 gpg-agent gpg-wks-client gpgconf gpgsm iso-codes keyboxd krb5-locales less
#7 4.242 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
#7 4.242 libaom3 libapparmor1 libappstream5 libargon2-1 libasan8 libatomic1
#7 4.242 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
#7 4.242 libcap2-bin libcbor0.10 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0
#7 4.242 libctf0 libcurl3t64-gnutls libcurl4t64 libdbus-1-3 libdeflate0
#7 4.242 libdevmapper1.02.1 libdpkg-perl libduktape207 libdw1t64 libedit2 libelf1t64
#7 4.242 liberror-perl libexpat1 libfakeroot libfdisk1 libfido2-1
#7 4.242 libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev libgd3
#7 4.242 libgdbm-compat4t64 libgdbm6t64 libgirepository-1.0-1 libglib2.0-0t64
#7 4.242 libglib2.0-bin libglib2.0-data libgomp1 libgprofng0 libgssapi-krb5-2
#7 4.242 libgstreamer1.0-0 libheif-plugin-aomdec libheif-plugin-aomenc libheif1
#7 4.242 libhwasan0 libicu74 libisl23 libitm1 libjansson4 libjbig0 libjpeg-turbo8
#7 4.242 libjpeg8 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
#7 4.242 libkrb5support0 libksba8 libldap-common libldap2 liblerc4
#7 4.243 liblocale-gettext-perl liblsan0 libmagic-mgc libmagic1t64 libmpc3 libmpfr6
#7 4.243 libnghttp2-14 libnss-systemd libpackagekit-glib2-18 libpam-cap
#7 4.243 libpam-systemd libperl5.38t64 libpng16-16t64 libpolkit-agent-1-0
#7 4.243 libpolkit-gobject-1-0 libpsl5t64 libpthread-stubs0-dev libpython3-stdlib
#7 4.243 libpython3.12-minimal libpython3.12-stdlib libquadmath0 libreadline8t64
#7 4.243 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1
#7 4.243 libsharpyuv0 libsqlite3-0 libssh-4 libssl-dev libstdc++-13-dev libstemmer0d
#7 4.243 libsystemd-shared libtiff6 libtsan2 libubsan1 libunwind8 libwebp7 libx11-6
#7 4.243 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev
#7 4.243 libxdmcp6 libxext-dev libxext6 libxml2 libxmlb2 libxmuu1 libxpm4 libyaml-0-2
#7 4.243 linux-libc-dev lsb-release lto-disabled-list make manpages manpages-dev
#7 4.243 media-types nasm netbase networkd-dispatcher openssh-client openssl
#7 4.243 packagekit packagekit-tools patch perl perl-modules-5.38 pinentry-curses
#7 4.243 polkitd publicsuffix python-apt-common python3 python3-apt python3-blinker
#7 4.243 python3-cffi-backend python3-cryptography python3-dbus python3-distro
#7 4.243 python3-distro-info python3-gi python3-httplib2 python3-jwt
#7 4.243 python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
#7 4.243 python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing
#7 4.243 python3-six python3-software-properties python3-wadllib python3.12
#7 4.244 python3.12-minimal readline-common rpcsvc-proto sgml-base shared-mime-info
#7 4.244 software-properties-common systemd systemd-dev systemd-resolved systemd-sysv
#7 4.244 systemd-timesyncd tzdata ucf unattended-upgrades unzip uuid-dev wget
#7 4.244 x11proto-dev xauth xdg-user-dirs xml-core xorg-sgml-doctools xtrans-dev
#7 4.244 xz-utils zip
#7 4.319 0 upgraded, 251 newly installed, 0 to remove and 0 not upgraded.
#7 4.319 Need to get 146 MB of archives.
#7 4.319 After this operation, 552 MB of additional disk space will be used.
#7 4.319 Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 liblocale-gettext-perl amd64 1.07-6ubuntu5 [15.8 kB]
#7 4.347 Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.15 [839 kB]
#7 4.438 Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libexpat1 amd64 2.6.1-2ubuntu0.4 [88.2 kB]
#7 4.446 Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.15 [2334 kB]
#7 4.508 Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-minimal amd64 3.12.3-0ubuntu2.1 [27.4 kB]
#7 4.525 Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 media-types all 10.1.0 [27.5 kB]
#7 4.540 Get:7 http://archive.ubuntu.com/ubuntu noble/main amd64 netbase all 6.4 [13.1 kB]
#7 4.553 Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 tzdata all 2026c-0ubuntu0.24.04.1 [280 kB]
#7 4.566 Get:9 http://archive.ubuntu.com/ubuntu noble/main amd64 readline-common all 8.2-4build1 [56.5 kB]
#7 4.576 Get:10 http://archive.ubuntu.com/ubuntu noble/main amd64 libreadline8t64 amd64 8.2-4build1 [153 kB]
#7 4.587 Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsqlite3-0 amd64 3.45.1-1ubuntu2.7 [701 kB]
#7 4.597 Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.15 [2071 kB]
#7 4.625 Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.15 [651 kB]
#7 4.636 Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3-stdlib amd64 3.12.3-0ubuntu2.1 [10.1 kB]
#7 4.645 Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3 amd64 3.12.3-0ubuntu2.1 [23.0 kB]
#7 4.658 Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.7 [51.3 kB]
#7 4.671 Get:17 http://archive.ubuntu.com/ubuntu noble/main amd64 libargon2-1 amd64 0
20190702+dfsg-4build1 [20.8 kB]
#7 4.682 Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-3ubuntu3.2 [139 kB]
#7 4.695 Get:19 http://archive.ubuntu.com/ubuntu noble/main amd64 libjson-c5 amd64 0.17-1build1 [35.3 kB]
#7 4.706 Get:20 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcryptsetup12 amd64 2:2.7.0-1ubuntu4.2 [266 kB]
#7 4.718 Get:21 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfdisk1 amd64 2.39.3-9ubuntu6.5 [146 kB]
#7 4.729 Get:22 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkmod2 amd64 31+20240202-2ubuntu7.2 [51.8 kB]
#7 4.745 Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.17 [2077 kB]
#7 4.768 Get:24 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-dev all 255.4-1ubuntu8.17 [107 kB]
#7 4.778 Get:25 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd amd64 255.4-1ubuntu8.17 [3475 kB]
#7 4.816 Get:26 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-sysv amd64 255.4-1ubuntu8.17 [11.9 kB]
#7 4.824 Get:27 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 perl-modules-5.38 all 5.38.2-3.2ubuntu0.3 [3110 kB]
#7 4.854 Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm6t64 amd64 1.23-5.1build1 [34.4 kB]
#7 4.865 Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libgdbm-compat4t64 amd64 1.23-5.1build1 [6710 B]
#7 4.876 Get:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libperl5.38t64 amd64 5.38.2-3.2ubuntu0.3 [4876 kB]
#7 4.919 Get:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 perl amd64 5.38.2-3.2ubuntu0.3 [231 kB]
#7 4.926 Get:32 http://archive.ubuntu.com/ubuntu noble/main amd64 sgml-base all 1.31 [11.4 kB]
#7 4.939 Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 adduser all 3.137ubuntu1 [101 kB]
#7 4.950 Get:34 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssl amd64 3.0.13-0ubuntu3.12 [1003 kB]
#7 4.963 Get:35 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ca-certificates all 20260601
24.04.1 [139 kB]
#7 4.976 Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-3 amd64 1.14.10-4ubuntu4.1 [210 kB]
#7 4.990 Get:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-bin amd64 1.14.10-4ubuntu4.1 [39.3 kB]
#7 5.007 Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-session-bus-common all 1.14.10-4ubuntu4.1 [80.5 kB]
#7 5.021 Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-daemon amd64 1.14.10-4ubuntu4.1 [118 kB]
#7 5.036 Get:40 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-system-bus-common all 1.14.10-4ubuntu4.1 [81.6 kB]
#7 5.049 Get:41 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus amd64 1.14.10-4ubuntu4.1 [24.3 kB]
#7 5.062 Get:42 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-systemd amd64 255.4-1ubuntu8.17 [235 kB]
#7 5.073 Get:43 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-user-session amd64 1.14.10-4ubuntu4.1 [9968 B]
#7 5.085 Get:44 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 distro-info-data all 0.72-0ubuntu0.24.04.1 [7598 B]
#7 5.096 Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dmsetup amd64 2:1.02.185-3ubuntu3.2 [79.2 kB]
#7 5.108 Get:46 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.8 [1545 kB]
#7 5.123 Get:47 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-glib-2.0 amd64 2.80.0-6ubuntu3.8 [183 kB]
#7 5.136 Get:48 http://archive.ubuntu.com/ubuntu noble/main amd64 libgirepository-1.0-1 amd64 1.80.1-1 [81.9 kB]
#7 5.148 Get:49 http://archive.ubuntu.com/ubuntu noble/main amd64 gir1.2-girepository-2.0 amd64 1.80.1-1 [24.5 kB]
#7 5.159 Get:50 http://archive.ubuntu.com/ubuntu noble/main amd64 iso-codes all 4.16.0-1 [3492 kB]
#7 5.207 Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 krb5-locales all 1.20.1-6ubuntu2.8 [15.1 kB]
#7 5.207 Get:52 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 [142 kB]
#7 5.209 Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libbsd0 amd64 0.12.1-1build1.1 [41.2 kB]
#7 5.222 Get:54 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.4 [34.1 kB]
#7 5.235 Get:55 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libelf1t64 amd64 0.190-1.1ubuntu0.1 [57.8 kB]
#7 5.247 Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-data all 2.80.0-6ubuntu3.8 [49.6 kB]
#7 5.260 Get:57 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5support0 amd64 1.20.1-6ubuntu2.8 [34.7 kB]
#7 5.273 Get:58 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libk5crypto3 amd64 1.20.1-6ubuntu2.8 [81.9 kB]
#7 5.285 Get:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libkeyutils1 amd64 1.6.3-3build1 [9490 B]
#7 5.296 Get:60 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5-3 amd64 1.20.1-6ubuntu2.8 [348 kB]
#7 5.308 Get:61 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-6ubuntu2.8 [143 kB]
#7 5.320 Get:62 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libicu74 amd64 74.2-1ubuntu3.1 [10.9 MB]
#7 5.402 Get:63 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnss-systemd amd64 255.4-1ubuntu8.17 [159 kB]
#7 5.418 Get:64 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-cap amd64 1:2.66-5ubuntu2.4 [12.5 kB]
#7 5.427 Get:65 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1.3ubuntu3.8 [764 kB]
#7 5.442 Get:66 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-0-2 amd64 0.2.5-1build1 [51.5 kB]
#7 5.453 Get:67 http://archive.ubuntu.com/ubuntu noble/main amd64 lsb-release all 12.0-2 [6564 B]
#7 5.467 Get:68 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-dbus amd64 1.3.2-5build3 [100 kB]
#7 5.476 Get:69 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-gi amd64 3.48.2-1 [232 kB]
#7 5.489 Get:70 http://archive.ubuntu.com/ubuntu noble/main amd64 networkd-dispatcher all 2.2.4-1 [15.5 kB]
#7 5.500 Get:71 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python-apt-common all 2.7.7ubuntu5.2 [20.6 kB]
#7 5.510 Get:72 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-apt amd64 2.7.7ubuntu5.2 [169 kB]
#7 5.523 Get:73 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-cffi-backend amd64 1.16.0-2build1 [77.3 kB]
#7 5.535 Get:74 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-pkg-resources all 68.1.2-2ubuntu1.2 [168 kB]
#7 5.549 Get:75 http://archive.ubuntu.com/ubuntu noble/main amd64 shared-mime-info amd64 2.4-4 [474 kB]
#7 5.563 Get:76 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-resolved amd64 255.4-1ubuntu8.17 [297 kB]
#7 5.577 Get:77 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.17 [35.3 kB]
#7 5.589 Get:78 http://archive.ubuntu.com/ubuntu noble/main amd64 ucf all 3.0043+nmu1 [56.5 kB]
#7 5.603 Get:79 http://archive.ubuntu.com/ubuntu noble/main amd64 xdg-user-dirs amd64 0.18-1build1 [18.4 kB]
#7 5.616 Get:80 http://archive.ubuntu.com/ubuntu noble/main amd64 libmagic-mgc amd64 1:5.45-3build1 [307 kB]
#7 5.627 Get:81 http://archive.ubuntu.com/ubuntu noble/main amd64 libmagic1t64 amd64 1:5.45-3build1 [87.2 kB]
#7 5.641 Get:82 http://archive.ubuntu.com/ubuntu noble/main amd64 file amd64 1:5.45-3build1 [22.0 kB]
#7 5.654 Get:83 http://archive.ubuntu.com/ubuntu noble/main amd64 libcbor0.10 amd64 0.10.2-1.2ubuntu2 [25.8 kB]
#7 5.668 Get:84 http://archive.ubuntu.com/ubuntu noble/main amd64 libedit2 amd64 3.1-20230828-1build1 [97.6 kB]
#7 5.680 Get:85 http://archive.ubuntu.com/ubuntu noble/main amd64 libfido2-1 amd64 1.14.0-1build3 [83.5 kB]
#7 5.693 Get:86 http://archive.ubuntu.com/ubuntu noble/main amd64 libjansson4 amd64 2.14-2build2 [32.8 kB]
#7 5.705 Get:87 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnghttp2-14 amd64 1.59.0-1ubuntu0.4 [74.6 kB]
#7 5.715 Get:88 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpng16-16t64 amd64 1.6.43-5ubuntu0.6 [189 kB]
#7 5.726 Get:89 http://archive.ubuntu.com/ubuntu noble/main amd64 libpsl5t64 amd64 0.21.2-1.1build1 [57.1 kB]
#7 5.735 Get:90 http://archive.ubuntu.com/ubuntu noble/main amd64 libxau6 amd64 1:1.0.9-1build6 [7160 B]
#7 5.749 Get:91 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu6 [10.3 kB]
#7 5.765 Get:92 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb1 amd64 1.15-1ubuntu2 [47.7 kB]
#7 5.777 Get:93 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-data all 2:1.8.7-1build1 [115 kB]
#7 5.792 Get:94 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-6 amd64 2:1.8.7-1build1 [650 kB]
#7 5.806 Get:95 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext6 amd64 2:1.3.4-1build2 [30.4 kB]
#7 5.819 Get:96 http://archive.ubuntu.com/ubuntu noble/main amd64 libxmuu1 amd64 2:1.1.3-3build2 [8958 B]
#7 5.831 Get:97 http://archive.ubuntu.com/ubuntu noble/main amd64 manpages all 6.7-2 [1384 kB]
#7 5.848 Get:98 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-client amd64 1:9.6p1-3ubuntu13.18 [908 kB]
#7 5.868 Get:99 http://archive.ubuntu.com/ubuntu noble/main amd64 publicsuffix all 20231001.0357-0.1 [129 kB]
#7 5.886 Get:100 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-distro-info all 1.7build1 [7076 B]
#7 5.900 Get:101 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.5 [334 kB]
#7 5.915 Get:102 http://archive.ubuntu.com/ubuntu noble/main amd64 xauth amd64 1:1.1.2-1build1 [25.6 kB]
#7 5.932 Get:103 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xz-utils amd64 5.6.1+really5.4.5-1ubuntu0.3 [267 kB]
#7 6.013 Get:104 http://archive.ubuntu.com/ubuntu noble/universe amd64 acpica-tools amd64 20230628-1 [920 kB]
#7 6.028 Get:105 http://archive.ubuntu.com/ubuntu noble/main amd64 libbrotli1 amd64 1.1.0-2build2 [331 kB]
#7 6.043 Get:106 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-5ubuntu3.1 [20.4 kB]
#7 6.057 Get:107 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-5ubuntu3.1 [53.2 kB]
#7 6.071 Get:108 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libldap2 amd64 2.6.10+dfsg-0ubuntu0.24.04.1 [198 kB]
#7 6.087 Get:109 http://archive.ubuntu.com/ubuntu noble/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build7 [56.3 kB]
#7 6.100 Get:110 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libssh-4 amd64 0.10.6-2ubuntu0.4 [190 kB]
#7 6.112 Get:111 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcurl3t64-gnutls amd64 8.5.0-2ubuntu10.12 [335 kB]
#7 6.130 Get:112 http://archive.ubuntu.com/ubuntu noble/main amd64 libstemmer0d amd64 2.2.0-4build1 [161 kB]
#7 6.143 Get:113 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libxmlb2 amd64 0.3.24-1ubuntu0.24.04.1 [67.6 kB]
#7 6.156 Get:114 http://archive.ubuntu.com/ubuntu noble/main amd64 libappstream5 amd64 1.0.2-1build6 [238 kB]
#7 6.174 Get:115 http://archive.ubuntu.com/ubuntu noble/main amd64 appstream amd64 1.0.2-1build6 [69.4 kB]
#7 6.193 Get:116 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-common amd64 2.42-4ubuntu2.10 [240 kB]
#7 6.199 Get:117 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsframe1 amd64 2.42-4ubuntu2.10 [15.7 kB]
#7 6.215 Get:118 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libbinutils amd64 2.42-4ubuntu2.10 [577 kB]
#7 6.233 Get:119 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libctf-nobfd0 amd64 2.42-4ubuntu2.10 [98.0 kB]
#7 6.249 Get:120 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libctf0 amd64 2.42-4ubuntu2.10 [94.5 kB]
#7 6.263 Get:121 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgprofng0 amd64 2.42-4ubuntu2.10 [849 kB]
#7 6.276 Get:122 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.42-4ubuntu2.10 [2463 kB]
#7 6.301 Get:123 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils amd64 2.42-4ubuntu2.10 [18.2 kB]
#7 6.307 Get:124 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc-dev-bin amd64 2.39-0ubuntu8.8 [20.4 kB]
#7 6.320 Get:125 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 linux-libc-dev amd64 6.8.0-138.138 [1523 kB]
#7 6.361 Get:126 http://archive.ubuntu.com/ubuntu noble/main amd64 libcrypt-dev amd64 1:4.4.36-4build1 [112 kB]
#7 6.371 Get:127 http://archive.ubuntu.com/ubuntu noble/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu7 [67.4 kB]
#7 6.385 Get:128 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc6-dev amd64 2.39-0ubuntu8.8 [2125 kB]
#7 6.404 Get:129 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-base amd64 13.3.0-6ubuntu2
24.04.1 [51.6 kB]
#7 6.418 Get:130 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libisl23 amd64 0.26-3build1.1 [680 kB]
#7 6.431 Get:131 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libmpfr6 amd64 4.2.1-1build1.1 [353 kB]
#7 6.446 Get:132 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libmpc3 amd64 1.3.1-1build1.1 [54.6 kB]
#7 6.459 Get:133 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-x86-64-linux-gnu amd64 13.3.0-6ubuntu224.04.1 [10.7 MB]
#7 6.533 Get:134 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13 amd64 13.3.0-6ubuntu2
24.04.1 [1042 B]
#7 6.550 Get:135 http://archive.ubuntu.com/ubuntu noble/main amd64 cpp-x86-64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5326 B]
#7 6.566 Get:136 http://archive.ubuntu.com/ubuntu noble/main amd64 cpp amd64 4:13.2.0-7ubuntu1 [22.4 kB]
#7 6.580 Get:137 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcc1-0 amd64 14.2.0-4ubuntu224.04.1 [48.0 kB]
#7 6.590 Get:138 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1 amd64 14.2.0-4ubuntu2
24.04.1 [148 kB]
#7 6.606 Get:139 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1 amd64 14.2.0-4ubuntu224.04.1 [29.7 kB]
#7 6.618 Get:140 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1 amd64 14.2.0-4ubuntu2
24.04.1 [10.5 kB]
#7 6.632 Get:141 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8 amd64 14.2.0-4ubuntu224.04.1 [3027 kB]
#7 6.658 Get:142 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0 amd64 14.2.0-4ubuntu2
24.04.1 [1322 kB]
#7 6.673 Get:143 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2 amd64 14.2.0-4ubuntu224.04.1 [2772 kB]
#7 6.698 Get:144 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1 amd64 14.2.0-4ubuntu2
24.04.1 [1184 kB]
#7 6.708 Get:145 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0 amd64 14.2.0-4ubuntu224.04.1 [1641 kB]
#7 6.724 Get:146 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libquadmath0 amd64 14.2.0-4ubuntu2
24.04.1 [153 kB]
#7 6.742 Get:147 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev amd64 13.3.0-6ubuntu224.04.1 [2681 kB]
#7 6.779 Get:148 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-x86-64-linux-gnu amd64 13.3.0-6ubuntu2
24.04.1 [21.1 MB]
#7 6.937 Get:149 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13 amd64 13.3.0-6ubuntu224.04.1 [494 kB]
#7 6.954 Get:150 http://archive.ubuntu.com/ubuntu noble/main amd64 gcc-x86-64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1212 B]
#7 6.968 Get:151 http://archive.ubuntu.com/ubuntu noble/main amd64 gcc amd64 4:13.2.0-7ubuntu1 [5018 B]
#7 6.981 Get:152 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev amd64 13.3.0-6ubuntu2
24.04.1 [2420 kB]
#7 7.007 Get:153 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-x86-64-linux-gnu amd64 13.3.0-6ubuntu224.04.1 [12.2 MB]
#7 7.115 Get:154 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13 amd64 13.3.0-6ubuntu2
24.04.1 [16.0 kB]
#7 7.125 Get:155 http://archive.ubuntu.com/ubuntu noble/main amd64 g++-x86-64-linux-gnu amd64 4:13.2.0-7ubuntu1 [964 B]
#7 7.136 Get:156 http://archive.ubuntu.com/ubuntu noble/main amd64 g++ amd64 4:13.2.0-7ubuntu1 [1100 B]
#7 7.148 Get:157 http://archive.ubuntu.com/ubuntu noble/main amd64 make amd64 4.3-4.1build2 [180 kB]
#7 7.159 Get:158 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdpkg-perl all 1.22.6ubuntu6.6 [268 kB]
#7 7.176 Get:159 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 bzip2 amd64 1.0.8-5.1build0.1 [34.5 kB]
#7 7.195 Get:160 http://archive.ubuntu.com/ubuntu noble/main amd64 patch amd64 2.7.6-7build3 [104 kB]
#7 7.202 Get:161 http://archive.ubuntu.com/ubuntu noble/main amd64 lto-disabled-list all 47 [12.4 kB]
#7 7.214 Get:162 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dpkg-dev all 1.22.6ubuntu6.6 [1074 kB]
#7 7.233 Get:163 http://archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
#7 7.245 Get:164 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcurl4t64 amd64 8.5.0-2ubuntu10.12 [343 kB]
#7 7.261 Get:165 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 curl amd64 8.5.0-2ubuntu10.12 [227 kB]
#7 7.276 Get:166 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgconf amd64 2.4.4-2ubuntu17.4 [104 kB]
#7 7.289 Get:167 http://archive.ubuntu.com/ubuntu noble/main amd64 libksba8 amd64 1.6.6-1build1 [122 kB]
#7 7.306 Get:168 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dirmngr amd64 2.4.4-2ubuntu17.4 [323 kB]
#7 7.322 Get:169 http://archive.ubuntu.com/ubuntu noble/main amd64 libfakeroot amd64 1.33-1 [32.4 kB]
#7 7.337 Get:170 http://archive.ubuntu.com/ubuntu noble/main amd64 fakeroot amd64 1.33-1 [67.2 kB]
#7 7.350 Get:171 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-mono all 2.37-8 [502 kB]
#7 7.366 Get:172 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-core all 2.37-8 [835 kB]
#7 7.385 Get:173 http://archive.ubuntu.com/ubuntu noble/main amd64 fontconfig-config amd64 2.15.0-1.1ubuntu2 [37.3 kB]
#7 7.400 Get:174 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpackagekit-glib2-18 amd64 1.2.8-2ubuntu1.5 [120 kB]
#7 7.414 Get:175 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.8-2ubuntu1.5 [25.6 kB]
#7 7.426 Get:176 http://archive.ubuntu.com/ubuntu noble/main amd64 liberror-perl all 0.17029-2 [25.6 kB]
#7 7.441 Get:177 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git-man all 1:2.43.0-1ubuntu7.3 [1100 kB]
#7 7.465 Get:178 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git amd64 1:2.43.0-1ubuntu7.3 [3680 kB]
#7 7.514 Get:179 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-utils amd64 2.4.4-2ubuntu17.4 [109 kB]
#7 7.528 Get:180 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg amd64 2.4.4-2ubuntu17.4 [565 kB]
#7 7.548 Get:181 http://archive.ubuntu.com/ubuntu noble/main amd64 pinentry-curses amd64 1.2.1-3ubuntu5 [35.2 kB]
#7 7.563 Get:182 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-agent amd64 2.4.4-2ubuntu17.4 [227 kB]
#7 7.584 Get:183 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgsm amd64 2.4.4-2ubuntu17.4 [232 kB]
#7 7.601 Get:184 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 keyboxd amd64 2.4.4-2ubuntu17.4 [78.3 kB]
#7 7.624 Get:185 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg all 2.4.4-2ubuntu17.4 [359 kB]
#7 7.647 Get:186 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-l10n all 2.4.4-2ubuntu17.4 [66.4 kB]
#7 7.661 Get:187 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-wks-client amd64 2.4.4-2ubuntu17.4 [70.8 kB]
#7 7.676 Get:188 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
#7 7.691 Get:189 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8build3 [11.2 kB]
#7 7.703 Get:190 http://archive.ubuntu.com/ubuntu noble/main amd64 libalgorithm-merge-perl all 0.08-5 [11.4 kB]
#7 7.717 Get:191 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libaom3 amd64 3.8.2-2ubuntu0.1 [1941 kB]
#7 7.745 Get:192 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfreetype6 amd64 2.13.2+dfsg-1ubuntu0.1 [402 kB]
#7 7.764 Get:193 http://archive.ubuntu.com/ubuntu noble/main amd64 libfontconfig1 amd64 2.15.0-1.1ubuntu2 [139 kB]
#7 7.789 Get:194 http://archive.ubuntu.com/ubuntu noble/main amd64 libsharpyuv0 amd64 1.3.2-0.4build3 [15.8 kB]
#7 7.818 Get:195 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libheif-plugin-aomdec amd64 1.17.6-1ubuntu4.7 [11.4 kB]
#7 7.842 Get:196 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libheif1 amd64 1.17.6-1ubuntu4.7 [276 kB]
#7 7.872 Get:197 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg-turbo8 amd64 2.1.5-2ubuntu2 [150 kB]
#7 7.889 Get:198 http://archive.ubuntu.com/ubuntu noble/main amd64 libjpeg8 amd64 8c-2ubuntu11 [2148 B]
#7 7.907 Get:199 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdeflate0 amd64 1.19-1build1.1 [43.9 kB]
#7 7.922 Get:200 http://archive.ubuntu.com/ubuntu noble/main amd64 libjbig0 amd64 2.1-6.1ubuntu2 [29.7 kB]
#7 7.936 Get:201 http://archive.ubuntu.com/ubuntu noble/main amd64 liblerc4 amd64 4.0.0+ds-4ubuntu2 [179 kB]
#7 7.951 Get:202 http://archive.ubuntu.com/ubuntu noble/main amd64 libwebp7 amd64 1.3.2-0.4build3 [230 kB]
#7 7.968 Get:203 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libtiff6 amd64 4.5.1+git230720-4ubuntu2.5 [200 kB]
#7 7.988 Get:204 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libxpm4 amd64 1:3.5.17-1ubuntu0.24.04.1 [36.7 kB]
#7 8.010 Get:205 http://archive.ubuntu.com/ubuntu noble/main amd64 libgd3 amd64 2.3.3-9ubuntu5 [128 kB]
#7 8.030 Get:206 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc-devtools amd64 2.39-0ubuntu8.8 [29.3 kB]
#7 8.051 Get:207 http://archive.ubuntu.com/ubuntu noble/main amd64 libduktape207 amd64 2.7.0+tests-0ubuntu3 [143 kB]
#7 8.069 Get:208 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdw1t64 amd64 0.190-1.1ubuntu0.1 [261 kB]
#7 8.082 Get:209 http://archive.ubuntu.com/ubuntu noble/main amd64 libfile-fcntllock-perl amd64 0.22-4ubuntu5 [30.7 kB]
#7 8.096 Get:210 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-bin amd64 2.80.0-6ubuntu3.8 [97.9 kB]
#7 8.122 Get:211 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libunwind8 amd64 1.6.2-3build1.1 [55.3 kB]
#7 8.139 Get:212 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgstreamer1.0-0 amd64 1.24.2-1ubuntu0.1 [1165 kB]
#7 8.158 Get:213 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libheif-plugin-aomenc amd64 1.17.6-1ubuntu4.7 [14.7 kB]
#7 8.173 Get:214 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libldap-common all 2.6.10+dfsg-0ubuntu0.24.04.1 [32.9 kB]
#7 8.198 Get:215 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpolkit-gobject-1-0 amd64 124-2ubuntu1.24.04.3 [49.5 kB]
#7 8.211 Get:216 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpolkit-agent-1-0 amd64 124-2ubuntu1.24.04.3 [17.4 kB]
#7 8.231 Get:217 http://archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
#7 8.249 Get:218 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsasl2-modules amd64 2.1.28+dfsg1-5ubuntu3.1 [69.9 kB]
#7 8.265 Get:219 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libssl-dev amd64 3.0.13-0ubuntu3.12 [2408 kB]
#7 8.297 Get:220 http://archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
#7 8.312 Get:221 http://archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
#7 8.338 Get:222 http://archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
#7 8.352 Get:223 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
#7 8.368 Get:224 http://archive.ubuntu.com/ubuntu noble/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB]
#7 8.381 Get:225 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
#7 8.393 Get:226 http://archive.ubuntu.com/ubuntu noble/main amd64 libx11-dev amd64 2:1.8.7-1build1 [732 kB]
#7 8.414 Get:227 http://archive.ubuntu.com/ubuntu noble/main amd64 libxext-dev amd64 2:1.3.4-1build2 [83.5 kB]
#7 8.428 Get:228 http://archive.ubuntu.com/ubuntu noble/main amd64 manpages-dev all 6.7-2 [2013 kB]
#7 8.458 Get:229 http://archive.ubuntu.com/ubuntu noble/universe amd64 nasm amd64 2.16.01-1build1 [459 kB]
#7 8.472 Get:230 http://archive.ubuntu.com/ubuntu noble/main amd64 xml-core all 0.19 [20.3 kB]
#7 8.487 Get:231 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 polkitd amd64 124-2ubuntu1.24.04.3 [95.4 kB]
#7 8.502 Get:232 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 packagekit amd64 1.2.8-2ubuntu1.5 [434 kB]
#7 8.521 Get:233 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 packagekit-tools amd64 1.2.8-2ubuntu1.5 [28.2 kB]
#7 8.537 Get:234 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-blinker all 1.7.0-1 [14.3 kB]
#7 8.552 Get:235 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-cryptography amd64 41.0.7-4ubuntu0.4 [815 kB]
#7 8.570 Get:236 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-pyparsing all 3.1.1-1 [86.2 kB]
#7 8.588 Get:237 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-httplib2 all 0.20.4-3ubuntu0.1 [33.2 kB]
#7 8.606 Get:238 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-jwt all 2.7.0-1ubuntu0.1 [20.2 kB]
#7 8.623 Get:239 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-lazr.uri all 1.0.6-3 [13.5 kB]
#7 8.640 Get:240 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-wadllib all 1.3.6-5 [35.9 kB]
#7 8.667 Get:241 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-distro all 1.9.0-1 [19.0 kB]
#7 8.679 Get:242 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-oauthlib all 3.2.2-1 [89.7 kB]
#7 8.691 Get:243 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-lazr.restfulclient all 0.14.6-1 [50.8 kB]
#7 8.704 Get:244 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-six all 1.16.0-4 [12.4 kB]
#7 8.717 Get:245 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-launchpadlib all 1.11.0-6 [127 kB]
#7 8.730 Get:246 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.4 [30.0 kB]
#7 8.745 Get:247 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.4 [14.4 kB]
#7 8.759 Get:248 http://archive.ubuntu.com/ubuntu noble/main amd64 unattended-upgrades all 2.9.1+nmu4ubuntu1 [51.2 kB]
#7 8.772 Get:249 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 unzip amd64 6.0-28ubuntu4.1 [174 kB]
#7 8.788 Get:250 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 zip amd64 3.0-13ubuntu0.2 [176 kB]
#7 8.803 Get:251 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 uuid-dev amd64 2.39.3-9ubuntu6.5 [33.5 kB]
#7 8.930 debconf: delaying package configuration, since apt-utils is not installed
#7 8.952 Fetched 146 MB in 5s (32.2 MB/s)
#7 8.967 Selecting previously unselected package liblocale-gettext-perl.
#7 8.967 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4381 files and directories currently installed.)
#7 8.972 Preparing to unpack .../liblocale-gettext-perl_1.07-6ubuntu5_amd64.deb ...
#7 8.974 Unpacking liblocale-gettext-perl (1.07-6ubuntu5) ...
#7 9.014 Selecting previously unselected package libpython3.12-minimal:amd64.
#7 9.015 Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
#7 9.017 Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) ...
#7 9.066 Selecting previously unselected package libexpat1:amd64.
#7 9.067 Preparing to unpack .../libexpat1_2.6.1-2ubuntu0.4_amd64.deb ...
#7 9.070 Unpacking libexpat1:amd64 (2.6.1-2ubuntu0.4) ...
#7 9.089 Selecting previously unselected package python3.12-minimal.
#7 9.090 Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
#7 9.093 Unpacking python3.12-minimal (3.12.3-1ubuntu0.15) ...
#7 9.135 Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) ...
#7 9.140 Setting up libexpat1:amd64 (2.6.1-2ubuntu0.4) ...
#7 9.142 Setting up python3.12-minimal (3.12.3-1ubuntu0.15) ...
#7 9.823 Selecting previously unselected package python3-minimal.
#7 9.823 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4714 files and directories currently installed.)
#7 9.826 Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2.1_amd64.deb ...
#7 9.827 Unpacking python3-minimal (3.12.3-0ubuntu2.1) ...
#7 9.841 Selecting previously unselected package media-types.
#7 9.842 Preparing to unpack .../1-media-types_10.1.0_all.deb ...
#7 9.843 Unpacking media-types (10.1.0) ...
#7 9.857 Selecting previously unselected package netbase.
#7 9.858 Preparing to unpack .../2-netbase_6.4_all.deb ...
#7 9.859 Unpacking netbase (6.4) ...
#7 9.873 Selecting previously unselected package tzdata.
#7 9.874 Preparing to unpack .../3-tzdata_2026c-0ubuntu0.24.04.1_all.deb ...
#7 9.875 Unpacking tzdata (2026c-0ubuntu0.24.04.1) ...
#7 9.938 Selecting previously unselected package readline-common.
#7 9.939 Preparing to unpack .../4-readline-common_8.2-4build1_all.deb ...
#7 9.940 Unpacking readline-common (8.2-4build1) ...
#7 9.955 Selecting previously unselected package libreadline8t64:amd64.
#7 9.956 Preparing to unpack .../5-libreadline8t64_8.2-4build1_amd64.deb ...
#7 9.960 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'
#7 9.963 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'
#7 9.966 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'
#7 9.969 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'
#7 9.971 Unpacking libreadline8t64:amd64 (8.2-4build1) ...
#7 9.986 Selecting previously unselected package libsqlite3-0:amd64.
#7 9.987 Preparing to unpack .../6-libsqlite3-0_3.45.1-1ubuntu2.7_amd64.deb ...
#7 9.988 Unpacking libsqlite3-0:amd64 (3.45.1-1ubuntu2.7) ...
#7 10.01 Selecting previously unselected package libpython3.12-stdlib:amd64.
#7 10.01 Preparing to unpack .../7-libpython3.12-stdlib_3.12.3-1ubuntu0.15_amd64.deb ...
#7 10.01 Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) ...
#7 10.08 Selecting previously unselected package python3.12.
#7 10.08 Preparing to unpack .../8-python3.12_3.12.3-1ubuntu0.15_amd64.deb ...
#7 10.08 Unpacking python3.12 (3.12.3-1ubuntu0.15) ...
#7 10.09 Selecting previously unselected package libpython3-stdlib:amd64.
#7 10.09 Preparing to unpack .../9-libpython3-stdlib_3.12.3-0ubuntu2.1_amd64.deb ...
#7 10.10 Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ...
#7 10.11 Setting up python3-minimal (3.12.3-0ubuntu2.1) ...
#7 10.22 Selecting previously unselected package python3.
#7 10.22 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5720 files and directories currently installed.)
#7 10.23 Preparing to unpack .../00-python3_3.12.3-0ubuntu2.1_amd64.deb ...
#7 10.23 Unpacking python3 (3.12.3-0ubuntu2.1) ...
#7 10.25 Selecting previously unselected package libapparmor1:amd64.
#7 10.25 Preparing to unpack .../01-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
#7 10.25 Unpacking libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#7 10.26 Selecting previously unselected package libargon2-1:amd64.
#7 10.26 Preparing to unpack .../02-libargon2-1_020190702+dfsg-4build1_amd64.deb ...
#7 10.26 Unpacking libargon2-1:amd64 (0
20190702+dfsg-4build1) ...
#7 10.27 Selecting previously unselected package libdevmapper1.02.1:amd64.
#7 10.27 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.2_amd64.deb ...
#7 10.27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.2) ...
#7 10.29 Selecting previously unselected package libjson-c5:amd64.
#7 10.29 Preparing to unpack .../04-libjson-c5_0.17-1build1_amd64.deb ...
#7 10.29 Unpacking libjson-c5:amd64 (0.17-1build1) ...
#7 10.33 Selecting previously unselected package libcryptsetup12:amd64.
#7 10.33 Preparing to unpack .../05-libcryptsetup12_2%3a2.7.0-1ubuntu4.2_amd64.deb ...
#7 10.33 Unpacking libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.2) ...
#7 10.35 Selecting previously unselected package libfdisk1:amd64.
#7 10.35 Preparing to unpack .../06-libfdisk1_2.39.3-9ubuntu6.5_amd64.deb ...
#7 10.35 Unpacking libfdisk1:amd64 (2.39.3-9ubuntu6.5) ...
#7 10.36 Selecting previously unselected package libkmod2:amd64.
#7 10.36 Preparing to unpack .../07-libkmod2_31+20240202-2ubuntu7.2_amd64.deb ...
#7 10.36 Unpacking libkmod2:amd64 (31+20240202-2ubuntu7.2) ...
#7 10.37 Selecting previously unselected package libsystemd-shared:amd64.
#7 10.37 Preparing to unpack .../08-libsystemd-shared_255.4-1ubuntu8.17_amd64.deb ...
#7 10.38 Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.17) ...
#7 10.41 Selecting previously unselected package systemd-dev.
#7 10.41 Preparing to unpack .../09-systemd-dev_255.4-1ubuntu8.17_all.deb ...
#7 10.42 Unpacking systemd-dev (255.4-1ubuntu8.17) ...
#7 10.43 Selecting previously unselected package systemd.
#7 10.43 Preparing to unpack .../10-systemd_255.4-1ubuntu8.17_amd64.deb ...
#7 10.44 Unpacking systemd (255.4-1ubuntu8.17) ...
#7 10.53 Setting up libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
#7 10.54 Setting up libargon2-1:amd64 (0~20190702+dfsg-4build1) ...
#7 10.54 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.2) ...
#7 10.54 Setting up libjson-c5:amd64 (0.17-1build1) ...
#7 10.54 Setting up libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.2) ...
#7 10.55 Setting up libfdisk1:amd64 (2.39.3-9ubuntu6.5) ...
#7 10.55 Setting up libkmod2:amd64 (31+20240202-2ubuntu7.2) ...
#7 10.55 Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.17) ...
#7 10.55 Setting up systemd-dev (255.4-1ubuntu8.17) ...
#7 10.58 Setting up systemd (255.4-1ubuntu8.17) ...
#7 10.59 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.

#7 10.59 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.

#7 10.60 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.

#7 10.60 Initializing machine ID from random generator.

#7 10.61 /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process

#7 10.61 /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process

#7 10.61 /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process

#7 10.61 /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process

#7 10.61 /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal': No such process

#7 10.61 /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal': No such process

#7 10.61 /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal': No such process

#7 10.61 /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal': No such process

#7 10.61 /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal': No such process

#7 10.62 Creating group 'systemd-journal' with GID 999.

#7 10.62 Creating group 'systemd-network' with GID 998.

#7 10.62 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.

#7 10.65 Selecting previously unselected package systemd-sysv.
#7 10.65 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6770 files and directories currently installed.)
#7 10.65 Preparing to unpack .../0-systemd-sysv_255.4-1ubuntu8.17_amd64.deb ...
#7 10.65 Unpacking systemd-sysv (255.4-1ubuntu8.17) ...
#7 10.67 Selecting previously unselected package perl-modules-5.38.
#7 10.67 Preparing to unpack .../1-perl-modules-5.38_5.38.2-3.2ubuntu0.3_all.deb ...
#7 10.67 Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
#7 10.84 Selecting previously unselected package libgdbm6t64:amd64.
#7 10.84 Preparing to unpack .../2-libgdbm6t64_1.23-5.1build1_amd64.deb ...
#7 10.84 Unpacking libgdbm6t64:amd64 (1.23-5.1build1) ...
#7 10.85 Selecting previously unselected package libgdbm-compat4t64:amd64.
#7 10.85 Preparing to unpack .../3-libgdbm-compat4t64_1.23-5.1build1_amd64.deb ...
#7 10.85 Unpacking libgdbm-compat4t64:amd64 (1.23-5.1build1) ...
#7 10.88 Selecting previously unselected package libperl5.38t64:amd64.
#7 10.88 Preparing to unpack .../4-libperl5.38t64_5.38.2-3.2ubuntu0.3_amd64.deb ...
#7 10.88 Unpacking libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) ...
#7 11.00 Selecting previously unselected package perl.
#7 11.00 Preparing to unpack .../5-perl_5.38.2-3.2ubuntu0.3_amd64.deb ...
#7 11.01 Unpacking perl (5.38.2-3.2ubuntu0.3) ...
#7 11.03 Selecting previously unselected package sgml-base.
#7 11.03 Preparing to unpack .../6-sgml-base_1.31_all.deb ...
#7 11.03 Unpacking sgml-base (1.31) ...
#7 11.04 Selecting previously unselected package adduser.
#7 11.05 Preparing to unpack .../7-adduser_3.137ubuntu1_all.deb ...
#7 11.05 Unpacking adduser (3.137ubuntu1) ...
#7 11.06 Setting up adduser (3.137ubuntu1) ...
#7 11.11 Selecting previously unselected package openssl.
#7 11.11 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8876 files and directories currently installed.)
#7 11.12 Preparing to unpack .../000-openssl_3.0.13-0ubuntu3.12_amd64.deb ...
#7 11.12 Unpacking openssl (3.0.13-0ubuntu3.12) ...
#7 11.14 Selecting previously unselected package ca-certificates.
#7 11.14 Preparing to unpack .../001-ca-certificates_2026060124.04.1_all.deb ...
#7 11.15 Unpacking ca-certificates (20260601
24.04.1) ...
#7 11.17 Selecting previously unselected package libdbus-1-3:amd64.
#7 11.17 Preparing to unpack .../002-libdbus-1-3_1.14.10-4ubuntu4.1_amd64.deb ...
#7 11.17 Unpacking libdbus-1-3:amd64 (1.14.10-4ubuntu4.1) ...
#7 11.18 Selecting previously unselected package dbus-bin.
#7 11.19 Preparing to unpack .../003-dbus-bin_1.14.10-4ubuntu4.1_amd64.deb ...
#7 11.19 Unpacking dbus-bin (1.14.10-4ubuntu4.1) ...
#7 11.20 Selecting previously unselected package dbus-session-bus-common.
#7 11.20 Preparing to unpack .../004-dbus-session-bus-common_1.14.10-4ubuntu4.1_all.deb ...
#7 11.20 Unpacking dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
#7 11.21 Selecting previously unselected package dbus-daemon.
#7 11.21 Preparing to unpack .../005-dbus-daemon_1.14.10-4ubuntu4.1_amd64.deb ...
#7 11.21 Unpacking dbus-daemon (1.14.10-4ubuntu4.1) ...
#7 11.23 Selecting previously unselected package dbus-system-bus-common.
#7 11.23 Preparing to unpack .../006-dbus-system-bus-common_1.14.10-4ubuntu4.1_all.deb ...
#7 11.23 Unpacking dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
#7 11.26 Selecting previously unselected package dbus.
#7 11.26 Preparing to unpack .../007-dbus_1.14.10-4ubuntu4.1_amd64.deb ...
#7 11.27 Unpacking dbus (1.14.10-4ubuntu4.1) ...
#7 11.28 Selecting previously unselected package libpam-systemd:amd64.
#7 11.28 Preparing to unpack .../008-libpam-systemd_255.4-1ubuntu8.17_amd64.deb ...
#7 11.28 Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.17) ...
#7 11.30 Selecting previously unselected package dbus-user-session.
#7 11.30 Preparing to unpack .../009-dbus-user-session_1.14.10-4ubuntu4.1_amd64.deb ...
#7 11.30 Unpacking dbus-user-session (1.14.10-4ubuntu4.1) ...
#7 11.32 Selecting previously unselected package distro-info-data.
#7 11.32 Preparing to unpack .../010-distro-info-data_0.72-0ubuntu0.24.04.1_all.deb ...
#7 11.32 Unpacking distro-info-data (0.72-0ubuntu0.24.04.1) ...
#7 11.36 Selecting previously unselected package dmsetup.
#7 11.36 Preparing to unpack .../011-dmsetup_2%3a1.02.185-3ubuntu3.2_amd64.deb ...
#7 11.36 Unpacking dmsetup (2:1.02.185-3ubuntu3.2) ...
#7 11.37 Selecting previously unselected package libglib2.0-0t64:amd64.
#7 11.38 Preparing to unpack .../012-libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb ...
#7 11.38 Unpacking libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.8) ...
#7 11.42 Selecting previously unselected package gir1.2-glib-2.0:amd64.
#7 11.42 Preparing to unpack .../013-gir1.2-glib-2.0_2.80.0-6ubuntu3.8_amd64.deb ...
#7 11.42 Unpacking gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.8) ...
#7 11.43 Selecting previously unselected package libgirepository-1.0-1:amd64.
#7 11.44 Preparing to unpack .../014-libgirepository-1.0-1_1.80.1-1_amd64.deb ...
#7 11.44 Unpacking libgirepository-1.0-1:amd64 (1.80.1-1) ...
#7 11.45 Selecting previously unselected package gir1.2-girepository-2.0:amd64.
#7 11.45 Preparing to unpack .../015-gir1.2-girepository-2.0_1.80.1-1_amd64.deb ...
#7 11.45 Unpacking gir1.2-girepository-2.0:amd64 (1.80.1-1) ...
#7 11.47 Selecting previously unselected package iso-codes.
#7 11.47 Preparing to unpack .../016-iso-codes_4.16.0-1_all.deb ...
#7 11.48 Unpacking iso-codes (4.16.0-1) ...
#7 11.57 Selecting previously unselected package krb5-locales.
#7 11.57 Preparing to unpack .../017-krb5-locales_1.20.1-6ubuntu2.8_all.deb ...
#7 11.57 Unpacking krb5-locales (1.20.1-6ubuntu2.8) ...
#7 11.58 Selecting previously unselected package less.
#7 11.58 Preparing to unpack .../018-less_590-2ubuntu2.1_amd64.deb ...
#7 11.58 Unpacking less (590-2ubuntu2.1) ...
#7 11.62 Selecting previously unselected package libbsd0:amd64.
#7 11.62 Preparing to unpack .../019-libbsd0_0.12.1-1build1.1_amd64.deb ...
#7 11.63 Unpacking libbsd0:amd64 (0.12.1-1build1.1) ...
#7 11.64 Selecting previously unselected package libcap2-bin.
#7 11.64 Preparing to unpack .../020-libcap2-bin_1%3a2.66-5ubuntu2.4_amd64.deb ...
#7 11.64 Unpacking libcap2-bin (1:2.66-5ubuntu2.4) ...
#7 11.66 Selecting previously unselected package libelf1t64:amd64.
#7 11.66 Preparing to unpack .../021-libelf1t64_0.190-1.1ubuntu0.1_amd64.deb ...
#7 11.66 Unpacking libelf1t64:amd64 (0.190-1.1ubuntu0.1) ...
#7 11.67 Selecting previously unselected package libglib2.0-data.
#7 11.67 Preparing to unpack .../022-libglib2.0-data_2.80.0-6ubuntu3.8_all.deb ...
#7 11.67 Unpacking libglib2.0-data (2.80.0-6ubuntu3.8) ...
#7 11.74 Selecting previously unselected package libkrb5support0:amd64.
#7 11.75 Preparing to unpack .../023-libkrb5support0_1.20.1-6ubuntu2.8_amd64.deb ...
#7 11.75 Unpacking libkrb5support0:amd64 (1.20.1-6ubuntu2.8) ...
#7 11.77 Selecting previously unselected package libk5crypto3:amd64.
#7 11.77 Preparing to unpack .../024-libk5crypto3_1.20.1-6ubuntu2.8_amd64.deb ...
#7 11.77 Unpacking libk5crypto3:amd64 (1.20.1-6ubuntu2.8) ...
#7 11.78 Selecting previously unselected package libkeyutils1:amd64.
#7 11.78 Preparing to unpack .../025-libkeyutils1_1.6.3-3build1_amd64.deb ...
#7 11.79 Unpacking libkeyutils1:amd64 (1.6.3-3build1) ...
#7 11.80 Selecting previously unselected package libkrb5-3:amd64.
#7 11.80 Preparing to unpack .../026-libkrb5-3_1.20.1-6ubuntu2.8_amd64.deb ...
#7 11.80 Unpacking libkrb5-3:amd64 (1.20.1-6ubuntu2.8) ...
#7 11.82 Selecting previously unselected package libgssapi-krb5-2:amd64.
#7 11.82 Preparing to unpack .../027-libgssapi-krb5-2_1.20.1-6ubuntu2.8_amd64.deb ...
#7 11.82 Unpacking libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.8) ...
#7 11.83 Selecting previously unselected package libicu74:amd64.
#7 11.84 Preparing to unpack .../028-libicu74_74.2-1ubuntu3.1_amd64.deb ...
#7 11.84 Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ...
#7 11.98 Selecting previously unselected package libnss-systemd:amd64.
#7 11.98 Preparing to unpack .../029-libnss-systemd_255.4-1ubuntu8.17_amd64.deb ...
#7 11.98 Unpacking libnss-systemd:amd64 (255.4-1ubuntu8.17) ...
#7 12.00 Selecting previously unselected package libpam-cap:amd64.
#7 12.00 Preparing to unpack .../030-libpam-cap_1%3a2.66-5ubuntu2.4_amd64.deb ...
#7 12.00 Unpacking libpam-cap:amd64 (1:2.66-5ubuntu2.4) ...
#7 12.02 Selecting previously unselected package libxml2:amd64.
#7 12.02 Preparing to unpack .../031-libxml2_2.9.14+dfsg-1.3ubuntu3.8_amd64.deb ...
#7 12.02 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ...
#7 12.04 Selecting previously unselected package libyaml-0-2:amd64.
#7 12.04 Preparing to unpack .../032-libyaml-0-2_0.2.5-1build1_amd64.deb ...
#7 12.04 Unpacking libyaml-0-2:amd64 (0.2.5-1build1) ...
#7 12.06 Selecting previously unselected package lsb-release.
#7 12.06 Preparing to unpack .../033-lsb-release_12.0-2_all.deb ...
#7 12.06 Unpacking lsb-release (12.0-2) ...
#7 12.07 Selecting previously unselected package python3-dbus.
#7 12.08 Preparing to unpack .../034-python3-dbus_1.3.2-5build3_amd64.deb ...
#7 12.08 Unpacking python3-dbus (1.3.2-5build3) ...
#7 12.09 Selecting previously unselected package python3-gi.
#7 12.09 Preparing to unpack .../035-python3-gi_3.48.2-1_amd64.deb ...
#7 12.09 Unpacking python3-gi (3.48.2-1) ...
#7 12.16 Selecting previously unselected package networkd-dispatcher.
#7 12.16 Preparing to unpack .../036-networkd-dispatcher_2.2.4-1_all.deb ...
#7 12.16 Unpacking networkd-dispatcher (2.2.4-1) ...
#7 12.17 Selecting previously unselected package python-apt-common.
#7 12.17 Preparing to unpack .../037-python-apt-common_2.7.7ubuntu5.2_all.deb ...
#7 12.17 Unpacking python-apt-common (2.7.7ubuntu5.2) ...
#7 12.19 Selecting previously unselected package python3-apt.
#7 12.19 Preparing to unpack .../038-python3-apt_2.7.7ubuntu5.2_amd64.deb ...
#7 12.19 Unpacking python3-apt (2.7.7ubuntu5.2) ...
#7 12.20 Selecting previously unselected package python3-cffi-backend:amd64.
#7 12.20 Preparing to unpack .../039-python3-cffi-backend_1.16.0-2build1_amd64.deb ...
#7 12.21 Unpacking python3-cffi-backend:amd64 (1.16.0-2build1) ...
#7 12.22 Selecting previously unselected package python3-pkg-resources.
#7 12.22 Preparing to unpack .../040-python3-pkg-resources_68.1.2-2ubuntu1.2_all.deb ...
#7 12.22 Unpacking python3-pkg-resources (68.1.2-2ubuntu1.2) ...
#7 12.24 Selecting previously unselected package shared-mime-info.
#7 12.24 Preparing to unpack .../041-shared-mime-info_2.4-4_amd64.deb ...
#7 12.24 Unpacking shared-mime-info (2.4-4) ...
#7 12.26 Selecting previously unselected package systemd-resolved.
#7 12.26 Preparing to unpack .../042-systemd-resolved_255.4-1ubuntu8.17_amd64.deb ...
#7 12.27 Unpacking systemd-resolved (255.4-1ubuntu8.17) ...
#7 12.29 Selecting previously unselected package systemd-timesyncd.
#7 12.29 Preparing to unpack .../043-systemd-timesyncd_255.4-1ubuntu8.17_amd64.deb ...
#7 12.29 Unpacking systemd-timesyncd (255.4-1ubuntu8.17) ...
#7 12.30 Selecting previously unselected package ucf.
#7 12.31 Preparing to unpack .../044-ucf_3.0043+nmu1_all.deb ...
#7 12.31 Moving old data out of the way
#7 12.31 Unpacking ucf (3.0043+nmu1) ...
#7 12.32 Selecting previously unselected package xdg-user-dirs.
#7 12.32 Preparing to unpack .../045-xdg-user-dirs_0.18-1build1_amd64.deb ...
#7 12.33 Unpacking xdg-user-dirs (0.18-1build1) ...
#7 12.34 Selecting previously unselected package libmagic-mgc.
#7 12.34 Preparing to unpack .../046-libmagic-mgc_1%3a5.45-3build1_amd64.deb ...
#7 12.34 Unpacking libmagic-mgc (1:5.45-3build1) ...
#7 12.39 Selecting previously unselected package libmagic1t64:amd64.
#7 12.39 Preparing to unpack .../047-libmagic1t64_1%3a5.45-3build1_amd64.deb ...
#7 12.40 Unpacking libmagic1t64:amd64 (1:5.45-3build1) ...
#7 12.41 Selecting previously unselected package file.
#7 12.41 Preparing to unpack .../048-file_1%3a5.45-3build1_amd64.deb ...
#7 12.42 Unpacking file (1:5.45-3build1) ...
#7 12.43 Selecting previously unselected package libcbor0.10:amd64.
#7 12.43 Preparing to unpack .../049-libcbor0.10_0.10.2-1.2ubuntu2_amd64.deb ...
#7 12.44 Unpacking libcbor0.10:amd64 (0.10.2-1.2ubuntu2) ...
#7 12.45 Selecting previously unselected package libedit2:amd64.
#7 12.45 Preparing to unpack .../050-libedit2_3.1-20230828-1build1_amd64.deb ...
#7 12.45 Unpacking libedit2:amd64 (3.1-20230828-1build1) ...
#7 12.46 Selecting previously unselected package libfido2-1:amd64.
#7 12.46 Preparing to unpack .../051-libfido2-1_1.14.0-1build3_amd64.deb ...
#7 12.47 Unpacking libfido2-1:amd64 (1.14.0-1build3) ...
#7 12.48 Selecting previously unselected package libjansson4:amd64.
#7 12.48 Preparing to unpack .../052-libjansson4_2.14-2build2_amd64.deb ...
#7 12.48 Unpacking libjansson4:amd64 (2.14-2build2) ...
#7 12.50 Selecting previously unselected package libnghttp2-14:amd64.
#7 12.50 Preparing to unpack .../053-libnghttp2-14_1.59.0-1ubuntu0.4_amd64.deb ...
#7 12.50 Unpacking libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) ...
#7 12.51 Selecting previously unselected package libpng16-16t64:amd64.
#7 12.51 Preparing to unpack .../054-libpng16-16t64_1.6.43-5ubuntu0.6_amd64.deb ...
#7 12.51 Unpacking libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) ...
#7 12.53 Selecting previously unselected package libpsl5t64:amd64.
#7 12.53 Preparing to unpack .../055-libpsl5t64_0.21.2-1.1build1_amd64.deb ...
#7 12.53 Unpacking libpsl5t64:amd64 (0.21.2-1.1build1) ...
#7 12.54 Selecting previously unselected package libxau6:amd64.
#7 12.54 Preparing to unpack .../056-libxau6_1%3a1.0.9-1build6_amd64.deb ...
#7 12.55 Unpacking libxau6:amd64 (1:1.0.9-1build6) ...
#7 12.56 Selecting previously unselected package libxdmcp6:amd64.
#7 12.56 Preparing to unpack .../057-libxdmcp6_1%3a1.1.3-0ubuntu6_amd64.deb ...
#7 12.56 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ...
#7 12.57 Selecting previously unselected package libxcb1:amd64.
#7 12.57 Preparing to unpack .../058-libxcb1_1.15-1ubuntu2_amd64.deb ...
#7 12.57 Unpacking libxcb1:amd64 (1.15-1ubuntu2) ...
#7 12.59 Selecting previously unselected package libx11-data.
#7 12.59 Preparing to unpack .../059-libx11-data_2%3a1.8.7-1build1_all.deb ...
#7 12.59 Unpacking libx11-data (2:1.8.7-1build1) ...
#7 12.64 Selecting previously unselected package libx11-6:amd64.
#7 12.64 Preparing to unpack .../060-libx11-6_2%3a1.8.7-1build1_amd64.deb ...
#7 12.64 Unpacking libx11-6:amd64 (2:1.8.7-1build1) ...
#7 12.66 Selecting previously unselected package libxext6:amd64.
#7 12.66 Preparing to unpack .../061-libxext6_2%3a1.3.4-1build2_amd64.deb ...
#7 12.66 Unpacking libxext6:amd64 (2:1.3.4-1build2) ...
#7 12.67 Selecting previously unselected package libxmuu1:amd64.
#7 12.67 Preparing to unpack .../062-libxmuu1_2%3a1.1.3-3build2_amd64.deb ...
#7 12.67 Unpacking libxmuu1:amd64 (2:1.1.3-3build2) ...
#7 12.68 Selecting previously unselected package manpages.
#7 12.69 Preparing to unpack .../063-manpages_6.7-2_all.deb ...
#7 12.69 Unpacking manpages (6.7-2) ...
#7 12.71 Selecting previously unselected package openssh-client.
#7 12.71 Preparing to unpack .../064-openssh-client_1%3a9.6p1-3ubuntu13.18_amd64.deb ...
#7 12.72 Unpacking openssh-client (1:9.6p1-3ubuntu13.18) ...
#7 12.74 Selecting previously unselected package publicsuffix.
#7 12.75 Preparing to unpack .../065-publicsuffix_20231001.0357-0.1_all.deb ...
#7 12.75 Unpacking publicsuffix (20231001.0357-0.1) ...
#7 12.76 Selecting previously unselected package python3-distro-info.
#7 12.76 Preparing to unpack .../066-python3-distro-info_1.7build1_all.deb ...
#7 12.76 Unpacking python3-distro-info (1.7build1) ...
#7 12.77 Selecting previously unselected package wget.
#7 12.78 Preparing to unpack .../067-wget_1.21.4-1ubuntu4.5_amd64.deb ...
#7 12.78 Unpacking wget (1.21.4-1ubuntu4.5) ...
#7 12.79 Selecting previously unselected package xauth.
#7 12.79 Preparing to unpack .../068-xauth_1%3a1.1.2-1build1_amd64.deb ...
#7 12.79 Unpacking xauth (1:1.1.2-1build1) ...
#7 12.80 Selecting previously unselected package xz-utils.
#7 12.81 Preparing to unpack .../069-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
#7 12.81 Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#7 12.83 Selecting previously unselected package acpica-tools.
#7 12.83 Preparing to unpack .../070-acpica-tools_20230628-1_amd64.deb ...
#7 12.83 Unpacking acpica-tools (20230628-1) ...
#7 12.85 Selecting previously unselected package libbrotli1:amd64.
#7 12.85 Preparing to unpack .../071-libbrotli1_1.1.0-2build2_amd64.deb ...
#7 12.85 Unpacking libbrotli1:amd64 (1.1.0-2build2) ...
#7 12.90 Selecting previously unselected package libsasl2-modules-db:amd64.
#7 12.90 Preparing to unpack .../072-libsasl2-modules-db_2.1.28+dfsg1-5ubuntu3.1_amd64.deb ...
#7 12.90 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-5ubuntu3.1) ...
#7 12.91 Selecting previously unselected package libsasl2-2:amd64.
#7 12.91 Preparing to unpack .../073-libsasl2-2_2.1.28+dfsg1-5ubuntu3.1_amd64.deb ...
#7 12.92 Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-5ubuntu3.1) ...
#7 12.93 Selecting previously unselected package libldap2:amd64.
#7 12.93 Preparing to unpack .../074-libldap2_2.6.10+dfsg-0ubuntu0.24.04.1_amd64.deb ...
#7 12.93 Unpacking libldap2:amd64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#7 12.94 Selecting previously unselected package librtmp1:amd64.
#7 12.95 Preparing to unpack .../075-librtmp1_2.4+20151223.gitfa8646d.1-2build7_amd64.deb ...
#7 12.95 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ...
#7 12.96 Selecting previously unselected package libssh-4:amd64.
#7 12.96 Preparing to unpack .../076-libssh-4_0.10.6-2ubuntu0.4_amd64.deb ...
#7 12.96 Unpacking libssh-4:amd64 (0.10.6-2ubuntu0.4) ...
#7 12.98 Selecting previously unselected package libcurl3t64-gnutls:amd64.
#7 12.98 Preparing to unpack .../077-libcurl3t64-gnutls_8.5.0-2ubuntu10.12_amd64.deb ...
#7 12.98 Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.12) ...
#7 13.00 Selecting previously unselected package libstemmer0d:amd64.
#7 13.00 Preparing to unpack .../078-libstemmer0d_2.2.0-4build1_amd64.deb ...
#7 13.00 Unpacking libstemmer0d:amd64 (2.2.0-4build1) ...
#7 13.01 Selecting previously unselected package libxmlb2:amd64.
#7 13.02 Preparing to unpack .../079-libxmlb2_0.3.24-1ubuntu0.24.04.1_amd64.deb ...
#7 13.02 Unpacking libxmlb2:amd64 (0.3.24-1
ubuntu0.24.04.1) ...
#7 13.03 Selecting previously unselected package libappstream5:amd64.
#7 13.03 Preparing to unpack .../080-libappstream5_1.0.2-1build6_amd64.deb ...
#7 13.03 Unpacking libappstream5:amd64 (1.0.2-1build6) ...
#7 13.05 Selecting previously unselected package appstream.
#7 13.05 Preparing to unpack .../081-appstream_1.0.2-1build6_amd64.deb ...
#7 13.06 Unpacking appstream (1.0.2-1build6) ...
#7 13.09 Selecting previously unselected package binutils-common:amd64.
#7 13.09 Preparing to unpack .../082-binutils-common_2.42-4ubuntu2.10_amd64.deb ...
#7 13.10 Unpacking binutils-common:amd64 (2.42-4ubuntu2.10) ...
#7 13.11 Selecting previously unselected package libsframe1:amd64.
#7 13.11 Preparing to unpack .../083-libsframe1_2.42-4ubuntu2.10_amd64.deb ...
#7 13.11 Unpacking libsframe1:amd64 (2.42-4ubuntu2.10) ...
#7 13.13 Selecting previously unselected package libbinutils:amd64.
#7 13.13 Preparing to unpack .../084-libbinutils_2.42-4ubuntu2.10_amd64.deb ...
#7 13.15 Unpacking libbinutils:amd64 (2.42-4ubuntu2.10) ...
#7 13.18 Selecting previously unselected package libctf-nobfd0:amd64.
#7 13.18 Preparing to unpack .../085-libctf-nobfd0_2.42-4ubuntu2.10_amd64.deb ...
#7 13.19 Unpacking libctf-nobfd0:amd64 (2.42-4ubuntu2.10) ...
#7 13.21 Selecting previously unselected package libctf0:amd64.
#7 13.21 Preparing to unpack .../086-libctf0_2.42-4ubuntu2.10_amd64.deb ...
#7 13.21 Unpacking libctf0:amd64 (2.42-4ubuntu2.10) ...
#7 13.22 Selecting previously unselected package libgprofng0:amd64.
#7 13.22 Preparing to unpack .../087-libgprofng0_2.42-4ubuntu2.10_amd64.deb ...
#7 13.22 Unpacking libgprofng0:amd64 (2.42-4ubuntu2.10) ...
#7 13.25 Selecting previously unselected package binutils-x86-64-linux-gnu.
#7 13.25 Preparing to unpack .../088-binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64.deb ...
#7 13.25 Unpacking binutils-x86-64-linux-gnu (2.42-4ubuntu2.10) ...
#7 13.31 Selecting previously unselected package binutils.
#7 13.31 Preparing to unpack .../089-binutils_2.42-4ubuntu2.10_amd64.deb ...
#7 13.31 Unpacking binutils (2.42-4ubuntu2.10) ...
#7 13.32 Selecting previously unselected package libc-dev-bin.
#7 13.32 Preparing to unpack .../090-libc-dev-bin_2.39-0ubuntu8.8_amd64.deb ...
#7 13.32 Unpacking libc-dev-bin (2.39-0ubuntu8.8) ...
#7 13.33 Selecting previously unselected package linux-libc-dev:amd64.
#7 13.33 Preparing to unpack .../091-linux-libc-dev_6.8.0-138.138_amd64.deb ...
#7 13.34 Unpacking linux-libc-dev:amd64 (6.8.0-138.138) ...
#7 13.44 Selecting previously unselected package libcrypt-dev:amd64.
#7 13.44 Preparing to unpack .../092-libcrypt-dev_1%3a4.4.36-4build1_amd64.deb ...
#7 13.44 Unpacking libcrypt-dev:amd64 (1:4.4.36-4build1) ...
#7 13.46 Selecting previously unselected package rpcsvc-proto.
#7 13.46 Preparing to unpack .../093-rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb ...
#7 13.46 Unpacking rpcsvc-proto (1.4.2-0ubuntu7) ...
#7 13.47 Selecting previously unselected package libc6-dev:amd64.
#7 13.47 Preparing to unpack .../094-libc6-dev_2.39-0ubuntu8.8_amd64.deb ...
#7 13.47 Unpacking libc6-dev:amd64 (2.39-0ubuntu8.8) ...
#7 13.57 Selecting previously unselected package gcc-13-base:amd64.
#7 13.57 Preparing to unpack .../095-gcc-13-base_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 13.57 Unpacking gcc-13-base:amd64 (13.3.0-6ubuntu2
24.04.1) ...
#7 13.58 Selecting previously unselected package libisl23:amd64.
#7 13.58 Preparing to unpack .../096-libisl23_0.26-3build1.1_amd64.deb ...
#7 13.58 Unpacking libisl23:amd64 (0.26-3build1.1) ...
#7 13.61 Selecting previously unselected package libmpfr6:amd64.
#7 13.61 Preparing to unpack .../097-libmpfr6_4.2.1-1build1.1_amd64.deb ...
#7 13.61 Unpacking libmpfr6:amd64 (4.2.1-1build1.1) ...
#7 13.62 Selecting previously unselected package libmpc3:amd64.
#7 13.63 Preparing to unpack .../098-libmpc3_1.3.1-1build1.1_amd64.deb ...
#7 13.63 Unpacking libmpc3:amd64 (1.3.1-1build1.1) ...
#7 13.64 Selecting previously unselected package cpp-13-x86-64-linux-gnu.
#7 13.64 Preparing to unpack .../099-cpp-13-x86-64-linux-gnu_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 13.64 Unpacking cpp-13-x86-64-linux-gnu (13.3.0-6ubuntu2
24.04.1) ...
#7 13.78 Selecting previously unselected package cpp-13.
#7 13.79 Preparing to unpack .../100-cpp-13_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 13.79 Unpacking cpp-13 (13.3.0-6ubuntu2
24.04.1) ...
#7 13.80 Selecting previously unselected package cpp-x86-64-linux-gnu.
#7 13.80 Preparing to unpack .../101-cpp-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
#7 13.80 Unpacking cpp-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...
#7 13.82 Selecting previously unselected package cpp.
#7 13.82 Preparing to unpack .../102-cpp_4%3a13.2.0-7ubuntu1_amd64.deb ...
#7 13.83 Unpacking cpp (4:13.2.0-7ubuntu1) ...
#7 13.84 Selecting previously unselected package libcc1-0:amd64.
#7 13.84 Preparing to unpack .../103-libcc1-0_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 13.84 Unpacking libcc1-0:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 13.85 Selecting previously unselected package libgomp1:amd64.
#7 13.86 Preparing to unpack .../104-libgomp1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 13.86 Unpacking libgomp1:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 13.87 Selecting previously unselected package libitm1:amd64.
#7 13.87 Preparing to unpack .../105-libitm1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 13.87 Unpacking libitm1:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 13.89 Selecting previously unselected package libatomic1:amd64.
#7 13.89 Preparing to unpack .../106-libatomic1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 13.89 Unpacking libatomic1:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 13.92 Selecting previously unselected package libasan8:amd64.
#7 13.92 Preparing to unpack .../107-libasan8_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 13.93 Unpacking libasan8:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 13.98 Selecting previously unselected package liblsan0:amd64.
#7 13.98 Preparing to unpack .../108-liblsan0_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 13.98 Unpacking liblsan0:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 14.01 Selecting previously unselected package libtsan2:amd64.
#7 14.01 Preparing to unpack .../109-libtsan2_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 14.01 Unpacking libtsan2:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 14.06 Selecting previously unselected package libubsan1:amd64.
#7 14.06 Preparing to unpack .../110-libubsan1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 14.06 Unpacking libubsan1:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 14.10 Selecting previously unselected package libhwasan0:amd64.
#7 14.11 Preparing to unpack .../111-libhwasan0_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 14.11 Unpacking libhwasan0:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 14.14 Selecting previously unselected package libquadmath0:amd64.
#7 14.14 Preparing to unpack .../112-libquadmath0_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 14.15 Unpacking libquadmath0:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 14.18 Selecting previously unselected package libgcc-13-dev:amd64.
#7 14.18 Preparing to unpack .../113-libgcc-13-dev_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 14.18 Unpacking libgcc-13-dev:amd64 (13.3.0-6ubuntu2
24.04.1) ...
#7 14.25 Selecting previously unselected package gcc-13-x86-64-linux-gnu.
#7 14.26 Preparing to unpack .../114-gcc-13-x86-64-linux-gnu_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 14.26 Unpacking gcc-13-x86-64-linux-gnu (13.3.0-6ubuntu2
24.04.1) ...
#7 14.49 Selecting previously unselected package gcc-13.
#7 14.49 Preparing to unpack .../115-gcc-13_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 14.49 Unpacking gcc-13 (13.3.0-6ubuntu2
24.04.1) ...
#7 14.50 Selecting previously unselected package gcc-x86-64-linux-gnu.
#7 14.50 Preparing to unpack .../116-gcc-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
#7 14.51 Unpacking gcc-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...
#7 14.52 Selecting previously unselected package gcc.
#7 14.52 Preparing to unpack .../117-gcc_4%3a13.2.0-7ubuntu1_amd64.deb ...
#7 14.52 Unpacking gcc (4:13.2.0-7ubuntu1) ...
#7 14.58 Selecting previously unselected package libstdc++-13-dev:amd64.
#7 14.58 Preparing to unpack .../118-libstdc++-13-dev_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 14.58 Unpacking libstdc++-13-dev:amd64 (13.3.0-6ubuntu2
24.04.1) ...
#7 14.70 Selecting previously unselected package g++-13-x86-64-linux-gnu.
#7 14.71 Preparing to unpack .../119-g++-13-x86-64-linux-gnu_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 14.71 Unpacking g++-13-x86-64-linux-gnu (13.3.0-6ubuntu2
24.04.1) ...
#7 14.84 Selecting previously unselected package g++-13.
#7 14.84 Preparing to unpack .../120-g++-13_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 14.84 Unpacking g++-13 (13.3.0-6ubuntu2
24.04.1) ...
#7 14.85 Selecting previously unselected package g++-x86-64-linux-gnu.
#7 14.85 Preparing to unpack .../121-g++-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
#7 14.85 Unpacking g++-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...
#7 14.86 Selecting previously unselected package g++.
#7 14.87 Preparing to unpack .../122-g++_4%3a13.2.0-7ubuntu1_amd64.deb ...
#7 14.87 Unpacking g++ (4:13.2.0-7ubuntu1) ...
#7 14.88 Selecting previously unselected package make.
#7 14.88 Preparing to unpack .../123-make_4.3-4.1build2_amd64.deb ...
#7 14.88 Unpacking make (4.3-4.1build2) ...
#7 14.90 Selecting previously unselected package libdpkg-perl.
#7 14.90 Preparing to unpack .../124-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
#7 14.90 Unpacking libdpkg-perl (1.22.6ubuntu6.6) ...
#7 14.92 Selecting previously unselected package bzip2.
#7 14.92 Preparing to unpack .../125-bzip2_1.0.8-5.1build0.1_amd64.deb ...
#7 14.95 Unpacking bzip2 (1.0.8-5.1build0.1) ...
#7 14.96 Selecting previously unselected package patch.
#7 14.96 Preparing to unpack .../126-patch_2.7.6-7build3_amd64.deb ...
#7 14.96 Unpacking patch (2.7.6-7build3) ...
#7 14.97 Selecting previously unselected package lto-disabled-list.
#7 14.98 Preparing to unpack .../127-lto-disabled-list_47_all.deb ...
#7 14.98 Unpacking lto-disabled-list (47) ...
#7 14.99 Selecting previously unselected package dpkg-dev.
#7 14.99 Preparing to unpack .../128-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
#7 14.99 Unpacking dpkg-dev (1.22.6ubuntu6.6) ...
#7 15.02 Selecting previously unselected package build-essential.
#7 15.02 Preparing to unpack .../129-build-essential_12.10ubuntu1_amd64.deb ...
#7 15.02 Unpacking build-essential (12.10ubuntu1) ...
#7 15.03 Selecting previously unselected package libcurl4t64:amd64.
#7 15.03 Preparing to unpack .../130-libcurl4t64_8.5.0-2ubuntu10.12_amd64.deb ...
#7 15.04 Unpacking libcurl4t64:amd64 (8.5.0-2ubuntu10.12) ...
#7 15.05 Selecting previously unselected package curl.
#7 15.05 Preparing to unpack .../131-curl_8.5.0-2ubuntu10.12_amd64.deb ...
#7 15.05 Unpacking curl (8.5.0-2ubuntu10.12) ...
#7 15.06 Selecting previously unselected package gpgconf.
#7 15.07 Preparing to unpack .../132-gpgconf_2.4.4-2ubuntu17.4_amd64.deb ...
#7 15.07 Unpacking gpgconf (2.4.4-2ubuntu17.4) ...
#7 15.08 Selecting previously unselected package libksba8:amd64.
#7 15.08 Preparing to unpack .../133-libksba8_1.6.6-1build1_amd64.deb ...
#7 15.08 Unpacking libksba8:amd64 (1.6.6-1build1) ...
#7 15.10 Selecting previously unselected package dirmngr.
#7 15.10 Preparing to unpack .../134-dirmngr_2.4.4-2ubuntu17.4_amd64.deb ...
#7 15.11 Unpacking dirmngr (2.4.4-2ubuntu17.4) ...
#7 15.12 Selecting previously unselected package libfakeroot:amd64.
#7 15.13 Preparing to unpack .../135-libfakeroot_1.33-1_amd64.deb ...
#7 15.13 Unpacking libfakeroot:amd64 (1.33-1) ...
#7 15.14 Selecting previously unselected package fakeroot.
#7 15.14 Preparing to unpack .../136-fakeroot_1.33-1_amd64.deb ...
#7 15.14 Unpacking fakeroot (1.33-1) ...
#7 15.16 Selecting previously unselected package fonts-dejavu-mono.
#7 15.16 Preparing to unpack .../137-fonts-dejavu-mono_2.37-8_all.deb ...
#7 15.16 Unpacking fonts-dejavu-mono (2.37-8) ...
#7 15.20 Selecting previously unselected package fonts-dejavu-core.
#7 15.20 Preparing to unpack .../138-fonts-dejavu-core_2.37-8_all.deb ...
#7 15.22 Unpacking fonts-dejavu-core (2.37-8) ...
#7 15.24 Selecting previously unselected package fontconfig-config.
#7 15.24 Preparing to unpack .../139-fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb ...
#7 15.34 Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ...
#7 15.36 Selecting previously unselected package libpackagekit-glib2-18:amd64.
#7 15.36 Preparing to unpack .../140-libpackagekit-glib2-18_1.2.8-2ubuntu1.5_amd64.deb ...
#7 15.36 Unpacking libpackagekit-glib2-18:amd64 (1.2.8-2ubuntu1.5) ...
#7 15.38 Selecting previously unselected package gir1.2-packagekitglib-1.0.
#7 15.38 Preparing to unpack .../141-gir1.2-packagekitglib-1.0_1.2.8-2ubuntu1.5_amd64.deb ...
#7 15.38 Unpacking gir1.2-packagekitglib-1.0 (1.2.8-2ubuntu1.5) ...
#7 15.39 Selecting previously unselected package liberror-perl.
#7 15.39 Preparing to unpack .../142-liberror-perl_0.17029-2_all.deb ...
#7 15.39 Unpacking liberror-perl (0.17029-2) ...
#7 15.41 Selecting previously unselected package git-man.
#7 15.41 Preparing to unpack .../143-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...
#7 15.41 Unpacking git-man (1:2.43.0-1ubuntu7.3) ...
#7 15.43 Selecting previously unselected package git.
#7 15.43 Preparing to unpack .../144-git_1%3a2.43.0-1ubuntu7.3_amd64.deb ...
#7 15.43 Unpacking git (1:2.43.0-1ubuntu7.3) ...
#7 15.52 Selecting previously unselected package gnupg-utils.
#7 15.53 Preparing to unpack .../145-gnupg-utils_2.4.4-2ubuntu17.4_amd64.deb ...
#7 15.53 Unpacking gnupg-utils (2.4.4-2ubuntu17.4) ...
#7 15.54 Selecting previously unselected package gpg.
#7 15.54 Preparing to unpack .../146-gpg_2.4.4-2ubuntu17.4_amd64.deb ...
#7 15.54 Unpacking gpg (2.4.4-2ubuntu17.4) ...
#7 15.56 Selecting previously unselected package pinentry-curses.
#7 15.56 Preparing to unpack .../147-pinentry-curses_1.2.1-3ubuntu5_amd64.deb ...
#7 15.56 Unpacking pinentry-curses (1.2.1-3ubuntu5) ...
#7 15.58 Selecting previously unselected package gpg-agent.
#7 15.58 Preparing to unpack .../148-gpg-agent_2.4.4-2ubuntu17.4_amd64.deb ...
#7 15.58 Unpacking gpg-agent (2.4.4-2ubuntu17.4) ...
#7 15.60 Selecting previously unselected package gpgsm.
#7 15.60 Preparing to unpack .../149-gpgsm_2.4.4-2ubuntu17.4_amd64.deb ...
#7 15.60 Unpacking gpgsm (2.4.4-2ubuntu17.4) ...
#7 15.61 Selecting previously unselected package keyboxd.
#7 15.62 Preparing to unpack .../150-keyboxd_2.4.4-2ubuntu17.4_amd64.deb ...
#7 15.62 Unpacking keyboxd (2.4.4-2ubuntu17.4) ...
#7 15.63 Selecting previously unselected package gnupg.
#7 15.63 Preparing to unpack .../151-gnupg_2.4.4-2ubuntu17.4_all.deb ...
#7 15.63 Unpacking gnupg (2.4.4-2ubuntu17.4) ...
#7 15.65 Selecting previously unselected package gnupg-l10n.
#7 15.65 Preparing to unpack .../152-gnupg-l10n_2.4.4-2ubuntu17.4_all.deb ...
#7 15.65 Unpacking gnupg-l10n (2.4.4-2ubuntu17.4) ...
#7 15.66 Selecting previously unselected package gpg-wks-client.
#7 15.67 Preparing to unpack .../153-gpg-wks-client_2.4.4-2ubuntu17.4_amd64.deb ...
#7 15.67 Unpacking gpg-wks-client (2.4.4-2ubuntu17.4) ...
#7 15.68 Selecting previously unselected package libalgorithm-diff-perl.
#7 15.68 Preparing to unpack .../154-libalgorithm-diff-perl_1.201-1_all.deb ...
#7 15.68 Unpacking libalgorithm-diff-perl (1.201-1) ...
#7 15.72 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.
#7 15.72 Preparing to unpack .../155-libalgorithm-diff-xs-perl_0.04-8build3_amd64.deb ...
#7 15.72 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8build3) ...
#7 15.73 Selecting previously unselected package libalgorithm-merge-perl.
#7 15.74 Preparing to unpack .../156-libalgorithm-merge-perl_0.08-5_all.deb ...
#7 15.74 Unpacking libalgorithm-merge-perl (0.08-5) ...
#7 15.75 Selecting previously unselected package libaom3:amd64.
#7 15.75 Preparing to unpack .../157-libaom3_3.8.2-2ubuntu0.1_amd64.deb ...
#7 15.75 Unpacking libaom3:amd64 (3.8.2-2ubuntu0.1) ...
#7 15.79 Selecting previously unselected package libfreetype6:amd64.
#7 15.79 Preparing to unpack .../158-libfreetype6_2.13.2+dfsg-1ubuntu0.1_amd64.deb ...
#7 15.79 Unpacking libfreetype6:amd64 (2.13.2+dfsg-1ubuntu0.1) ...
#7 15.81 Selecting previously unselected package libfontconfig1:amd64.
#7 15.81 Preparing to unpack .../159-libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb ...
#7 15.82 Unpacking libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ...
#7 15.83 Selecting previously unselected package libsharpyuv0:amd64.
#7 15.83 Preparing to unpack .../160-libsharpyuv0_1.3.2-0.4build3_amd64.deb ...
#7 15.83 Unpacking libsharpyuv0:amd64 (1.3.2-0.4build3) ...
#7 15.84 Selecting previously unselected package libheif-plugin-aomdec:amd64.
#7 15.85 Preparing to unpack .../161-libheif-plugin-aomdec_1.17.6-1ubuntu4.7_amd64.deb ...
#7 15.85 Unpacking libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.7) ...
#7 15.86 Selecting previously unselected package libheif1:amd64.
#7 15.86 Preparing to unpack .../162-libheif1_1.17.6-1ubuntu4.7_amd64.deb ...
#7 15.86 Unpacking libheif1:amd64 (1.17.6-1ubuntu4.7) ...
#7 15.88 Selecting previously unselected package libjpeg-turbo8:amd64.
#7 15.88 Preparing to unpack .../163-libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb ...
#7 15.88 Unpacking libjpeg-turbo8:amd64 (2.1.5-2ubuntu2) ...
#7 15.90 Selecting previously unselected package libjpeg8:amd64.
#7 15.90 Preparing to unpack .../164-libjpeg8_8c-2ubuntu11_amd64.deb ...
#7 15.90 Unpacking libjpeg8:amd64 (8c-2ubuntu11) ...
#7 15.91 Selecting previously unselected package libdeflate0:amd64.
#7 15.92 Preparing to unpack .../165-libdeflate0_1.19-1build1.1_amd64.deb ...
#7 15.92 Unpacking libdeflate0:amd64 (1.19-1build1.1) ...
#7 15.93 Selecting previously unselected package libjbig0:amd64.
#7 15.93 Preparing to unpack .../166-libjbig0_2.1-6.1ubuntu2_amd64.deb ...
#7 15.93 Unpacking libjbig0:amd64 (2.1-6.1ubuntu2) ...
#7 15.97 Selecting previously unselected package liblerc4:amd64.
#7 15.98 Preparing to unpack .../167-liblerc4_4.0.0+ds-4ubuntu2_amd64.deb ...
#7 15.98 Unpacking liblerc4:amd64 (4.0.0+ds-4ubuntu2) ...
#7 16.00 Selecting previously unselected package libwebp7:amd64.
#7 16.00 Preparing to unpack .../168-libwebp7_1.3.2-0.4build3_amd64.deb ...
#7 16.00 Unpacking libwebp7:amd64 (1.3.2-0.4build3) ...
#7 16.03 Selecting previously unselected package libtiff6:amd64.
#7 16.04 Preparing to unpack .../169-libtiff6_4.5.1+git230720-4ubuntu2.5_amd64.deb ...
#7 16.04 Unpacking libtiff6:amd64 (4.5.1+git230720-4ubuntu2.5) ...
#7 16.05 Selecting previously unselected package libxpm4:amd64.
#7 16.05 Preparing to unpack .../170-libxpm4_1%3a3.5.17-1ubuntu0.24.04.1_amd64.deb ...
#7 16.06 Unpacking libxpm4:amd64 (1:3.5.17-1ubuntu0.24.04.1) ...
#7 16.07 Selecting previously unselected package libgd3:amd64.
#7 16.07 Preparing to unpack .../171-libgd3_2.3.3-9ubuntu5_amd64.deb ...
#7 16.07 Unpacking libgd3:amd64 (2.3.3-9ubuntu5) ...
#7 16.08 Selecting previously unselected package libc-devtools.
#7 16.09 Preparing to unpack .../172-libc-devtools_2.39-0ubuntu8.8_amd64.deb ...
#7 16.09 Unpacking libc-devtools (2.39-0ubuntu8.8) ...
#7 16.10 Selecting previously unselected package libduktape207:amd64.
#7 16.10 Preparing to unpack .../173-libduktape207_2.7.0+tests-0ubuntu3_amd64.deb ...
#7 16.11 Unpacking libduktape207:amd64 (2.7.0+tests-0ubuntu3) ...
#7 16.12 Selecting previously unselected package libdw1t64:amd64.
#7 16.12 Preparing to unpack .../174-libdw1t64_0.190-1.1ubuntu0.1_amd64.deb ...
#7 16.12 Unpacking libdw1t64:amd64 (0.190-1.1ubuntu0.1) ...
#7 16.14 Selecting previously unselected package libfile-fcntllock-perl.
#7 16.14 Preparing to unpack .../175-libfile-fcntllock-perl_0.22-4ubuntu5_amd64.deb ...
#7 16.14 Unpacking libfile-fcntllock-perl (0.22-4ubuntu5) ...
#7 16.15 Selecting previously unselected package libglib2.0-bin.
#7 16.15 Preparing to unpack .../176-libglib2.0-bin_2.80.0-6ubuntu3.8_amd64.deb ...
#7 16.15 Unpacking libglib2.0-bin (2.80.0-6ubuntu3.8) ...
#7 16.17 Selecting previously unselected package libunwind8:amd64.
#7 16.17 Preparing to unpack .../177-libunwind8_1.6.2-3build1.1_amd64.deb ...
#7 16.17 Unpacking libunwind8:amd64 (1.6.2-3build1.1) ...
#7 16.19 Selecting previously unselected package libgstreamer1.0-0:amd64.
#7 16.19 Preparing to unpack .../178-libgstreamer1.0-0_1.24.2-1ubuntu0.1_amd64.deb ...
#7 16.19 Unpacking libgstreamer1.0-0:amd64 (1.24.2-1ubuntu0.1) ...
#7 16.24 Selecting previously unselected package libheif-plugin-aomenc:amd64.
#7 16.24 Preparing to unpack .../179-libheif-plugin-aomenc_1.17.6-1ubuntu4.7_amd64.deb ...
#7 16.24 Unpacking libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.7) ...
#7 16.26 Selecting previously unselected package libldap-common.
#7 16.26 Preparing to unpack .../180-libldap-common_2.6.10+dfsg-0ubuntu0.24.04.1_all.deb ...
#7 16.26 Unpacking libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#7 16.27 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
#7 16.27 Preparing to unpack .../181-libpolkit-gobject-1-0_124-2ubuntu1.24.04.3_amd64.deb ...
#7 16.28 Unpacking libpolkit-gobject-1-0:amd64 (124-2ubuntu1.24.04.3) ...
#7 16.29 Selecting previously unselected package libpolkit-agent-1-0:amd64.
#7 16.29 Preparing to unpack .../182-libpolkit-agent-1-0_124-2ubuntu1.24.04.3_amd64.deb ...
#7 16.29 Unpacking libpolkit-agent-1-0:amd64 (124-2ubuntu1.24.04.3) ...
#7 16.30 Selecting previously unselected package libpthread-stubs0-dev:amd64.
#7 16.31 Preparing to unpack .../183-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
#7 16.31 Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
#7 16.34 Selecting previously unselected package libsasl2-modules:amd64.
#7 16.34 Preparing to unpack .../184-libsasl2-modules_2.1.28+dfsg1-5ubuntu3.1_amd64.deb ...
#7 16.34 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg1-5ubuntu3.1) ...
#7 16.36 Selecting previously unselected package libssl-dev:amd64.
#7 16.36 Preparing to unpack .../185-libssl-dev_3.0.13-0ubuntu3.12_amd64.deb ...
#7 16.36 Unpacking libssl-dev:amd64 (3.0.13-0ubuntu3.12) ...
#7 16.42 Selecting previously unselected package xorg-sgml-doctools.
#7 16.42 Preparing to unpack .../186-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
#7 16.42 Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
#7 16.44 Selecting previously unselected package x11proto-dev.
#7 16.44 Preparing to unpack .../187-x11proto-dev_2023.2-1_all.deb ...
#7 16.44 Unpacking x11proto-dev (2023.2-1) ...
#7 16.48 Selecting previously unselected package libxau-dev:amd64.
#7 16.49 Preparing to unpack .../188-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
#7 16.49 Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
#7 16.50 Selecting previously unselected package libxdmcp-dev:amd64.
#7 16.50 Preparing to unpack .../189-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
#7 16.50 Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
#7 16.52 Selecting previously unselected package xtrans-dev.
#7 16.52 Preparing to unpack .../190-xtrans-dev_1.4.0-1_all.deb ...
#7 16.52 Unpacking xtrans-dev (1.4.0-1) ...
#7 16.54 Selecting previously unselected package libxcb1-dev:amd64.
#7 16.54 Preparing to unpack .../191-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
#7 16.54 Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
#7 16.56 Selecting previously unselected package libx11-dev:amd64.
#7 16.56 Preparing to unpack .../192-libx11-dev_2%3a1.8.7-1build1_amd64.deb ...
#7 16.56 Unpacking libx11-dev:amd64 (2:1.8.7-1build1) ...
#7 16.59 Selecting previously unselected package libxext-dev:amd64.
#7 16.59 Preparing to unpack .../193-libxext-dev_2%3a1.3.4-1build2_amd64.deb ...
#7 16.59 Unpacking libxext-dev:amd64 (2:1.3.4-1build2) ...
#7 16.61 Selecting previously unselected package manpages-dev.
#7 16.61 Preparing to unpack .../194-manpages-dev_6.7-2_all.deb ...
#7 16.61 Unpacking manpages-dev (6.7-2) ...
#7 16.65 Selecting previously unselected package nasm.
#7 16.66 Preparing to unpack .../195-nasm_2.16.01-1build1_amd64.deb ...
#7 16.66 Unpacking nasm (2.16.01-1build1) ...
#7 16.68 Selecting previously unselected package xml-core.
#7 16.68 Preparing to unpack .../196-xml-core_0.19_all.deb ...
#7 16.69 Unpacking xml-core (0.19) ...
#7 16.71 Selecting previously unselected package polkitd.
#7 16.71 Preparing to unpack .../197-polkitd_124-2ubuntu1.24.04.3_amd64.deb ...
#7 16.73 Unpacking polkitd (124-2ubuntu1.24.04.3) ...
#7 16.75 Selecting previously unselected package packagekit.
#7 16.76 Preparing to unpack .../198-packagekit_1.2.8-2ubuntu1.5_amd64.deb ...
#7 16.76 Unpacking packagekit (1.2.8-2ubuntu1.5) ...
#7 16.79 Selecting previously unselected package packagekit-tools.
#7 16.79 Preparing to unpack .../199-packagekit-tools_1.2.8-2ubuntu1.5_amd64.deb ...
#7 16.79 Unpacking packagekit-tools (1.2.8-2ubuntu1.5) ...
#7 16.80 Selecting previously unselected package python3-blinker.
#7 16.80 Preparing to unpack .../200-python3-blinker_1.7.0-1_all.deb ...
#7 16.81 Unpacking python3-blinker (1.7.0-1) ...
#7 16.82 Selecting previously unselected package python3-cryptography.
#7 16.82 Preparing to unpack .../201-python3-cryptography_41.0.7-4ubuntu0.4_amd64.deb ...
#7 16.82 Unpacking python3-cryptography (41.0.7-4ubuntu0.4) ...
#7 16.85 Selecting previously unselected package python3-pyparsing.
#7 16.86 Preparing to unpack .../202-python3-pyparsing_3.1.1-1_all.deb ...
#7 16.86 Unpacking python3-pyparsing (3.1.1-1) ...
#7 16.87 Selecting previously unselected package python3-httplib2.
#7 16.87 Preparing to unpack .../203-python3-httplib2_0.20.4-3ubuntu0.1_all.deb ...
#7 16.88 Unpacking python3-httplib2 (0.20.4-3ubuntu0.1) ...
#7 16.89 Selecting previously unselected package python3-jwt.
#7 16.89 Preparing to unpack .../204-python3-jwt_2.7.0-1ubuntu0.1_all.deb ...
#7 16.89 Unpacking python3-jwt (2.7.0-1ubuntu0.1) ...
#7 16.91 Selecting previously unselected package python3-lazr.uri.
#7 16.91 Preparing to unpack .../205-python3-lazr.uri_1.0.6-3_all.deb ...
#7 16.91 Unpacking python3-lazr.uri (1.0.6-3) ...
#7 16.92 Selecting previously unselected package python3-wadllib.
#7 16.93 Preparing to unpack .../206-python3-wadllib_1.3.6-5_all.deb ...
#7 16.94 Unpacking python3-wadllib (1.3.6-5) ...
#7 16.95 Selecting previously unselected package python3-distro.
#7 16.95 Preparing to unpack .../207-python3-distro_1.9.0-1_all.deb ...
#7 16.95 Unpacking python3-distro (1.9.0-1) ...
#7 16.97 Selecting previously unselected package python3-oauthlib.
#7 16.97 Preparing to unpack .../208-python3-oauthlib_3.2.2-1_all.deb ...
#7 16.97 Unpacking python3-oauthlib (3.2.2-1) ...
#7 17.01 Selecting previously unselected package python3-lazr.restfulclient.
#7 17.01 Preparing to unpack .../209-python3-lazr.restfulclient_0.14.6-1_all.deb ...
#7 17.01 Unpacking python3-lazr.restfulclient (0.14.6-1) ...
#7 17.03 Selecting previously unselected package python3-six.
#7 17.03 Preparing to unpack .../210-python3-six_1.16.0-4_all.deb ...
#7 17.03 Unpacking python3-six (1.16.0-4) ...
#7 17.04 Selecting previously unselected package python3-launchpadlib.
#7 17.05 Preparing to unpack .../211-python3-launchpadlib_1.11.0-6_all.deb ...
#7 17.05 Unpacking python3-launchpadlib (1.11.0-6) ...
#7 17.07 Selecting previously unselected package python3-software-properties.
#7 17.07 Preparing to unpack .../212-python3-software-properties_0.99.49.4_all.deb ...
#7 17.07 Unpacking python3-software-properties (0.99.49.4) ...
#7 17.08 Selecting previously unselected package software-properties-common.
#7 17.09 Preparing to unpack .../213-software-properties-common_0.99.49.4_all.deb ...
#7 17.09 Unpacking software-properties-common (0.99.49.4) ...
#7 17.10 Selecting previously unselected package unattended-upgrades.
#7 17.10 Preparing to unpack .../214-unattended-upgrades_2.9.1+nmu4ubuntu1_all.deb ...
#7 17.11 Unpacking unattended-upgrades (2.9.1+nmu4ubuntu1) ...
#7 17.12 Selecting previously unselected package unzip.
#7 17.12 Preparing to unpack .../215-unzip_6.0-28ubuntu4.1_amd64.deb ...
#7 17.13 Unpacking unzip (6.0-28ubuntu4.1) ...
#7 17.14 Selecting previously unselected package zip.
#7 17.14 Preparing to unpack .../216-zip_3.0-13ubuntu0.2_amd64.deb ...
#7 17.14 Unpacking zip (3.0-13ubuntu0.2) ...
#7 17.16 Selecting previously unselected package uuid-dev:amd64.
#7 17.16 Preparing to unpack .../217-uuid-dev_2.39.3-9ubuntu6.5_amd64.deb ...
#7 17.16 Unpacking uuid-dev:amd64 (2.39.3-9ubuntu6.5) ...
#7 17.18 Setting up libksba8:amd64 (1.6.6-1build1) ...
#7 17.19 Setting up pinentry-curses (1.2.1-3ubuntu5) ...
#7 17.19 Setting up media-types (10.1.0) ...
#7 17.20 Setting up libsharpyuv0:amd64 (1.3.2-0.4build3) ...
#7 17.20 Setting up libaom3:amd64 (3.8.2-2ubuntu0.1) ...
#7 17.20 Setting up systemd-sysv (255.4-1ubuntu8.17) ...
#7 17.22 Setting up libxau6:amd64 (1:1.0.9-1build6) ...
#7 17.22 Setting up libkeyutils1:amd64 (1.6.3-3build1) ...
#7 17.22 Setting up lto-disabled-list (47) ...
#7 17.22 Setting up liblerc4:amd64 (4.0.0+ds-4ubuntu2) ...
#7 17.23 Setting up libgdbm6t64:amd64 (1.23-5.1build1) ...
#7 17.23 Setting up libgdbm-compat4t64:amd64 (1.23-5.1build1) ...
#7 17.23 Setting up xdg-user-dirs (0.18-1build1) ...
#7 17.26 Setting up libmagic-mgc (1:5.45-3build1) ...
#7 17.27 Setting up acpica-tools (20230628-1) ...
#7 17.27 Setting up libcbor0.10:amd64 (0.10.2-1.2ubuntu2) ...
#7 17.27 Setting up libyaml-0-2:amd64 (0.2.5-1build1) ...
#7 17.28 Setting up distro-info-data (0.72-0ubuntu0.24.04.1) ...
#7 17.28 Setting up manpages (6.7-2) ...
#7 17.28 Setting up unzip (6.0-28ubuntu4.1) ...
#7 17.29 Setting up libbrotli1:amd64 (1.1.0-2build2) ...
#7 17.30 Setting up libsqlite3-0:amd64 (3.45.1-1ubuntu2.7) ...
#7 17.30 Setting up libsasl2-modules:amd64 (2.1.28+dfsg1-5ubuntu3.1) ...
#7 17.31 Setting up libmagic1t64:amd64 (1:5.45-3build1) ...
#7 17.31 Setting up binutils-common:amd64 (2.42-4ubuntu2.10) ...
#7 17.31 Setting up libpsl5t64:amd64 (0.21.2-1.1build1) ...
#7 17.32 Setting up libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) ...
#7 17.32 Setting up libdeflate0:amd64 (1.19-1build1.1) ...
#7 17.32 Setting up less (590-2ubuntu2.1) ...
#7 17.33 Setting up linux-libc-dev:amd64 (6.8.0-138.138) ...
#7 17.33 Setting up libctf-nobfd0:amd64 (2.42-4ubuntu2.10) ...
#7 17.33 Setting up libnss-systemd:amd64 (255.4-1ubuntu8.17) ...
#7 17.34 Setting up krb5-locales (1.20.1-6ubuntu2.8) ...
#7 17.34 Setting up file (1:5.45-3build1) ...
#7 17.35 Setting up libgomp1:amd64 (14.2.0-4ubuntu224.04.1) ...
#7 17.35 Setting up bzip2 (1.0.8-5.1build0.1) ...
#7 17.35 Setting up libldap-common (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#7 17.35 Setting up libunwind8:amd64 (1.6.2-3build1.1) ...
#7 17.36 Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
#7 17.36 Setting up libjbig0:amd64 (2.1-6.1ubuntu2) ...
#7 17.38 Setting up libsframe1:amd64 (2.42-4ubuntu2.10) ...
#7 17.38 Setting up libfakeroot:amd64 (1.33-1) ...
#7 17.39 Setting up libelf1t64:amd64 (0.190-1.1ubuntu0.1) ...
#7 17.39 Setting up libjansson4:amd64 (2.14-2build2) ...
#7 17.39 Setting up libkrb5support0:amd64 (1.20.1-6ubuntu2.8) ...
#7 17.39 Setting up libdw1t64:amd64 (0.190-1.1ubuntu0.1) ...
#7 17.40 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-5ubuntu3.1) ...
#7 17.40 Setting up tzdata (2026c-0ubuntu0.24.04.1) ...
#7 17.47
#7 17.47 Current default time zone: 'Etc/UTC'
#7 17.47 Local time is now: Sat Aug 22 18:37:03 UTC 2026.
#7 17.47 Universal Time is now: Sat Aug 22 18:37:03 UTC 2026.
#7 17.47 Run 'dpkg-reconfigure tzdata' if you wish to change it.
#7 17.47
#7 17.48 Setting up libcap2-bin (1:2.66-5ubuntu2.4) ...
#7 17.48 Setting up fakeroot (1.33-1) ...
#7 17.49 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#7 17.49 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#7 17.49 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#7 17.49 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#7 17.49 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#7 17.49 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#7 17.49 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#7 17.49 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
#7 17.49 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
#7 17.49 Setting up xtrans-dev (1.4.0-1) ...
#7 17.49 Setting up zip (3.0-13ubuntu0.2) ...
#7 17.52 Setting up libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.8) ...
#7 17.52 No schema files found: doing nothing.
#7 17.52 Setting up libglib2.0-data (2.80.0-6ubuntu3.8) ...
#7 17.53 Setting up rpcsvc-proto (1.4.2-0ubuntu7) ...
#7 17.53 Setting up gcc-13-base:amd64 (13.3.0-6ubuntu2
24.04.1) ...
#7 17.53 Setting up libx11-data (2:1.8.7-1build1) ...
#7 17.53 Setting up make (4.3-4.1build2) ...
#7 17.54 Setting up libmpfr6:amd64 (4.2.1-1build1.1) ...
#7 17.54 Setting up gnupg-l10n (2.4.4-2ubuntu17.4) ...
#7 17.54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build7) ...
#7 17.54 Setting up libdbus-1-3:amd64 (1.14.10-4ubuntu4.1) ...
#7 17.55 Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
#7 17.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#7 17.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#7 17.55 Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
#7 17.56 Setting up libquadmath0:amd64 (14.2.0-4ubuntu2~24.04.1) ...
#7 17.56 Setting up fonts-dejavu-mono (2.37-8) ...
#7 17.57 Setting up libssl-dev:amd64 (3.0.13-0ubuntu3.12) ...
#7 17.57 Setting up libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) ...
#7 17.57 Setting up libmpc3:amd64 (1.3.1-1build1.1) ...
#7 17.57 Setting up systemd-timesyncd (255.4-1ubuntu8.17) ...
#7 17.58 Creating group 'systemd-timesync' with GID 997.

#7 17.58 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.

#7 17.68 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /usr/lib/systemd/system/systemd-timesyncd.service.

#7 17.68 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /usr/lib/systemd/system/systemd-timesyncd.service.

#7 17.68 Setting up libatomic1:amd64 (14.2.0-4ubuntu224.04.1) ...
#7 17.68 Setting up patch (2.7.6-7build3) ...
#7 17.70 Setting up fonts-dejavu-core (2.37-8) ...
#7 17.72 Setting up ucf (3.0043+nmu1) ...
#7 17.79 Setting up gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.8) ...
#7 17.79 Setting up libk5crypto3:amd64 (1.20.1-6ubuntu2.8) ...
#7 17.80 Setting up libjpeg-turbo8:amd64 (2.1.5-2ubuntu2) ...
#7 17.80 Setting up nasm (2.16.01-1build1) ...
#7 17.81 Setting up libsasl2-2:amd64 (2.1.28+dfsg1-5ubuntu3.1) ...
#7 17.81 Setting up libwebp7:amd64 (1.3.2-0.4build3) ...
#7 17.81 Setting up libubsan1:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 17.82 Setting up libicu74:amd64 (74.2-1ubuntu3.1) ...
#7 17.82 Setting up python-apt-common (2.7.7ubuntu5.2) ...
#7 17.82 Setting up dmsetup (2:1.02.185-3ubuntu3.2) ...
#7 17.83 Setting up libduktape207:amd64 (2.7.0+tests-0ubuntu3) ...
#7 17.83 Setting up libhwasan0:amd64 (14.2.0-4ubuntu224.04.1) ...
#7 17.83 Setting up libcrypt-dev:amd64 (1:4.4.36-4build1) ...
#7 17.84 Setting up dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
#7 17.84 Setting up libasan8:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 17.84 Setting up git-man (1:2.43.0-1ubuntu7.3) ...
#7 17.84 Setting up libgirepository-1.0-1:amd64 (1.80.1-1) ...
#7 17.85 Setting up xorg-sgml-doctools (1:1.11-1.1) ...
#7 17.85 Setting up netbase (6.4) ...
#7 17.86 Setting up sgml-base (1.31) ...
#7 17.88 Setting up libkrb5-3:amd64 (1.20.1-6ubuntu2.8) ...
#7 17.88 Setting up libstemmer0d:amd64 (2.2.0-4build1) ...
#7 17.88 Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) ...
#7 17.88 Setting up libtsan2:amd64 (14.2.0-4ubuntu224.04.1) ...
#7 17.89 Setting up libbinutils:amd64 (2.42-4ubuntu2.10) ...
#7 17.89 Setting up lsb-release (12.0-2) ...
#7 17.89 Setting up dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
#7 18.01 Setting up libfido2-1:amd64 (1.14.0-1build3) ...
#7 18.11 Setting up libisl23:amd64 (0.26-3build1.1) ...
#7 18.11 Setting up libc-dev-bin (2.39-0ubuntu8.8) ...
#7 18.11 Setting up openssl (3.0.13-0ubuntu3.12) ...
#7 18.12 Setting up libbsd0:amd64 (0.12.1-1build1.1) ...
#7 18.12 Setting up libpam-cap:amd64 (1:2.66-5ubuntu2.4) ...
#7 18.21 Setting up readline-common (8.2-4build1) ...
#7 18.22 Setting up publicsuffix (20231001.0357-0.1) ...
#7 18.22 Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ...
#7 18.22 Setting up libcc1-0:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 18.23 Setting up libldap2:amd64 (2.6.10+dfsg-0ubuntu0.24.04.1) ...
#7 18.23 Setting up iso-codes (4.16.0-1) ...
#7 18.23 Setting up dbus-bin (1.14.10-4ubuntu4.1) ...
#7 18.23 Setting up liblocale-gettext-perl (1.07-6ubuntu5) ...
#7 18.24 Setting up libpolkit-gobject-1-0:amd64 (124-2ubuntu1.24.04.3) ...
#7 18.24 Setting up liblsan0:amd64 (14.2.0-4ubuntu224.04.1) ...
#7 18.24 Setting up libgstreamer1.0-0:amd64 (1.24.2-1ubuntu0.1) ...
#7 18.25 Setcap worked! gst-ptp-helper is not suid!
#7 18.25 Setting up libitm1:amd64 (14.2.0-4ubuntu2
24.04.1) ...
#7 18.25 Setting up gnupg-utils (2.4.4-2ubuntu17.4) ...
#7 18.26 Setting up libctf0:amd64 (2.42-4ubuntu2.10) ...
#7 18.26 Setting up libjpeg8:amd64 (8c-2ubuntu11) ...
#7 18.27 Setting up x11proto-dev (2023.2-1) ...
#7 18.27 Setting up manpages-dev (6.7-2) ...
#7 18.27 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ...
#7 18.27 Setting up libxcb1:amd64 (1.15-1ubuntu2) ...
#7 18.28 Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
#7 18.28 Setting up wget (1.21.4-1ubuntu4.5) ...
#7 18.28 Setting up cpp-13-x86-64-linux-gnu (13.3.0-6ubuntu224.04.1) ...
#7 18.29 Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...
#7 18.39 Setting up libxmlb2:amd64 (0.3.24-1
ubuntu0.24.04.1) ...
#7 18.40 Setting up libedit2:amd64 (3.1-20230828-1build1) ...
#7 18.40 Setting up libglib2.0-bin (2.80.0-6ubuntu3.8) ...
#7 18.40 Setting up libpackagekit-glib2-18:amd64 (1.2.8-2ubuntu1.5) ...
#7 18.40 Setting up dbus-daemon (1.14.10-4ubuntu4.1) ...
#7 18.41 Setting up ca-certificates (2026060124.04.1) ...
#7 18.72 Updating certificates in /etc/ssl/certs...
#7 19.07 121 added, 0 removed; done.
#7 19.08 Setting up gir1.2-packagekitglib-1.0 (1.2.8-2ubuntu1.5) ...
#7 19.09 Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
#7 19.09 Setting up perl (5.38.2-3.2ubuntu0.3) ...
#7 19.10 Setting up libgprofng0:amd64 (2.42-4ubuntu2.10) ...
#7 19.10 Setting up libfreetype6:amd64 (2.13.2+dfsg-1ubuntu0.1) ...
#7 19.10 Setting up gir1.2-girepository-2.0:amd64 (1.80.1-1) ...
#7 19.13 Setting up dbus (1.14.10-4ubuntu4.1) ...
#7 19.15 Setting up shared-mime-info (2.4-4) ...
#7 19.84 Setting up libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.8) ...
#7 19.84 Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
#7 19.84 Setting up libssh-4:amd64 (0.10.6-2ubuntu0.4) ...
#7 19.85 Setting up libreadline8t64:amd64 (8.2-4build1) ...
#7 19.85 Setting up libgcc-13-dev:amd64 (13.3.0-6ubuntu2
24.04.1) ...
#7 19.85 Setting up libtiff6:amd64 (4.5.1+git230720-4ubuntu2.5) ...
#7 19.85 Setting up xml-core (0.19) ...
#7 19.99 Setting up gpgconf (2.4.4-2ubuntu17.4) ...
#7 19.99 Setting up libpam-systemd:amd64 (255.4-1ubuntu8.17) ...
#7 20.09 Setting up libpolkit-agent-1-0:amd64 (124-2ubuntu1.24.04.3) ...
#7 20.10 Setting up libc6-dev:amd64 (2.39-0ubuntu8.8) ...
#7 20.10 Setting up libx11-6:amd64 (2:1.8.7-1build1) ...
#7 20.10 Setting up libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ...
#7 20.11 Setting up libxmuu1:amd64 (2:1.1.3-3build2) ...
#7 20.11 Setting up gpg (2.4.4-2ubuntu17.4) ...
#7 20.11 Setting up libstdc++-13-dev:amd64 (13.3.0-6ubuntu2~24.04.1) ...
#7 20.11 Setting up systemd-resolved (255.4-1ubuntu8.17) ...
#7 20.12 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
#7 20.12 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
#7 20.12 Cannot take a backup of /etc/resolv.conf.
#7 20.12 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
#7 20.12 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
#7 20.13 Creating group 'systemd-resolve' with GID 996.

#7 20.13 Creating user 'systemd-resolve' (systemd Resolver) with UID 996 and GID 996.

#7 20.25 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /usr/lib/systemd/system/systemd-resolved.service.

#7 20.25 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /usr/lib/systemd/system/systemd-resolved.service.

#7 20.25 Setting up binutils-x86-64-linux-gnu (2.42-4ubuntu2.10) ...
#7 20.26 Setting up cpp-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...
#7 20.26 Setting up gpg-agent (2.4.4-2ubuntu17.4) ...
#7 20.35 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.

#7 20.45 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.

#7 20.54 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.

#7 20.63 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.

#7 20.63 Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
#7 20.64 Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) ...
#7 20.64 Setting up libxpm4:amd64 (1:3.5.17-1ubuntu0.24.04.1) ...
#7 20.64 Setting up cpp-13 (13.3.0-6ubuntu224.04.1) ...
#7 20.67 Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.12) ...
#7 20.67 Setting up libfile-fcntllock-perl (0.22-4ubuntu5) ...
#7 20.67 Setting up libalgorithm-diff-perl (1.201-1) ...
#7 20.68 Setting up openssh-client (1:9.6p1-3ubuntu13.18) ...
#7 20.73 Setting up gcc-13-x86-64-linux-gnu (13.3.0-6ubuntu2
24.04.1) ...
#7 20.73 Setting up python3.12 (3.12.3-1ubuntu0.15) ...
#7 21.48 Setting up gpgsm (2.4.4-2ubuntu17.4) ...
#7 21.48 Setting up libx11-dev:amd64 (2:1.8.7-1build1) ...
#7 21.48 Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.12) ...
#7 21.48 Setting up libxext6:amd64 (2:1.3.4-1build2) ...
#7 21.49 Setting up libappstream5:amd64 (1.0.2-1build6) ...
#7 21.49 Setting up binutils (2.42-4ubuntu2.10) ...
#7 21.49 Setting up dpkg-dev (1.22.6ubuntu6.6) ...
#7 21.50 Setting up liberror-perl (0.17029-2) ...
#7 21.50 Setting up dirmngr (2.4.4-2ubuntu17.4) ...
#7 21.59 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.

#7 21.60 Setting up dbus-user-session (1.14.10-4ubuntu4.1) ...
#7 21.61 Setting up appstream (1.0.2-1build6) ...
#7 21.62 ? Metadata cache was updated successfully.
#7 21.63 Setting up uuid-dev:amd64 (2.39.3-9ubuntu6.5) ...
#7 21.63 Setting up gcc-13 (13.3.0-6ubuntu2~24.04.1) ...
#7 21.63 Setting up keyboxd (2.4.4-2ubuntu17.4) ...
#7 21.72 Created symlink /etc/systemd/user/sockets.target.wants/keyboxd.socket → /usr/lib/systemd/user/keyboxd.socket.

#7 21.73 Setting up git (1:2.43.0-1ubuntu7.3) ...
#7 21.74 Setting up libxext-dev:amd64 (2:1.3.4-1build2) ...
#7 21.74 Setting up xauth (1:1.1.2-1build1) ...
#7 21.74 Setting up cpp (4:13.2.0-7ubuntu1) ...
#7 21.75 Setting up gnupg (2.4.4-2ubuntu17.4) ...
#7 21.75 Setting up curl (8.5.0-2ubuntu10.12) ...
#7 21.75 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8build3) ...
#7 21.76 Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ...
#7 21.76 Setting up libalgorithm-merge-perl (0.08-5) ...
#7 21.76 Setting up g++-13-x86-64-linux-gnu (13.3.0-6ubuntu224.04.1) ...
#7 21.77 Setting up gcc-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...
#7 21.77 Setting up gpg-wks-client (2.4.4-2ubuntu17.4) ...
#7 21.77 Setting up python3 (3.12.3-0ubuntu2.1) ...
#7 21.85 Setting up gcc (4:13.2.0-7ubuntu1) ...
#7 21.86 Setting up python3-six (1.16.0-4) ...
#7 21.95 Setting up python3-pyparsing (3.1.1-1) ...
#7 22.08 Setting up python3-gi (3.48.2-1) ...
#7 22.21 Setting up python3-httplib2 (0.20.4-3ubuntu0.1) ...
#7 22.31 Setting up g++-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ...
#7 22.32 Setting up python3-distro-info (1.7build1) ...
#7 22.40 Setting up python3-cffi-backend:amd64 (1.16.0-2build1) ...
#7 22.40 Setting up python3-blinker (1.7.0-1) ...
#7 22.49 Setting up python3-pkg-resources (68.1.2-2ubuntu1.2) ...
#7 22.65 Setting up g++-13 (13.3.0-6ubuntu2
24.04.1) ...
#7 22.65 Setting up python3-dbus (1.3.2-5build3) ...
#7 22.75 Setting up python3-distro (1.9.0-1) ...
#7 22.83 Setting up python3-jwt (2.7.0-1ubuntu0.1) ...
#7 22.93 Setting up python3-apt (2.7.7ubuntu5.2) ...
#7 23.05 Setting up python3-lazr.uri (1.0.6-3) ...
#7 23.24 Setting up unattended-upgrades (2.9.1+nmu4ubuntu1) ...
#7 23.50
#7 23.50 Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version
#7 23.55
#7 23.55 Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
#7 23.67 Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /usr/lib/systemd/system/unattended-upgrades.service.

#7 23.70 Setting up python3-cryptography (41.0.7-4ubuntu0.4) ...
#7 23.88 Setting up python3-wadllib (1.3.6-5) ...
#7 23.97 Setting up g++ (4:13.2.0-7ubuntu1) ...
#7 23.97 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#7 23.97 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#7 23.97 Setting up build-essential (12.10ubuntu1) ...
#7 23.98 Setting up networkd-dispatcher (2.2.4-1) ...
#7 24.07 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /usr/lib/systemd/system/networkd-dispatcher.service.

#7 24.07 Setting up python3-oauthlib (3.2.2-1) ...
#7 24.22 Setting up python3-lazr.restfulclient (0.14.6-1) ...
#7 24.32 Setting up python3-launchpadlib (1.11.0-6) ...
#7 24.51 Created symlink /etc/systemd/user/timers.target.wants/launchpadlib-cache-clean.timer → /usr/lib/systemd/user/launchpadlib-cache-clean.timer.

#7 24.51 Setting up python3-software-properties (0.99.49.4) ...
#7 24.61 Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.7) ...
#7 24.62 Setting up libheif1:amd64 (1.17.6-1ubuntu4.7) ...
#7 24.62 Setting up libgd3:amd64 (2.3.3-9ubuntu5) ...
#7 24.62 Setting up libc-devtools (2.39-0ubuntu8.8) ...
#7 24.63 Setting up libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.7) ...
#7 24.63 Processing triggers for libc-bin (2.39-0ubuntu8.8) ...
#7 24.65 Processing triggers for sgml-base (1.31) ...
#7 24.66 Setting up polkitd (124-2ubuntu1.24.04.3) ...
#7 24.67 Creating group 'polkitd' with GID 995.

#7 24.67 Creating user 'polkitd' (User for polkitd) with UID 995 and GID 995.

#7 24.69 invoke-rc.d: could not determine current runlevel
#7 24.69 invoke-rc.d: policy-rc.d denied execution of reload.
#7 24.77 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
#7 24.77 Setting up packagekit (1.2.8-2ubuntu1.5) ...
#7 24.78 invoke-rc.d: could not determine current runlevel
#7 24.78 invoke-rc.d: policy-rc.d denied execution of force-reload.
#7 24.79 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
#7 24.88 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.

#7 24.88 Setting up packagekit-tools (1.2.8-2ubuntu1.5) ...
#7 24.88 Setting up software-properties-common (0.99.49.4) ...
#7 24.97 Processing triggers for ca-certificates (2026060124.04.1) ...
#7 24.97 Updating certificates in /etc/ssl/certs...
#7 25.25 0 added, 0 removed; done.
#7 25.25 Running hooks in /etc/ca-certificates/update.d...
#7 25.25 done.
#7 25.26 Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
#7 25.29 Reading package lists...
#7 26.03 Building dependency tree...
#7 26.18 Reading state information...
#7 26.34 The following additional packages will be installed:
#7 26.34 gcc-13-multilib lib32asan8 lib32atomic1 lib32gcc-13-dev lib32gcc-s1
#7 26.34 lib32gomp1 lib32itm1 lib32quadmath0 lib32stdc++6 lib32ubsan1 libc6-dev-i386
#7 26.34 libc6-dev-x32 libc6-i386 libc6-x32 libx32asan8 libx32atomic1
#7 26.34 libx32gcc-13-dev libx32gcc-s1 libx32gomp1 libx32itm1 libx32quadmath0
#7 26.34 libx32stdc++6 libx32ubsan1
#7 26.38 The following NEW packages will be installed:
#7 26.38 gcc-13-multilib gcc-multilib lib32asan8 lib32atomic1 lib32gcc-13-dev
#7 26.38 lib32gcc-s1 lib32gomp1 lib32itm1 lib32quadmath0 lib32stdc++6 lib32ubsan1
#7 26.38 libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libx32asan8 libx32atomic1
#7 26.38 libx32gcc-13-dev libx32gcc-s1 libx32gomp1 libx32itm1 libx32quadmath0
#7 26.39 libx32stdc++6 libx32ubsan1
#7 26.73 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
#7 26.73 Need to get 24.0 MB of archives.
#7 26.73 After this operation, 90.6 MB of additional disk space will be used.
#7 26.73 Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc6-i386 amd64 2.39-0ubuntu8.8 [2787 kB]
#7 26.92 Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc6-dev-i386 amd64 2.39-0ubuntu8.8 [1446 kB]
#7 26.95 Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc6-x32 amd64 2.39-0ubuntu8.8 [2919 kB]
#7 26.99 Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libc6-dev-x32 amd64 2.39-0ubuntu8.8 [1637 kB]
#7 27.01 Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32gcc-s1 amd64 14.2.0-4ubuntu2
24.04.1 [92.3 kB]
#7 27.02 Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32gcc-s1 amd64 14.2.0-4ubuntu224.04.1 [78.5 kB]
#7 27.04 Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32gomp1 amd64 14.2.0-4ubuntu2
24.04.1 [141 kB]
#7 27.05 Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32gomp1 amd64 14.2.0-4ubuntu224.04.1 [144 kB]
#7 27.06 Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32itm1 amd64 14.2.0-4ubuntu2
24.04.1 [29.5 kB]
#7 27.07 Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32itm1 amd64 14.2.0-4ubuntu224.04.1 [29.8 kB]
#7 27.09 Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32atomic1 amd64 14.2.0-4ubuntu2
24.04.1 [8594 B]
#7 27.11 Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32atomic1 amd64 14.2.0-4ubuntu224.04.1 [10.3 kB]
#7 27.12 Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32asan8 amd64 14.2.0-4ubuntu2
24.04.1 [2880 kB]
#7 27.15 Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32asan8 amd64 14.2.0-4ubuntu224.04.1 [2893 kB]
#7 27.18 Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32stdc++6 amd64 14.2.0-4ubuntu2
24.04.1 [814 kB]
#7 27.19 Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32ubsan1 amd64 14.2.0-4ubuntu224.04.1 [1150 kB]
#7 27.22 Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32stdc++6 amd64 14.2.0-4ubuntu2
24.04.1 [778 kB]
#7 27.23 Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32ubsan1 amd64 14.2.0-4ubuntu224.04.1 [1169 kB]
#7 27.26 Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32quadmath0 amd64 14.2.0-4ubuntu2
24.04.1 [227 kB]
#7 27.27 Get:20 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32quadmath0 amd64 14.2.0-4ubuntu224.04.1 [157 kB]
#7 27.28 Get:21 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 lib32gcc-13-dev amd64 13.3.0-6ubuntu2
24.04.1 [2380 kB]
#7 27.31 Get:22 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libx32gcc-13-dev amd64 13.3.0-6ubuntu224.04.1 [2190 kB]
#7 27.33 Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-multilib amd64 13.3.0-6ubuntu2
24.04.1 [880 B]
#7 27.35 Get:24 http://archive.ubuntu.com/ubuntu noble/main amd64 gcc-multilib amd64 4:13.2.0-7ubuntu1 [1474 B]
#7 27.46 debconf: delaying package configuration, since apt-utils is not installed
#7 27.48 Fetched 24.0 MB in 1s (25.2 MB/s)
#7 27.50 Selecting previously unselected package libc6-i386.
#7 27.50 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21464 files and directories currently installed.)
#7 27.51 Preparing to unpack .../00-libc6-i386_2.39-0ubuntu8.8_amd64.deb ...
#7 27.51 Unpacking libc6-i386 (2.39-0ubuntu8.8) ...
#7 27.59 Selecting previously unselected package libc6-dev-i386.
#7 27.59 Preparing to unpack .../01-libc6-dev-i386_2.39-0ubuntu8.8_amd64.deb ...
#7 27.59 Unpacking libc6-dev-i386 (2.39-0ubuntu8.8) ...
#7 27.63 Selecting previously unselected package libc6-x32.
#7 27.64 Preparing to unpack .../02-libc6-x32_2.39-0ubuntu8.8_amd64.deb ...
#7 27.64 Unpacking libc6-x32 (2.39-0ubuntu8.8) ...
#7 27.71 Selecting previously unselected package libc6-dev-x32.
#7 27.72 Preparing to unpack .../03-libc6-dev-x32_2.39-0ubuntu8.8_amd64.deb ...
#7 27.72 Unpacking libc6-dev-x32 (2.39-0ubuntu8.8) ...
#7 27.76 Selecting previously unselected package lib32gcc-s1.
#7 27.76 Preparing to unpack .../04-lib32gcc-s1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.76 Unpacking lib32gcc-s1 (14.2.0-4ubuntu2
24.04.1) ...
#7 27.78 Selecting previously unselected package libx32gcc-s1.
#7 27.78 Preparing to unpack .../05-libx32gcc-s1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.78 Unpacking libx32gcc-s1 (14.2.0-4ubuntu2
24.04.1) ...
#7 27.79 Selecting previously unselected package lib32gomp1.
#7 27.79 Preparing to unpack .../06-lib32gomp1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.80 Unpacking lib32gomp1 (14.2.0-4ubuntu2
24.04.1) ...
#7 27.81 Selecting previously unselected package libx32gomp1.
#7 27.81 Preparing to unpack .../07-libx32gomp1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.81 Unpacking libx32gomp1 (14.2.0-4ubuntu2
24.04.1) ...
#7 27.83 Selecting previously unselected package lib32itm1.
#7 27.83 Preparing to unpack .../08-lib32itm1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.83 Unpacking lib32itm1 (14.2.0-4ubuntu2
24.04.1) ...
#7 27.85 Selecting previously unselected package libx32itm1.
#7 27.85 Preparing to unpack .../09-libx32itm1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.85 Unpacking libx32itm1 (14.2.0-4ubuntu2
24.04.1) ...
#7 27.86 Selecting previously unselected package lib32atomic1.
#7 27.86 Preparing to unpack .../10-lib32atomic1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.87 Unpacking lib32atomic1 (14.2.0-4ubuntu2
24.04.1) ...
#7 27.88 Selecting previously unselected package libx32atomic1.
#7 27.88 Preparing to unpack .../11-libx32atomic1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.88 Unpacking libx32atomic1 (14.2.0-4ubuntu2
24.04.1) ...
#7 27.89 Selecting previously unselected package lib32asan8.
#7 27.90 Preparing to unpack .../12-lib32asan8_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 27.90 Unpacking lib32asan8 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.00 Selecting previously unselected package libx32asan8.
#7 28.00 Preparing to unpack .../13-libx32asan8_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 28.00 Unpacking libx32asan8 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.06 Selecting previously unselected package lib32stdc++6.
#7 28.06 Preparing to unpack .../14-lib32stdc++6_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 28.06 Unpacking lib32stdc++6 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.09 Selecting previously unselected package lib32ubsan1.
#7 28.09 Preparing to unpack .../15-lib32ubsan1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 28.09 Unpacking lib32ubsan1 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.12 Selecting previously unselected package libx32stdc++6.
#7 28.12 Preparing to unpack .../16-libx32stdc++6_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 28.12 Unpacking libx32stdc++6 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.15 Selecting previously unselected package libx32ubsan1.
#7 28.15 Preparing to unpack .../17-libx32ubsan1_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 28.15 Unpacking libx32ubsan1 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.18 Selecting previously unselected package lib32quadmath0.
#7 28.18 Preparing to unpack .../18-lib32quadmath0_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 28.18 Unpacking lib32quadmath0 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.19 Selecting previously unselected package libx32quadmath0.
#7 28.20 Preparing to unpack .../19-libx32quadmath0_14.2.0-4ubuntu224.04.1_amd64.deb ...
#7 28.20 Unpacking libx32quadmath0 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.21 Selecting previously unselected package lib32gcc-13-dev.
#7 28.21 Preparing to unpack .../20-lib32gcc-13-dev_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 28.21 Unpacking lib32gcc-13-dev (13.3.0-6ubuntu2
24.04.1) ...
#7 28.26 Selecting previously unselected package libx32gcc-13-dev.
#7 28.26 Preparing to unpack .../21-libx32gcc-13-dev_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 28.26 Unpacking libx32gcc-13-dev (13.3.0-6ubuntu2
24.04.1) ...
#7 28.30 Selecting previously unselected package gcc-13-multilib.
#7 28.30 Preparing to unpack .../22-gcc-13-multilib_13.3.0-6ubuntu224.04.1_amd64.deb ...
#7 28.30 Unpacking gcc-13-multilib (13.3.0-6ubuntu2
24.04.1) ...
#7 28.31 Selecting previously unselected package gcc-multilib.
#7 28.31 Preparing to unpack .../23-gcc-multilib_4%3a13.2.0-7ubuntu1_amd64.deb ...
#7 28.31 Unpacking gcc-multilib (4:13.2.0-7ubuntu1) ...
#7 28.33 Setting up libc6-x32 (2.39-0ubuntu8.8) ...
#7 28.34 Setting up libx32gomp1 (14.2.0-4ubuntu224.04.1) ...
#7 28.34 Setting up libc6-i386 (2.39-0ubuntu8.8) ...
#7 28.35 Setting up libx32quadmath0 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.35 Setting up lib32atomic1 (14.2.0-4ubuntu224.04.1) ...
#7 28.35 Setting up libx32atomic1 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.36 Setting up libc6-dev-i386 (2.39-0ubuntu8.8) ...
#7 28.36 Setting up lib32itm1 (14.2.0-4ubuntu224.04.1) ...
#7 28.36 Setting up libx32gcc-s1 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.36 Setting up libx32itm1 (14.2.0-4ubuntu224.04.1) ...
#7 28.37 Setting up libx32asan8 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.37 Setting up libc6-dev-x32 (2.39-0ubuntu8.8) ...
#7 28.37 Setting up lib32gomp1 (14.2.0-4ubuntu224.04.1) ...
#7 28.37 Setting up lib32gcc-s1 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.38 Setting up lib32stdc++6 (14.2.0-4ubuntu224.04.1) ...
#7 28.38 Setting up lib32asan8 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.38 Setting up lib32quadmath0 (14.2.0-4ubuntu224.04.1) ...
#7 28.43 Setting up libx32stdc++6 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.43 Setting up libx32ubsan1 (14.2.0-4ubuntu224.04.1) ...
#7 28.43 Setting up lib32ubsan1 (14.2.0-4ubuntu2
24.04.1) ...
#7 28.44 Setting up lib32gcc-13-dev (13.3.0-6ubuntu224.04.1) ...
#7 28.44 Setting up libx32gcc-13-dev (13.3.0-6ubuntu2
24.04.1) ...
#7 28.44 Setting up gcc-13-multilib (13.3.0-6ubuntu2~24.04.1) ...
#7 28.45 Setting up gcc-multilib (4:13.2.0-7ubuntu1) ...
#7 28.45 Processing triggers for libc-bin (2.39-0ubuntu8.8) ...
#7 28.48 --2026-08-22 18:37:14-- https://apt.llvm.org/llvm.sh
#7 28.50 Resolving apt.llvm.org (apt.llvm.org)... 146.75.106.49, 2a04:4e42:26::561
#7 28.55 Connecting to apt.llvm.org (apt.llvm.org)|146.75.106.49|:443... connected.
#7 28.61 HTTP request sent, awaiting response... 200 OK
#7 28.63 Length: 8476 (8.3K) [application/octet-stream]
#7 28.63 Saving to: 'llvm.sh'
#7 28.63
#7 28.63 0K ........ 100% 10.1M=0.001s
#7 28.63
#7 28.63 2026-08-22 18:37:14 (10.1 MB/s) - 'llvm.sh' saved [8476/8476]
#7 28.63
#7 28.63 + CURRENT_LLVM_STABLE=22
#7 28.63 + BASE_URL=https://apt.llvm.org
#7 28.63 + NEW_DEBIAN_DISTROS=("trixie" "forky" "unstable")
#7 28.63 + LLVM_VERSION=22
#7 28.63 + ALL=0
#7 28.63 ++ lsb_release -is
#7 28.64 + DISTRO=Ubuntu
#7 28.64 ++ lsb_release -cs
#7 28.65 + VERSION_CODENAME=noble
#7 28.65 ++ lsb_release -sr
#7 28.65 + VERSION=24.04
#7 28.65 + UBUNTU_CODENAME=
#7 28.65 + CODENAME_FROM_ARGUMENTS=
#7 28.65 + source /etc/os-release
#7 28.65 ++ PRETTY_NAME='Ubuntu 24.04.4 LTS'
#7 28.65 ++ NAME=Ubuntu
#7 28.65 ++ VERSION_ID=24.04
#7 28.65 ++ VERSION='24.04.4 LTS (Noble Numbat)'
#7 28.65 ++ VERSION_CODENAME=noble
#7 28.65 ++ ID=ubuntu
#7 28.65 ++ ID_LIKE=debian
#7 28.65 ++ HOME_URL=https://www.ubuntu.com/
#7 28.65 ++ SUPPORT_URL=https://help.ubuntu.com/
#7 28.65 ++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
#7 28.65 ++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
#7 28.65 ++ UBUNTU_CODENAME=noble
#7 28.65 ++ LOGO=ubuntu-logo
#7 28.65 + DISTRO=ubuntu
#7 28.65 + is_new_debian=0
#7 28.65 + [[ ubuntu == \d\e\b\i\a\n ]]
#7 28.65 + needed_binaries=(lsb_release wget gpg)
#7 28.65 + [[ 0 -eq 0 ]]
#7 28.65 + needed_binaries+=(add-apt-repository)
#7 28.65 + missing_binaries=()
#7 28.65 + for binary in "${needed_binaries[@]}"
#7 28.65 + command -v lsb_release
#7 28.65 + for binary in "${needed_binaries[@]}"
#7 28.65 + command -v wget
#7 28.65 + for binary in "${needed_binaries[@]}"
#7 28.65 + command -v gpg
#7 28.65 + for binary in "${needed_binaries[@]}"
#7 28.65 + command -v add-apt-repository
#7 28.65 + [[ 0 -gt 0 ]]
#7 28.65 + case ${DISTRO} in
#7 28.65 + [[ -n noble ]]
#7 28.65 + CODENAME=noble
#7 28.65 + [[ -n noble ]]
#7 28.65 + LINKNAME=-noble
#7 28.65 + for arg in "$@"
#7 28.65 + case "${arg}" in
#7 28.65 + '[' 1 -ge 1 ']'
#7 28.65 + '[' 2 '!=' - ']'
#7 28.65 + '[' 21 '!=' all ']'
#7 28.65 + LLVM_VERSION=21
#7 28.65 + OPTIND=2
#7 28.65 + '[' 1 -ge 2 ']'
#7 28.65 + getopts :hm:n: arg
#7 28.65 + [[ 0 -ne 0 ]]
#7 28.65 + declare -A LLVM_VERSION_PATTERNS
#7 28.65 + LLVM_VERSION_PATTERNS[9]=-9
#7 28.65 + LLVM_VERSION_PATTERNS[10]=-10
#7 28.65 + LLVM_VERSION_PATTERNS[11]=-11
#7 28.65 + LLVM_VERSION_PATTERNS[12]=-12
#7 28.65 + LLVM_VERSION_PATTERNS[13]=-13
#7 28.65 + LLVM_VERSION_PATTERNS[14]=-14
#7 28.65 + LLVM_VERSION_PATTERNS[15]=-15
#7 28.65 + LLVM_VERSION_PATTERNS[16]=-16
#7 28.65 + LLVM_VERSION_PATTERNS[17]=-17
#7 28.65 + LLVM_VERSION_PATTERNS[18]=-18
#7 28.65 + LLVM_VERSION_PATTERNS[19]=-19
#7 28.65 + LLVM_VERSION_PATTERNS[20]=-20
#7 28.65 + LLVM_VERSION_PATTERNS[21]=-21
#7 28.65 + LLVM_VERSION_PATTERNS[22]=-22
#7 28.65 + LLVM_VERSION_PATTERNS[23]=-23
#7 28.65 + LLVM_VERSION_PATTERNS[24]=
#7 28.65 + '[' '!' _ ']'
#7 28.65 + LLVM_VERSION_STRING=-21
#7 28.65 + [[ -n noble ]]
#7 28.65 + REPO_NAME='deb https://apt.llvm.org/noble/ llvm-toolchain-noble-21 main'
#7 28.65 + check_url https://apt.llvm.org/noble/
#7 28.65 + local url=https://apt.llvm.org/noble/
#7 28.65 + command -v wget
#7 28.65 + wget -q --method=HEAD --timeout=15 --tries=3 https://apt.llvm.org/noble/
#7 28.83 + [[ ! -f /etc/apt/trusted.gpg.d/apt.llvm.org.asc ]]
#7 28.83 + GPG_KEY_URL=https://apt.llvm.org/llvm-snapshot.gpg.key
#7 28.83 + check_url https://apt.llvm.org/llvm-snapshot.gpg.key
#7 28.83 + local url=https://apt.llvm.org/llvm-snapshot.gpg.key
#7 28.83 + command -v wget
#7 28.83 + wget -q --method=HEAD --timeout=15 --tries=3 https://apt.llvm.org/llvm-snapshot.gpg.key
#7 29.01 + download_key https://apt.llvm.org/llvm-snapshot.gpg.key
#7 29.01 + local url=https://apt.llvm.org/llvm-snapshot.gpg.key
#7 29.01 + tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
#7 29.01 + command -v wget
#7 29.01 + wget -qO- --retry-connrefused --waitretry=1 --tries=3 https://apt.llvm.org/llvm-snapshot.gpg.key
#7 ERROR: process "/bin/bash -c apt-get update && apt-get install -y lsb-release wget software-properties-common gnupg build-essential nasm uuid-dev libssl-dev libx11-dev libxext-dev iasl curl git zip file && { { [ "$(dpkg --print-architecture)" != "i386" ] && [ "$(dpkg --print-architecture)" != "amd64" ] ; } || apt-get install -y gcc-multilib ; } && { [ "$(dpkg --print-architecture)" == "amd64" ] || { apt-get install -y gcc-x86-64-linux-gnu && export GCC_BIN=x86_64-linux-gnu- ; } ; } && echo "export GCC_BIN=$GCC_BIN" > ~/.edk2_rc.sh && echo ". ~/.edk2_rc.sh" > /etc/profile.d/edk2-gcc5.sh && wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh ${OC_DEV_EDK2_LLVM_VER} && rm -f llvm.sh && apt-get purge --auto-remove -y wget software-properties-common gnupg && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 4

[oc-dev-edk2 2/2] RUN apt-get update && apt-get install -y lsb-release wget software-properties-common gnupg build-essential nasm uuid-dev libssl-dev libx11-dev libxext-dev iasl curl git zip file && { { [ "$(dpkg --print-architecture)" != "i386" ] && [ "$(dpkg --print-architecture)" != "amd64" ] ; } || apt-get install -y gcc-multilib ; } && { [ "$(dpkg --print-architecture)" == "amd64" ] || { apt-get install -y gcc-x86-64-linux-gnu && export GCC_BIN=x86_64-linux-gnu- ; } ; } && echo "export GCC_BIN=$GCC_BIN" > ~/.edk2_rc.sh && echo ". ~/.edk2_rc.sh" > /etc/profile.d/edk2-gcc5.sh && wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 21 && rm -f llvm.sh && apt-get purge --auto-remove -y wget software-properties-common gnupg && rm -rf /var/lib/apt/lists/*:
28.83 + GPG_KEY_URL=https://apt.llvm.org/llvm-snapshot.gpg.key
28.83 + check_url https://apt.llvm.org/llvm-snapshot.gpg.key
28.83 + local url=https://apt.llvm.org/llvm-snapshot.gpg.key
28.83 + command -v wget
28.83 + wget -q --method=HEAD --timeout=15 --tries=3 https://apt.llvm.org/llvm-snapshot.gpg.key
29.01 + download_key https://apt.llvm.org/llvm-snapshot.gpg.key
29.01 + local url=https://apt.llvm.org/llvm-snapshot.gpg.key
29.01 + tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
29.01 + command -v wget
29.01 + wget -qO- --retry-connrefused --waitretry=1 --tries=3 https://apt.llvm.org/llvm-snapshot.gpg.key


Dockerfile:11


10 |

11 | >>> RUN apt-get update && \

12 | >>> apt-get install -y lsb-release wget software-properties-common gnupg build-essential nasm uuid-dev libssl-dev libx11-dev libxext-dev iasl curl git zip file && \

13 | >>> { { [ "$(dpkg --print-architecture)" != "i386" ] && [ "$(dpkg --print-architecture)" != "amd64" ] ; } || apt-get install -y gcc-multilib ; } && \

14 | >>> { [ "$(dpkg --print-architecture)" == "amd64" ] || { apt-get install -y gcc-x86-64-linux-gnu && export GCC_BIN=x86_64-linux-gnu- ; } ; } && echo "export GCC_BIN=$GCC_BIN" > ~/.edk2_rc.sh && echo ". ~/.edk2_rc.sh" > /etc/profile.d/edk2-gcc5.sh && \

15 | >>> wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh ${OC_DEV_EDK2_LLVM_VER} && rm -f llvm.sh && \

16 | >>> apt-get purge --auto-remove -y wget software-properties-common gnupg && \

17 | >>> rm -rf /var/lib/apt/lists/*

18 |


failed to solve: process "/bin/bash -c apt-get update && apt-get install -y lsb-release wget software-properties-common gnupg build-essential nasm uuid-dev libssl-dev libx11-dev libxext-dev iasl curl git zip file && { { [ "$(dpkg --print-architecture)" != "i386" ] && [ "$(dpkg --print-architecture)" != "amd64" ] ; } || apt-get install -y gcc-multilib ; } && { [ "$(dpkg --print-architecture)" == "amd64" ] || { apt-get install -y gcc-x86-64-linux-gnu && export GCC_BIN=x86_64-linux-gnu- ; } ; } && echo "export GCC_BIN=$GCC_BIN" > ~/.edk2_rc.sh && echo ". ~/.edk2_rc.sh" > /etc/profile.d/edk2-gcc5.sh && wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh ${OC_DEV_EDK2_LLVM_VER} && rm -f llvm.sh && apt-get purge --auto-remove -y wget software-properties-common gnupg && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 4

Error: Process completed with exit code 1.

@vit9696
vit9696 merged commit 8d32823 into acidanthera:master Aug 23, 2026
11 checks passed
@albert-mueller
albert-mueller deleted the fix-llvm-apt-retry branch August 23, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants