Bug#1133276: mkosi: Building Debian Images fails (kmod not found)
Manuel Traut
manut at mecka.net
Tue Apr 14 09:22:54 BST 2026
Package: mkosi
Version: 26-2
Followup-For: Bug #1133276
X-Debbugs-Cc: luca.boccassi at gmail.com, manut at mecka.net
Control: reopen
> On Sat, 11 Apr 2026 14:10:55 +0200 Manuel Traut <manut at mecka.net> wrote:
>> Package: mkosi
>> Version: 26-2
>> Severity: normal
>> X-Debbugs-Cc: manut at mecka.net
>>
>> Running mkosi on Debian/sid for building a Debian image fails:
>>
>> $ mkosi --distribution debian --release sid --package linux-image-amd64 --output disk
>> ‣ Running depmod for 6.19.11+deb14-amd64
>> ‣ depmod not found.
>>
>> Expected output (with mkosi from git):
>>
>> Automatically determined minimal disk image size as 473.6M, current block device/image size is 473.6M.
>> File '/work/home/manut/.cache/mkosi/mkosi-workspace-gu1xq3hv/staging/disk.raw' already is of requested size or larger, not growing. (473.6M >= 473.6M)
>> No changes.
>> ‣ [main] /home/manut/x86/disk.raw size is 473.7M, consumes 315.9M.
>
> Append "--package kmod", the caller is responsible for installing any
> optional package that may be needed
kmod is a dependency of the kernel, so it should also work without adding it.
Also latest mkosi from git as well as mkosi in trixie work without adding kmod.
$ mkosi --distribution debian \
--release sid \
--package kmod,linux-image-amd64 \
--output disk \
--debug 2> log.txt
But even adding 'kmod' to the package list shows the same issue in forky and
sid. So this issue persists. kmod is getting installed, see attached log.txt.
-------------- next part --------------
‣ Loading configuration file /tmp/tmpf1y_om8v/resources/mkosi-initrd/mkosi.conf
‣ Loading configuration file /tmp/tmpf1y_om8v/resources/mkosi-initrd/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf
‣ Loading configuration file /tmp/tmpf1y_om8v/resources/mkosi-initrd/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf.d/dpkg.conf
‣ Loading configuration file /tmp/tmpf1y_om8v/resources/mkosi-initrd/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf.d/libtss.conf
‣ Loading configuration file /tmp/tmpf1y_om8v/resources/mkosi-initrd/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf.d/systemd-cryptsetup.conf
‣ Loading configuration file /tmp/tmpf1y_om8v/resources/mkosi-initrd/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf.d/systemd-repart.conf
‣ Validating certificates and keys
‣ Syncing package manager metadata
‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, update
Get:1 http://deb.debian.org/debian sid InRelease [187 kB]
Get:2 http://deb.debian.org/debian-debug sid-debug InRelease [51.4 kB]
Get:3 http://deb.debian.org/debian sid/main Sources [11.5 MB]
Get:4 http://deb.debian.org/debian sid/main amd64 Packages [10.4 MB]
Get:5 http://deb.debian.org/debian sid/main Translation-en [7560 kB]
Get:6 http://deb.debian.org/debian-debug sid-debug/main Sources [3326 kB]
Get:7 http://deb.debian.org/debian-debug sid-debug/main amd64 Packages [4042 kB]
Fetched 37.0 MB in 3s (14.2 MB/s)
Reading package lists...
‣ + rm -rf -- /work/home/manut/.cache/mkosi/mkosi-workspace-ydn37jr9 /work/home/manut/.cache/mkosi/mkosi-workspace-ydn37jr9/root
‣ Building default-initrd image
‣ Installing Debian
‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, '--option=DPkg::Options::=--path-exclude=/usr/share/doc/*' '--option=DPkg::Options::=--path-exclude=/usr/share/man/*' '--option=DPkg::Options::=--path-exclude=/usr/share/groff/*' '--option=DPkg::Options::=--path-exclude=/usr/share/gtk-doc/*' '--option=DPkg::Options::=--path-exclude=/usr/share/info/*' '--option=DPkg::Options::=--path-include=/usr/share/doc/*/copyright' install -oDebug::pkgDPkgPm=1 '-oDPkg::Pre-Install-Pkgs::=cat >/work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpdvyzng4q' '?essential' base-files
Reading package lists...
Building dependency tree...
Solving dependencies...
The following additional packages will be installed:
debconf gcc-16-base libacl1 libattr1 libaudit-common libaudit1 libblkid1
libbz2-1.0 libc-gconv-modules-extra libc6 libcap-ng0 libcrypt1 libdb5.3t64
libdebconfclient0 libgcc-s1 libgmp10 liblzma5 libmd0 libmount1
libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0
libselinux1 libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1
libzstd1 mawk openssl-provider-legacy zlib1g
Suggested packages:
bash-doc debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
libnet-ldap-perl libterm-readline-gnu-perl perl whiptail | dialog
diffutils-doc wdiff gnulib-l10n apt debsig-verify less glibc-doc libc-l10n
locales libnss-nis libnss-nisplus cryptsetup-bin libpam-doc libgcrypt20
liblz4-1 uuid-runtime sensible-utils bzip2 ncompress xz-utils tar-scripts
tar-doc dosfstools kbd util-linux-extra util-linux-locales wtmpdb
Recommended packages:
bash-completion apt | apt-utils debconf-i18n manpages libidn2-0
sensible-utils
The following NEW packages will be installed:
base-files base-passwd bash coreutils dash debconf debianutils diffutils
dpkg findutils gcc-16-base grep gzip hostname init-system-helpers libacl1
libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin
libc-gconv-modules-extra libc6 libcap-ng0 libcrypt1 libdb5.3t64
libdebconfclient0 libgcc-s1 libgmp10 liblzma5 libmd0 libmount1
libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0
libselinux1 libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1
libzstd1 mawk ncurses-base ncurses-bin openssl-provider-legacy perl-base sed
sysvinit-utils tar util-linux zlib1g
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/gcc-16-base_16-20260322-1_amd64.deb /var/cache/apt/archives/libgcc-s1_16-20260322-1_amd64.deb /var/cache/apt/archives/libc-gconv-modules-extra_2.42-14_amd64.deb /var/cache/apt/archives/libc6_2.42-14_amd64.deb /var/cache/apt/archives/mawk_1.3.4.20260302-1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure gcc-16-base:amd64 libc-gconv-modules-extra:amd64 libgcc-s1:amd64 libc6:amd64 mawk:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/base-files_14_amd64.deb /var/cache/apt/archives/libtinfo6_6.6+20251231-1_amd64.deb /var/cache/apt/archives/debianutils_5.23.2_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libtinfo6:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/bash_5.3-2_amd64.deb /var/cache/apt/archives/libacl1_2.3.2-3_amd64.deb /var/cache/apt/archives/libattr1_1%3a2.5.2-4_amd64.deb /var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-5+b1_amd64.deb /var/cache/apt/archives/libpcre2-8-0_10.46-1+b1_amd64.deb /var/cache/apt/archives/libselinux1_3.10-1_amd64.deb /var/cache/apt/archives/libzstd1_1.5.7+dfsg-3+b1_amd64.deb /var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.2-3_amd64.deb /var/cache/apt/archives/openssl-provider-legacy_3.6.2-1_amd64.deb /var/cache/apt/archives/libssl3t64_3.6.2-1_amd64.deb /var/cache/apt/archives/libsystemd0_260.1-1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libacl1:amd64 libattr1:amd64 libgmp10:amd64 libpcre2-8-0:amd64 libselinux1:amd64 libzstd1:amd64 zlib1g:amd64 openssl-provider-legacy:amd64 libssl3t64:amd64 libsystemd0:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/coreutils_9.10-1_amd64.deb /var/cache/apt/archives/dash_0.5.12-12_amd64.deb /var/cache/apt/archives/diffutils_1%3a3.12-1_amd64.deb /var/cache/apt/archives/libbz2-1.0_1.0.8-6+b1_amd64.deb /var/cache/apt/archives/liblzma5_5.8.3-1_amd64.deb /var/cache/apt/archives/libmd0_1.1.0-2+b2_amd64.deb /var/cache/apt/archives/tar_1.35+dfsg-4_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libbz2-1.0:amd64 liblzma5:amd64 libmd0:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/dpkg_1.23.7_amd64.deb /var/cache/apt/archives/findutils_4.10.0-3_amd64.deb /var/cache/apt/archives/grep_3.12-1_amd64.deb /var/cache/apt/archives/gzip_1.13-1_amd64.deb /var/cache/apt/archives/hostname_3.25_amd64.deb /var/cache/apt/archives/ncurses-bin_6.6+20251231-1_amd64.deb /var/cache/apt/archives/libcrypt1_1%3a4.5.1-1+b1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libcrypt1:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/perl-base_5.40.1-7+b1_amd64.deb /var/cache/apt/archives/sed_4.9-2_amd64.deb /var/cache/apt/archives/libaudit-common_1%3a4.1.2-1_all.deb /var/cache/apt/archives/libcap-ng0_0.9.2-1_amd64.deb /var/cache/apt/archives/libaudit1_1%3a4.1.2-1+b1_amd64.deb /var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-11+b1_amd64.deb /var/cache/apt/archives/debconf_1.5.92_all.deb /var/cache/apt/archives/libpam0g_1.7.0-5+b1_amd64.deb /var/cache/apt/archives/libpam-modules-bin_1.7.0-5+b1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libaudit-common:all libcap-ng0:amd64 libaudit1:amd64 libdb5.3t64:amd64 debconf:all libpam0g:amd64 libpam-modules-bin:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/libpam-modules_1.7.0-5+b1_amd64.deb /var/cache/apt/archives/libpam-runtime_1.7.0-5_all.deb /var/cache/apt/archives/libblkid1_2.42-3_amd64.deb /var/cache/apt/archives/libmount1_2.42-3_amd64.deb /var/cache/apt/archives/libsmartcols1_2.42-3_amd64.deb /var/cache/apt/archives/libudev1_260.1-1_amd64.deb /var/cache/apt/archives/libuuid1_2.42-3_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libpam-modules:amd64 libpam-runtime:all libblkid1:amd64 libmount1:amd64 libsmartcols1:amd64 libudev1:amd64 libuuid1:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/util-linux_2.42-3_amd64.deb /var/cache/apt/archives/libdebconfclient0_0.282+b2_amd64.deb /var/cache/apt/archives/base-passwd_3.6.8_amd64.deb /var/cache/apt/archives/init-system-helpers_1.69_all.deb /var/cache/apt/archives/libc-bin_2.42-14_amd64.deb /var/cache/apt/archives/ncurses-base_6.6+20251231-1_all.deb /var/cache/apt/archives/sysvinit-utils_3.18-1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --path-exclude=/usr/share/doc/* --path-exclude=/usr/share/man/* --path-exclude=/usr/share/groff/* --path-exclude=/usr/share/gtk-doc/* --path-exclude=/usr/share/info/* --path-include=/usr/share/doc/*/copyright --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --configure --pending
0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/24.5 MB of archives.
After this operation, 95.5 MB of additional disk space will be used.
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp3r_2rf7f --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpobqadbx6 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpz8plkix3 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpcpytqttd --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpu21x5482 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpdy6cxirm --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpis8p84_c --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpwp6at9rn --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpkva48_0u --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp9px9v5kf --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpfm8cklsz --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpzpk1yvzw --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpq15ansz4 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpckxh3f4i --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpcsf4qk4r --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp4hls3wkm --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpkv_j3oot --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp75g65t5y --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp9ksnt6xn --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpelf21fpx --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp3ge0nnm0 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpkul1s94c --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpakb50yjl --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp23tyecnk --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp479es8z5 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpvjo_c4x6 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpyultfny6 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp861j3j0z --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpgjskekgw --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpge0ercxy --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpujlqxd4g --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpmr9yt4ji --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmph0u7j5vh --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmprzk3_dv3 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpkdixpxqi --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmppg8hue_6 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpe8_p7gu4 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpbf_kyjf4 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpjcot31o0 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp3tpvxhcx --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp7ektozo0 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpjsessk1c --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpcol91ctl --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp7ohisi42 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp3ti5xu7t --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmp9z8yb1aw --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmphwn0u00e --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmplk47163g --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpmbnt5j3d --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpnywa8g53 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpg719s2re --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpc9zdlz0a --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpyi22t4ov --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpumx07wc6 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpvossy9ue --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/tmp/tmpgxofj56_ --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*' '--exclude=./usr/share/doc/*' '--exclude=./usr/share/man/*' '--exclude=./usr/share/groff/*' '--exclude=./usr/share/gtk-doc/*' '--exclude=./usr/share/info/*'
‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, '--option=DPkg::Options::=--path-exclude=/usr/share/doc/*' '--option=DPkg::Options::=--path-exclude=/usr/share/man/*' '--option=DPkg::Options::=--path-exclude=/usr/share/groff/*' '--option=DPkg::Options::=--path-exclude=/usr/share/gtk-doc/*' '--option=DPkg::Options::=--path-exclude=/usr/share/info/*' '--option=DPkg::Options::=--path-include=/usr/share/doc/*/copyright' install gcc-16-base libgcc-s1 libc-gconv-modules-extra libc6 mawk base-files libtinfo6 debianutils bash libacl1 libattr1 libgmp10 libpcre2-8-0 libselinux1 libzstd1 zlib1g openssl-provider-legacy libssl3t64 libsystemd0 coreutils dash diffutils libbz2-1.0 liblzma5 libmd0 tar dpkg findutils grep gzip hostname ncurses-bin libcrypt1 perl-base sed libaudit-common libcap-ng0 libaudit1 libdb5.3t64 debconf libpam0g libpam-modules-bin libpam-modules libpam-runtime libblkid1 libmount1 libsmartcols1 libudev1 libuuid1 util-linux libdebconfclient0 base-passwd init-system-helpers libc-bin ncurses-base sysvinit-utils
Reading package lists...
Building dependency tree...
Solving dependencies...
Suggested packages:
bash-doc debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
libnet-ldap-perl libterm-readline-gnu-perl perl whiptail | dialog
diffutils-doc wdiff gnulib-l10n apt debsig-verify less glibc-doc libc-l10n
locales libnss-nis libnss-nisplus cryptsetup-bin libpam-doc libgcrypt20
liblz4-1 uuid-runtime sensible-utils bzip2 ncompress xz-utils tar-scripts
tar-doc dosfstools kbd util-linux-extra util-linux-locales wtmpdb
Recommended packages:
bash-completion apt | apt-utils debconf-i18n manpages libidn2-0
sensible-utils
The following NEW packages will be installed:
base-files base-passwd bash coreutils dash debconf debianutils diffutils
dpkg findutils gcc-16-base grep gzip hostname init-system-helpers libacl1
libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin
libc-gconv-modules-extra libc6 libcap-ng0 libcrypt1 libdb5.3t64
libdebconfclient0 libgcc-s1 libgmp10 liblzma5 libmd0 libmount1
libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0
libselinux1 libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1
libzstd1 mawk ncurses-base ncurses-bin openssl-provider-legacy perl-base sed
sysvinit-utils tar util-linux zlib1g
0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/24.5 MB of archives.
After this operation, 95.5 MB of additional disk space will be used.
Selecting previously unselected package gcc-16-base:amd64.
(Reading database ... 0 files and directories currently installed.)
Preparing to unpack .../gcc-16-base_16-20260322-1_amd64.deb ...
Unpacking gcc-16-base:amd64 (16-20260322-1) ...
Selecting previously unselected package libgcc-s1:amd64.
Preparing to unpack .../libgcc-s1_16-20260322-1_amd64.deb ...
Unpacking libgcc-s1:amd64 (16-20260322-1) ...
Selecting previously unselected package libc-gconv-modules-extra:amd64.
Preparing to unpack .../libc-gconv-modules-extra_2.42-14_amd64.deb ...
Unpacking libc-gconv-modules-extra:amd64 (2.42-14) ...
Selecting previously unselected package libc6:amd64.
Preparing to unpack .../libc6_2.42-14_amd64.deb ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
dpkg-query: no packages found matching base-files
Unpacking libc6:amd64 (2.42-14) ...
Selecting previously unselected package mawk.
Preparing to unpack .../mawk_1.3.4.20260302-1_amd64.deb ...
Unpacking mawk (1.3.4.20260302-1) ...
Setting up gcc-16-base:amd64 (16-20260322-1) ...
Setting up libc-gconv-modules-extra:amd64 (2.42-14) ...
Setting up libgcc-s1:amd64 (16-20260322-1) ...
Setting up libc6:amd64 (2.42-14) ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Setting up mawk (1.3.4.20260302-1) ...
update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/awk.1.gz because associated file /usr/share/man/man1/mawk.1.gz (of link group awk) does not exist
update-alternatives: warning: skip creation of /usr/share/man/man1/nawk.1.gz because associated file /usr/share/man/man1/mawk.1.gz (of link group awk) does not exist
Selecting previously unselected package base-files.
(Reading database ... 342 files and directories currently installed.)
Preparing to unpack .../base-files_14_amd64.deb ...
Unpacking base-files (14) ...
Selecting previously unselected package libtinfo6:amd64.
Preparing to unpack .../libtinfo6_6.6+20251231-1_amd64.deb ...
Unpacking libtinfo6:amd64 (6.6+20251231-1) ...
Selecting previously unselected package debianutils.
Preparing to unpack .../debianutils_5.23.2_amd64.deb ...
Unpacking debianutils (5.23.2) ...
Setting up libtinfo6:amd64 (6.6+20251231-1) ...
Selecting previously unselected package bash.
(Reading database ... 535 files and directories currently installed.)
Preparing to unpack .../archives/bash_5.3-2_amd64.deb ...
Unpacking bash (5.3-2) ...
Selecting previously unselected package libacl1:amd64.
Preparing to unpack .../libacl1_2.3.2-3_amd64.deb ...
Unpacking libacl1:amd64 (2.3.2-3) ...
Selecting previously unselected package libattr1:amd64.
Preparing to unpack .../libattr1_1%3a2.5.2-4_amd64.deb ...
Unpacking libattr1:amd64 (1:2.5.2-4) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.3.0+dfsg-5+b1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../libpcre2-8-0_10.46-1+b1_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.46-1+b1) ...
Selecting previously unselected package libselinux1:amd64.
Preparing to unpack .../libselinux1_3.10-1_amd64.deb ...
Unpacking libselinux1:amd64 (3.10-1) ...
Selecting previously unselected package libzstd1:amd64.
Preparing to unpack .../libzstd1_1.5.7+dfsg-3+b1_amd64.deb ...
Unpacking libzstd1:amd64 (1.5.7+dfsg-3+b1) ...
Selecting previously unselected package zlib1g:amd64.
Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.2-3_amd64.deb ...
Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.2-3) ...
Selecting previously unselected package openssl-provider-legacy.
Preparing to unpack .../openssl-provider-legacy_3.6.2-1_amd64.deb ...
Unpacking openssl-provider-legacy (3.6.2-1) ...
Selecting previously unselected package libssl3t64:amd64.
Preparing to unpack .../libssl3t64_3.6.2-1_amd64.deb ...
Unpacking libssl3t64:amd64 (3.6.2-1) ...
Selecting previously unselected package libsystemd0:amd64.
Preparing to unpack .../libsystemd0_260.1-1_amd64.deb ...
Unpacking libsystemd0:amd64 (260.1-1) ...
Setting up libacl1:amd64 (2.3.2-3) ...
Setting up libattr1:amd64 (1:2.5.2-4) ...
Setting up libgmp10:amd64 (2:6.3.0+dfsg-5+b1) ...
Setting up libpcre2-8-0:amd64 (10.46-1+b1) ...
Setting up libselinux1:amd64 (3.10-1) ...
Setting up libzstd1:amd64 (1.5.7+dfsg-3+b1) ...
Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.2-3) ...
Setting up libsystemd0:amd64 (260.1-1) ...
Setting up openssl-provider-legacy (3.6.2-1) ...
Setting up libssl3t64:amd64 (3.6.2-1) ...
Selecting previously unselected package coreutils.
(Reading database ... 767 files and directories currently installed.)
Preparing to unpack .../coreutils_9.10-1_amd64.deb ...
Unpacking coreutils (9.10-1) ...
Selecting previously unselected package dash.
Preparing to unpack .../dash_0.5.12-12_amd64.deb ...
Unpacking dash (0.5.12-12) ...
Selecting previously unselected package diffutils.
Preparing to unpack .../diffutils_1%3a3.12-1_amd64.deb ...
Unpacking diffutils (1:3.12-1) ...
Selecting previously unselected package libbz2-1.0:amd64.
Preparing to unpack .../libbz2-1.0_1.0.8-6+b1_amd64.deb ...
Unpacking libbz2-1.0:amd64 (1.0.8-6+b1) ...
Selecting previously unselected package liblzma5:amd64.
Preparing to unpack .../liblzma5_5.8.3-1_amd64.deb ...
Unpacking liblzma5:amd64 (5.8.3-1) ...
Selecting previously unselected package libmd0:amd64.
Preparing to unpack .../libmd0_1.1.0-2+b2_amd64.deb ...
Unpacking libmd0:amd64 (1.1.0-2+b2) ...
Selecting previously unselected package tar.
Preparing to unpack .../tar_1.35+dfsg-4_amd64.deb ...
Unpacking tar (1.35+dfsg-4) ...
Setting up libbz2-1.0:amd64 (1.0.8-6+b1) ...
Setting up liblzma5:amd64 (5.8.3-1) ...
Setting up libmd0:amd64 (1.1.0-2+b2) ...
Selecting previously unselected package dpkg.
(Reading database ... 1296 files and directories currently installed.)
Preparing to unpack .../archives/dpkg_1.23.7_amd64.deb ...
Unpacking dpkg (1.23.7) ...
Selecting previously unselected package findutils.
Preparing to unpack .../findutils_4.10.0-3_amd64.deb ...
Unpacking findutils (4.10.0-3) ...
Selecting previously unselected package grep.
Preparing to unpack .../archives/grep_3.12-1_amd64.deb ...
Unpacking grep (3.12-1) ...
Selecting previously unselected package gzip.
Preparing to unpack .../archives/gzip_1.13-1_amd64.deb ...
Unpacking gzip (1.13-1) ...
Selecting previously unselected package hostname.
Preparing to unpack .../hostname_3.25_amd64.deb ...
Unpacking hostname (3.25) ...
Selecting previously unselected package ncurses-bin.
Preparing to unpack .../ncurses-bin_6.6+20251231-1_amd64.deb ...
Unpacking ncurses-bin (6.6+20251231-1) ...
Selecting previously unselected package libcrypt1:amd64.
Preparing to unpack .../libcrypt1_1%3a4.5.1-1+b1_amd64.deb ...
Unpacking libcrypt1:amd64 (1:4.5.1-1+b1) ...
Setting up libcrypt1:amd64 (1:4.5.1-1+b1) ...
Selecting previously unselected package perl-base.
(Reading database ... 1711 files and directories currently installed.)
Preparing to unpack .../perl-base_5.40.1-7+b1_amd64.deb ...
Unpacking perl-base (5.40.1-7+b1) ...
Selecting previously unselected package sed.
Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
Unpacking sed (4.9-2) ...
Selecting previously unselected package libaudit-common.
Preparing to unpack .../libaudit-common_1%3a4.1.2-1_all.deb ...
Unpacking libaudit-common (1:4.1.2-1) ...
Selecting previously unselected package libcap-ng0:amd64.
Preparing to unpack .../libcap-ng0_0.9.2-1_amd64.deb ...
Unpacking libcap-ng0:amd64 (0.9.2-1) ...
Selecting previously unselected package libaudit1:amd64.
Preparing to unpack .../libaudit1_1%3a4.1.2-1+b1_amd64.deb ...
Unpacking libaudit1:amd64 (1:4.1.2-1+b1) ...
Selecting previously unselected package libdb5.3t64:amd64.
Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-11+b1_amd64.deb ...
Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-11+b1) ...
Selecting previously unselected package debconf.
Preparing to unpack .../debconf_1.5.92_all.deb ...
Unpacking debconf (1.5.92) ...
Selecting previously unselected package libpam0g:amd64.
Preparing to unpack .../libpam0g_1.7.0-5+b1_amd64.deb ...
Unpacking libpam0g:amd64 (1.7.0-5+b1) ...
Selecting previously unselected package libpam-modules-bin.
Preparing to unpack .../libpam-modules-bin_1.7.0-5+b1_amd64.deb ...
Unpacking libpam-modules-bin (1.7.0-5+b1) ...
Setting up libaudit-common (1:4.1.2-1) ...
Setting up libcap-ng0:amd64 (0.9.2-1) ...
Setting up libaudit1:amd64 (1:4.1.2-1+b1) ...
Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-11+b1) ...
Setting up debconf (1.5.92) ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Setting up libpam0g:amd64 (1.7.0-5+b1) ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Setting up libpam-modules-bin (1.7.0-5+b1) ...
Selecting previously unselected package libpam-modules:amd64.
(Reading database ... 2719 files and directories currently installed.)
Preparing to unpack .../libpam-modules_1.7.0-5+b1_amd64.deb ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Unpacking libpam-modules:amd64 (1.7.0-5+b1) ...
Selecting previously unselected package libpam-runtime.
Preparing to unpack .../libpam-runtime_1.7.0-5_all.deb ...
Unpacking libpam-runtime (1.7.0-5) ...
Selecting previously unselected package libblkid1:amd64.
Preparing to unpack .../libblkid1_2.42-3_amd64.deb ...
Unpacking libblkid1:amd64 (2.42-3) ...
Selecting previously unselected package libmount1:amd64.
Preparing to unpack .../libmount1_2.42-3_amd64.deb ...
Unpacking libmount1:amd64 (2.42-3) ...
Selecting previously unselected package libsmartcols1:amd64.
Preparing to unpack .../libsmartcols1_2.42-3_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.42-3) ...
Selecting previously unselected package libudev1:amd64.
Preparing to unpack .../libudev1_260.1-1_amd64.deb ...
Unpacking libudev1:amd64 (260.1-1) ...
Selecting previously unselected package libuuid1:amd64.
Preparing to unpack .../libuuid1_2.42-3_amd64.deb ...
Unpacking libuuid1:amd64 (2.42-3) ...
Setting up libpam-modules:amd64 (1.7.0-5+b1) ...
Setting up libpam-runtime (1.7.0-5) ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Setting up libblkid1:amd64 (2.42-3) ...
Setting up libmount1:amd64 (2.42-3) ...
Setting up libsmartcols1:amd64 (2.42-3) ...
Setting up libudev1:amd64 (260.1-1) ...
Setting up libuuid1:amd64 (2.42-3) ...
Selecting previously unselected package util-linux.
(Reading database ... 3049 files and directories currently installed.)
Preparing to unpack .../util-linux_2.42-3_amd64.deb ...
Unpacking util-linux (2.42-3) ...
Selecting previously unselected package libdebconfclient0:amd64.
Preparing to unpack .../libdebconfclient0_0.282+b2_amd64.deb ...
Unpacking libdebconfclient0:amd64 (0.282+b2) ...
Selecting previously unselected package base-passwd.
Preparing to unpack .../base-passwd_3.6.8_amd64.deb ...
Unpacking base-passwd (3.6.8) ...
Selecting previously unselected package init-system-helpers.
Preparing to unpack .../init-system-helpers_1.69_all.deb ...
Unpacking init-system-helpers (1.69) ...
Selecting previously unselected package libc-bin.
Preparing to unpack .../libc-bin_2.42-14_amd64.deb ...
Unpacking libc-bin (2.42-14) ...
Selecting previously unselected package ncurses-base.
Preparing to unpack .../ncurses-base_6.6+20251231-1_all.deb ...
Unpacking ncurses-base (6.6+20251231-1) ...
Selecting previously unselected package sysvinit-utils.
Preparing to unpack .../sysvinit-utils_3.18-1_amd64.deb ...
Unpacking sysvinit-utils (3.18-1) ...
Setting up grep (3.12-1) ...
Setting up tar (1.35+dfsg-4) ...
update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man8/rmt.8.gz because associated file /usr/share/man/man8/rmt-tar.8.gz (of link group rmt) does not exist
Setting up libc-bin (2.42-14) ...
Setting up ncurses-bin (6.6+20251231-1) ...
Setting up coreutils (9.10-1) ...
Setting up diffutils (1:3.12-1) ...
Setting up perl-base (5.40.1-7+b1) ...
Setting up hostname (3.25) ...
Setting up ncurses-base (6.6+20251231-1) ...
Setting up init-system-helpers (1.69) ...
Setting up sed (4.9-2) ...
Setting up gzip (1.13-1) ...
Setting up util-linux (2.42-3) ...
update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/pager.1.gz because associated file /usr/share/man/man1/more.1.gz (of link group pager) does not exist
Setting up dpkg (1.23.7) ...
Setting up findutils (4.10.0-3) ...
Setting up sysvinit-utils (3.18-1) ...
Setting up debianutils (5.23.2) ...
update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/which.1.gz because associated file /usr/share/man/man1/which.debianutils.1.gz (of link group which) does not exist
update-alternatives: warning: skip creation of /usr/share/man/de/man1/which.1.gz because associated file /usr/share/man/de/man1/which.debianutils.1.gz (of link group which) does not exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/which.1.gz because associated file /usr/share/man/es/man1/which.debianutils.1.gz (of link group which) does not exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/which.1.gz because associated file /usr/share/man/fr/man1/which.debianutils.1.gz (of link group which) does not exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/which.1.gz because associated file /usr/share/man/it/man1/which.debianutils.1.gz (of link group which) does not exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/which.1.gz because associated file /usr/share/man/ja/man1/which.debianutils.1.gz (of link group which) does not exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/which.1.gz because associated file /usr/share/man/pl/man1/which.debianutils.1.gz (of link group which) does not exist
update-alternatives: warning: skip creation of /usr/share/man/sl/man1/which.1.gz because associated file /usr/share/man/sl/man1/which.debianutils.1.gz (of link group which) does not exist
Setting up libdebconfclient0:amd64 (0.282+b2) ...
Setting up base-files (14) ...
Setting up base-passwd (3.6.8) ...
Setting up dash (0.5.12-12) ...
Setting up bash (5.3-2) ...
update-alternatives: error: alternative path /usr/share/man/man7/bash-builtins.7.gz does not exist
Processing triggers for libc-bin (2.42-14) ...
‣ + dpkg-divert --quiet --root=/buildroot --local --add --rename --divert /etc/os-release.dpkg /etc/os-release
dpkg-divert: warning: diverting file '/etc/os-release' from an Essential package with rename is dangerous, use --no-rename
‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, '--option=DPkg::Options::=--path-exclude=/usr/share/doc/*' '--option=DPkg::Options::=--path-exclude=/usr/share/man/*' '--option=DPkg::Options::=--path-exclude=/usr/share/groff/*' '--option=DPkg::Options::=--path-exclude=/usr/share/gtk-doc/*' '--option=DPkg::Options::=--path-exclude=/usr/share/info/*' '--option=DPkg::Options::=--path-include=/usr/share/doc/*/copyright' install '^libtss2-esys-[0-9.]+-0(t64)?$' '^libtss2-mu[0-9.-]+(t64)?$' '^libtss2-rc0(t64)?$' '^libtss2-tcti-device0(t64)?$' bash btrfs-progs dmsetup dosfstools e2fsprogs gzip kmod less libcryptsetup12 libfido2-1 libseccomp2 procps systemd systemd-cryptsetup systemd-repart udev util-linux
Reading package lists...
Building dependency tree...
Reading state information...
bash is already the newest version (5.3-2).
gzip is already the newest version (1.13-1).
util-linux is already the newest version (2.42-3).
Solving dependencies...
The following additional packages will be installed:
libcbor0.10 libcom-err2 libdevmapper1.02.1 libext2fs2t64 libfdisk1
libjson-c5 libkmod2 liblzo2-2 libncursesw6 libproc2-0 libss2
libsystemd-shared libtss2-sys1t64 libtss2-tcti-cmd0t64
libtss2-tcti-mssim0t64 libtss2-tcti-swtpm0t64 logsave mount tpm-udev
Suggested packages:
duperemove gpart parted fuse2fs e2fsck-static libarchive13t64 libbpf1
libdw1t64 libelf1t64 libgcrypt20 libidn2-0 liblz4-1 libp11-kit0
libpwquality1 libqrencode4 nfs-common systemd-container systemd-homed
systemd-userdbd systemd-boot systemd-resolved polkitd
Recommended packages:
e2fsprogs-l10n libgpm2 libapparmor1 psmisc linux-sysctl-defaults
default-dbus-system-bus | dbus-system-bus login systemd-timesyncd
| time-daemon
The following NEW packages will be installed:
btrfs-progs dmsetup dosfstools e2fsprogs kmod less libcbor0.10 libcom-err2
libcryptsetup12 libdevmapper1.02.1 libext2fs2t64 libfdisk1 libfido2-1
libjson-c5 libkmod2 liblzo2-2 libncursesw6 libproc2-0 libseccomp2 libss2
libsystemd-shared libtss2-esys-3.0.2-0t64 libtss2-mu-4.0.1-0t64
libtss2-rc0t64 libtss2-sys1t64 libtss2-tcti-cmd0t64 libtss2-tcti-device0t64
libtss2-tcti-mssim0t64 libtss2-tcti-swtpm0t64 logsave mount procps systemd
systemd-cryptsetup systemd-repart tpm-udev udev
0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/12.4 MB of archives.
After this operation, 47.8 MB of additional disk space will be used.
Selecting previously unselected package mount.
(Reading database ... 3482 files and directories currently installed.)
Preparing to unpack .../mount_2.42-3_amd64.deb ...
Unpacking mount (2.42-3) ...
Selecting previously unselected package libcom-err2:amd64.
Preparing to unpack .../libcom-err2_1.47.4-1_amd64.deb ...
Unpacking libcom-err2:amd64 (1.47.4-1) ...
Selecting previously unselected package libext2fs2t64:amd64.
Preparing to unpack .../libext2fs2t64_1.47.4-1_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
Unpacking libext2fs2t64:amd64 (1.47.4-1) ...
Selecting previously unselected package libss2:amd64.
Preparing to unpack .../libss2_1.47.4-1_amd64.deb ...
Unpacking libss2:amd64 (1.47.4-1) ...
Selecting previously unselected package logsave.
Preparing to unpack .../logsave_1.47.4-1_amd64.deb ...
Unpacking logsave (1.47.4-1) ...
Setting up libcom-err2:amd64 (1.47.4-1) ...
Setting up libext2fs2t64:amd64 (1.47.4-1) ...
Setting up libss2:amd64 (1.47.4-1) ...
Selecting previously unselected package e2fsprogs.
(Reading database ... 3540 files and directories currently installed.)
Preparing to unpack .../e2fsprogs_1.47.4-1_amd64.deb ...
Unpacking e2fsprogs (1.47.4-1) ...
Selecting previously unselected package libsystemd-shared:amd64.
Preparing to unpack .../libsystemd-shared_260.1-1_amd64.deb ...
Unpacking libsystemd-shared:amd64 (260.1-1) ...
Setting up libsystemd-shared:amd64 (260.1-1) ...
Selecting previously unselected package systemd.
(Reading database ... 3626 files and directories currently installed.)
Preparing to unpack .../systemd_260.1-1_amd64.deb ...
Unpacking systemd (260.1-1) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../libkmod2_34.2-2+b1_amd64.deb ...
Unpacking libkmod2:amd64 (34.2-2+b1) ...
Selecting previously unselected package kmod.
Preparing to unpack .../kmod_34.2-2+b1_amd64.deb ...
Unpacking kmod (34.2-2+b1) ...
Selecting previously unselected package less.
Preparing to unpack .../archives/less_668-1_amd64.deb ...
Unpacking less (668-1) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../libncursesw6_6.6+20251231-1_amd64.deb ...
Unpacking libncursesw6:amd64 (6.6+20251231-1) ...
Selecting previously unselected package libproc2-0:amd64.
Preparing to unpack .../libproc2-0_2%3a4.0.4-9+b1_amd64.deb ...
Unpacking libproc2-0:amd64 (2:4.0.4-9+b1) ...
Selecting previously unselected package procps.
Preparing to unpack .../procps_2%3a4.0.4-9+b1_amd64.deb ...
Unpacking procps (2:4.0.4-9+b1) ...
Selecting previously unselected package udev.
Preparing to unpack .../udev_260.1-1_amd64.deb ...
Unpacking udev (260.1-1) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../liblzo2-2_2.10-3+b2_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.10-3+b2) ...
Selecting previously unselected package btrfs-progs.
Preparing to unpack .../btrfs-progs_6.19.1-1_amd64.deb ...
Unpacking btrfs-progs (6.19.1-1) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.205-2+b1_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.205-2+b1) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../dmsetup_2%3a1.02.205-2+b1_amd64.deb ...
Unpacking dmsetup (2:1.02.205-2+b1) ...
Selecting previously unselected package dosfstools.
Preparing to unpack .../dosfstools_4.2-1.2_amd64.deb ...
Unpacking dosfstools (4.2-1.2) ...
Selecting previously unselected package libcbor0.10:amd64.
Preparing to unpack .../libcbor0.10_0.10.2-2.1_amd64.deb ...
Unpacking libcbor0.10:amd64 (0.10.2-2.1) ...
Selecting previously unselected package libjson-c5:amd64.
Preparing to unpack .../libjson-c5_0.18+ds-3_amd64.deb ...
Unpacking libjson-c5:amd64 (0.18+ds-3) ...
Selecting previously unselected package libcryptsetup12:amd64.
Preparing to unpack .../libcryptsetup12_2%3a2.8.6-1_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.8.6-1) ...
Selecting previously unselected package libfdisk1:amd64.
Preparing to unpack .../libfdisk1_2.42-3_amd64.deb ...
Unpacking libfdisk1:amd64 (2.42-3) ...
Selecting previously unselected package libfido2-1:amd64.
Preparing to unpack .../libfido2-1_1.16.0-2+b1_amd64.deb ...
Unpacking libfido2-1:amd64 (1.16.0-2+b1) ...
Selecting previously unselected package libseccomp2:amd64.
Preparing to unpack .../libseccomp2_2.6.0-2+b1_amd64.deb ...
Unpacking libseccomp2:amd64 (2.6.0-2+b1) ...
Selecting previously unselected package tpm-udev.
Preparing to unpack .../tpm-udev_4.1.3-6_all.deb ...
Unpacking tpm-udev (4.1.3-6) ...
Selecting previously unselected package libtss2-mu-4.0.1-0t64:amd64.
Preparing to unpack .../libtss2-mu-4.0.1-0t64_4.1.3-6_amd64.deb ...
Unpacking libtss2-mu-4.0.1-0t64:amd64 (4.1.3-6) ...
Selecting previously unselected package libtss2-tcti-cmd0t64:amd64.
Preparing to unpack .../libtss2-tcti-cmd0t64_4.1.3-6_amd64.deb ...
Unpacking libtss2-tcti-cmd0t64:amd64 (4.1.3-6) ...
Selecting previously unselected package libtss2-tcti-device0t64:amd64.
Preparing to unpack .../libtss2-tcti-device0t64_4.1.3-6_amd64.deb ...
Unpacking libtss2-tcti-device0t64:amd64 (4.1.3-6) ...
Selecting previously unselected package libtss2-tcti-mssim0t64:amd64.
Preparing to unpack .../libtss2-tcti-mssim0t64_4.1.3-6_amd64.deb ...
Unpacking libtss2-tcti-mssim0t64:amd64 (4.1.3-6) ...
Selecting previously unselected package libtss2-tcti-swtpm0t64:amd64.
Preparing to unpack .../libtss2-tcti-swtpm0t64_4.1.3-6_amd64.deb ...
Unpacking libtss2-tcti-swtpm0t64:amd64 (4.1.3-6) ...
Selecting previously unselected package libtss2-sys1t64:amd64.
Preparing to unpack .../libtss2-sys1t64_4.1.3-6_amd64.deb ...
Unpacking libtss2-sys1t64:amd64 (4.1.3-6) ...
Selecting previously unselected package libtss2-esys-3.0.2-0t64:amd64.
Preparing to unpack .../libtss2-esys-3.0.2-0t64_4.1.3-6_amd64.deb ...
Unpacking libtss2-esys-3.0.2-0t64:amd64 (4.1.3-6) ...
Selecting previously unselected package libtss2-rc0t64:amd64.
Preparing to unpack .../libtss2-rc0t64_4.1.3-6_amd64.deb ...
Unpacking libtss2-rc0t64:amd64 (4.1.3-6) ...
Selecting previously unselected package systemd-cryptsetup.
Preparing to unpack .../systemd-cryptsetup_260.1-1_amd64.deb ...
Unpacking systemd-cryptsetup (260.1-1) ...
Selecting previously unselected package systemd-repart.
Preparing to unpack .../systemd-repart_260.1-1_amd64.deb ...
Unpacking systemd-repart (260.1-1) ...
Setting up libcbor0.10:amd64 (0.10.2-2.1) ...
Setting up dosfstools (4.2-1.2) ...
Setting up less (668-1) ...
Setting up liblzo2-2:amd64 (2.10-3+b2) ...
Setting up libseccomp2:amd64 (2.6.0-2+b1) ...
Setting up libproc2-0:amd64 (2:4.0.4-9+b1) ...
Setting up libncursesw6:amd64 (6.6+20251231-1) ...
Setting up logsave (1.47.4-1) ...
Setting up libfdisk1:amd64 (2.42-3) ...
Setting up mount (2.42-3) ...
Setting up procps (2:4.0.4-9+b1) ...
Setting up libfido2-1:amd64 (1.16.0-2+b1) ...
Setting up systemd-repart (260.1-1) ...
Setting up libjson-c5:amd64 (0.18+ds-3) ...
Setting up libkmod2:amd64 (34.2-2+b1) ...
Setting up btrfs-progs (6.19.1-1) ...
Setting up e2fsprogs (1.47.4-1) ...
Created symlink '/etc/systemd/system/timers.target.wants/e2scrub_all.timer' → '/usr/lib/systemd/system/e2scrub_all.timer'.
Created symlink '/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service' → '/usr/lib/systemd/system/e2scrub_reap.service'.
Setting up systemd (260.1-1) ...
Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
Created symlink '/etc/systemd/system/autovt at .service' → '/usr/lib/systemd/system/getty at .service'.
Created symlink '/etc/systemd/system/getty.target.wants/getty at tty1.service' → '/usr/lib/systemd/system/getty at .service'.
Creating group 'lpadmin' with GID 999.
Creating group 'systemd-journal' with GID 998.
Creating group 'systemd-network' with GID 997.
Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.
Setting access ACL "u::rwx,g::r-x,g:adm:r-x,m::r-x,o::r-x" on /var/log/journal failed: Invalid argument
Setting up kmod (34.2-2+b1) ...
Setting up udev (260.1-1) ...
Creating group 'input' with GID 996.
Creating group 'sgx' with GID 995.
Creating group 'clock' with GID 994.
Creating group 'kvm' with GID 993.
Creating group 'render' with GID 992.
Setting up tpm-udev (4.1.3-6) ...
Creating group 'tss' with GID 991.
Creating user 'tss' (tss user for tpm2) with UID 991 and GID 991.
Setting default ACL "u::rwx,g::rwx,g:tss:rwx,m::rwx,o::r-x" on /var/lib/tpm2-tss/system/keystore failed: Invalid argument
Setting default ACL "u::rwx,g::rwx,g:tss:rwx,m::rwx,o::r-x" on /run/tpm2-tss/eventlog failed: Invalid argument
Created symlink '/etc/systemd/system/paths.target.wants/tpm-udev.path' → '/usr/lib/systemd/system/tpm-udev.path'.
Running in chroot, ignoring request.
Running in chroot, ignoring request.
Running in chroot, ignoring request.
Running in chroot, ignoring request.
Setting up libtss2-rc0t64:amd64 (4.1.3-6) ...
Setting up libtss2-mu-4.0.1-0t64:amd64 (4.1.3-6) ...
Setting up libtss2-sys1t64:amd64 (4.1.3-6) ...
Setting up libtss2-tcti-device0t64:amd64 (4.1.3-6) ...
Setting up libtss2-tcti-mssim0t64:amd64 (4.1.3-6) ...
Setting up libtss2-tcti-cmd0t64:amd64 (4.1.3-6) ...
Setting up libtss2-tcti-swtpm0t64:amd64 (4.1.3-6) ...
Setting up libtss2-esys-3.0.2-0t64:amd64 (4.1.3-6) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.205-2+b1) ...
Setting up dmsetup (2:1.02.205-2+b1) ...
Setting up libcryptsetup12:amd64 (2:2.8.6-1) ...
Setting up systemd-cryptsetup (260.1-1) ...
Processing triggers for libc-bin (2.42-14) ...
‣ Copying in extra file trees…
‣ + cp --version
‣ + cp --recursive --no-dereference --preserve=mode,links --reflink=auto --copy-contents /work/tmp/tmpf1y_om8v/resources/mkosi-initrd/mkosi.extra /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --keep-directory-symlink --no-target-directory
‣ Generating system users
‣ + systemd-sysusers --root=/buildroot
‣ Generating volatile files
‣ + systemd-tmpfiles --root=/buildroot --boot --create --remove --exclude-prefix=/tmp --exclude-prefix=/var/tmp --exclude-prefix=/run --exclude-prefix=/proc --exclude-prefix=/sys --exclude-prefix=/dev --exclude-prefix=/var
‣ Applying presets…
‣ + systemctl --root=/buildroot preset-all
Unit /buildroot/usr/lib/systemd/system/cryptdisks-early.service is masked, ignoring.
Unit /buildroot/usr/lib/systemd/system/hwclock.service is masked, ignoring.
Unit /buildroot/usr/lib/systemd/system/x11-common.service is masked, ignoring.
Unit /buildroot/usr/lib/systemd/system/cryptdisks.service is masked, ignoring.
Removed '/buildroot/etc/systemd/system/autovt at .service'.
Removed '/buildroot/etc/systemd/system/paths.target.wants/tpm-udev.path'.
Removed '/buildroot/etc/systemd/system/timers.target.wants/e2scrub_all.timer'.
Removed '/buildroot/etc/systemd/system/timers.target.wants/dpkg-db-backup.timer'.
Removed '/buildroot/etc/systemd/system/timers.target.wants/fstrim.timer'.
Removed '/buildroot/etc/systemd/system/multi-user.target.wants/remote-fs.target'.
Removed '/buildroot/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service'.
Removed '/buildroot/etc/systemd/system/getty.target.wants/getty at tty1.service'.
Created symlink '/buildroot/etc/systemd/system/factory-reset.target.wants/systemd-tpm2-clear.service' → '/usr/lib/systemd/system/systemd-tpm2-clear.service'.
Created symlink '/buildroot/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service' → '/usr/lib/systemd/system/systemd-networkd-wait-online.service'.
Created symlink '/buildroot/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service' → '/usr/lib/systemd/system/systemd-network-generator.service'.
Created symlink '/buildroot/etc/systemd/system/sockets.target.wants/systemd-journald-audit.socket' → '/usr/lib/systemd/system/systemd-journald-audit.socket'.
Created symlink '/buildroot/etc/systemd/system/systemd-journald.service.wants/systemd-journald-audit.socket' → '/usr/lib/systemd/system/systemd-journald-audit.socket'.
Created symlink '/buildroot/etc/systemd/system/ctrl-alt-del.target' → '/usr/lib/systemd/system/reboot.target'.
Created symlink '/buildroot/etc/systemd/system/dbus-org.freedesktop.network1.service' → '/usr/lib/systemd/system/systemd-networkd.service'.
Created symlink '/buildroot/etc/systemd/system/multi-user.target.wants/systemd-networkd.service' → '/usr/lib/systemd/system/systemd-networkd.service'.
Created symlink '/buildroot/etc/systemd/system/sockets.target.wants/systemd-networkd.socket' → '/usr/lib/systemd/system/systemd-networkd.socket'.
Created symlink '/buildroot/etc/systemd/system/sockets.target.wants/systemd-networkd-varlink.socket' → '/usr/lib/systemd/system/systemd-networkd-varlink.socket'.
Created symlink '/buildroot/etc/systemd/system/sockets.target.wants/systemd-networkd-varlink-metrics.socket' → '/usr/lib/systemd/system/systemd-networkd-varlink-metrics.socket'.
Created symlink '/buildroot/etc/systemd/system/sockets.target.wants/systemd-networkd-resolve-hook.socket' → '/usr/lib/systemd/system/systemd-networkd-resolve-hook.socket'.
‣ + systemctl --root=/buildroot --global preset-all
Created symlink '/buildroot/etc/systemd/user/timers.target.wants/systemd-tmpfiles-clean.timer' → '/usr/lib/systemd/user/systemd-tmpfiles-clean.timer'.
Created symlink '/buildroot/etc/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service' → '/usr/lib/systemd/user/systemd-tmpfiles-setup.service'.
‣ Applying first boot settings
‣ + systemd-firstboot --root=/buildroot --force --locale C.UTF-8
/buildroot: /etc/locale.conf written.
‣ Generating hardware database
‣ + systemd-hwdb --root=/buildroot --usr --strict update
‣ Removing 1 packages…
‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, '--option=DPkg::Options::=--path-exclude=/usr/share/doc/*' '--option=DPkg::Options::=--path-exclude=/usr/share/man/*' '--option=DPkg::Options::=--path-exclude=/usr/share/groff/*' '--option=DPkg::Options::=--path-exclude=/usr/share/gtk-doc/*' '--option=DPkg::Options::=--path-exclude=/usr/share/info/*' '--option=DPkg::Options::=--path-include=/usr/share/doc/*/copyright' purge dpkg
Reading package lists...
Building dependency tree...
Reading state information...
Solving dependencies...
The following packages will be REMOVED:
dpkg*
WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
dpkg
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 6553 kB disk space will be freed.
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: this is an essential package; it should not be removed
(Reading database ... 5395 files and directories currently installed.)
Removing dpkg (1.23.7) ...
(Reading database ... 5222 files and directories currently installed.)
Purging configuration files for dpkg (1.23.7) ...
dpkg: warning: while removing dpkg, directory '/var/lib/dpkg/updates' not empty so not removed
dpkg: warning: while removing dpkg, directory '/var/lib/dpkg/info' not empty so not removed
dpkg: warning: while removing dpkg, directory '/var/lib/dpkg/alternatives' not empty so not removed
dpkg: warning: while removing dpkg, directory '/etc/alternatives' not empty so not removed
‣ + rm -rf -- /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/var/lib/apt /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/var/lib/dpkg
‣ Removing files…
‣ + rm -rf -- /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/etc/udev/hwdb.d /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/lib/systemd/catalog /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/lib/udev/hwdb.d /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/af /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/am /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ar /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/as /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ast /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/az /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/be /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/be at latin /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/bg /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/bn /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/bn_IN /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/bo /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/bs /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ca /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/cs /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/cy /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/da /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/de /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/de_CH /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/el /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/en at boldquot /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/en at quot /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/eo /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/es /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/et /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/eu /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/fa /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/fi /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/fr /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ga /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/gl /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/gu /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/he /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/hi /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/hr /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/hu /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ia /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/id /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/is /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/it /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ja /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ka /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/kab /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/kk /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/km /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/kn /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ko /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/kw /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/kw_GB /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ky /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/lg /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/lt /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/lv /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/mk /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ml /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/mn /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/mr /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ms /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/my /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/nb /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ne /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/nl /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/nn /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/or /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/pa /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/pl /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/pt /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/pt_BR /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ro /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ru /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/si /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/sk /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/sl /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/sq /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/sr /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/sr at latin /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/sv /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ta /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/te /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/tg /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/th /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/tr /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ug /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/uk /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/ur /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/vi /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/yo /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/zh_CN /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/zh_HK /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/zh_TW /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/usr/share/locale/zu /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/var/cache /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root/var/log
‣ Creating cpio archive /home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/staging/initrd.cpio…
‣ + cpio --create --reproducible --renumber-inodes --null --format=newc --quiet --directory /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root --owner=0:0
‣ Compressing /home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/staging/initrd.cpio with zstd
‣ + zstd -q -3 -T0 --stdout -
‣ + rm -rf -- /work/home/manut/test/initrd /work/home/manut/test/initrd.cpio.zst
‣ /home/manut/test/initrd.cpio.zst size is 29.4M, consumes 29.4M.
‣ + rm -rf -- /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_ /work/home/manut/.cache/mkosi/mkosi-workspace-n8vvm92_/root
‣ + /usr/bin/systemd-repart --version
‣ Version reported by /usr/bin/systemd-repart is 260.1-1
‣ Building main image
‣ Installing Debian
‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, install -oDebug::pkgDPkgPm=1 '-oDPkg::Pre-Install-Pkgs::=cat >/work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpmiotjebb' '?essential' base-files
Reading package lists...
Building dependency tree...
Solving dependencies...
The following additional packages will be installed:
debconf gcc-16-base libacl1 libattr1 libaudit-common libaudit1 libblkid1
libbz2-1.0 libc-gconv-modules-extra libc6 libcap-ng0 libcrypt1 libdb5.3t64
libdebconfclient0 libgcc-s1 libgmp10 liblzma5 libmd0 libmount1
libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0
libselinux1 libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1
libzstd1 mawk openssl-provider-legacy zlib1g
Suggested packages:
bash-doc debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
libnet-ldap-perl libterm-readline-gnu-perl perl whiptail | dialog
diffutils-doc wdiff gnulib-l10n apt debsig-verify less glibc-doc libc-l10n
locales libnss-nis libnss-nisplus cryptsetup-bin libpam-doc libgcrypt20
liblz4-1 uuid-runtime sensible-utils bzip2 ncompress xz-utils tar-scripts
tar-doc dosfstools kbd util-linux-extra util-linux-locales wtmpdb
Recommended packages:
bash-completion apt | apt-utils debconf-i18n manpages libidn2-0
sensible-utils
The following NEW packages will be installed:
base-files base-passwd bash coreutils dash debconf debianutils diffutils
dpkg findutils gcc-16-base grep gzip hostname init-system-helpers libacl1
libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin
libc-gconv-modules-extra libc6 libcap-ng0 libcrypt1 libdb5.3t64
libdebconfclient0 libgcc-s1 libgmp10 liblzma5 libmd0 libmount1
libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0
libselinux1 libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1
libzstd1 mawk ncurses-base ncurses-bin openssl-provider-legacy perl-base sed
sysvinit-utils tar util-linux zlib1g
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/gcc-16-base_16-20260322-1_amd64.deb /var/cache/apt/archives/libgcc-s1_16-20260322-1_amd64.deb /var/cache/apt/archives/libc-gconv-modules-extra_2.42-14_amd64.deb /var/cache/apt/archives/libc6_2.42-14_amd64.deb /var/cache/apt/archives/mawk_1.3.4.20260302-1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure gcc-16-base:amd64 libc-gconv-modules-extra:amd64 libgcc-s1:amd64 libc6:amd64 mawk:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/base-files_14_amd64.deb /var/cache/apt/archives/libtinfo6_6.6+20251231-1_amd64.deb /var/cache/apt/archives/debianutils_5.23.2_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libtinfo6:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/bash_5.3-2_amd64.deb /var/cache/apt/archives/libacl1_2.3.2-3_amd64.deb /var/cache/apt/archives/libattr1_1%3a2.5.2-4_amd64.deb /var/cache/apt/archives/libgmp10_2%3a6.3.0+dfsg-5+b1_amd64.deb /var/cache/apt/archives/libpcre2-8-0_10.46-1+b1_amd64.deb /var/cache/apt/archives/libselinux1_3.10-1_amd64.deb /var/cache/apt/archives/libzstd1_1.5.7+dfsg-3+b1_amd64.deb /var/cache/apt/archives/zlib1g_1%3a1.3.dfsg+really1.3.2-3_amd64.deb /var/cache/apt/archives/openssl-provider-legacy_3.6.2-1_amd64.deb /var/cache/apt/archives/libssl3t64_3.6.2-1_amd64.deb /var/cache/apt/archives/libsystemd0_260.1-1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libacl1:amd64 libattr1:amd64 libgmp10:amd64 libpcre2-8-0:amd64 libselinux1:amd64 libzstd1:amd64 zlib1g:amd64 openssl-provider-legacy:amd64 libssl3t64:amd64 libsystemd0:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/coreutils_9.10-1_amd64.deb /var/cache/apt/archives/dash_0.5.12-12_amd64.deb /var/cache/apt/archives/diffutils_1%3a3.12-1_amd64.deb /var/cache/apt/archives/libbz2-1.0_1.0.8-6+b1_amd64.deb /var/cache/apt/archives/liblzma5_5.8.3-1_amd64.deb /var/cache/apt/archives/libmd0_1.1.0-2+b2_amd64.deb /var/cache/apt/archives/tar_1.35+dfsg-4_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libbz2-1.0:amd64 liblzma5:amd64 libmd0:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/dpkg_1.23.7_amd64.deb /var/cache/apt/archives/findutils_4.10.0-3_amd64.deb /var/cache/apt/archives/grep_3.12-1_amd64.deb /var/cache/apt/archives/gzip_1.13-1_amd64.deb /var/cache/apt/archives/hostname_3.25_amd64.deb /var/cache/apt/archives/ncurses-bin_6.6+20251231-1_amd64.deb /var/cache/apt/archives/libcrypt1_1%3a4.5.1-1+b1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libcrypt1:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/perl-base_5.40.1-7+b1_amd64.deb /var/cache/apt/archives/sed_4.9-2_amd64.deb /var/cache/apt/archives/libaudit-common_1%3a4.1.2-1_all.deb /var/cache/apt/archives/libcap-ng0_0.9.2-1_amd64.deb /var/cache/apt/archives/libaudit1_1%3a4.1.2-1+b1_amd64.deb /var/cache/apt/archives/libdb5.3t64_5.3.28+dfsg2-11+b1_amd64.deb /var/cache/apt/archives/debconf_1.5.92_all.deb /var/cache/apt/archives/libpam0g_1.7.0-5+b1_amd64.deb /var/cache/apt/archives/libpam-modules-bin_1.7.0-5+b1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libaudit-common:all libcap-ng0:amd64 libaudit1:amd64 libdb5.3t64:amd64 debconf:all libpam0g:amd64 libpam-modules-bin:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/libpam-modules_1.7.0-5+b1_amd64.deb /var/cache/apt/archives/libpam-runtime_1.7.0-5_all.deb /var/cache/apt/archives/libblkid1_2.42-3_amd64.deb /var/cache/apt/archives/libmount1_2.42-3_amd64.deb /var/cache/apt/archives/libsmartcols1_2.42-3_amd64.deb /var/cache/apt/archives/libudev1_260.1-1_amd64.deb /var/cache/apt/archives/libuuid1_2.42-3_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --configure libpam-modules:amd64 libpam-runtime:all libblkid1:amd64 libmount1:amd64 libsmartcols1:amd64 libudev1:amd64 libuuid1:amd64
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --no-triggers --unpack --auto-deconfigure /var/cache/apt/archives/util-linux_2.42-3_amd64.deb /var/cache/apt/archives/libdebconfclient0_0.282+b2_amd64.deb /var/cache/apt/archives/base-passwd_3.6.8_amd64.deb /var/cache/apt/archives/init-system-helpers_1.69_all.deb /var/cache/apt/archives/libc-bin_2.42-14_amd64.deb /var/cache/apt/archives/ncurses-base_6.6+20251231-1_all.deb /var/cache/apt/archives/sysvinit-utils_3.18-1_amd64.deb
/usr/bin/dpkg --root=/buildroot --force-unsafe-io --force-architecture --force-depends --no-debsig --admindir /buildroot/var/lib/dpkg/ --status-fd 11 --configure --pending
0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/24.5 MB of archives.
After this operation, 95.5 MB of additional disk space will be used.
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpucckuvvv --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpjiyyzn0e --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp1wc2zzj2 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp7udjh73n --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmps7egw1tr --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpm77ejtnx --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpil6b8wr2 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpex6ger8h --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpzz4mj5ac --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp1c1llh1b --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpg7llcpj8 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmprg9ujuzf --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp_g_9x_7u --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpbd6d_5ur --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp4uohnr8i --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp9jrp_j1_ --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpc53s95r6 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp0bwkhmt3 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp295y06pv --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp6lcmo869 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmppb0_qtfx --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpx765lj_q --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmptyacqr7z --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpz6r5c_at --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp2rd5tq22 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp65i80038 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpam4ku6r1 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpifm8uai2 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmphnad7rqe --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpxwpxqp2y --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp3yvg2oca --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpewevek36 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpzd__cnge --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpf42dyg2g --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpb3r3ksvj --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpm4tpc5hc --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpa47us5_t --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp11mxopjw --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp3xrl09dn --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpf5lyp_dj --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpl9wua2qm --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpi0jsqv29 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp4dm9o846 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpobf13ix0 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpr8zdyon3 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpazcqva_k --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpbelghkpq --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpwgus2dld --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmpum51u4fv --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp81d5ow89 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp_rsslwx8 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmphpxsv8g8 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmph5zjmh5w --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp2k4ss5w1 --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp2f_8bj8_ --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + dpkg-deb --fsys-tarfile /dev/stdin
‣ + tar --extract --file /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/tmp/tmp0b3giflf --directory /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root --keep-directory-symlink --no-overwrite-dir --same-permissions --numeric-owner --same-order --acls --selinux --xattrs --force-local --exclude './dev/*' --exclude './proc/*' --exclude './sys/*' --exclude './tmp/*' --exclude './run/*' --exclude './var/tmp/*'
‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, install gcc-16-base libgcc-s1 libc-gconv-modules-extra libc6 mawk base-files libtinfo6 debianutils bash libacl1 libattr1 libgmp10 libpcre2-8-0 libselinux1 libzstd1 zlib1g openssl-provider-legacy libssl3t64 libsystemd0 coreutils dash diffutils libbz2-1.0 liblzma5 libmd0 tar dpkg findutils grep gzip hostname ncurses-bin libcrypt1 perl-base sed libaudit-common libcap-ng0 libaudit1 libdb5.3t64 debconf libpam0g libpam-modules-bin libpam-modules libpam-runtime libblkid1 libmount1 libsmartcols1 libudev1 libuuid1 util-linux libdebconfclient0 base-passwd init-system-helpers libc-bin ncurses-base sysvinit-utils
Reading package lists...
Building dependency tree...
Solving dependencies...
Suggested packages:
bash-doc debconf-doc debconf-kde-helper debconf-utils libgtk3-perl
libnet-ldap-perl libterm-readline-gnu-perl perl whiptail | dialog
diffutils-doc wdiff gnulib-l10n apt debsig-verify less glibc-doc libc-l10n
locales libnss-nis libnss-nisplus cryptsetup-bin libpam-doc libgcrypt20
liblz4-1 uuid-runtime sensible-utils bzip2 ncompress xz-utils tar-scripts
tar-doc dosfstools kbd util-linux-extra util-linux-locales wtmpdb
Recommended packages:
bash-completion apt | apt-utils debconf-i18n manpages libidn2-0
sensible-utils
The following NEW packages will be installed:
base-files base-passwd bash coreutils dash debconf debianutils diffutils
dpkg findutils gcc-16-base grep gzip hostname init-system-helpers libacl1
libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin
libc-gconv-modules-extra libc6 libcap-ng0 libcrypt1 libdb5.3t64
libdebconfclient0 libgcc-s1 libgmp10 liblzma5 libmd0 libmount1
libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0
libselinux1 libsmartcols1 libssl3t64 libsystemd0 libtinfo6 libudev1 libuuid1
libzstd1 mawk ncurses-base ncurses-bin openssl-provider-legacy perl-base sed
sysvinit-utils tar util-linux zlib1g
0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/24.5 MB of archives.
After this operation, 95.5 MB of additional disk space will be used.
Selecting previously unselected package gcc-16-base:amd64.
(Reading database ... 0 files and directories currently installed.)
Preparing to unpack .../gcc-16-base_16-20260322-1_amd64.deb ...
Unpacking gcc-16-base:amd64 (16-20260322-1) ...
Selecting previously unselected package libgcc-s1:amd64.
Preparing to unpack .../libgcc-s1_16-20260322-1_amd64.deb ...
Unpacking libgcc-s1:amd64 (16-20260322-1) ...
Selecting previously unselected package libc-gconv-modules-extra:amd64.
Preparing to unpack .../libc-gconv-modules-extra_2.42-14_amd64.deb ...
Unpacking libc-gconv-modules-extra:amd64 (2.42-14) ...
Selecting previously unselected package libc6:amd64.
Preparing to unpack .../libc6_2.42-14_amd64.deb ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
dpkg-query: no packages found matching base-files
Unpacking libc6:amd64 (2.42-14) ...
Selecting previously unselected package mawk.
Preparing to unpack .../mawk_1.3.4.20260302-1_amd64.deb ...
Unpacking mawk (1.3.4.20260302-1) ...
Setting up gcc-16-base:amd64 (16-20260322-1) ...
Setting up libc-gconv-modules-extra:amd64 (2.42-14) ...
Setting up libgcc-s1:amd64 (16-20260322-1) ...
Setting up libc6:amd64 (2.42-14) ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Setting up mawk (1.3.4.20260302-1) ...
update-alternatives: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode
Selecting previously unselected package base-files.
(Reading database ... 342 files and directories currently installed.)
Preparing to unpack .../base-files_14_amd64.deb ...
Unpacking base-files (14) ...
Selecting previously unselected package libtinfo6:amd64.
Preparing to unpack .../libtinfo6_6.6+20251231-1_amd64.deb ...
Unpacking libtinfo6:amd64 (6.6+20251231-1) ...
Selecting previously unselected package debianutils.
Preparing to unpack .../debianutils_5.23.2_amd64.deb ...
Unpacking debianutils (5.23.2) ...
Setting up libtinfo6:amd64 (6.6+20251231-1) ...
Selecting previously unselected package bash.
(Reading database ... 535 files and directories currently installed.)
Preparing to unpack .../archives/bash_5.3-2_amd64.deb ...
Unpacking bash (5.3-2) ...
Selecting previously unselected package libacl1:amd64.
Preparing to unpack .../libacl1_2.3.2-3_amd64.deb ...
Unpacking libacl1:amd64 (2.3.2-3) ...
Selecting previously unselected package libattr1:amd64.
Preparing to unpack .../libattr1_1%3a2.5.2-4_amd64.deb ...
Unpacking libattr1:amd64 (1:2.5.2-4) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.3.0+dfsg-5+b1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../libpcre2-8-0_10.46-1+b1_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.46-1+b1) ...
Selecting previously unselected package libselinux1:amd64.
Preparing to unpack .../libselinux1_3.10-1_amd64.deb ...
Unpacking libselinux1:amd64 (3.10-1) ...
Selecting previously unselected package libzstd1:amd64.
Preparing to unpack .../libzstd1_1.5.7+dfsg-3+b1_amd64.deb ...
Unpacking libzstd1:amd64 (1.5.7+dfsg-3+b1) ...
Selecting previously unselected package zlib1g:amd64.
Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.2-3_amd64.deb ...
Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.2-3) ...
Selecting previously unselected package openssl-provider-legacy.
Preparing to unpack .../openssl-provider-legacy_3.6.2-1_amd64.deb ...
Unpacking openssl-provider-legacy (3.6.2-1) ...
Selecting previously unselected package libssl3t64:amd64.
Preparing to unpack .../libssl3t64_3.6.2-1_amd64.deb ...
Unpacking libssl3t64:amd64 (3.6.2-1) ...
Selecting previously unselected package libsystemd0:amd64.
Preparing to unpack .../libsystemd0_260.1-1_amd64.deb ...
Unpacking libsystemd0:amd64 (260.1-1) ...
Setting up libacl1:amd64 (2.3.2-3) ...
Setting up libattr1:amd64 (1:2.5.2-4) ...
Setting up libgmp10:amd64 (2:6.3.0+dfsg-5+b1) ...
Setting up libpcre2-8-0:amd64 (10.46-1+b1) ...
Setting up libselinux1:amd64 (3.10-1) ...
Setting up libzstd1:amd64 (1.5.7+dfsg-3+b1) ...
Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.2-3) ...
Setting up libsystemd0:amd64 (260.1-1) ...
Setting up openssl-provider-legacy (3.6.2-1) ...
Setting up libssl3t64:amd64 (3.6.2-1) ...
Selecting previously unselected package coreutils.
(Reading database ... 767 files and directories currently installed.)
Preparing to unpack .../coreutils_9.10-1_amd64.deb ...
Unpacking coreutils (9.10-1) ...
Selecting previously unselected package dash.
Preparing to unpack .../dash_0.5.12-12_amd64.deb ...
Unpacking dash (0.5.12-12) ...
Selecting previously unselected package diffutils.
Preparing to unpack .../diffutils_1%3a3.12-1_amd64.deb ...
Unpacking diffutils (1:3.12-1) ...
Selecting previously unselected package libbz2-1.0:amd64.
Preparing to unpack .../libbz2-1.0_1.0.8-6+b1_amd64.deb ...
Unpacking libbz2-1.0:amd64 (1.0.8-6+b1) ...
Selecting previously unselected package liblzma5:amd64.
Preparing to unpack .../liblzma5_5.8.3-1_amd64.deb ...
Unpacking liblzma5:amd64 (5.8.3-1) ...
Selecting previously unselected package libmd0:amd64.
Preparing to unpack .../libmd0_1.1.0-2+b2_amd64.deb ...
Unpacking libmd0:amd64 (1.1.0-2+b2) ...
Selecting previously unselected package tar.
Preparing to unpack .../tar_1.35+dfsg-4_amd64.deb ...
Unpacking tar (1.35+dfsg-4) ...
Setting up libbz2-1.0:amd64 (1.0.8-6+b1) ...
Setting up liblzma5:amd64 (5.8.3-1) ...
Setting up libmd0:amd64 (1.1.0-2+b2) ...
Selecting previously unselected package dpkg.
(Reading database ... 1296 files and directories currently installed.)
Preparing to unpack .../archives/dpkg_1.23.7_amd64.deb ...
Unpacking dpkg (1.23.7) ...
Selecting previously unselected package findutils.
Preparing to unpack .../findutils_4.10.0-3_amd64.deb ...
Unpacking findutils (4.10.0-3) ...
Selecting previously unselected package grep.
Preparing to unpack .../archives/grep_3.12-1_amd64.deb ...
Unpacking grep (3.12-1) ...
Selecting previously unselected package gzip.
Preparing to unpack .../archives/gzip_1.13-1_amd64.deb ...
Unpacking gzip (1.13-1) ...
Selecting previously unselected package hostname.
Preparing to unpack .../hostname_3.25_amd64.deb ...
Unpacking hostname (3.25) ...
Selecting previously unselected package ncurses-bin.
Preparing to unpack .../ncurses-bin_6.6+20251231-1_amd64.deb ...
Unpacking ncurses-bin (6.6+20251231-1) ...
Selecting previously unselected package libcrypt1:amd64.
Preparing to unpack .../libcrypt1_1%3a4.5.1-1+b1_amd64.deb ...
Unpacking libcrypt1:amd64 (1:4.5.1-1+b1) ...
Setting up libcrypt1:amd64 (1:4.5.1-1+b1) ...
Selecting previously unselected package perl-base.
(Reading database ... 1711 files and directories currently installed.)
Preparing to unpack .../perl-base_5.40.1-7+b1_amd64.deb ...
Unpacking perl-base (5.40.1-7+b1) ...
Selecting previously unselected package sed.
Preparing to unpack .../archives/sed_4.9-2_amd64.deb ...
Unpacking sed (4.9-2) ...
Selecting previously unselected package libaudit-common.
Preparing to unpack .../libaudit-common_1%3a4.1.2-1_all.deb ...
Unpacking libaudit-common (1:4.1.2-1) ...
Selecting previously unselected package libcap-ng0:amd64.
Preparing to unpack .../libcap-ng0_0.9.2-1_amd64.deb ...
Unpacking libcap-ng0:amd64 (0.9.2-1) ...
Selecting previously unselected package libaudit1:amd64.
Preparing to unpack .../libaudit1_1%3a4.1.2-1+b1_amd64.deb ...
Unpacking libaudit1:amd64 (1:4.1.2-1+b1) ...
Selecting previously unselected package libdb5.3t64:amd64.
Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-11+b1_amd64.deb ...
Unpacking libdb5.3t64:amd64 (5.3.28+dfsg2-11+b1) ...
Selecting previously unselected package debconf.
Preparing to unpack .../debconf_1.5.92_all.deb ...
Unpacking debconf (1.5.92) ...
Selecting previously unselected package libpam0g:amd64.
Preparing to unpack .../libpam0g_1.7.0-5+b1_amd64.deb ...
Unpacking libpam0g:amd64 (1.7.0-5+b1) ...
Selecting previously unselected package libpam-modules-bin.
Preparing to unpack .../libpam-modules-bin_1.7.0-5+b1_amd64.deb ...
Unpacking libpam-modules-bin (1.7.0-5+b1) ...
Setting up libaudit-common (1:4.1.2-1) ...
Setting up libcap-ng0:amd64 (0.9.2-1) ...
Setting up libaudit1:amd64 (1:4.1.2-1+b1) ...
Setting up libdb5.3t64:amd64 (5.3.28+dfsg2-11+b1) ...
Setting up debconf (1.5.92) ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Setting up libpam0g:amd64 (1.7.0-5+b1) ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Setting up libpam-modules-bin (1.7.0-5+b1) ...
Selecting previously unselected package libpam-modules:amd64.
(Reading database ... 2719 files and directories currently installed.)
Preparing to unpack .../libpam-modules_1.7.0-5+b1_amd64.deb ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Unpacking libpam-modules:amd64 (1.7.0-5+b1) ...
Selecting previously unselected package libpam-runtime.
Preparing to unpack .../libpam-runtime_1.7.0-5_all.deb ...
Unpacking libpam-runtime (1.7.0-5) ...
Selecting previously unselected package libblkid1:amd64.
Preparing to unpack .../libblkid1_2.42-3_amd64.deb ...
Unpacking libblkid1:amd64 (2.42-3) ...
Selecting previously unselected package libmount1:amd64.
Preparing to unpack .../libmount1_2.42-3_amd64.deb ...
Unpacking libmount1:amd64 (2.42-3) ...
Selecting previously unselected package libsmartcols1:amd64.
Preparing to unpack .../libsmartcols1_2.42-3_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.42-3) ...
Selecting previously unselected package libudev1:amd64.
Preparing to unpack .../libudev1_260.1-1_amd64.deb ...
Unpacking libudev1:amd64 (260.1-1) ...
Selecting previously unselected package libuuid1:amd64.
Preparing to unpack .../libuuid1_2.42-3_amd64.deb ...
Unpacking libuuid1:amd64 (2.42-3) ...
Setting up libpam-modules:amd64 (1.7.0-5+b1) ...
Setting up libpam-runtime (1.7.0-5) ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 23.
Setting up libblkid1:amd64 (2.42-3) ...
Setting up libmount1:amd64 (2.42-3) ...
Setting up libsmartcols1:amd64 (2.42-3) ...
Setting up libudev1:amd64 (260.1-1) ...
Setting up libuuid1:amd64 (2.42-3) ...
Selecting previously unselected package util-linux.
(Reading database ... 3049 files and directories currently installed.)
Preparing to unpack .../util-linux_2.42-3_amd64.deb ...
Unpacking util-linux (2.42-3) ...
Selecting previously unselected package libdebconfclient0:amd64.
Preparing to unpack .../libdebconfclient0_0.282+b2_amd64.deb ...
Unpacking libdebconfclient0:amd64 (0.282+b2) ...
Selecting previously unselected package base-passwd.
Preparing to unpack .../base-passwd_3.6.8_amd64.deb ...
Unpacking base-passwd (3.6.8) ...
Selecting previously unselected package init-system-helpers.
Preparing to unpack .../init-system-helpers_1.69_all.deb ...
Unpacking init-system-helpers (1.69) ...
Selecting previously unselected package libc-bin.
Preparing to unpack .../libc-bin_2.42-14_amd64.deb ...
Unpacking libc-bin (2.42-14) ...
Selecting previously unselected package ncurses-base.
Preparing to unpack .../ncurses-base_6.6+20251231-1_all.deb ...
Unpacking ncurses-base (6.6+20251231-1) ...
Selecting previously unselected package sysvinit-utils.
Preparing to unpack .../sysvinit-utils_3.18-1_amd64.deb ...
Unpacking sysvinit-utils (3.18-1) ...
Setting up grep (3.12-1) ...
Setting up tar (1.35+dfsg-4) ...
update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
Setting up libc-bin (2.42-14) ...
Setting up ncurses-bin (6.6+20251231-1) ...
Setting up coreutils (9.10-1) ...
Setting up diffutils (1:3.12-1) ...
Setting up perl-base (5.40.1-7+b1) ...
Setting up hostname (3.25) ...
Setting up ncurses-base (6.6+20251231-1) ...
Setting up init-system-helpers (1.69) ...
Setting up sed (4.9-2) ...
Setting up gzip (1.13-1) ...
Setting up util-linux (2.42-3) ...
update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
Setting up dpkg (1.23.7) ...
Setting up findutils (4.10.0-3) ...
Setting up sysvinit-utils (3.18-1) ...
Setting up debianutils (5.23.2) ...
update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
Setting up libdebconfclient0:amd64 (0.282+b2) ...
Setting up base-files (14) ...
Setting up base-passwd (3.6.8) ...
Setting up dash (0.5.12-12) ...
Setting up bash (5.3-2) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
Processing triggers for libc-bin (2.42-14) ...
‣ + dpkg-divert --quiet --root=/buildroot --local --add --rename --divert /etc/os-release.dpkg /etc/os-release
dpkg-divert: warning: diverting file '/etc/os-release' from an Essential package with rename is dangerous, use --no-rename
‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, install kmod linux-image-amd64
Reading package lists...
Building dependency tree...
Reading state information...
Solving dependencies...
The following additional packages will be installed:
3cpio dracut dracut-core dracut-install e2fsprogs libcom-err2 libext2fs2t64
libkmod2 libss2 libsystemd-shared linux-base linux-base-6.19.11+deb14-amd64
linux-base-amd64 linux-binary-6.19.11+deb14-amd64
linux-image-6.19.11+deb14-amd64 linux-modules-6.19.11+deb14-amd64 logsave
mount systemd systemd-sysv udev
Suggested packages:
bzip2 lz4 lzop xz-utils dracut-network cryptsetup dmsetup isomd5sum kpartx
lvm2 mdadm parted squashfs-tools systemd-cryptsetup gpart fuse2fs
e2fsck-static libarchive13t64 libbpf1 libcryptsetup12 libdw1t64 libelf1t64
libfido2-1 libgcrypt20 libidn2-0 liblz4-1 libp11-kit0 libpwquality1
libqrencode4 libtss2-esys-3.0.2-0t64 libtss2-mu-4.0.1-0t64 libtss2-rc0t64
libtss2-tcti-device0t64 debian-kernel-handbook firmware-linux-free grub-pc
| grub-efi-amd64 | extlinux linux-doc-6.19 nfs-common systemd-container
systemd-homed systemd-userdbd systemd-boot systemd-resolved systemd-repart
libtss2-tcti-device0 polkitd
Recommended packages:
zstd binutils console-setup e2fsprogs-l10n libapparmor1 libseccomp2 apparmor
default-dbus-system-bus | dbus-system-bus linux-sysctl-defaults login
systemd-timesyncd | time-daemon systemd-cryptsetup libpam-systemd
libnss-systemd
The following NEW packages will be installed:
3cpio dracut dracut-core dracut-install e2fsprogs kmod libcom-err2
libext2fs2t64 libkmod2 libss2 libsystemd-shared linux-base
linux-base-6.19.11+deb14-amd64 linux-base-amd64
linux-binary-6.19.11+deb14-amd64 linux-image-6.19.11+deb14-amd64
linux-image-amd64 linux-modules-6.19.11+deb14-amd64 logsave mount systemd
systemd-sysv udev
0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/131 MB of archives.
After this operation, 160 MB of additional disk space will be used.
Selecting previously unselected package mount.
(Reading database ... 3482 files and directories currently installed.)
Preparing to unpack .../mount_2.42-3_amd64.deb ...
Unpacking mount (2.42-3) ...
Selecting previously unselected package libcom-err2:amd64.
Preparing to unpack .../libcom-err2_1.47.4-1_amd64.deb ...
Unpacking libcom-err2:amd64 (1.47.4-1) ...
Selecting previously unselected package libext2fs2t64:amd64.
Preparing to unpack .../libext2fs2t64_1.47.4-1_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
Unpacking libext2fs2t64:amd64 (1.47.4-1) ...
Selecting previously unselected package libss2:amd64.
Preparing to unpack .../libss2_1.47.4-1_amd64.deb ...
Unpacking libss2:amd64 (1.47.4-1) ...
Selecting previously unselected package logsave.
Preparing to unpack .../logsave_1.47.4-1_amd64.deb ...
Unpacking logsave (1.47.4-1) ...
Setting up libcom-err2:amd64 (1.47.4-1) ...
Setting up libext2fs2t64:amd64 (1.47.4-1) ...
Setting up libss2:amd64 (1.47.4-1) ...
Selecting previously unselected package e2fsprogs.
(Reading database ... 3540 files and directories currently installed.)
Preparing to unpack .../e2fsprogs_1.47.4-1_amd64.deb ...
Unpacking e2fsprogs (1.47.4-1) ...
Selecting previously unselected package libsystemd-shared:amd64.
Preparing to unpack .../libsystemd-shared_260.1-1_amd64.deb ...
Unpacking libsystemd-shared:amd64 (260.1-1) ...
Setting up libsystemd-shared:amd64 (260.1-1) ...
Selecting previously unselected package systemd.
(Reading database ... 3626 files and directories currently installed.)
Preparing to unpack .../systemd_260.1-1_amd64.deb ...
Unpacking systemd (260.1-1) ...
Setting up mount (2.42-3) ...
Setting up systemd (260.1-1) ...
Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
Created symlink '/etc/systemd/system/autovt at .service' → '/usr/lib/systemd/system/getty at .service'.
Created symlink '/etc/systemd/system/getty.target.wants/getty at tty1.service' → '/usr/lib/systemd/system/getty at .service'.
Creating group 'lpadmin' with GID 999.
Creating group 'systemd-journal' with GID 998.
Creating group 'systemd-network' with GID 997.
Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.
Setting access ACL "u::rwx,g::r-x,g:adm:r-x,m::r-x,o::r-x" on /var/log/journal failed: Invalid argument
Selecting previously unselected package systemd-sysv.
(Reading database ... 4662 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_260.1-1_amd64.deb ...
Unpacking systemd-sysv (260.1-1) ...
Selecting previously unselected package linux-base.
Preparing to unpack .../linux-base_4.15_all.deb ...
Unpacking linux-base (4.15) ...
Selecting previously unselected package 3cpio.
Preparing to unpack .../3cpio_0.14.0-1_amd64.deb ...
Unpacking 3cpio (0.14.0-1) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../libkmod2_34.2-2+b1_amd64.deb ...
Unpacking libkmod2:amd64 (34.2-2+b1) ...
Selecting previously unselected package dracut-install.
Preparing to unpack .../dracut-install_110-11_amd64.deb ...
Unpacking dracut-install (110-11) ...
Selecting previously unselected package kmod.
Preparing to unpack .../kmod_34.2-2+b1_amd64.deb ...
Unpacking kmod (34.2-2+b1) ...
Selecting previously unselected package udev.
Preparing to unpack .../udev_260.1-1_amd64.deb ...
Unpacking udev (260.1-1) ...
Selecting previously unselected package dracut-core.
Preparing to unpack .../dracut-core_110-11_amd64.deb ...
Unpacking dracut-core (110-11) ...
Selecting previously unselected package dracut.
Preparing to unpack .../archives/dracut_110-11_all.deb ...
Unpacking dracut (110-11) ...
Selecting previously unselected package linux-base-6.19.11+deb14-amd64.
Preparing to unpack .../linux-base-6.19.11+deb14-amd64_6.19.11-1_amd64.deb ...
Unpacking linux-base-6.19.11+deb14-amd64 (6.19.11-1) ...
Selecting previously unselected package linux-binary-6.19.11+deb14-amd64.
Preparing to unpack .../linux-binary-6.19.11+deb14-amd64_6.19.11-1_amd64.deb ...
Unpacking linux-binary-6.19.11+deb14-amd64 (6.19.11-1) ...
Selecting previously unselected package linux-modules-6.19.11+deb14-amd64.
Preparing to unpack .../linux-modules-6.19.11+deb14-amd64_6.19.11-1_amd64.deb ...
Unpacking linux-modules-6.19.11+deb14-amd64 (6.19.11-1) ...
Setting up linux-base (4.15) ...
Selecting previously unselected package linux-image-6.19.11+deb14-amd64.
(Reading database ... 10630 files and directories currently installed.)
Preparing to unpack .../linux-image-6.19.11+deb14-amd64_6.19.11-1_amd64.deb ...
Unpacking linux-image-6.19.11+deb14-amd64 (6.19.11-1) ...
Selecting previously unselected package linux-base-amd64.
Preparing to unpack .../linux-base-amd64_6.19.11-1_amd64.deb ...
Unpacking linux-base-amd64 (6.19.11-1) ...
Selecting previously unselected package linux-image-amd64.
Preparing to unpack .../linux-image-amd64_6.19.11-1_amd64.deb ...
Unpacking linux-image-amd64 (6.19.11-1) ...
Setting up 3cpio (0.14.0-1) ...
Setting up systemd-sysv (260.1-1) ...
Setting up logsave (1.47.4-1) ...
Setting up linux-base-6.19.11+deb14-amd64 (6.19.11-1) ...
Setting up linux-base-amd64 (6.19.11-1) ...
Setting up libkmod2:amd64 (34.2-2+b1) ...
Setting up e2fsprogs (1.47.4-1) ...
Created symlink '/etc/systemd/system/timers.target.wants/e2scrub_all.timer' → '/usr/lib/systemd/system/e2scrub_all.timer'.
Created symlink '/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service' → '/usr/lib/systemd/system/e2scrub_reap.service'.
Setting up kmod (34.2-2+b1) ...
Setting up linux-binary-6.19.11+deb14-amd64 (6.19.11-1) ...
Setting up linux-modules-6.19.11+deb14-amd64 (6.19.11-1) ...
Setting up udev (260.1-1) ...
Creating group 'input' with GID 996.
Creating group 'sgx' with GID 995.
Creating group 'clock' with GID 994.
Creating group 'kvm' with GID 993.
Creating group 'render' with GID 992.
Setting up dracut-install (110-11) ...
Setting up dracut-core (110-11) ...
Setting up dracut (110-11) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-image-6.19.11+deb14-amd64 (6.19.11-1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-6.19.11+deb14-amd64
I: /vmlinuz is now a symlink to boot/vmlinuz-6.19.11+deb14-amd64
Setting up linux-image-amd64 (6.19.11-1) ...
Processing triggers for libc-bin (2.42-14) ...
Processing triggers for dracut (110-11) ...
‣ Running depmod for 6.19.11+deb14-amd64
‣ + depmod --all 6.19.11+deb14-amd64
‣ depmod not found.
‣ + rm -rf -- /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre /work/home/manut/.cache/mkosi/mkosi-workspace-5a_h5yre/root
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/mkosi/run.py", line 246, in spawn
proc = subprocess.Popen(
[*setup, *prefix, *cmdline],
...<15 lines>...
preexec_fn=_preexec,
)
File "/usr/lib/python3.13/subprocess.py", line 1039, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pass_fds, cwd, env,
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
gid, gids, uid, umask,
^^^^^^^^^^^^^^^^^^^^^^
start_new_session, process_group)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1991, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'depmod'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/mkosi/run.py", line 52, in uncaught_exception_handler
yield
File "/usr/lib/python3/dist-packages/mkosi/run.py", line 92, in fork_and_wait
target(*args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/mkosi/__init__.py", line 4903, in run_build
build_image(
~~~~~~~~~~~^
Context(
^^^^^^^^
...<7 lines>...
)
^
)
^
File "/usr/lib/python3/dist-packages/mkosi/__init__.py", line 3984, in build_image
run_depmod(context, cache=True)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/mkosi/__init__.py", line 3046, in run_depmod
run(["depmod", "--all", modulesd.name], sandbox=chroot_cmd(root=context.rootoptions))
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/mkosi/run.py", line 152, in run
with spawn(
~~~~~^
cmdline,
^^^^^^^^
...<8 lines>...
sandbox=sandbox,
^^^^^^^^^^^^^^^^
) as process:
^
File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/usr/lib/python3/dist-packages/mkosi/run.py", line 266, in spawn
die(f"{e.filename} not found.")
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/mkosi/log.py", line 24, in die
sys.exit(1)
~~~~~~~~^^^
SystemExit: 1
More information about the Pkg-systemd-maintainers
mailing list