2025-07-11 08:56:22 INFO Starting vmdb2 version 0.22 2025-07-11 08:56:22 INFO Load spec file raspi_1_bookworm.yaml 2025-07-11 08:56:22 INFO Exec: ['dpkg', '--print-architecture'] 2025-07-11 08:56:22 DEBUG STDOUT: amd64 2025-07-11 08:56:22 DEBUG STDERR: 2025-07-11 08:56:22 INFO Running step: {'mkimg': 'raspi_1_bookworm.img', 'size': '2500M'} 2025-07-11 08:56:22 INFO Calling > 2025-07-11 08:56:22 INFO Exec: ['qemu-img', 'create', '-f', 'raw', 'raspi_1_bookworm.img', '2500M'] 2025-07-11 08:56:23 DEBUG STDOUT: Formatting 'raspi_1_bookworm.img', fmt=raw size=2621440000 2025-07-11 08:56:23 DEBUG STDERR: 2025-07-11 08:56:23 INFO Calling > 2025-07-11 08:56:23 INFO Running step: {'mklabel': 'msdos', 'device': 'raspi_1_bookworm.img'} 2025-07-11 08:56:23 INFO Calling > 2025-07-11 08:56:23 INFO Exec: ['parted', '-s', 'raspi_1_bookworm.img', 'mklabel', 'msdos'] 2025-07-11 08:56:23 DEBUG STDOUT: 2025-07-11 08:56:23 DEBUG STDERR: 2025-07-11 08:56:23 INFO Calling > 2025-07-11 08:56:23 INFO Running step: {'mkpart': 'primary', 'fs-type': 'fat32', 'device': 'raspi_1_bookworm.img', 'start': '4MiB', 'end': '512MiB', 'tag': 'tag-firmware'} 2025-07-11 08:56:23 INFO Calling > 2025-07-11 08:56:23 INFO Exec: ['parted', '-m', '/srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img', 'print'] 2025-07-11 08:56:24 DEBUG STDOUT: BYT; /srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img:2621MB:file:512:512:msdos::; 2025-07-11 08:56:24 DEBUG STDERR: 2025-07-11 08:56:24 INFO Exec: ['parted', '-s', '/srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img', '--', 'mkpart', 'primary', 'fat32', '4MiB', '512MiB'] 2025-07-11 08:56:24 DEBUG STDOUT: 2025-07-11 08:56:24 DEBUG STDERR: 2025-07-11 08:56:24 INFO Exec: ['parted', '-m', '/srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img', 'print'] 2025-07-11 08:56:24 DEBUG STDOUT: BYT; /srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img:2621MB:file:512:512:msdos::; 1:4194kB:537MB:533MB:::lba; 2025-07-11 08:56:24 DEBUG STDERR: 2025-07-11 08:56:24 INFO Calling > 2025-07-11 08:56:24 INFO Running step: {'mkpart': 'primary', 'device': 'raspi_1_bookworm.img', 'start': '512MiB', 'end': '100%', 'tag': 'tag-root'} 2025-07-11 08:56:24 INFO Calling > 2025-07-11 08:56:24 INFO Exec: ['parted', '-m', '/srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img', 'print'] 2025-07-11 08:56:24 DEBUG STDOUT: BYT; /srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img:2621MB:file:512:512:msdos::; 1:4194kB:537MB:533MB:::lba; 2025-07-11 08:56:24 DEBUG STDERR: 2025-07-11 08:56:24 INFO Exec: ['parted', '-s', '/srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img', '--', 'mkpart', 'primary', 'ext2', '512MiB', '100%'] 2025-07-11 08:56:25 DEBUG STDOUT: 2025-07-11 08:56:25 DEBUG STDERR: 2025-07-11 08:56:25 INFO Exec: ['parted', '-m', '/srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img', 'print'] 2025-07-11 08:56:25 DEBUG STDOUT: BYT; /srv/cdbuilder.debian.org/raspberrypi/image-specs/raspi_1_bookworm.img:2621MB:file:512:512:msdos::; 1:4194kB:537MB:533MB:::lba; 2:537MB:2621MB:2085MB:::; 2025-07-11 08:56:25 DEBUG STDERR: 2025-07-11 08:56:25 INFO Calling > 2025-07-11 08:56:25 INFO Running step: {'kpartx': 'raspi_1_bookworm.img'} 2025-07-11 08:56:25 INFO Calling > 2025-07-11 08:56:25 INFO Exec: ['kpartx', '-asv', 'raspi_1_bookworm.img'] 2025-07-11 08:56:26 DEBUG STDOUT: add map loop0p1 (254:0): 0 1040384 linear 7:0 8192 add map loop0p2 (254:1): 0 4071424 linear 7:0 1048576 2025-07-11 08:56:26 DEBUG STDERR: 2025-07-11 08:56:26 INFO remembering /dev/mapper/loop0p1 as tag-firmware 2025-07-11 08:56:26 INFO remembering /dev/mapper/loop0p2 as tag-root 2025-07-11 08:56:26 INFO Calling > 2025-07-11 08:56:26 INFO Running step: {'mkfs': 'vfat', 'partition': 'tag-firmware', 'label': 'RASPIFIRM'} 2025-07-11 08:56:26 INFO Calling > 2025-07-11 08:56:26 INFO Exec: ['/sbin/mkfs', '-t', 'vfat', '-n', 'RASPIFIRM', '/dev/mapper/loop0p1'] 2025-07-11 08:56:26 DEBUG STDOUT: mkfs.fat 4.2 (2021-01-31) 2025-07-11 08:56:26 DEBUG STDERR: 2025-07-11 08:56:26 INFO Calling > 2025-07-11 08:56:26 INFO Running step: {'mkfs': 'ext4', 'partition': 'tag-root', 'label': 'RASPIROOT'} 2025-07-11 08:56:26 INFO Calling > 2025-07-11 08:56:26 INFO Exec: ['/sbin/mkfs', '-t', 'ext4', '-L', 'RASPIROOT', '/dev/mapper/loop0p2'] 2025-07-11 08:56:31 DEBUG STDOUT: Creating filesystem with 508928 4k blocks and 127232 inodes Filesystem UUID: 809d436a-7f08-4733-a6bb-cc2150f5b6c8 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: 0/16 done 2025-07-11 08:56:31 DEBUG STDERR: mke2fs 1.46.2 (28-Feb-2021) 2025-07-11 08:56:31 INFO Calling > 2025-07-11 08:56:31 INFO Running step: {'mount': 'tag-root'} 2025-07-11 08:56:31 INFO Calling > 2025-07-11 08:56:31 INFO Exec: ['mount', '/dev/mapper/loop0p2', '/tmp/tmpgpxksfo4'] 2025-07-11 08:56:31 DEBUG STDOUT: 2025-07-11 08:56:31 DEBUG STDERR: 2025-07-11 08:56:31 INFO Calling > 2025-07-11 08:56:31 INFO Running step: {'mount': 'tag-firmware', 'mount-on': 'tag-root', 'dirname': '/boot/firmware'} 2025-07-11 08:56:31 INFO Calling > 2025-07-11 08:56:31 INFO Exec: ['mount', '/dev/mapper/loop0p1', '/tmp/tmpgpxksfo4/.//boot/firmware'] 2025-07-11 08:56:32 DEBUG STDOUT: 2025-07-11 08:56:32 DEBUG STDERR: 2025-07-11 08:56:32 INFO Calling > 2025-07-11 08:56:32 INFO Running step: {'unpack-rootfs': 'tag-root'} 2025-07-11 08:56:32 INFO Calling > 2025-07-11 08:56:32 DEBUG settings: {'rootfs-tarball': 'raspi_1_bookworm.tar.gz'} 2025-07-11 08:56:32 DEBUG tar_path: 'raspi_1_bookworm.tar.gz' 2025-07-11 08:56:32 INFO Calling > 2025-07-11 08:56:32 INFO Running step: {'qemu-debootstrap': 'bookworm', 'mirror': 'http://deb.debian.org/debian', 'target': 'tag-root', 'arch': 'armel', 'components': ['main', 'non-free-firmware', 'non-free'], 'unless': 'rootfs_unpacked'} 2025-07-11 08:56:32 INFO Calling > 2025-07-11 08:56:32 INFO Exec: ['qemu-debootstrap', '--arch', 'armel', '--variant', '-', '--components', 'main,non-free-firmware,non-free', 'bookworm', '/tmp/tmpgpxksfo4', 'http://deb.debian.org/debian'] 2025-07-11 09:03:11 DEBUG STDOUT: I: Retrieving InRelease I: Checking Release signature I: Valid Release signature (key id 4D64FEC119C2029067D6E791F8D2585B8783D481) I: Retrieving Packages I: Validating Packages I: Retrieving Packages I: Validating Packages I: Retrieving Packages I: Validating Packages I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Checking component main on http://deb.debian.org/debian... I: Retrieving libacl1 2.3.1-3 I: Validating libacl1 2.3.1-3 I: Retrieving adduser 3.134 I: Validating adduser 3.134 I: Retrieving libapparmor1 3.0.8-3 I: Validating libapparmor1 3.0.8-3 I: Retrieving apt 2.6.1 I: Validating apt 2.6.1 I: Retrieving apt-utils 2.6.1 I: Validating apt-utils 2.6.1 I: Retrieving libapt-pkg6.0 2.6.1 I: Validating libapt-pkg6.0 2.6.1 I: Retrieving libargon2-1 0~20171227-0.3+deb12u1 I: Validating libargon2-1 0~20171227-0.3+deb12u1 I: Retrieving libattr1 1:2.5.1-4 I: Validating libattr1 1:2.5.1-4 I: Retrieving libaudit-common 1:3.0.9-1 I: Validating libaudit-common 1:3.0.9-1 I: Retrieving libaudit1 1:3.0.9-1 I: Validating libaudit1 1:3.0.9-1 I: Retrieving base-files 12.4+deb12u11 I: Validating base-files 12.4+deb12u11 I: Retrieving base-passwd 3.6.1 I: Validating base-passwd 3.6.1 I: Retrieving bash 5.2.15-2+b8 I: Validating bash 5.2.15-2+b8 I: Retrieving libbz2-1.0 1.0.8-5+b1 I: Validating libbz2-1.0 1.0.8-5+b1 I: Retrieving libdebconfclient0 0.270 I: Validating libdebconfclient0 0.270 I: Retrieving coreutils 9.1-1 I: Validating coreutils 9.1-1 I: Retrieving cpio 2.13+dfsg-7.1 I: Validating cpio 2.13+dfsg-7.1 I: Retrieving cron 3.0pl1-162 I: Validating cron 3.0pl1-162 I: Retrieving cron-daemon-common 3.0pl1-162 I: Validating cron-daemon-common 3.0pl1-162 I: Retrieving libcryptsetup12 2:2.6.1-4~deb12u2 I: Validating libcryptsetup12 2:2.6.1-4~deb12u2 I: Retrieving dash 0.5.12-2 I: Validating dash 0.5.12-2 I: Retrieving libdb5.3 5.3.28+dfsg2-1 I: Validating libdb5.3 5.3.28+dfsg2-1 I: Retrieving debconf 1.5.82 I: Validating debconf 1.5.82 I: Retrieving debconf-i18n 1.5.82 I: Validating debconf-i18n 1.5.82 I: Retrieving debian-archive-keyring 2023.3+deb12u2 I: Validating debian-archive-keyring 2023.3+deb12u2 I: Retrieving debianutils 5.7-0.5~deb12u1 I: Validating debianutils 5.7-0.5~deb12u1 I: Retrieving diffutils 1:3.8-4 I: Validating diffutils 1:3.8-4 I: Retrieving dpkg 1.21.22 I: Validating dpkg 1.21.22 I: Retrieving e2fsprogs 1.47.0-2 I: Validating e2fsprogs 1.47.0-2 I: Retrieving libcom-err2 1.47.0-2 I: Validating libcom-err2 1.47.0-2 I: Retrieving libext2fs2 1.47.0-2 I: Validating libext2fs2 1.47.0-2 I: Retrieving libss2 1.47.0-2 I: Validating libss2 1.47.0-2 I: Retrieving logsave 1.47.0-2 I: Validating logsave 1.47.0-2 I: Retrieving libelf1 0.188-2.1 I: Validating libelf1 0.188-2.1 I: Retrieving findutils 4.9.0-4 I: Validating findutils 4.9.0-4 I: Retrieving gcc-12-base 12.2.0-14+deb12u1 I: Validating gcc-12-base 12.2.0-14+deb12u1 I: Retrieving libatomic1 12.2.0-14+deb12u1 I: Validating libatomic1 12.2.0-14+deb12u1 I: Retrieving libgcc-s1 12.2.0-14+deb12u1 I: Validating libgcc-s1 12.2.0-14+deb12u1 I: Retrieving libstdc++6 12.2.0-14+deb12u1 I: Validating libstdc++6 12.2.0-14+deb12u1 I: Retrieving libc-bin 2.36-9+deb12u10 I: Validating libc-bin 2.36-9+deb12u10 I: Retrieving libc6 2.36-9+deb12u10 I: Validating libc6 2.36-9+deb12u10 I: Retrieving libgmp10 2:6.2.1+dfsg1-1.1 I: Validating libgmp10 2:6.2.1+dfsg1-1.1 I: Retrieving gpgv 2.2.40-1.1 I: Validating gpgv 2.2.40-1.1 I: Retrieving libgnutls30 3.7.9-2+deb12u4 I: Validating libgnutls30 3.7.9-2+deb12u4 I: Retrieving grep 3.8-5 I: Validating grep 3.8-5 I: Retrieving gzip 1.12-1 I: Validating gzip 1.12-1 I: Retrieving hostname 3.23+nmu1 I: Validating hostname 3.23+nmu1 I: Retrieving ifupdown 0.8.41 I: Validating ifupdown 0.8.41 I: Retrieving init 1.65.2 I: Validating init 1.65.2 I: Retrieving init-system-helpers 1.65.2 I: Validating init-system-helpers 1.65.2 I: Retrieving iproute2 6.1.0-3 I: Validating iproute2 6.1.0-3 I: Retrieving libip4tc2 1.8.9-2 I: Validating libip4tc2 1.8.9-2 I: Retrieving libxtables12 1.8.9-2 I: Validating libxtables12 1.8.9-2 I: Retrieving iputils-ping 3:20221126-1+deb12u1 I: Validating iputils-ping 3:20221126-1+deb12u1 I: Retrieving isc-dhcp-client 4.4.3-P1-2 I: Validating isc-dhcp-client 4.4.3-P1-2 I: Retrieving isc-dhcp-common 4.4.3-P1-2 I: Validating isc-dhcp-common 4.4.3-P1-2 I: Retrieving libjansson4 2.14-2 I: Validating libjansson4 2.14-2 I: Retrieving libjson-c5 0.16-2 I: Validating libjson-c5 0.16-2 I: Retrieving libkeyutils1 1.6.3-2 I: Validating libkeyutils1 1.6.3-2 I: Retrieving kmod 30+20221128-1 I: Validating kmod 30+20221128-1 I: Retrieving libkmod2 30+20221128-1 I: Validating libkmod2 30+20221128-1 I: Retrieving libgssapi-krb5-2 1.20.1-2+deb12u3 I: Validating libgssapi-krb5-2 1.20.1-2+deb12u3 I: Retrieving libk5crypto3 1.20.1-2+deb12u3 I: Validating libk5crypto3 1.20.1-2+deb12u3 I: Retrieving libkrb5-3 1.20.1-2+deb12u3 I: Validating libkrb5-3 1.20.1-2+deb12u3 I: Retrieving libkrb5support0 1.20.1-2+deb12u3 I: Validating libkrb5support0 1.20.1-2+deb12u3 I: Retrieving less 590-2.1~deb12u2 I: Validating less 590-2.1~deb12u2 I: Retrieving libbpf1 1:1.1.0-1 I: Validating libbpf1 1:1.1.0-1 I: Retrieving libbsd0 0.11.7-2 I: Validating libbsd0 0.11.7-2 I: Retrieving libcap-ng0 0.8.3-1+b3 I: Validating libcap-ng0 0.8.3-1+b3 I: Retrieving libcap2 1:2.66-4+deb12u1 I: Validating libcap2 1:2.66-4+deb12u1 I: Retrieving libcap2-bin 1:2.66-4+deb12u1 I: Validating libcap2-bin 1:2.66-4+deb12u1 I: Retrieving libedit2 3.1-20221030-2 I: Validating libedit2 3.1-20221030-2 I: Retrieving libffi8 3.4.4-1 I: Validating libffi8 3.4.4-1 I: Retrieving libgcrypt20 1.10.1-3 I: Validating libgcrypt20 1.10.1-3 I: Retrieving libgpg-error0 1.46-1 I: Validating libgpg-error0 1.46-1 I: Retrieving libidn2-0 2.3.3-1+b1 I: Validating libidn2-0 2.3.3-1+b1 I: Retrieving liblocale-gettext-perl 1.07-5 I: Validating liblocale-gettext-perl 1.07-5 I: Retrieving libmd0 1.0.4-2 I: Validating libmd0 1.0.4-2 I: Retrieving libmnl0 1.0.4-3 I: Validating libmnl0 1.0.4-3 I: Retrieving libnftnl11 1.2.4-2 I: Validating libnftnl11 1.2.4-2 I: Retrieving libseccomp2 2.5.4-1+deb12u1 I: Validating libseccomp2 2.5.4-1+deb12u1 I: Retrieving libselinux1 3.4-1+b6 I: Validating libselinux1 3.4-1+b6 I: Retrieving libsemanage-common 3.4-1 I: Validating libsemanage-common 3.4-1 I: Retrieving libsemanage2 3.4-1+b5 I: Validating libsemanage2 3.4-1+b5 I: Retrieving libsepol2 3.4-2.1 I: Validating libsepol2 3.4-2.1 I: Retrieving libtasn1-6 4.19.0-2+deb12u1 I: Validating libtasn1-6 4.19.0-2+deb12u1 I: Retrieving libtext-charwidth-perl 0.04-11 I: Validating libtext-charwidth-perl 0.04-11 I: Retrieving libtext-iconv-perl 1.7-8 I: Validating libtext-iconv-perl 1.7-8 I: Retrieving libtext-wrapi18n-perl 0.06-10 I: Validating libtext-wrapi18n-perl 0.06-10 I: Retrieving libtirpc-common 1.3.3+ds-1 I: Validating libtirpc-common 1.3.3+ds-1 I: Retrieving libtirpc3 1.3.3+ds-1 I: Validating libtirpc3 1.3.3+ds-1 I: Retrieving libunistring2 1.0-2 I: Validating libunistring2 1.0-2 I: Retrieving libcrypt1 1:4.4.33-2 I: Validating libcrypt1 1:4.4.33-2 I: Retrieving libzstd1 1.5.4+dfsg2-5 I: Validating libzstd1 1.5.4+dfsg2-5 I: Retrieving logrotate 3.21.0-1 I: Validating logrotate 3.21.0-1 I: Retrieving dmsetup 2:1.02.185-2 I: Validating dmsetup 2:1.02.185-2 I: Retrieving libdevmapper1.02.1 2:1.02.185-2 I: Validating libdevmapper1.02.1 2:1.02.185-2 I: Retrieving liblz4-1 1.9.4-1 I: Validating liblz4-1 1.9.4-1 I: Retrieving mawk 1.3.4.20200120-3.1 I: Validating mawk 1.3.4.20200120-3.1 I: Retrieving nano 7.2-1+deb12u1 I: Validating nano 7.2-1+deb12u1 I: Retrieving libncursesw6 6.4-4 I: Validating libncursesw6 6.4-4 I: Retrieving libtinfo6 6.4-4 I: Validating libtinfo6 6.4-4 I: Retrieving ncurses-base 6.4-4 I: Validating ncurses-base 6.4-4 I: Retrieving ncurses-bin 6.4-4 I: Validating ncurses-bin 6.4-4 I: Retrieving netbase 6.4 I: Validating netbase 6.4 I: Retrieving libhogweed6 3.8.1-2 I: Validating libhogweed6 3.8.1-2 I: Retrieving libnettle8 3.8.1-2 I: Validating libnettle8 3.8.1-2 I: Retrieving libnewt0.52 0.52.23-1+b1 I: Validating libnewt0.52 0.52.23-1+b1 I: Retrieving whiptail 0.52.23-1+b1 I: Validating whiptail 0.52.23-1+b1 I: Retrieving libnftables1 1.0.6-2+deb12u2 I: Validating libnftables1 1.0.6-2+deb12u2 I: Retrieving nftables 1.0.6-2+deb12u2 I: Validating nftables 1.0.6-2+deb12u2 I: Retrieving libssl3 3.0.16-1~deb12u1 I: Validating libssl3 3.0.16-1~deb12u1 I: Retrieving libp11-kit0 0.24.1-2 I: Validating libp11-kit0 0.24.1-2 I: Retrieving libpam-modules 1.5.2-6+deb12u1 I: Validating libpam-modules 1.5.2-6+deb12u1 I: Retrieving libpam-modules-bin 1.5.2-6+deb12u1 I: Validating libpam-modules-bin 1.5.2-6+deb12u1 I: Retrieving libpam-runtime 1.5.2-6+deb12u1 I: Validating libpam-runtime 1.5.2-6+deb12u1 I: Retrieving libpam0g 1.5.2-6+deb12u1 I: Validating libpam0g 1.5.2-6+deb12u1 I: Retrieving libpcre2-8-0 10.42-1 I: Validating libpcre2-8-0 10.42-1 I: Retrieving perl-base 5.36.0-7+deb12u2 I: Validating perl-base 5.36.0-7+deb12u2 I: Retrieving libpopt0 1.19+dfsg-1 I: Validating libpopt0 1.19+dfsg-1 I: Retrieving libproc2-0 2:4.0.2-3 I: Validating libproc2-0 2:4.0.2-3 I: Retrieving procps 2:4.0.2-3 I: Validating procps 2:4.0.2-3 I: Retrieving libreadline8 8.2-1.3 I: Validating libreadline8 8.2-1.3 I: Retrieving readline-common 8.2-1.3 I: Validating readline-common 8.2-1.3 I: Retrieving sed 4.9-1 I: Validating sed 4.9-1 I: Retrieving sensible-utils 0.0.17+nmu1 I: Validating sensible-utils 0.0.17+nmu1 I: Retrieving login 1:4.13+dfsg1-1+deb12u1 I: Validating login 1:4.13+dfsg1-1+deb12u1 I: Retrieving passwd 1:4.13+dfsg1-1+deb12u1 I: Validating passwd 1:4.13+dfsg1-1+deb12u1 I: Retrieving libslang2 2.3.3-3 I: Validating libslang2 2.3.3-3 I: Retrieving libsystemd-shared 252.36-1~deb12u1 I: Validating libsystemd-shared 252.36-1~deb12u1 I: Retrieving libsystemd0 252.36-1~deb12u1 I: Validating libsystemd0 252.36-1~deb12u1 I: Retrieving libudev1 252.36-1~deb12u1 I: Validating libudev1 252.36-1~deb12u1 I: Retrieving systemd 252.36-1~deb12u1 I: Validating systemd 252.36-1~deb12u1 I: Retrieving systemd-sysv 252.36-1~deb12u1 I: Validating systemd-sysv 252.36-1~deb12u1 I: Retrieving udev 252.36-1~deb12u1 I: Validating udev 252.36-1~deb12u1 I: Retrieving sysvinit-utils 3.06-4 I: Validating sysvinit-utils 3.06-4 I: Retrieving tar 1.34+dfsg-1.2+deb12u1 I: Validating tar 1.34+dfsg-1.2+deb12u1 I: Retrieving tasksel 3.73 I: Validating tasksel 3.73 I: Retrieving tasksel-data 3.73 I: Validating tasksel-data 3.73 I: Retrieving tzdata 2025b-0+deb12u1 I: Validating tzdata 2025b-0+deb12u1 I: Retrieving usr-is-merged 37~deb12u1 I: Validating usr-is-merged 37~deb12u1 I: Retrieving bsdutils 1:2.38.1-5+deb12u3 I: Validating bsdutils 1:2.38.1-5+deb12u3 I: Retrieving fdisk 2.38.1-5+deb12u3 I: Validating fdisk 2.38.1-5+deb12u3 I: Retrieving libblkid1 2.38.1-5+deb12u3 I: Validating libblkid1 2.38.1-5+deb12u3 I: Retrieving libfdisk1 2.38.1-5+deb12u3 I: Validating libfdisk1 2.38.1-5+deb12u3 I: Retrieving libmount1 2.38.1-5+deb12u3 I: Validating libmount1 2.38.1-5+deb12u3 I: Retrieving libsmartcols1 2.38.1-5+deb12u3 I: Validating libsmartcols1 2.38.1-5+deb12u3 I: Retrieving libuuid1 2.38.1-5+deb12u3 I: Validating libuuid1 2.38.1-5+deb12u3 I: Retrieving mount 2.38.1-5+deb12u3 I: Validating mount 2.38.1-5+deb12u3 I: Retrieving util-linux 2.38.1-5+deb12u3 I: Validating util-linux 2.38.1-5+deb12u3 I: Retrieving util-linux-extra 2.38.1-5+deb12u3 I: Validating util-linux-extra 2.38.1-5+deb12u3 I: Retrieving vim-common 2:9.0.1378-2+deb12u2 I: Validating vim-common 2:9.0.1378-2+deb12u2 I: Retrieving vim-tiny 2:9.0.1378-2+deb12u2 I: Validating vim-tiny 2:9.0.1378-2+deb12u2 I: Retrieving libxxhash0 0.8.1-1 I: Validating libxxhash0 0.8.1-1 I: Retrieving liblzma5 5.4.1-1 I: Validating liblzma5 5.4.1-1 I: Retrieving zlib1g 1:1.2.13.dfsg-1 I: Validating zlib1g 1:1.2.13.dfsg-1 I: Chosen extractor for .deb packages: dpkg-deb I: Extracting libacl1... I: Extracting adduser... I: Extracting apt... I: Extracting libapt-pkg6.0... I: Extracting libattr1... I: Extracting libaudit-common... I: Extracting libaudit1... I: Extracting base-files... I: Extracting base-passwd... I: Extracting bash... I: Extracting libbz2-1.0... I: Extracting libdebconfclient0... I: Extracting coreutils... I: Extracting dash... I: Extracting libdb5.3... I: Extracting debconf... I: Extracting debian-archive-keyring... I: Extracting debianutils... I: Extracting diffutils... I: Extracting dpkg... I: Extracting e2fsprogs... I: Extracting libcom-err2... I: Extracting libext2fs2... I: Extracting libss2... I: Extracting logsave... I: Extracting findutils... I: Extracting gcc-12-base... I: Extracting libgcc-s1... I: Extracting libstdc++6... I: Extracting libc-bin... I: Extracting libc6... I: Extracting libgmp10... I: Extracting gpgv... I: Extracting libgnutls30... I: Extracting grep... I: Extracting gzip... I: Extracting hostname... I: Extracting init-system-helpers... I: Extracting libcap-ng0... I: Extracting libcap2... I: Extracting libffi8... I: Extracting libgcrypt20... I: Extracting libgpg-error0... I: Extracting libidn2-0... I: Extracting libmd0... I: Extracting libseccomp2... I: Extracting libselinux1... I: Extracting libsemanage-common... I: Extracting libsemanage2... I: Extracting libsepol2... I: Extracting libtasn1-6... I: Extracting libunistring2... I: Extracting libcrypt1... I: Extracting libzstd1... I: Extracting liblz4-1... I: Extracting mawk... I: Extracting libtinfo6... I: Extracting ncurses-base... I: Extracting ncurses-bin... I: Extracting libhogweed6... I: Extracting libnettle8... I: Extracting libp11-kit0... I: Extracting libpam-modules... I: Extracting libpam-modules-bin... I: Extracting libpam-runtime... I: Extracting libpam0g... I: Extracting libpcre2-8-0... I: Extracting perl-base... I: Extracting sed... I: Extracting login... I: Extracting passwd... I: Extracting libsystemd0... I: Extracting libudev1... I: Extracting sysvinit-utils... I: Extracting tar... I: Extracting tzdata... I: Extracting usr-is-merged... I: Extracting bsdutils... I: Extracting libblkid1... I: Extracting libmount1... I: Extracting libsmartcols1... I: Extracting libuuid1... I: Extracting mount... I: Extracting util-linux... I: Extracting util-linux-extra... I: Extracting libxxhash0... I: Extracting liblzma5... I: Extracting zlib1g... I: Installing core packages... I: Unpacking required packages... I: Unpacking libacl1:armel... I: Unpacking adduser... I: Unpacking apt... I: Unpacking libapt-pkg6.0:armel... I: Unpacking libattr1:armel... I: Unpacking libaudit-common... I: Unpacking libaudit1:armel... I: Unpacking base-files... I: Unpacking base-passwd... I: Unpacking bash... I: Unpacking libbz2-1.0:armel... I: Unpacking libdebconfclient0:armel... I: Unpacking coreutils... I: Unpacking dash... I: Unpacking libdb5.3:armel... I: Unpacking debconf... I: Unpacking debian-archive-keyring... I: Unpacking debianutils... I: Unpacking diffutils... I: Unpacking dpkg... I: Unpacking e2fsprogs... I: Unpacking libcom-err2:armel... I: Unpacking libext2fs2:armel... I: Unpacking libss2:armel... I: Unpacking logsave... I: Unpacking findutils... I: Unpacking gcc-12-base:armel... I: Unpacking libgcc-s1:armel... I: Unpacking libstdc++6:armel... I: Unpacking libc-bin... I: Unpacking libc6:armel... I: Unpacking libgmp10:armel... I: Unpacking gpgv... I: Unpacking libgnutls30:armel... I: Unpacking grep... I: Unpacking gzip... I: Unpacking hostname... I: Unpacking init-system-helpers... I: Unpacking libcap-ng0:armel... I: Unpacking libcap2:armel... I: Unpacking libffi8:armel... I: Unpacking libgcrypt20:armel... I: Unpacking libgpg-error0:armel... I: Unpacking libidn2-0:armel... I: Unpacking libmd0:armel... I: Unpacking libseccomp2:armel... I: Unpacking libselinux1:armel... I: Unpacking libsemanage-common... I: Unpacking libsemanage2:armel... I: Unpacking libsepol2:armel... I: Unpacking libtasn1-6:armel... I: Unpacking libunistring2:armel... I: Unpacking libcrypt1:armel... I: Unpacking libzstd1:armel... I: Unpacking liblz4-1:armel... I: Unpacking mawk... I: Unpacking libtinfo6:armel... I: Unpacking ncurses-base... I: Unpacking ncurses-bin... I: Unpacking libhogweed6:armel... I: Unpacking libnettle8:armel... I: Unpacking libp11-kit0:armel... I: Unpacking libpam-modules:armel... I: Unpacking libpam-modules-bin... I: Unpacking libpam-runtime... I: Unpacking libpam0g:armel... I: Unpacking libpcre2-8-0:armel... I: Unpacking perl-base... I: Unpacking sed... I: Unpacking login... I: Unpacking passwd... I: Unpacking libsystemd0:armel... I: Unpacking libudev1:armel... I: Unpacking sysvinit-utils... I: Unpacking tar... I: Unpacking tzdata... I: Unpacking usr-is-merged... I: Unpacking bsdutils... I: Unpacking libblkid1:armel... I: Unpacking libmount1:armel... I: Unpacking libsmartcols1:armel... I: Unpacking libuuid1:armel... I: Unpacking mount... I: Unpacking util-linux... I: Unpacking util-linux-extra... I: Unpacking libxxhash0:armel... I: Unpacking liblzma5:armel... I: Unpacking zlib1g:armel... I: Configuring required packages... I: Configuring debian-archive-keyring... I: Configuring usr-is-merged... I: Configuring libaudit-common... I: Configuring libsemanage-common... I: Configuring debconf... I: Configuring gcc-12-base:armel... I: Configuring tzdata... I: Configuring ncurses-base... I: Configuring init-system-helpers... I: Configuring libgcc-s1:armel... I: Configuring libc6:armel... I: Configuring libudev1:armel... I: Configuring libffi8:armel... I: Configuring libmd0:armel... I: Configuring libxxhash0:armel... I: Configuring libattr1:armel... I: Configuring sysvinit-utils... I: Configuring libtasn1-6:armel... I: Configuring debianutils... I: Configuring mawk... I: Configuring libdebconfclient0:armel... I: Configuring base-files... I: Configuring libbz2-1.0:armel... I: Configuring libdb5.3:armel... I: Configuring libblkid1:armel... I: Configuring libstdc++6:armel... I: Configuring libtinfo6:armel... I: Configuring bash... I: Configuring libzstd1:armel... I: Configuring liblzma5:armel... I: Configuring libgpg-error0:armel... I: Configuring liblz4-1:armel... I: Configuring libc-bin... I: Configuring ncurses-bin... I: Configuring libacl1:armel... I: Configuring libunistring2:armel... I: Configuring libsmartcols1:armel... I: Configuring libgcrypt20:armel... I: Configuring zlib1g:armel... I: Configuring libcrypt1:armel... I: Configuring libidn2-0:armel... I: Configuring libcom-err2:armel... I: Configuring diffutils... I: Configuring libseccomp2:armel... I: Configuring libcap2:armel... I: Configuring hostname... I: Configuring libcap-ng0:armel... I: Configuring libext2fs2:armel... I: Configuring libnettle8:armel... I: Configuring libgmp10:armel... I: Configuring libp11-kit0:armel... I: Configuring libaudit1:armel... I: Configuring libuuid1:armel... I: Configuring libss2:armel... I: Configuring libsepol2:armel... I: Configuring libpcre2-8-0:armel... I: Configuring logsave... I: Configuring gpgv... I: Configuring util-linux-extra... I: Configuring libhogweed6:armel... I: Configuring e2fsprogs... I: Configuring libsystemd0:armel... I: Configuring libselinux1:armel... I: Configuring libgnutls30:armel... I: Configuring libpam0g:armel... I: Configuring libapt-pkg6.0:armel... I: Configuring sed... I: Configuring findutils... I: Configuring libmount1:armel... I: Configuring libsemanage2:armel... I: Configuring base-passwd... I: Configuring bsdutils... I: Configuring tar... I: Configuring libpam-modules-bin... I: Configuring coreutils... I: Configuring util-linux... I: Configuring dpkg... I: Configuring mount... I: Configuring dash... I: Configuring libpam-modules:armel... I: Configuring grep... I: Configuring perl-base... I: Configuring gzip... I: Configuring passwd... I: Configuring libpam-runtime... I: Configuring login... I: Configuring adduser... I: Configuring apt... I: Configuring libc-bin... I: Unpacking the base system... I: Unpacking apt-utils... I: Unpacking cpio... I: Unpacking cron... I: Unpacking debconf-i18n... I: Unpacking libelf1:armel... I: Unpacking ifupdown... I: Unpacking init... I: Unpacking iproute2... I: Unpacking libxtables12:armel... I: Unpacking iputils-ping... I: Unpacking isc-dhcp-client... I: Unpacking isc-dhcp-common... I: Unpacking libjansson4:armel... I: Unpacking libkeyutils1:armel... I: Unpacking kmod... I: Unpacking libgssapi-krb5-2:armel... I: Unpacking libk5crypto3:armel... I: Unpacking libkrb5-3:armel... I: Unpacking libkrb5support0:armel... I: Unpacking less... I: Unpacking libbpf1:armel... I: Unpacking libbsd0:armel... I: Unpacking libcap2-bin... I: Unpacking libedit2:armel... I: Unpacking liblocale-gettext-perl... I: Unpacking libmnl0:armel... I: Unpacking libnftnl11:armel... I: Unpacking libtext-charwidth-perl:armel... I: Unpacking libtext-iconv-perl:armel... I: Unpacking libtext-wrapi18n-perl... I: Unpacking libtirpc-common... I: Unpacking libtirpc3:armel... I: Unpacking logrotate... I: Unpacking nano... I: Unpacking libncursesw6:armel... I: Unpacking netbase... I: Unpacking libnewt0.52:armel... I: Unpacking whiptail... I: Unpacking libnftables1:armel... I: Unpacking nftables... I: Unpacking libpopt0:armel... I: Unpacking libproc2-0:armel... I: Unpacking procps... I: Unpacking libreadline8:armel... I: Unpacking readline-common... I: Unpacking sensible-utils... I: Unpacking libslang2:armel... I: Unpacking udev... I: Unpacking tasksel... I: Unpacking tasksel-data... I: Unpacking fdisk... I: Unpacking vim-common... I: Unpacking vim-tiny... I: Configuring the base system... I: Configuring cpio... I: Configuring libtext-iconv-perl:armel... I: Configuring libtext-charwidth-perl:armel... I: Configuring libkeyutils1:armel... I: Configuring apt-utils... I: Configuring init... I: Configuring libtirpc-common... I: Configuring less... I: Configuring kmod... I: Configuring libtext-wrapi18n-perl... I: Configuring libjansson4:armel... I: Configuring libkrb5support0:armel... I: Configuring libcap2-bin... I: Configuring vim-common... I: Configuring libslang2:armel... I: Configuring libproc2-0:armel... I: Configuring libmnl0:armel... I: Configuring udev... I: Configuring libncursesw6:armel... I: Configuring libk5crypto3:armel... I: Configuring libxtables12:armel... I: Configuring nano... I: Configuring sensible-utils... I: Configuring procps... I: Configuring netbase... I: Configuring isc-dhcp-common... I: Configuring libkrb5-3:armel... I: Configuring libbsd0:armel... I: Configuring libelf1:armel... I: Configuring iputils-ping... I: Configuring readline-common... I: Configuring liblocale-gettext-perl... I: Configuring libbpf1:armel... I: Configuring libpopt0:armel... I: Configuring logrotate... I: Configuring libnewt0.52:armel... I: Configuring libedit2:armel... I: Configuring libreadline8:armel... I: Configuring cron... I: Configuring debconf-i18n... I: Configuring libnftnl11:armel... I: Configuring vim-tiny... I: Configuring fdisk... I: Configuring libgssapi-krb5-2:armel... I: Configuring whiptail... I: Configuring libtirpc3:armel... I: Configuring libnftables1:armel... I: Configuring nftables... I: Configuring iproute2... I: Configuring isc-dhcp-client... I: Configuring ifupdown... I: Configuring tasksel... I: Configuring tasksel-data... I: Configuring libc-bin... I: Base system installed successfully. 2025-07-11 09:03:11 DEBUG STDERR: W: qemu-debootstrap is deprecated. Please use regular debootstrap directly I: Running command: debootstrap --arch armel --variant - --components main,non-free-firmware,non-free bookworm /tmp/tmpgpxksfo4 http://deb.debian.org/debian W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory) 2025-07-11 09:03:11 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'apt-get', 'update'] 2025-07-11 09:03:33 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm/main Translation-en [6109 kB] Get:3 http://deb.debian.org/debian bookworm/non-free-firmware Translation-en [20.9 kB] Get:4 http://deb.debian.org/debian bookworm/non-free Translation-en [68.1 kB] Fetched 6198 kB in 10s (649 kB/s) Reading package lists... 2025-07-11 09:03:33 DEBUG STDERR: 2025-07-11 09:03:33 INFO Calling > 2025-07-11 09:03:33 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'apt-get', 'update'] 2025-07-11 09:03:51 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bookworm InRelease Reading package lists... 2025-07-11 09:03:51 DEBUG STDERR: 2025-07-11 09:03:51 INFO Running step: {'create-file': '/etc/apt/sources.list', 'contents': 'deb http://deb.debian.org/debian bookworm main non-free-firmware non-free\ndeb http://deb.debian.org/debian bookworm-updates main non-free-firmware non-free\ndeb http://security.debian.org/debian-security bookworm-security main non-free-firmware non-free\n# Backports are _not_ enabled by default.\n# Enable them by uncommenting the following line:\n# deb http://deb.debian.org/debian bookworm-backports main non-free-firmware\n', 'unless': 'rootfs_unpacked'} 2025-07-11 09:03:51 INFO Calling > 2025-07-11 09:03:51 INFO Creating file /tmp/tmpgpxksfo4//etc/apt/sources.list, uid 0, gid 0, perms 644 2025-07-11 09:03:51 INFO Calling > 2025-07-11 09:03:51 INFO Running step: {'copy-file': '/etc/initramfs-tools/hooks/rpi-resizerootfs', 'src': 'rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs', 'perm': 493, 'unless': 'rootfs_unpacked'} 2025-07-11 09:03:51 INFO Calling > 2025-07-11 09:03:51 INFO Copying file rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs to /tmp/tmpgpxksfo4//etc/initramfs-tools/hooks/rpi-resizerootfs, uid 0, gid 0, perms 755 2025-07-11 09:03:51 INFO Calling > 2025-07-11 09:03:51 INFO Running step: {'copy-file': '/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs', 'src': 'rootfs/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs', 'perm': 493, 'unless': 'rootfs_unpacked'} 2025-07-11 09:03:51 INFO Calling > 2025-07-11 09:03:51 INFO Copying file rootfs/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs to /tmp/tmpgpxksfo4//etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs, uid 0, gid 0, perms 755 2025-07-11 09:03:51 INFO Calling > 2025-07-11 09:03:51 INFO Running step: {'apt': 'install', 'packages': ['ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-rpi', 'raspi-firmware', 'firmware-brcm80211', 'bluez-firmware'], 'tag': 'tag-root', 'unless': 'rootfs_unpacked'} 2025-07-11 09:03:51 INFO Calling > 2025-07-11 09:03:51 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'apt-get', 'update'] 2025-07-11 09:04:20 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main armel Packages [756 B] Get:5 http://deb.debian.org/debian bookworm-updates/main Translation-en [664 B] Get:6 http://security.debian.org/debian-security bookworm-security/main armel Packages [252 kB] Get:7 http://security.debian.org/debian-security bookworm-security/main Translation-en [163 kB] Get:8 http://security.debian.org/debian-security bookworm-security/non-free-firmware Translation-en [472 B] Fetched 520 kB in 16s (31.9 kB/s) Reading package lists... 2025-07-11 09:04:20 DEBUG STDERR: 2025-07-11 09:04:20 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'apt-get', '-y', '--no-show-progress', 'install', 'eatmydata'] 2025-07-11 09:04:35 DEBUG STDOUT: Reading package lists... Building dependency tree... The following additional packages will be installed: libeatmydata1 The following NEW packages will be installed: eatmydata libeatmydata1 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. Need to get 21.8 kB of archives. After this operation, 119 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main armel libeatmydata1 armel 130-2+b1 [10.6 kB] Get:2 http://deb.debian.org/debian bookworm/main armel eatmydata all 130-2 [11.2 kB] Fetched 21.8 kB in 0s (72.5 kB/s) Selecting previously unselected package libeatmydata1:armel. (Reading database ... 8698 files and directories currently installed.) Preparing to unpack .../libeatmydata1_130-2+b1_armel.deb ... Unpacking libeatmydata1:armel (130-2+b1) ... Selecting previously unselected package eatmydata. Preparing to unpack .../eatmydata_130-2_all.deb ... Unpacking eatmydata (130-2) ... Setting up libeatmydata1:armel (130-2+b1) ... Setting up eatmydata (130-2) ... Processing triggers for libc-bin (2.36-9+deb12u10) ... 2025-07-11 09:04:35 DEBUG STDERR: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) 2025-07-11 09:04:35 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'eatmydata', 'apt-get', 'update'] 2025-07-11 09:05:05 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm-updates InRelease Hit:3 http://security.debian.org/debian-security bookworm-security InRelease Reading package lists... 2025-07-11 09:05:05 DEBUG STDERR: 2025-07-11 09:05:05 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'eatmydata', 'apt-get', '-y', '--no-show-progress', 'install', 'ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-rpi', 'raspi-firmware', 'firmware-brcm80211', 'bluez-firmware'] 2025-07-11 09:23:07 DEBUG STDOUT: Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: apparmor busybox dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session firmware-linux-free initramfs-tools initramfs-tools-core klibc-utils libcbor0.8 libdbus-1-3 libexpat1 libfido2-1 libklibc libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnsl2 libpam-systemd libparted2 libpcsclite1 libsystemd-shared libsystemd0 libudev1 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-base linux-image-6.1.0-37-rpi ncurses-term openssh-client openssh-server openssh-sftp-server openssl runit-helper systemd systemd-sysv ucf udev wireless-regdb xauth zstd Suggested packages: apparmor-profiles-extra apparmor-utils bash-completion libparted-dev libparted-i18n pcscd linux-doc-6.1 debian-kernel-handbook keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw parted-doc firmware-misc-nonfree systemd-container systemd-homed systemd-userdbd systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 wpagui libengine-pkcs11-openssl Recommended packages: libnss-systemd The following NEW packages will be installed: apparmor bluez-firmware busybox ca-certificates dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session dosfstools firmware-brcm80211 firmware-linux-free initramfs-tools initramfs-tools-core iw klibc-utils libcbor0.8 libdbus-1-3 libexpat1 libfido2-1 libklibc libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnsl2 libpam-systemd libparted2 libpcsclite1 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-base linux-image-6.1.0-37-rpi linux-image-rpi ncurses-term openssh-client openssh-server openssh-sftp-server openssl parted raspi-firmware runit-helper ssh systemd-timesyncd ucf wireless-regdb wpasupplicant xauth zstd The following packages will be upgraded: libsystemd-shared libsystemd0 libudev1 systemd systemd-sysv udev 6 upgraded, 55 newly installed, 0 to remove and 0 not upgraded. Need to get 51.4 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://security.debian.org/debian-security bookworm-security/main armel systemd armel 252.38-1~deb12u1 [2872 kB] Get:2 http://security.debian.org/debian-security bookworm-security/main armel libsystemd-shared armel 252.38-1~deb12u1 [1516 kB] Get:3 http://deb.debian.org/debian bookworm/main armel libdbus-1-3 armel 1.14.10-1~deb12u1 [177 kB] Get:4 http://deb.debian.org/debian bookworm/main armel dbus-bin armel 1.14.10-1~deb12u1 [103 kB] Get:5 http://deb.debian.org/debian bookworm/main armel dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] Get:6 http://deb.debian.org/debian bookworm/main armel libexpat1 armel 2.5.0-1+deb12u1 [77.6 kB] Get:7 http://deb.debian.org/debian bookworm/main armel dbus-daemon armel 1.14.10-1~deb12u1 [168 kB] Get:8 http://deb.debian.org/debian bookworm/main armel dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] Get:9 http://deb.debian.org/debian bookworm/main armel dbus armel 1.14.10-1~deb12u1 [94.8 kB] Get:10 http://deb.debian.org/debian bookworm/main armel libcbor0.8 armel 0.8.0-2+b1 [23.8 kB] Get:11 http://deb.debian.org/debian bookworm/main armel libfido2-1 armel 1.12.0-2+b1 [67.1 kB] Get:12 http://deb.debian.org/debian bookworm/main armel openssh-client armel 1:9.2p1-2+deb12u6 [863 kB] Get:13 http://deb.debian.org/debian bookworm/main armel openssh-sftp-server armel 1:9.2p1-2+deb12u6 [57.1 kB] Get:14 http://deb.debian.org/debian bookworm/main armel ucf all 3.0043+nmu1+deb12u1 [55.3 kB] Get:15 http://deb.debian.org/debian bookworm/main armel runit-helper all 2.15.2 [6520 B] Get:16 http://deb.debian.org/debian bookworm/main armel libnsl2 armel 1.3.0-2 [33.0 kB] Get:17 http://deb.debian.org/debian bookworm/main armel libwrap0 armel 7.6.q-32 [52.7 kB] Get:18 http://deb.debian.org/debian bookworm/main armel openssh-server armel 1:9.2p1-2+deb12u6 [402 kB] Get:19 http://deb.debian.org/debian bookworm/main armel dosfstools armel 4.2-1 [136 kB] Get:20 http://deb.debian.org/debian bookworm/non-free-firmware armel raspi-firmware all 1.20220830+ds-1 [4816 kB] Get:21 http://security.debian.org/debian-security bookworm-security/main armel libsystemd0 armel 252.38-1~deb12u1 [301 kB] Get:22 http://security.debian.org/debian-security bookworm-security/main armel systemd-sysv armel 252.38-1~deb12u1 [42.6 kB] Get:23 http://security.debian.org/debian-security bookworm-security/main armel udev armel 252.38-1~deb12u1 [1646 kB] Get:24 http://deb.debian.org/debian bookworm/main armel openssl armel 3.0.16-1~deb12u1 [1387 kB] Get:25 http://security.debian.org/debian-security bookworm-security/main armel libudev1 armel 252.38-1~deb12u1 [100 kB] Get:26 http://security.debian.org/debian-security bookworm-security/main armel libpam-systemd armel 252.38-1~deb12u1 [201 kB] Get:27 http://deb.debian.org/debian bookworm-updates/main armel ca-certificates all 20230311+deb12u1 [155 kB] Get:28 http://security.debian.org/debian-security bookworm-security/main armel systemd-timesyncd armel 252.38-1~deb12u1 [64.4 kB] Get:29 http://deb.debian.org/debian bookworm/main armel ncurses-term all 6.4-4 [501 kB] Get:30 http://security.debian.org/debian-security bookworm-security/main armel linux-image-6.1.0-37-rpi armel 6.1.140-1 [24.6 MB] Get:31 http://deb.debian.org/debian bookworm/main armel apparmor armel 3.0.8-3 [523 kB] Get:32 http://deb.debian.org/debian bookworm/non-free-firmware armel bluez-firmware all 1.2-9 [185 kB] Get:33 http://deb.debian.org/debian bookworm/main armel busybox armel 1:1.35.0-4+b4 [447 kB] Get:34 http://deb.debian.org/debian bookworm/main armel dbus-user-session armel 1.14.10-1~deb12u1 [78.1 kB] Get:35 http://deb.debian.org/debian bookworm/non-free-firmware armel firmware-brcm80211 all 20230210-5 [5356 kB] Get:36 http://deb.debian.org/debian bookworm/main armel firmware-linux-free all 20200122-1 [24.2 kB] Get:37 http://deb.debian.org/debian bookworm/main armel libklibc armel 2.0.12-1 [42.1 kB] Get:38 http://deb.debian.org/debian bookworm/main armel klibc-utils armel 2.0.12-1 [87.4 kB] Get:39 http://deb.debian.org/debian bookworm/main armel initramfs-tools-core all 0.142+deb12u3 [48.3 kB] Get:40 http://deb.debian.org/debian bookworm/main armel linux-base all 4.9 [31.8 kB] Get:41 http://deb.debian.org/debian bookworm/main armel initramfs-tools all 0.142+deb12u3 [16.0 kB] Get:42 http://deb.debian.org/debian bookworm/main armel libnl-3-200 armel 3.7.0-0.2+b1 [56.0 kB] Get:43 http://deb.debian.org/debian bookworm/main armel libnl-genl-3-200 armel 3.7.0-0.2+b1 [20.0 kB] Get:44 http://deb.debian.org/debian bookworm/main armel iw armel 5.19-1 [92.8 kB] Get:45 http://deb.debian.org/debian bookworm/main armel libnl-route-3-200 armel 3.7.0-0.2+b1 [153 kB] Get:46 http://deb.debian.org/debian bookworm/main armel libparted2 armel 3.5-3 [285 kB] Get:47 http://deb.debian.org/debian bookworm/main armel libpcsclite1 armel 1.9.9-2 [48.1 kB] Get:48 http://deb.debian.org/debian bookworm/main armel libxau6 armel 1:1.0.9-1 [19.0 kB] Get:49 http://deb.debian.org/debian bookworm/main armel libxdmcp6 armel 1:1.1.2-3 [25.0 kB] Get:50 http://deb.debian.org/debian bookworm/main armel libxcb1 armel 1.15-1 [140 kB] Get:51 http://deb.debian.org/debian bookworm/main armel libx11-data all 2:1.8.4-2+deb12u2 [292 kB] Get:52 http://deb.debian.org/debian bookworm/main armel libx11-6 armel 2:1.8.4-2+deb12u2 [697 kB] Get:53 http://deb.debian.org/debian bookworm/main armel libxext6 armel 2:1.3.4-1+b1 [47.8 kB] Get:54 http://deb.debian.org/debian bookworm/main armel libxmuu1 armel 2:1.1.3-3 [23.3 kB] Get:55 http://deb.debian.org/debian bookworm/main armel parted armel 3.5-3 [36.3 kB] Get:56 http://deb.debian.org/debian bookworm/main armel ssh all 1:9.2p1-2+deb12u6 [174 kB] Get:57 http://deb.debian.org/debian bookworm/main armel wireless-regdb all 2025.02.20-1~deb12u1 [11.7 kB] Get:58 http://deb.debian.org/debian bookworm/main armel wpasupplicant armel 2:2.10-12+deb12u2 [1173 kB] Get:59 http://deb.debian.org/debian bookworm/main armel xauth armel 1:1.1.2-1 [33.3 kB] Get:60 http://deb.debian.org/debian bookworm/main armel zstd armel 1.5.4+dfsg2-5 [608 kB] Get:61 http://security.debian.org/debian-security bookworm-security/main armel linux-image-rpi armel 6.1.140-1 [1428 B] Preconfiguring packages ... Fetched 51.4 MB in 2s (21.1 MB/s) (Reading database ... 8711 files and directories currently installed.) Preparing to unpack .../systemd_252.38-1~deb12u1_armel.deb ... Unpacking systemd (252.38-1~deb12u1) over (252.36-1~deb12u1) ... Preparing to unpack .../libsystemd-shared_252.38-1~deb12u1_armel.deb ... Unpacking libsystemd-shared:armel (252.38-1~deb12u1) over (252.36-1~deb12u1) ... Preparing to unpack .../libsystemd0_252.38-1~deb12u1_armel.deb ... Unpacking libsystemd0:armel (252.38-1~deb12u1) over (252.36-1~deb12u1) ... Setting up libsystemd0:armel (252.38-1~deb12u1) ... Setting up libsystemd-shared:armel (252.38-1~deb12u1) ... Setting up systemd (252.38-1~deb12u1) ... (Reading database ... 8712 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_252.38-1~deb12u1_armel.deb ... Unpacking systemd-sysv (252.38-1~deb12u1) over (252.36-1~deb12u1) ... Selecting previously unselected package libdbus-1-3:armel. Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_armel.deb ... Unpacking libdbus-1-3:armel (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_armel.deb ... Unpacking dbus-bin (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... Selecting previously unselected package libexpat1:armel. Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_armel.deb ... Unpacking libexpat1:armel (2.5.0-1+deb12u1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_armel.deb ... Unpacking dbus-daemon (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_armel.deb ... Unpacking dbus (1.14.10-1~deb12u1) ... Selecting previously unselected package libcbor0.8:armel. Preparing to unpack .../08-libcbor0.8_0.8.0-2+b1_armel.deb ... Unpacking libcbor0.8:armel (0.8.0-2+b1) ... Preparing to unpack .../09-udev_252.38-1~deb12u1_armel.deb ... Unpacking udev (252.38-1~deb12u1) over (252.36-1~deb12u1) ... Preparing to unpack .../10-libudev1_252.38-1~deb12u1_armel.deb ... Unpacking libudev1:armel (252.38-1~deb12u1) over (252.36-1~deb12u1) ... Setting up libudev1:armel (252.38-1~deb12u1) ... Selecting previously unselected package libfido2-1:armel. (Reading database ... 8803 files and directories currently installed.) Preparing to unpack .../00-libfido2-1_1.12.0-2+b1_armel.deb ... Unpacking libfido2-1:armel (1.12.0-2+b1) ... Selecting previously unselected package openssh-client. Preparing to unpack .../01-openssh-client_1%3a9.2p1-2+deb12u6_armel.deb ... Unpacking openssh-client (1:9.2p1-2+deb12u6) ... Selecting previously unselected package openssh-sftp-server. Preparing to unpack .../02-openssh-sftp-server_1%3a9.2p1-2+deb12u6_armel.deb ... Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... Selecting previously unselected package ucf. Preparing to unpack .../03-ucf_3.0043+nmu1+deb12u1_all.deb ... Unpacking ucf (3.0043+nmu1+deb12u1) ... Selecting previously unselected package runit-helper. Preparing to unpack .../04-runit-helper_2.15.2_all.deb ... Unpacking runit-helper (2.15.2) ... Selecting previously unselected package libnsl2:armel. Preparing to unpack .../05-libnsl2_1.3.0-2_armel.deb ... Unpacking libnsl2:armel (1.3.0-2) ... Selecting previously unselected package libwrap0:armel. Preparing to unpack .../06-libwrap0_7.6.q-32_armel.deb ... Unpacking libwrap0:armel (7.6.q-32) ... Selecting previously unselected package openssh-server. Preparing to unpack .../07-openssh-server_1%3a9.2p1-2+deb12u6_armel.deb ... Unpacking openssh-server (1:9.2p1-2+deb12u6) ... Selecting previously unselected package dosfstools. Preparing to unpack .../08-dosfstools_4.2-1_armel.deb ... Unpacking dosfstools (4.2-1) ... Selecting previously unselected package raspi-firmware. Preparing to unpack .../09-raspi-firmware_1.20220830+ds-1_all.deb ... Unpacking raspi-firmware (1.20220830+ds-1) ... Selecting previously unselected package openssl. Preparing to unpack .../10-openssl_3.0.16-1~deb12u1_armel.deb ... Unpacking openssl (3.0.16-1~deb12u1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../11-ca-certificates_20230311+deb12u1_all.deb ... Unpacking ca-certificates (20230311+deb12u1) ... Selecting previously unselected package libpam-systemd:armel. Preparing to unpack .../12-libpam-systemd_252.38-1~deb12u1_armel.deb ... Unpacking libpam-systemd:armel (252.38-1~deb12u1) ... Selecting previously unselected package ncurses-term. Preparing to unpack .../13-ncurses-term_6.4-4_all.deb ... Unpacking ncurses-term (6.4-4) ... Selecting previously unselected package systemd-timesyncd. Preparing to unpack .../14-systemd-timesyncd_252.38-1~deb12u1_armel.deb ... Unpacking systemd-timesyncd (252.38-1~deb12u1) ... Selecting previously unselected package apparmor. Preparing to unpack .../15-apparmor_3.0.8-3_armel.deb ... Unpacking apparmor (3.0.8-3) ... Selecting previously unselected package bluez-firmware. Preparing to unpack .../16-bluez-firmware_1.2-9_all.deb ... Unpacking bluez-firmware (1.2-9) ... Selecting previously unselected package busybox. Preparing to unpack .../17-busybox_1%3a1.35.0-4+b4_armel.deb ... Unpacking busybox (1:1.35.0-4+b4) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../18-dbus-user-session_1.14.10-1~deb12u1_armel.deb ... Unpacking dbus-user-session (1.14.10-1~deb12u1) ... Selecting previously unselected package firmware-brcm80211. Preparing to unpack .../19-firmware-brcm80211_20230210-5_all.deb ... Unpacking firmware-brcm80211 (20230210-5) ... Selecting previously unselected package firmware-linux-free. Preparing to unpack .../20-firmware-linux-free_20200122-1_all.deb ... Unpacking firmware-linux-free (20200122-1) ... Selecting previously unselected package libklibc:armel. Preparing to unpack .../21-libklibc_2.0.12-1_armel.deb ... Unpacking libklibc:armel (2.0.12-1) ... Selecting previously unselected package klibc-utils. Preparing to unpack .../22-klibc-utils_2.0.12-1_armel.deb ... Unpacking klibc-utils (2.0.12-1) ... Selecting previously unselected package initramfs-tools-core. Preparing to unpack .../23-initramfs-tools-core_0.142+deb12u3_all.deb ... Unpacking initramfs-tools-core (0.142+deb12u3) ... Selecting previously unselected package linux-base. Preparing to unpack .../24-linux-base_4.9_all.deb ... Unpacking linux-base (4.9) ... Selecting previously unselected package initramfs-tools. Preparing to unpack .../25-initramfs-tools_0.142+deb12u3_all.deb ... Unpacking initramfs-tools (0.142+deb12u3) ... Selecting previously unselected package libnl-3-200:armel. Preparing to unpack .../26-libnl-3-200_3.7.0-0.2+b1_armel.deb ... Unpacking libnl-3-200:armel (3.7.0-0.2+b1) ... Selecting previously unselected package libnl-genl-3-200:armel. Preparing to unpack .../27-libnl-genl-3-200_3.7.0-0.2+b1_armel.deb ... Unpacking libnl-genl-3-200:armel (3.7.0-0.2+b1) ... Selecting previously unselected package iw. Preparing to unpack .../28-iw_5.19-1_armel.deb ... Unpacking iw (5.19-1) ... Selecting previously unselected package libnl-route-3-200:armel. Preparing to unpack .../29-libnl-route-3-200_3.7.0-0.2+b1_armel.deb ... Unpacking libnl-route-3-200:armel (3.7.0-0.2+b1) ... Selecting previously unselected package libparted2:armel. Preparing to unpack .../30-libparted2_3.5-3_armel.deb ... Unpacking libparted2:armel (3.5-3) ... Selecting previously unselected package libpcsclite1:armel. Preparing to unpack .../31-libpcsclite1_1.9.9-2_armel.deb ... Unpacking libpcsclite1:armel (1.9.9-2) ... Selecting previously unselected package libxau6:armel. Preparing to unpack .../32-libxau6_1%3a1.0.9-1_armel.deb ... Unpacking libxau6:armel (1:1.0.9-1) ... Selecting previously unselected package libxdmcp6:armel. Preparing to unpack .../33-libxdmcp6_1%3a1.1.2-3_armel.deb ... Unpacking libxdmcp6:armel (1:1.1.2-3) ... Selecting previously unselected package libxcb1:armel. Preparing to unpack .../34-libxcb1_1.15-1_armel.deb ... Unpacking libxcb1:armel (1.15-1) ... Selecting previously unselected package libx11-data. Preparing to unpack .../35-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... Unpacking libx11-data (2:1.8.4-2+deb12u2) ... Selecting previously unselected package libx11-6:armel. Preparing to unpack .../36-libx11-6_2%3a1.8.4-2+deb12u2_armel.deb ... Unpacking libx11-6:armel (2:1.8.4-2+deb12u2) ... Selecting previously unselected package libxext6:armel. Preparing to unpack .../37-libxext6_2%3a1.3.4-1+b1_armel.deb ... Unpacking libxext6:armel (2:1.3.4-1+b1) ... Selecting previously unselected package libxmuu1:armel. Preparing to unpack .../38-libxmuu1_2%3a1.1.3-3_armel.deb ... Unpacking libxmuu1:armel (2:1.1.3-3) ... Selecting previously unselected package linux-image-6.1.0-37-rpi. Preparing to unpack .../39-linux-image-6.1.0-37-rpi_6.1.140-1_armel.deb ... Unpacking linux-image-6.1.0-37-rpi (6.1.140-1) ... Selecting previously unselected package linux-image-rpi. Preparing to unpack .../40-linux-image-rpi_6.1.140-1_armel.deb ... Unpacking linux-image-rpi (6.1.140-1) ... Selecting previously unselected package parted. Preparing to unpack .../41-parted_3.5-3_armel.deb ... Unpacking parted (3.5-3) ... Selecting previously unselected package ssh. Preparing to unpack .../42-ssh_1%3a9.2p1-2+deb12u6_all.deb ... Unpacking ssh (1:9.2p1-2+deb12u6) ... Selecting previously unselected package wireless-regdb. Preparing to unpack .../43-wireless-regdb_2025.02.20-1~deb12u1_all.deb ... Unpacking wireless-regdb (2025.02.20-1~deb12u1) ... Selecting previously unselected package wpasupplicant. Preparing to unpack .../44-wpasupplicant_2%3a2.10-12+deb12u2_armel.deb ... Unpacking wpasupplicant (2:2.10-12+deb12u2) ... Selecting previously unselected package xauth. Preparing to unpack .../45-xauth_1%3a1.1.2-1_armel.deb ... Unpacking xauth (1:1.1.2-1) ... Selecting previously unselected package zstd. Preparing to unpack .../46-zstd_1.5.4+dfsg2-5_armel.deb ... Unpacking zstd (1.5.4+dfsg2-5) ... Setting up libexpat1:armel (2.5.0-1+deb12u1) ... Setting up bluez-firmware (1.2-9) ... Setting up runit-helper (2.15.2) ... Setting up systemd-sysv (252.38-1~deb12u1) ... Setting up libxau6:armel (1:1.0.9-1) ... Setting up libxdmcp6:armel (1:1.1.2-3) ... Setting up libxcb1:armel (1.15-1) ... Setting up linux-base (4.9) ... Setting up firmware-linux-free (20200122-1) ... Setting up libcbor0.8:armel (0.8.0-2+b1) ... Setting up wireless-regdb (2025.02.20-1~deb12u1) ... update-alternatives: using /lib/firmware/regulatory.db-debian to provide /lib/firmware/regulatory.db (regulatory.db) in auto mode Setting up dosfstools (4.2-1) ... Setting up apparmor (3.0.8-3) ... Setting up busybox (1:1.35.0-4+b4) ... Setting up libklibc:armel (2.0.12-1) ... Setting up firmware-brcm80211 (20230210-5) ... Setting up libx11-data (2:1.8.4-2+deb12u2) ... Setting up libdbus-1-3:armel (1.14.10-1~deb12u1) ... Setting up raspi-firmware (1.20220830+ds-1) ... Setting up systemd-timesyncd (252.38-1~deb12u1) ... Setting up udev (252.38-1~deb12u1) ... A chroot environment has been detected, udev not started. Setting up libpcsclite1:armel (1.9.9-2) ... Setting up ucf (3.0043+nmu1+deb12u1) ... Setting up libparted2:armel (3.5-3) ... Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... Setting up libnsl2:armel (1.3.0-2) ... Setting up libnl-3-200:armel (3.7.0-0.2+b1) ... Setting up libx11-6:armel (2:1.8.4-2+deb12u2) ... Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... Setting up libfido2-1:armel (1.12.0-2+b1) ... Setting up klibc-utils (2.0.12-1) ... No diversion 'diversion of /usr/share/initramfs-tools/hooks/klibc to /usr/share/initramfs-tools/hooks/klibc^i-t by klibc-utils', none removed. Setting up openssl (3.0.16-1~deb12u1) ... Setting up zstd (1.5.4+dfsg2-5) ... Setting up libxmuu1:armel (2:1.1.3-3) ... Setting up dbus-bin (1.14.10-1~deb12u1) ... Setting up ncurses-term (6.4-4) ... Setting up openssh-client (1:9.2p1-2+deb12u6) ... Setting up libxext6:armel (2:1.3.4-1+b1) ... Setting up parted (3.5-3) ... Setting up dbus-daemon (1.14.10-1~deb12u1) ... Setting up libnl-route-3-200:armel (3.7.0-0.2+b1) ... Setting up ca-certificates (20230311+deb12u1) ... Setting up libwrap0:armel (7.6.q-32) ... Setting up dbus (1.14.10-1~deb12u1) ... Setting up xauth (1:1.1.2-1) ... Setting up libnl-genl-3-200:armel (3.7.0-0.2+b1) ... Setting up libpam-systemd:armel (252.38-1~deb12u1) ... Setting up iw (5.19-1) ... Setting up initramfs-tools-core (0.142+deb12u3) ... Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... Setting up initramfs-tools (0.142+deb12u3) ... update-initramfs: deferring update (trigger activated) Setting up openssh-server (1:9.2p1-2+deb12u6) ... Setting up linux-image-6.1.0-37-rpi (6.1.140-1) ... I: /vmlinuz.old is now a symlink to boot/vmlinuz-6.1.0-37-rpi I: /initrd.img.old is now a symlink to boot/initrd.img-6.1.0-37-rpi I: /vmlinuz is now a symlink to boot/vmlinuz-6.1.0-37-rpi I: /initrd.img is now a symlink to boot/initrd.img-6.1.0-37-rpi Setting up wpasupplicant (2:2.10-12+deb12u2) ... Setting up dbus-user-session (1.14.10-1~deb12u1) ... Setting up linux-image-rpi (6.1.140-1) ... Setting up ssh (1:9.2p1-2+deb12u6) ... Processing triggers for libc-bin (2.36-9+deb12u10) ... Processing triggers for ca-certificates (20230311+deb12u1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for initramfs-tools (0.142+deb12u3) ... update-initramfs: Generating /boot/initrd.img-6.1.0-37-rpi Processing triggers for dbus (1.14.10-1~deb12u1) ... 2025-07-11 09:23:07 DEBUG STDERR: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) /proc/ is not mounted, but required for successful operation of systemd-tmpfiles. Please mount /proc/. Alternatively, consider using the --root= or --image= switches. Moving old data out of the way Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service -> /lib/systemd/system/apparmor.service. ls: cannot access '/boot/initrd.img-*': No such file or directory raspi-firmware: no initrd found in /boot/initrd.img-*, cannot populate /boot/firmware Creating group 'systemd-timesync' with GID 997. Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service. /proc/ is not mounted, but required for successful operation of systemd-tmpfiles. Please mount /proc/. Alternatively, consider using the --root= or --image= switches. /proc/ is not mounted, but required for successful operation of systemd-tmpfiles. Please mount /proc/. Alternatively, consider using the --root= or --image= switches. Updating certificates in /etc/ssl/certs... 142 added, 0 removed; done. invoke-rc.d: could not determine current runlevel Creating config file /etc/ssh/sshd_config with new version Creating SSH2 RSA key; this may take some time ... 3072 SHA256:1J/JQvg4CR9ZdRptwRCi+U0oZunOHAVSTRISPWhx+cc root@fakemachine (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:ytz0ZT/x0pbzVUmSfwMVdDbjvSQXSxQ3zGhXb2+SZmI root@fakemachine (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:oe93aA5PASq7rBzTNbIwGO4ahNYBJLeCswtFvRPT6zk root@fakemachine (ED25519) invoke-rc.d: could not determine current runlevel Created symlink /etc/systemd/system/sshd.service -> /lib/systemd/system/ssh.service. Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service -> /lib/systemd/system/ssh.service. /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-6.1.0-37-rpi findmnt: can't read /proc/mounts: No such file or directory findmnt: can't read /proc/mounts: No such file or directory /etc/kernel/postinst.d/z50-raspi-firmware: findmnt: can't read /proc/mounts: No such file or directory findmnt: can't read /proc/mounts: No such file or directory Created symlink /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service -> /lib/systemd/system/wpa_supplicant.service. Created symlink /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service -> /lib/systemd/system/wpa_supplicant.service. findmnt: can't read /proc/mounts: No such file or directory findmnt: can't read /proc/mounts: No such file or directory 2025-07-11 09:23:07 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'apt-get', 'clean'] 2025-07-11 09:23:08 DEBUG STDOUT: 2025-07-11 09:23:08 DEBUG STDERR: 2025-07-11 09:23:08 INFO Calling > 2025-07-11 09:23:08 INFO Running step: {'cache-rootfs': 'tag-root', 'unless': 'rootfs_unpacked'} 2025-07-11 09:23:08 INFO Calling > 2025-07-11 09:23:08 INFO tag tag-firmware mounted /tmp/tmpgpxksfo4/.//boot/firmware cached True 2025-07-11 09:23:08 INFO tag tag-root mounted /tmp/tmpgpxksfo4 cached True 2025-07-11 09:23:08 INFO caching rootdir /tmp/tmpgpxksfo4 2025-07-11 09:23:08 INFO caching relative ['.', './/boot/firmware'] 2025-07-11 09:23:08 INFO Exec: ['tar', '--one-file-system', '-C', '/tmp/tmpgpxksfo4', '-caf', 'raspi_1_bookworm.tar.gz', '.', './/boot/firmware'] 2025-07-11 09:24:02 DEBUG STDOUT: 2025-07-11 09:24:02 DEBUG STDERR: 2025-07-11 09:24:02 INFO Calling > 2025-07-11 09:24:02 INFO Running step: {'shell': 'echo "rpi_1-$(date +%Y%m%d)" > "${ROOT?}/etc/hostname"\n\n# Allow root logins locally with no password\nsed -i \'s,root:[^:]*:,root::,\' "${ROOT?}/etc/shadow"\n\ninstall -m 644 -o root -g root rootfs/etc/fstab "${ROOT?}/etc/fstab"\n\ninstall -m 644 -o root -g root rootfs/etc/network/interfaces.d/eth0 "${ROOT?}/etc/network/interfaces.d/eth0"\ninstall -m 600 -o root -g root rootfs/etc/network/interfaces.d/wlan0 "${ROOT?}/etc/network/interfaces.d/wlan0"\n\ninstall -m 755 -o root -g root rootfs/usr/local/sbin/rpi-set-sysconf "${ROOT?}/usr/local/sbin/rpi-set-sysconf"\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-set-sysconf.service "${ROOT?}/etc/systemd/system/"\ninstall -m 644 -o root -g root rootfs/boot/firmware/sysconf.txt "${ROOT?}/boot/firmware/sysconf.txt"\nmkdir -p "${ROOT?}/etc/systemd/system/basic.target.requires/"\nln -s /etc/systemd/system/rpi-set-sysconf.service "${ROOT?}/etc/systemd/system/basic.target.requires/rpi-set-sysconf.service"\n\n# Resize script is now in the initrd for first boot; no need to ship it.\nrm -f "${ROOT?}/etc/initramfs-tools/hooks/rpi-resizerootfs"\nrm -f "${ROOT?}/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs"\n\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-reconfigure-raspi-firmware.service "${ROOT?}/etc/systemd/system/"\nmkdir -p "${ROOT?}/etc/systemd/system/multi-user.target.requires/"\nln -s /etc/systemd/system/rpi-reconfigure-raspi-firmware.service "${ROOT?}/etc/systemd/system/multi-user.target.requires/rpi-reconfigure-raspi-firmware.service"\n\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-generate-ssh-host-keys.service "${ROOT?}/etc/systemd/system/"\nln -s /etc/systemd/system/rpi-generate-ssh-host-keys.service "${ROOT?}/etc/systemd/system/multi-user.target.requires/rpi-generate-ssh-host-keys.service"\nrm -f "${ROOT?}"/etc/ssh/ssh_host_*_key*', 'root-fs': 'tag-root'} 2025-07-11 09:24:02 INFO Calling > 2025-07-11 09:24:02 INFO Exec: ['sh', '-ec', 'echo "rpi_1-$(date +%Y%m%d)" > "${ROOT?}/etc/hostname"\n\n# Allow root logins locally with no password\nsed -i \'s,root:[^:]*:,root::,\' "${ROOT?}/etc/shadow"\n\ninstall -m 644 -o root -g root rootfs/etc/fstab "${ROOT?}/etc/fstab"\n\ninstall -m 644 -o root -g root rootfs/etc/network/interfaces.d/eth0 "${ROOT?}/etc/network/interfaces.d/eth0"\ninstall -m 600 -o root -g root rootfs/etc/network/interfaces.d/wlan0 "${ROOT?}/etc/network/interfaces.d/wlan0"\n\ninstall -m 755 -o root -g root rootfs/usr/local/sbin/rpi-set-sysconf "${ROOT?}/usr/local/sbin/rpi-set-sysconf"\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-set-sysconf.service "${ROOT?}/etc/systemd/system/"\ninstall -m 644 -o root -g root rootfs/boot/firmware/sysconf.txt "${ROOT?}/boot/firmware/sysconf.txt"\nmkdir -p "${ROOT?}/etc/systemd/system/basic.target.requires/"\nln -s /etc/systemd/system/rpi-set-sysconf.service "${ROOT?}/etc/systemd/system/basic.target.requires/rpi-set-sysconf.service"\n\n# Resize script is now in the initrd for first boot; no need to ship it.\nrm -f "${ROOT?}/etc/initramfs-tools/hooks/rpi-resizerootfs"\nrm -f "${ROOT?}/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs"\n\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-reconfigure-raspi-firmware.service "${ROOT?}/etc/systemd/system/"\nmkdir -p "${ROOT?}/etc/systemd/system/multi-user.target.requires/"\nln -s /etc/systemd/system/rpi-reconfigure-raspi-firmware.service "${ROOT?}/etc/systemd/system/multi-user.target.requires/rpi-reconfigure-raspi-firmware.service"\n\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-generate-ssh-host-keys.service "${ROOT?}/etc/systemd/system/"\nln -s /etc/systemd/system/rpi-generate-ssh-host-keys.service "${ROOT?}/etc/systemd/system/multi-user.target.requires/rpi-generate-ssh-host-keys.service"\nrm -f "${ROOT?}"/etc/ssh/ssh_host_*_key*'] 2025-07-11 09:24:02 DEBUG STDOUT: 2025-07-11 09:24:02 DEBUG STDERR: 2025-07-11 09:24:02 INFO Calling > 2025-07-11 09:24:02 INFO Running step: {'chroot': 'tag-root', 'shell': 'install -m 644 -o root -g root /usr/lib/linux-image-*-rpi/bcm*rpi-*.dtb /boot/firmware/'} 2025-07-11 09:24:02 INFO Calling > 2025-07-11 09:24:02 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'sh', '-ec', 'install -m 644 -o root -g root /usr/lib/linux-image-*-rpi/bcm*rpi-*.dtb /boot/firmware/'] 2025-07-11 09:24:03 DEBUG STDOUT: 2025-07-11 09:24:03 DEBUG STDERR: 2025-07-11 09:24:03 INFO Calling > 2025-07-11 09:24:03 INFO Running step: {'chroot': 'tag-root', 'shell': 'apt-get clean\nrm -rf /var/lib/apt/lists'} 2025-07-11 09:24:03 INFO Calling > 2025-07-11 09:24:03 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'sh', '-ec', 'apt-get clean\nrm -rf /var/lib/apt/lists'] 2025-07-11 09:24:03 DEBUG STDOUT: 2025-07-11 09:24:03 DEBUG STDERR: 2025-07-11 09:24:03 INFO Calling > 2025-07-11 09:24:03 INFO Running step: {'chroot': 'tag-root', 'shell': "sed -i 's/root=/console=ttyAMA0,115200 root=/' /boot/firmware/cmdline.txt\nsed -i 's#root=/dev/mmcblk0p2#root=LABEL=RASPIROOT#' /boot/firmware/cmdline.txt\nsed -i 's/^#ROOTPART=.*/ROOTPART=LABEL=RASPIROOT/' /etc/default/raspi*-firmware"} 2025-07-11 09:24:03 INFO Calling > 2025-07-11 09:24:03 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'sh', '-ec', "sed -i 's/root=/console=ttyAMA0,115200 root=/' /boot/firmware/cmdline.txt\nsed -i 's#root=/dev/mmcblk0p2#root=LABEL=RASPIROOT#' /boot/firmware/cmdline.txt\nsed -i 's/^#ROOTPART=.*/ROOTPART=LABEL=RASPIROOT/' /etc/default/raspi*-firmware"] 2025-07-11 09:24:03 DEBUG STDOUT: 2025-07-11 09:24:03 DEBUG STDERR: 2025-07-11 09:24:03 INFO Calling > 2025-07-11 09:24:03 INFO Running step: {'shell': 'rm "${ROOT?}/etc/resolv.conf"', 'root-fs': 'tag-root'} 2025-07-11 09:24:03 INFO Calling > 2025-07-11 09:24:03 INFO Exec: ['sh', '-ec', 'rm "${ROOT?}/etc/resolv.conf"'] 2025-07-11 09:24:03 DEBUG STDOUT: 2025-07-11 09:24:03 DEBUG STDERR: 2025-07-11 09:24:03 INFO Calling > 2025-07-11 09:24:03 INFO Running step: {'chroot': 'tag-root', 'shell': 'rm -f /etc/machine-id /var/lib/dbus/machine-id\necho "uninitialized" > /etc/machine-id'} 2025-07-11 09:24:03 INFO Calling > 2025-07-11 09:24:03 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'sh', '-ec', 'rm -f /etc/machine-id /var/lib/dbus/machine-id\necho "uninitialized" > /etc/machine-id'] 2025-07-11 09:24:04 DEBUG STDOUT: 2025-07-11 09:24:04 DEBUG STDERR: 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running step: {'chroot': 'tag-root', 'shell': 'echo "image based on revision: bb7322a (Makefile modified for local changes, 2024-05-27) and build on 2025-07-11 08:56 (UTC)" > "/etc/raspi-image-id"'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Exec: ['chroot', '/tmp/tmpgpxksfo4', 'sh', '-ec', 'echo "image based on revision: bb7322a (Makefile modified for local changes, 2024-05-27) and build on 2025-07-11 08:56 (UTC)" > "/etc/raspi-image-id"'] 2025-07-11 09:24:04 DEBUG STDOUT: 2025-07-11 09:24:04 DEBUG STDERR: 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'chroot': 'tag-root', 'shell': 'echo "image based on revision: bb7322a (Makefile modified for local changes, 2024-05-27) and build on 2025-07-11 08:56 (UTC)" > "/etc/raspi-image-id"'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'chroot': 'tag-root', 'shell': 'rm -f /etc/machine-id /var/lib/dbus/machine-id\necho "uninitialized" > /etc/machine-id'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'shell': 'rm "${ROOT?}/etc/resolv.conf"', 'root-fs': 'tag-root'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'chroot': 'tag-root', 'shell': "sed -i 's/root=/console=ttyAMA0,115200 root=/' /boot/firmware/cmdline.txt\nsed -i 's#root=/dev/mmcblk0p2#root=LABEL=RASPIROOT#' /boot/firmware/cmdline.txt\nsed -i 's/^#ROOTPART=.*/ROOTPART=LABEL=RASPIROOT/' /etc/default/raspi*-firmware"} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'chroot': 'tag-root', 'shell': 'apt-get clean\nrm -rf /var/lib/apt/lists'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'chroot': 'tag-root', 'shell': 'install -m 644 -o root -g root /usr/lib/linux-image-*-rpi/bcm*rpi-*.dtb /boot/firmware/'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'shell': 'echo "rpi_1-$(date +%Y%m%d)" > "${ROOT?}/etc/hostname"\n\n# Allow root logins locally with no password\nsed -i \'s,root:[^:]*:,root::,\' "${ROOT?}/etc/shadow"\n\ninstall -m 644 -o root -g root rootfs/etc/fstab "${ROOT?}/etc/fstab"\n\ninstall -m 644 -o root -g root rootfs/etc/network/interfaces.d/eth0 "${ROOT?}/etc/network/interfaces.d/eth0"\ninstall -m 600 -o root -g root rootfs/etc/network/interfaces.d/wlan0 "${ROOT?}/etc/network/interfaces.d/wlan0"\n\ninstall -m 755 -o root -g root rootfs/usr/local/sbin/rpi-set-sysconf "${ROOT?}/usr/local/sbin/rpi-set-sysconf"\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-set-sysconf.service "${ROOT?}/etc/systemd/system/"\ninstall -m 644 -o root -g root rootfs/boot/firmware/sysconf.txt "${ROOT?}/boot/firmware/sysconf.txt"\nmkdir -p "${ROOT?}/etc/systemd/system/basic.target.requires/"\nln -s /etc/systemd/system/rpi-set-sysconf.service "${ROOT?}/etc/systemd/system/basic.target.requires/rpi-set-sysconf.service"\n\n# Resize script is now in the initrd for first boot; no need to ship it.\nrm -f "${ROOT?}/etc/initramfs-tools/hooks/rpi-resizerootfs"\nrm -f "${ROOT?}/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs"\n\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-reconfigure-raspi-firmware.service "${ROOT?}/etc/systemd/system/"\nmkdir -p "${ROOT?}/etc/systemd/system/multi-user.target.requires/"\nln -s /etc/systemd/system/rpi-reconfigure-raspi-firmware.service "${ROOT?}/etc/systemd/system/multi-user.target.requires/rpi-reconfigure-raspi-firmware.service"\n\ninstall -m 644 -o root -g root rootfs/etc/systemd/system/rpi-generate-ssh-host-keys.service "${ROOT?}/etc/systemd/system/"\nln -s /etc/systemd/system/rpi-generate-ssh-host-keys.service "${ROOT?}/etc/systemd/system/multi-user.target.requires/rpi-generate-ssh-host-keys.service"\nrm -f "${ROOT?}"/etc/ssh/ssh_host_*_key*', 'root-fs': 'tag-root'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'cache-rootfs': 'tag-root', 'unless': 'rootfs_unpacked'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'apt': 'install', 'packages': ['ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-rpi', 'raspi-firmware', 'firmware-brcm80211', 'bluez-firmware'], 'tag': 'tag-root', 'unless': 'rootfs_unpacked'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'copy-file': '/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs', 'src': 'rootfs/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs', 'perm': 493, 'unless': 'rootfs_unpacked'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'copy-file': '/etc/initramfs-tools/hooks/rpi-resizerootfs', 'src': 'rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs', 'perm': 493, 'unless': 'rootfs_unpacked'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'create-file': '/etc/apt/sources.list', 'contents': 'deb http://deb.debian.org/debian bookworm main non-free-firmware non-free\ndeb http://deb.debian.org/debian bookworm-updates main non-free-firmware non-free\ndeb http://security.debian.org/debian-security bookworm-security main non-free-firmware non-free\n# Backports are _not_ enabled by default.\n# Enable them by uncommenting the following line:\n# deb http://deb.debian.org/debian bookworm-backports main non-free-firmware\n', 'unless': 'rootfs_unpacked'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'qemu-debootstrap': 'bookworm', 'mirror': 'http://deb.debian.org/debian', 'target': 'tag-root', 'arch': 'armel', 'components': ['main', 'non-free-firmware', 'non-free'], 'unless': 'rootfs_unpacked'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'unpack-rootfs': 'tag-root'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'mount': 'tag-firmware', 'mount-on': 'tag-root', 'dirname': '/boot/firmware'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 DEBUG Unmounting /tmp/tmpgpxksfo4/.//boot/firmware and everything on top of it 2025-07-11 09:24:04 WARNING Not mounted: /tmp/tmpgpxksfo4/.//boot/firmware 2025-07-11 09:24:04 INFO Running teardown: {'mount': 'tag-root'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 DEBUG Unmounting /tmp/tmpgpxksfo4 and everything on top of it 2025-07-11 09:24:04 DEBUG Finished unmounting /tmp/tmpgpxksfo4 2025-07-11 09:24:04 INFO Running teardown: {'mkfs': 'ext4', 'partition': 'tag-root', 'label': 'RASPIROOT'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'mkfs': 'vfat', 'partition': 'tag-firmware', 'label': 'RASPIFIRM'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'kpartx': 'raspi_1_bookworm.img'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Exec: ['kpartx', '-dsv', 'raspi_1_bookworm.img'] 2025-07-11 09:24:04 DEBUG STDOUT: del devmap : loop0p2 del devmap : loop0p1 2025-07-11 09:24:04 DEBUG STDERR: loop deleted : /dev/loop0 2025-07-11 09:24:04 INFO Running teardown: {'mkpart': 'primary', 'device': 'raspi_1_bookworm.img', 'start': '512MiB', 'end': '100%', 'tag': 'tag-root'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'mkpart': 'primary', 'fs-type': 'fat32', 'device': 'raspi_1_bookworm.img', 'start': '4MiB', 'end': '512MiB', 'tag': 'tag-firmware'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'mklabel': 'msdos', 'device': 'raspi_1_bookworm.img'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO Running teardown: {'mkimg': 'raspi_1_bookworm.img', 'size': '2500M'} 2025-07-11 09:24:04 INFO Calling > 2025-07-11 09:24:04 INFO All went fine. 2025-07-11 09:24:04 DEBUG Ending, all OK