2024-03-31 04:45:23 INFO Starting vmdb2 version 0.26 2024-03-31 04:45:23 INFO Load spec file raspi_3_bullseye.yaml 2024-03-31 04:45:23 INFO Exec: ['dpkg', '--print-architecture'] 2024-03-31 04:45:23 DEBUG STDOUT: amd64 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Running step: {'mkimg': 'raspi_3_bullseye.img', 'size': '2500M'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['qemu-img', 'create', '-f', 'raw', 'raspi_3_bullseye.img', '2500M'] 2024-03-31 04:45:23 DEBUG STDOUT: Formatting 'raspi_3_bullseye.img', fmt=raw size=2621440000 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'mklabel': 'msdos', 'device': 'raspi_3_bullseye.img'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['parted', '-s', 'raspi_3_bullseye.img', 'mklabel', 'msdos'] 2024-03-31 04:45:23 DEBUG STDOUT: 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'mkpart': 'primary', 'fs-type': 'fat32', 'device': 'raspi_3_bullseye.img', 'start': '4MiB', 'end': '512MiB', 'tag': 'tag-firmware'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['parted', '-m', 'raspi_3_bullseye.img', 'print'] 2024-03-31 04:45:23 DEBUG STDOUT: BYT; /srv/image-specs/raspi_3_bullseye.img:2621MB:file:512:512:msdos::; 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Exec: ['parted', '-s', 'raspi_3_bullseye.img', '--', 'mkpart', 'primary', 'fat32', '4MiB', '512MiB'] 2024-03-31 04:45:23 DEBUG STDOUT: 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Exec: ['parted', '-m', 'raspi_3_bullseye.img', 'print'] 2024-03-31 04:45:23 DEBUG STDOUT: BYT; /srv/image-specs/raspi_3_bullseye.img:2621MB:file:512:512:msdos::; 1:4194kB:537MB:533MB:::lba; 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'mkpart': 'primary', 'device': 'raspi_3_bullseye.img', 'start': '512MiB', 'end': '100%', 'tag': 'tag-root'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['parted', '-m', 'raspi_3_bullseye.img', 'print'] 2024-03-31 04:45:23 DEBUG STDOUT: BYT; /srv/image-specs/raspi_3_bullseye.img:2621MB:file:512:512:msdos::; 1:4194kB:537MB:533MB:::lba; 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Exec: ['parted', '-s', 'raspi_3_bullseye.img', '--', 'mkpart', 'primary', 'ext2', '512MiB', '100%'] 2024-03-31 04:45:23 DEBUG STDOUT: 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Exec: ['parted', '-m', 'raspi_3_bullseye.img', 'print'] 2024-03-31 04:45:23 DEBUG STDOUT: BYT; /srv/image-specs/raspi_3_bullseye.img:2621MB:file:512:512:msdos::; 1:4194kB:537MB:533MB:::lba; 2:537MB:2621MB:2085MB:::; 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'kpartx': 'raspi_3_bullseye.img'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['kpartx', '-asv', 'raspi_3_bullseye.img'] 2024-03-31 04:45:23 DEBUG STDOUT: add map loop0p1 (253:0): 0 1040384 linear 7:0 8192 add map loop0p2 (253:1): 0 4071424 linear 7:0 1048576 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO remembering /dev/mapper/loop0p1 as tag-firmware 2024-03-31 04:45:23 INFO remembering /dev/mapper/loop0p2 as tag-root 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'mkfs': 'vfat', 'partition': 'tag-firmware', 'label': 'RASPIFIRM'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['/sbin/mkfs', '-t', 'vfat', '-n', 'RASPIFIRM', '/dev/mapper/loop0p1'] 2024-03-31 04:45:23 DEBUG STDOUT: mkfs.fat 4.2 (2021-01-31) 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Exec: ['blkid', '-c/dev/null', '-ovalue', '-sUUID', '/dev/mapper/loop0p1'] 2024-03-31 04:45:23 DEBUG STDOUT: EC36-EBC6 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'mkfs': 'ext4', 'partition': 'tag-root', 'label': 'RASPIROOT'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['/sbin/mkfs', '-t', 'ext4', '-L', 'RASPIROOT', '-O', '^large_dir', '-O', '^metadata_csum_seed', '/dev/mapper/loop0p2'] 2024-03-31 04:45:23 DEBUG STDOUT: Discarding device blocks: 0/508928 done Creating filesystem with 508928 4k blocks and 127232 inodes Filesystem UUID: be1cc567-dfcd-47da-af60-fb4f2d325e25 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 2024-03-31 04:45:23 DEBUG STDERR: mke2fs 1.47.0 (5-Feb-2023) 2024-03-31 04:45:23 INFO Exec: ['blkid', '-c/dev/null', '-ovalue', '-sUUID', '/dev/mapper/loop0p2'] 2024-03-31 04:45:23 DEBUG STDOUT: be1cc567-dfcd-47da-af60-fb4f2d325e25 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'mount': 'tag-root'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['mount', '/dev/mapper/loop0p2', '/tmp/tmpk6_a_krr'] 2024-03-31 04:45:23 DEBUG STDOUT: 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'mount': 'tag-firmware', 'mount-on': 'tag-root', 'dirname': '/boot/firmware'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['mount', '/dev/mapper/loop0p1', '/tmp/tmpk6_a_krr/.//boot/firmware'] 2024-03-31 04:45:23 DEBUG STDOUT: 2024-03-31 04:45:23 DEBUG STDERR: 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'unpack-rootfs': 'tag-root'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 DEBUG settings: {'rootfs-tarball': 'raspi_3_bullseye.tar.gz'} 2024-03-31 04:45:23 DEBUG tar_path: 'raspi_3_bullseye.tar.gz' 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Running step: {'qemu-debootstrap': 'bullseye', 'mirror': 'http://deb.debian.org/debian', 'target': 'tag-root', 'arch': 'arm64', 'components': ['main', 'non-free'], 'unless': 'rootfs_unpacked'} 2024-03-31 04:45:23 INFO Calling > 2024-03-31 04:45:23 INFO Exec: ['qemu-debootstrap', '--arch', 'arm64', '--variant', '-', '--components', 'main,non-free', 'bullseye', '/tmp/tmpk6_a_krr', 'http://deb.debian.org/debian'] 2024-03-31 04:48:36 DEBUG STDOUT: I: Target architecture can be executed I: Retrieving InRelease I: Checking Release signature I: Valid Release signature (key id A4285295FC7B1A81600062A9605C66F00D6C9793) 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 adduser 3.118+deb11u1 I: Validating adduser 3.118+deb11u1 I: Retrieving apt 2.2.4 I: Validating apt 2.2.4 I: Retrieving apt-utils 2.2.4 I: Validating apt-utils 2.2.4 I: Retrieving base-files 11.1+deb11u9 I: Validating base-files 11.1+deb11u9 I: Retrieving base-passwd 3.5.51 I: Validating base-passwd 3.5.51 I: Retrieving bash 5.1-2+deb11u1 I: Validating bash 5.1-2+deb11u1 I: Retrieving bsdutils 1:2.36.1-8+deb11u1 I: Validating bsdutils 1:2.36.1-8+deb11u1 I: Retrieving coreutils 8.32-4 I: Validating coreutils 8.32-4 I: Retrieving cpio 2.13+dfsg-7.1~deb11u1 I: Validating cpio 2.13+dfsg-7.1~deb11u1 I: Retrieving cron 3.0pl1-137 I: Validating cron 3.0pl1-137 I: Retrieving dash 0.5.11+git20200708+dd9ef66-5 I: Validating dash 0.5.11+git20200708+dd9ef66-5 I: Retrieving debconf 1.5.77 I: Validating debconf 1.5.77 I: Retrieving debconf-i18n 1.5.77 I: Validating debconf-i18n 1.5.77 I: Retrieving debian-archive-keyring 2021.1.1+deb11u1 I: Validating debian-archive-keyring 2021.1.1+deb11u1 I: Retrieving debianutils 4.11.2 I: Validating debianutils 4.11.2 I: Retrieving diffutils 1:3.7-5 I: Validating diffutils 1:3.7-5 I: Retrieving dmidecode 3.3-2 I: Validating dmidecode 3.3-2 I: Retrieving dmsetup 2:1.02.175-2.1 I: Validating dmsetup 2:1.02.175-2.1 I: Retrieving dpkg 1.20.13 I: Validating dpkg 1.20.13 I: Retrieving e2fsprogs 1.46.2-2 I: Validating e2fsprogs 1.46.2-2 I: Retrieving fdisk 2.36.1-8+deb11u1 I: Validating fdisk 2.36.1-8+deb11u1 I: Retrieving findutils 4.8.0-1 I: Validating findutils 4.8.0-1 I: Retrieving gcc-10-base 10.2.1-6 I: Validating gcc-10-base 10.2.1-6 I: Retrieving gcc-9-base 9.3.0-22 I: Validating gcc-9-base 9.3.0-22 I: Retrieving gpgv 2.2.27-2+deb11u2 I: Validating gpgv 2.2.27-2+deb11u2 I: Retrieving grep 3.6-1+deb11u1 I: Validating grep 3.6-1+deb11u1 I: Retrieving gzip 1.10-4+deb11u1 I: Validating gzip 1.10-4+deb11u1 I: Retrieving hostname 3.23 I: Validating hostname 3.23 I: Retrieving ifupdown 0.8.36 I: Validating ifupdown 0.8.36 I: Retrieving init 1.60 I: Validating init 1.60 I: Retrieving init-system-helpers 1.60 I: Validating init-system-helpers 1.60 I: Retrieving iproute2 5.10.0-4 I: Validating iproute2 5.10.0-4 I: Retrieving iputils-ping 3:20210202-1 I: Validating iputils-ping 3:20210202-1 I: Retrieving isc-dhcp-client 4.4.1-2.3+deb11u2 I: Validating isc-dhcp-client 4.4.1-2.3+deb11u2 I: Retrieving isc-dhcp-common 4.4.1-2.3+deb11u2 I: Validating isc-dhcp-common 4.4.1-2.3+deb11u2 I: Retrieving kmod 28-1 I: Validating kmod 28-1 I: Retrieving less 551-2 I: Validating less 551-2 I: Retrieving libacl1 2.2.53-10 I: Validating libacl1 2.2.53-10 I: Retrieving libapparmor1 2.13.6-10 I: Validating libapparmor1 2.13.6-10 I: Retrieving libapt-pkg6.0 2.2.4 I: Validating libapt-pkg6.0 2.2.4 I: Retrieving libargon2-1 0~20171227-0.2 I: Validating libargon2-1 0~20171227-0.2 I: Retrieving libattr1 1:2.4.48-6 I: Validating libattr1 1:2.4.48-6 I: Retrieving libaudit-common 1:3.0-2 I: Validating libaudit-common 1:3.0-2 I: Retrieving libaudit1 1:3.0-2 I: Validating libaudit1 1:3.0-2 I: Retrieving libblkid1 2.36.1-8+deb11u1 I: Validating libblkid1 2.36.1-8+deb11u1 I: Retrieving libbpf0 1:0.3-2 I: Validating libbpf0 1:0.3-2 I: Retrieving libbsd0 0.11.3-1+deb11u1 I: Validating libbsd0 0.11.3-1+deb11u1 I: Retrieving libbz2-1.0 1.0.8-4 I: Validating libbz2-1.0 1.0.8-4 I: Retrieving libc-bin 2.31-13+deb11u8 I: Validating libc-bin 2.31-13+deb11u8 I: Retrieving libc6 2.31-13+deb11u8 I: Validating libc6 2.31-13+deb11u8 I: Retrieving libcap-ng0 0.7.9-2.2+b1 I: Validating libcap-ng0 0.7.9-2.2+b1 I: Retrieving libcap2 1:2.44-1 I: Validating libcap2 1:2.44-1 I: Retrieving libcap2-bin 1:2.44-1 I: Validating libcap2-bin 1:2.44-1 I: Retrieving libcom-err2 1.46.2-2 I: Validating libcom-err2 1.46.2-2 I: Retrieving libcrypt1 1:4.4.18-4 I: Validating libcrypt1 1:4.4.18-4 I: Retrieving libcryptsetup12 2:2.3.7-1+deb11u1 I: Validating libcryptsetup12 2:2.3.7-1+deb11u1 I: Retrieving libdb5.3 5.3.28+dfsg1-0.8 I: Validating libdb5.3 5.3.28+dfsg1-0.8 I: Retrieving libdebconfclient0 0.260 I: Validating libdebconfclient0 0.260 I: Retrieving libdevmapper1.02.1 2:1.02.175-2.1 I: Validating libdevmapper1.02.1 2:1.02.175-2.1 I: Retrieving libdns-export1110 1:9.11.19+dfsg-2.1 I: Validating libdns-export1110 1:9.11.19+dfsg-2.1 I: Retrieving libedit2 3.1-20191231-2+b1 I: Validating libedit2 3.1-20191231-2+b1 I: Retrieving libelf1 0.183-1 I: Validating libelf1 0.183-1 I: Retrieving libestr0 0.1.10-2.1+b1 I: Validating libestr0 0.1.10-2.1+b1 I: Retrieving libext2fs2 1.46.2-2 I: Validating libext2fs2 1.46.2-2 I: Retrieving libfastjson4 0.99.9-1 I: Validating libfastjson4 0.99.9-1 I: Retrieving libfdisk1 2.36.1-8+deb11u1 I: Validating libfdisk1 2.36.1-8+deb11u1 I: Retrieving libffi7 3.3-6 I: Validating libffi7 3.3-6 I: Retrieving libgcc-s1 10.2.1-6 I: Validating libgcc-s1 10.2.1-6 I: Retrieving libgcrypt20 1.8.7-6 I: Validating libgcrypt20 1.8.7-6 I: Retrieving libgmp10 2:6.2.1+dfsg-1+deb11u1 I: Validating libgmp10 2:6.2.1+dfsg-1+deb11u1 I: Retrieving libgnutls30 3.7.1-5+deb11u4 I: Validating libgnutls30 3.7.1-5+deb11u4 I: Retrieving libgpg-error0 1.38-2 I: Validating libgpg-error0 1.38-2 I: Retrieving libgssapi-krb5-2 1.18.3-6+deb11u4 I: Validating libgssapi-krb5-2 1.18.3-6+deb11u4 I: Retrieving libhogweed6 3.7.3-1 I: Validating libhogweed6 3.7.3-1 I: Retrieving libidn2-0 2.3.0-5 I: Validating libidn2-0 2.3.0-5 I: Retrieving libip4tc2 1.8.7-1 I: Validating libip4tc2 1.8.7-1 I: Retrieving libisc-export1105 1:9.11.19+dfsg-2.1 I: Validating libisc-export1105 1:9.11.19+dfsg-2.1 I: Retrieving libjansson4 2.13.1-1.1 I: Validating libjansson4 2.13.1-1.1 I: Retrieving libjson-c5 0.15-2+deb11u1 I: Validating libjson-c5 0.15-2+deb11u1 I: Retrieving libk5crypto3 1.18.3-6+deb11u4 I: Validating libk5crypto3 1.18.3-6+deb11u4 I: Retrieving libkeyutils1 1.6.1-2 I: Validating libkeyutils1 1.6.1-2 I: Retrieving libkmod2 28-1 I: Validating libkmod2 28-1 I: Retrieving libkrb5-3 1.18.3-6+deb11u4 I: Validating libkrb5-3 1.18.3-6+deb11u4 I: Retrieving libkrb5support0 1.18.3-6+deb11u4 I: Validating libkrb5support0 1.18.3-6+deb11u4 I: Retrieving liblocale-gettext-perl 1.07-4+b1 I: Validating liblocale-gettext-perl 1.07-4+b1 I: Retrieving liblognorm5 2.0.5-1.1 I: Validating liblognorm5 2.0.5-1.1 I: Retrieving liblz4-1 1.9.3-2 I: Validating liblz4-1 1.9.3-2 I: Retrieving liblzma5 5.2.5-2.1~deb11u1 I: Validating liblzma5 5.2.5-2.1~deb11u1 I: Retrieving libmd0 1.0.3-3 I: Validating libmd0 1.0.3-3 I: Retrieving libmnl0 1.0.4-3 I: Validating libmnl0 1.0.4-3 I: Retrieving libmount1 2.36.1-8+deb11u1 I: Validating libmount1 2.36.1-8+deb11u1 I: Retrieving libncurses6 6.2+20201114-2+deb11u2 I: Validating libncurses6 6.2+20201114-2+deb11u2 I: Retrieving libncursesw6 6.2+20201114-2+deb11u2 I: Validating libncursesw6 6.2+20201114-2+deb11u2 I: Retrieving libnettle8 3.7.3-1 I: Validating libnettle8 3.7.3-1 I: Retrieving libnewt0.52 0.52.21-4+b3 I: Validating libnewt0.52 0.52.21-4+b3 I: Retrieving libnftables1 0.9.8-3.1+deb11u2 I: Validating libnftables1 0.9.8-3.1+deb11u2 I: Retrieving libnftnl11 1.1.9-1 I: Validating libnftnl11 1.1.9-1 I: Retrieving libnsl2 1.3.0-2 I: Validating libnsl2 1.3.0-2 I: Retrieving libp11-kit0 0.23.22-1 I: Validating libp11-kit0 0.23.22-1 I: Retrieving libpam-modules 1.4.0-9+deb11u1 I: Validating libpam-modules 1.4.0-9+deb11u1 I: Retrieving libpam-modules-bin 1.4.0-9+deb11u1 I: Validating libpam-modules-bin 1.4.0-9+deb11u1 I: Retrieving libpam-runtime 1.4.0-9+deb11u1 I: Validating libpam-runtime 1.4.0-9+deb11u1 I: Retrieving libpam0g 1.4.0-9+deb11u1 I: Validating libpam0g 1.4.0-9+deb11u1 I: Retrieving libpcre2-8-0 10.36-2+deb11u1 I: Validating libpcre2-8-0 10.36-2+deb11u1 I: Retrieving libpcre3 2:8.39-13 I: Validating libpcre3 2:8.39-13 I: Retrieving libpopt0 1.18-2 I: Validating libpopt0 1.18-2 I: Retrieving libprocps8 2:3.3.17-5 I: Validating libprocps8 2:3.3.17-5 I: Retrieving libreadline8 8.1-1 I: Validating libreadline8 8.1-1 I: Retrieving libseccomp2 2.5.1-1+deb11u1 I: Validating libseccomp2 2.5.1-1+deb11u1 I: Retrieving libselinux1 3.1-3 I: Validating libselinux1 3.1-3 I: Retrieving libsemanage-common 3.1-1 I: Validating libsemanage-common 3.1-1 I: Retrieving libsemanage1 3.1-1+b2 I: Validating libsemanage1 3.1-1+b2 I: Retrieving libsepol1 3.1-1 I: Validating libsepol1 3.1-1 I: Retrieving libslang2 2.3.2-5 I: Validating libslang2 2.3.2-5 I: Retrieving libsmartcols1 2.36.1-8+deb11u1 I: Validating libsmartcols1 2.36.1-8+deb11u1 I: Retrieving libss2 1.46.2-2 I: Validating libss2 1.46.2-2 I: Retrieving libssl1.1 1.1.1w-0+deb11u1 I: Validating libssl1.1 1.1.1w-0+deb11u1 I: Retrieving libstdc++6 10.2.1-6 I: Validating libstdc++6 10.2.1-6 I: Retrieving libsystemd0 247.3-7+deb11u4 I: Validating libsystemd0 247.3-7+deb11u4 I: Retrieving libtasn1-6 4.16.0-2+deb11u1 I: Validating libtasn1-6 4.16.0-2+deb11u1 I: Retrieving libtext-charwidth-perl 0.04-10+b1 I: Validating libtext-charwidth-perl 0.04-10+b1 I: Retrieving libtext-iconv-perl 1.7-7+b1 I: Validating libtext-iconv-perl 1.7-7+b1 I: Retrieving libtext-wrapi18n-perl 0.06-9 I: Validating libtext-wrapi18n-perl 0.06-9 I: Retrieving libtinfo6 6.2+20201114-2+deb11u2 I: Validating libtinfo6 6.2+20201114-2+deb11u2 I: Retrieving libtirpc-common 1.3.1-1+deb11u1 I: Validating libtirpc-common 1.3.1-1+deb11u1 I: Retrieving libtirpc3 1.3.1-1+deb11u1 I: Validating libtirpc3 1.3.1-1+deb11u1 I: Retrieving libudev1 247.3-7+deb11u4 I: Validating libudev1 247.3-7+deb11u4 I: Retrieving libunistring2 0.9.10-4 I: Validating libunistring2 0.9.10-4 I: Retrieving libuuid1 2.36.1-8+deb11u1 I: Validating libuuid1 2.36.1-8+deb11u1 I: Retrieving libxtables12 1.8.7-1 I: Validating libxtables12 1.8.7-1 I: Retrieving libxxhash0 0.8.0-2 I: Validating libxxhash0 0.8.0-2 I: Retrieving libzstd1 1.4.8+dfsg-2.1 I: Validating libzstd1 1.4.8+dfsg-2.1 I: Retrieving login 1:4.8.1-1 I: Validating login 1:4.8.1-1 I: Retrieving logrotate 3.18.0-2+deb11u2 I: Validating logrotate 3.18.0-2+deb11u2 I: Retrieving logsave 1.46.2-2 I: Validating logsave 1.46.2-2 I: Retrieving lsb-base 11.1.0 I: Validating lsb-base 11.1.0 I: Retrieving mawk 1.3.4.20200120-2 I: Validating mawk 1.3.4.20200120-2 I: Retrieving mount 2.36.1-8+deb11u1 I: Validating mount 2.36.1-8+deb11u1 I: Retrieving nano 5.4-2+deb11u2 I: Validating nano 5.4-2+deb11u2 I: Retrieving ncurses-base 6.2+20201114-2+deb11u2 I: Validating ncurses-base 6.2+20201114-2+deb11u2 I: Retrieving ncurses-bin 6.2+20201114-2+deb11u2 I: Validating ncurses-bin 6.2+20201114-2+deb11u2 I: Retrieving netbase 6.3 I: Validating netbase 6.3 I: Retrieving nftables 0.9.8-3.1+deb11u2 I: Validating nftables 0.9.8-3.1+deb11u2 I: Retrieving passwd 1:4.8.1-1 I: Validating passwd 1:4.8.1-1 I: Retrieving perl-base 5.32.1-4+deb11u3 I: Validating perl-base 5.32.1-4+deb11u3 I: Retrieving procps 2:3.3.17-5 I: Validating procps 2:3.3.17-5 I: Retrieving readline-common 8.1-1 I: Validating readline-common 8.1-1 I: Retrieving rsyslog 8.2102.0-2+deb11u1 I: Validating rsyslog 8.2102.0-2+deb11u1 I: Retrieving sed 4.7-1 I: Validating sed 4.7-1 I: Retrieving sensible-utils 0.0.14 I: Validating sensible-utils 0.0.14 I: Retrieving systemd 247.3-7+deb11u4 I: Validating systemd 247.3-7+deb11u4 I: Retrieving systemd-sysv 247.3-7+deb11u4 I: Validating systemd-sysv 247.3-7+deb11u4 I: Retrieving sysvinit-utils 2.96-7+deb11u1 I: Validating sysvinit-utils 2.96-7+deb11u1 I: Retrieving tar 1.34+dfsg-1+deb11u1 I: Validating tar 1.34+dfsg-1+deb11u1 I: Retrieving tasksel 3.68+deb11u1 I: Validating tasksel 3.68+deb11u1 I: Retrieving tasksel-data 3.68+deb11u1 I: Validating tasksel-data 3.68+deb11u1 I: Retrieving tzdata 2024a-0+deb11u1 I: Validating tzdata 2024a-0+deb11u1 I: Retrieving udev 247.3-7+deb11u4 I: Validating udev 247.3-7+deb11u4 I: Retrieving util-linux 2.36.1-8+deb11u1 I: Validating util-linux 2.36.1-8+deb11u1 I: Retrieving vim-common 2:8.2.2434-3+deb11u1 I: Validating vim-common 2:8.2.2434-3+deb11u1 I: Retrieving vim-tiny 2:8.2.2434-3+deb11u1 I: Validating vim-tiny 2:8.2.2434-3+deb11u1 I: Retrieving whiptail 0.52.21-4+b3 I: Validating whiptail 0.52.21-4+b3 I: Retrieving xxd 2:8.2.2434-3+deb11u1 I: Validating xxd 2:8.2.2434-3+deb11u1 I: Retrieving zlib1g 1:1.2.11.dfsg-2+deb11u2 I: Validating zlib1g 1:1.2.11.dfsg-2+deb11u2 I: Chosen extractor for .deb packages: dpkg-deb I: Extracting adduser... I: Extracting apt... I: Extracting base-files... I: Extracting base-passwd... I: Extracting bash... I: Extracting bsdutils... I: Extracting coreutils... I: Extracting dash... I: Extracting debconf... I: Extracting debian-archive-keyring... I: Extracting debianutils... I: Extracting diffutils... I: Extracting dpkg... I: Extracting e2fsprogs... I: Extracting findutils... I: Extracting gcc-10-base... I: Extracting gcc-9-base... I: Extracting gpgv... I: Extracting grep... I: Extracting gzip... I: Extracting hostname... I: Extracting init-system-helpers... I: Extracting libacl1... I: Extracting libapt-pkg6.0... I: Extracting libattr1... I: Extracting libaudit-common... I: Extracting libaudit1... I: Extracting libblkid1... I: Extracting libbz2-1.0... I: Extracting libc-bin... I: Extracting libc6... I: Extracting libcap-ng0... I: Extracting libcom-err2... I: Extracting libcrypt1... I: Extracting libdb5.3... I: Extracting libdebconfclient0... I: Extracting libext2fs2... I: Extracting libffi7... I: Extracting libgcc-s1... I: Extracting libgcrypt20... I: Extracting libgmp10... I: Extracting libgnutls30... I: Extracting libgpg-error0... I: Extracting libgssapi-krb5-2... I: Extracting libhogweed6... I: Extracting libidn2-0... I: Extracting libk5crypto3... I: Extracting libkeyutils1... I: Extracting libkrb5-3... I: Extracting libkrb5support0... I: Extracting liblz4-1... I: Extracting liblzma5... I: Extracting libmount1... I: Extracting libnettle8... I: Extracting libnsl2... 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 libpcre3... I: Extracting libseccomp2... I: Extracting libselinux1... I: Extracting libsemanage-common... I: Extracting libsemanage1... I: Extracting libsepol1... I: Extracting libsmartcols1... I: Extracting libss2... I: Extracting libssl1.1... I: Extracting libstdc++6... I: Extracting libsystemd0... I: Extracting libtasn1-6... I: Extracting libtinfo6... I: Extracting libtirpc-common... I: Extracting libtirpc3... I: Extracting libudev1... I: Extracting libunistring2... I: Extracting libuuid1... I: Extracting libxxhash0... I: Extracting libzstd1... I: Extracting login... I: Extracting logsave... I: Extracting lsb-base... I: Extracting mawk... I: Extracting mount... I: Extracting ncurses-base... I: Extracting ncurses-bin... I: Extracting passwd... I: Extracting perl-base... I: Extracting sed... I: Extracting sysvinit-utils... I: Extracting tar... I: Extracting tzdata... I: Extracting util-linux... I: Extracting zlib1g... I: Installing core packages... I: Unpacking required packages... I: Unpacking adduser... I: Unpacking apt... I: Unpacking base-files... I: Unpacking base-passwd... I: Unpacking bash... I: Unpacking bsdutils... I: Unpacking coreutils... I: Unpacking dash... I: Unpacking debconf... I: Unpacking debian-archive-keyring... I: Unpacking debianutils... I: Unpacking diffutils... I: Unpacking dpkg... I: Unpacking e2fsprogs... I: Unpacking findutils... I: Unpacking gcc-10-base:arm64... I: Unpacking gcc-9-base:arm64... I: Unpacking gpgv... I: Unpacking grep... I: Unpacking gzip... I: Unpacking hostname... I: Unpacking init-system-helpers... I: Unpacking libacl1:arm64... I: Unpacking libapt-pkg6.0:arm64... I: Unpacking libattr1:arm64... I: Unpacking libaudit-common... I: Unpacking libaudit1:arm64... I: Unpacking libblkid1:arm64... I: Unpacking libbz2-1.0:arm64... I: Unpacking libc-bin... I: Unpacking libc6:arm64... I: Unpacking libcap-ng0:arm64... I: Unpacking libcom-err2:arm64... I: Unpacking libcrypt1:arm64... I: Unpacking libdb5.3:arm64... I: Unpacking libdebconfclient0:arm64... I: Unpacking libext2fs2:arm64... I: Unpacking libffi7:arm64... I: Unpacking libgcc-s1:arm64... I: Unpacking libgcrypt20:arm64... I: Unpacking libgmp10:arm64... I: Unpacking libgnutls30:arm64... I: Unpacking libgpg-error0:arm64... I: Unpacking libgssapi-krb5-2:arm64... I: Unpacking libhogweed6:arm64... I: Unpacking libidn2-0:arm64... I: Unpacking libk5crypto3:arm64... I: Unpacking libkeyutils1:arm64... I: Unpacking libkrb5-3:arm64... I: Unpacking libkrb5support0:arm64... I: Unpacking liblz4-1:arm64... I: Unpacking liblzma5:arm64... I: Unpacking libmount1:arm64... I: Unpacking libnettle8:arm64... I: Unpacking libnsl2:arm64... I: Unpacking libp11-kit0:arm64... I: Unpacking libpam-modules:arm64... I: Unpacking libpam-modules-bin... I: Unpacking libpam-runtime... I: Unpacking libpam0g:arm64... I: Unpacking libpcre2-8-0:arm64... I: Unpacking libpcre3:arm64... I: Unpacking libseccomp2:arm64... I: Unpacking libselinux1:arm64... I: Unpacking libsemanage-common... I: Unpacking libsemanage1:arm64... I: Unpacking libsepol1:arm64... I: Unpacking libsmartcols1:arm64... I: Unpacking libss2:arm64... I: Unpacking libssl1.1:arm64... I: Unpacking libstdc++6:arm64... I: Unpacking libsystemd0:arm64... I: Unpacking libtasn1-6:arm64... I: Unpacking libtinfo6:arm64... I: Unpacking libtirpc-common... I: Unpacking libtirpc3:arm64... I: Unpacking libudev1:arm64... I: Unpacking libunistring2:arm64... I: Unpacking libuuid1:arm64... I: Unpacking libxxhash0:arm64... I: Unpacking libzstd1:arm64... I: Unpacking login... I: Unpacking logsave... I: Unpacking lsb-base... I: Unpacking mawk... I: Unpacking mount... I: Unpacking ncurses-base... I: Unpacking ncurses-bin... I: Unpacking passwd... I: Unpacking perl-base... I: Unpacking sed... I: Unpacking sysvinit-utils... I: Unpacking tar... I: Unpacking tzdata... I: Unpacking util-linux... I: Unpacking zlib1g:arm64... I: Configuring required packages... I: Configuring lsb-base... I: Configuring libtirpc-common... I: Configuring debian-archive-keyring... I: Configuring libaudit-common... I: Configuring libsemanage-common... I: Configuring gcc-10-base:arm64... I: Configuring ncurses-base... I: Configuring gcc-9-base:arm64... I: Configuring libcrypt1:arm64... I: Configuring libgcc-s1:arm64... I: Configuring libc6:arm64... I: Configuring libudev1:arm64... I: Configuring libsepol1:arm64... I: Configuring libxxhash0:arm64... I: Configuring libattr1:arm64... I: Configuring sysvinit-utils... I: Configuring libtasn1-6:arm64... I: Configuring debianutils... I: Configuring mawk... I: Configuring libdebconfclient0:arm64... I: Configuring base-files... I: Configuring libbz2-1.0:arm64... I: Configuring base-passwd... I: Configuring libdb5.3:arm64... I: Configuring libblkid1:arm64... I: Configuring libstdc++6:arm64... I: Configuring libtinfo6:arm64... I: Configuring bash... I: Configuring libzstd1:arm64... I: Configuring libkeyutils1:arm64... I: Configuring liblzma5:arm64... I: Configuring libgpg-error0:arm64... I: Configuring liblz4-1:arm64... I: Configuring libc-bin... I: Configuring ncurses-bin... I: Configuring libffi7:arm64... I: Configuring libacl1:arm64... I: Configuring libunistring2:arm64... I: Configuring libsmartcols1:arm64... I: Configuring libgcrypt20:arm64... I: Configuring zlib1g:arm64... I: Configuring libidn2-0:arm64... I: Configuring libcom-err2:arm64... I: Configuring diffutils... I: Configuring libseccomp2:arm64... I: Configuring libsystemd0:arm64... I: Configuring libkrb5support0:arm64... I: Configuring hostname... I: Configuring libpcre3:arm64... I: Configuring libcap-ng0:arm64... I: Configuring libext2fs2:arm64... I: Configuring libnettle8:arm64... I: Configuring libapt-pkg6.0:arm64... I: Configuring libgmp10:arm64... I: Configuring libp11-kit0:arm64... I: Configuring libaudit1:arm64... I: Configuring libuuid1:arm64... I: Configuring libss2:arm64... I: Configuring libpcre2-8-0:arm64... I: Configuring libk5crypto3:arm64... I: Configuring logsave... I: Configuring gpgv... I: Configuring libhogweed6:arm64... I: Configuring bsdutils... I: Configuring e2fsprogs... I: Configuring libselinux1:arm64... I: Configuring libgnutls30:arm64... I: Configuring sed... I: Configuring findutils... I: Configuring libmount1:arm64... I: Configuring libsemanage1:arm64... I: Configuring tar... I: Configuring coreutils... I: Configuring dpkg... I: Configuring grep... I: Configuring perl-base... I: Configuring init-system-helpers... I: Configuring gzip... I: Configuring debconf... I: Configuring tzdata... I: Configuring libpam0g:arm64... I: Configuring dash... I: Configuring libssl1.1:arm64... I: Configuring libpam-modules-bin... I: Configuring libkrb5-3:arm64... I: Configuring libgssapi-krb5-2:arm64... I: Configuring libtirpc3:arm64... I: Configuring libnsl2:arm64... I: Configuring libpam-modules:arm64... I: Configuring passwd... I: Configuring libpam-runtime... I: Configuring login... I: Configuring adduser... I: Configuring apt... I: Configuring util-linux... I: Configuring mount... 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 dmidecode... I: Unpacking fdisk... I: Unpacking ifupdown... I: Unpacking init... I: Unpacking iproute2... I: Unpacking iputils-ping... I: Unpacking isc-dhcp-client... I: Unpacking isc-dhcp-common... I: Unpacking kmod... I: Unpacking less... I: Unpacking libbpf0:arm64... I: Unpacking libbsd0:arm64... I: Unpacking libcap2-bin... I: Unpacking libdns-export1110... I: Unpacking libedit2:arm64... I: Unpacking libelf1:arm64... I: Unpacking libestr0:arm64... I: Unpacking libfastjson4:arm64... I: Unpacking libfdisk1:arm64... I: Unpacking libisc-export1105:arm64... I: Unpacking libjansson4:arm64... I: Unpacking liblocale-gettext-perl... I: Unpacking liblognorm5:arm64... I: Unpacking libmd0:arm64... I: Unpacking libmnl0:arm64... I: Unpacking libncurses6:arm64... I: Unpacking libncursesw6:arm64... I: Unpacking libnewt0.52:arm64... I: Unpacking libnftables1:arm64... I: Unpacking libnftnl11:arm64... I: Unpacking libpopt0:arm64... I: Unpacking libprocps8:arm64... I: Unpacking libreadline8:arm64... I: Unpacking libslang2:arm64... I: Unpacking libtext-charwidth-perl... I: Unpacking libtext-iconv-perl... I: Unpacking libtext-wrapi18n-perl... I: Unpacking libxtables12:arm64... I: Unpacking logrotate... I: Unpacking nano... I: Unpacking netbase... I: Unpacking nftables... I: Unpacking procps... I: Unpacking readline-common... I: Unpacking rsyslog... I: Unpacking sensible-utils... I: Unpacking tasksel... I: Unpacking tasksel-data... I: Unpacking udev... I: Unpacking vim-common... I: Unpacking vim-tiny... I: Unpacking whiptail... I: Unpacking xxd... I: Configuring the base system... I: Configuring cpio... I: Configuring libtext-iconv-perl... I: Configuring libtext-charwidth-perl... I: Configuring apt-utils... I: Configuring init... I: Configuring libestr0:arm64... I: Configuring libfastjson4:arm64... I: Configuring less... I: Configuring kmod... I: Configuring libtext-wrapi18n-perl... I: Configuring xxd... I: Configuring libjansson4:arm64... I: Configuring libcap2-bin... I: Configuring libisc-export1105:arm64... I: Configuring vim-common... I: Configuring libslang2:arm64... I: Configuring libncurses6:arm64... I: Configuring libmnl0:arm64... I: Configuring udev... I: Configuring libncursesw6:arm64... I: Configuring libxtables12:arm64... I: Configuring libfdisk1:arm64... I: Configuring liblognorm5:arm64... I: Configuring nano... I: Configuring libmd0:arm64... I: Configuring sensible-utils... I: Configuring netbase... I: Configuring isc-dhcp-common... I: Configuring dmidecode... I: Configuring libbsd0:arm64... I: Configuring libelf1:arm64... I: Configuring iputils-ping... I: Configuring readline-common... I: Configuring liblocale-gettext-perl... I: Configuring libprocps8:arm64... I: Configuring libpopt0:arm64... I: Configuring logrotate... I: Configuring libnewt0.52:arm64... I: Configuring libedit2:arm64... I: Configuring libreadline8:arm64... I: Configuring cron... I: Configuring rsyslog... I: Configuring libdns-export1110... I: Configuring debconf-i18n... I: Configuring libnftnl11:arm64... I: Configuring vim-tiny... I: Configuring fdisk... I: Configuring whiptail... I: Configuring procps... I: Configuring libbpf0:arm64... I: Configuring libnftables1:arm64... I: Configuring nftables... I: Configuring iproute2... I: Configuring isc-dhcp-client... I: Configuring ifupdown... I: Configuring tasksel-data... I: Configuring tasksel... I: Configuring libc-bin... I: Base system installed successfully. 2024-03-31 04:48:36 DEBUG STDERR: W: qemu-debootstrap is deprecated. Please use regular debootstrap directly I: Running command: debootstrap --arch arm64 --variant - --components main,non-free bullseye /tmp/tmpk6_a_krr http://deb.debian.org/debian 2024-03-31 04:48:36 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'apt-get', 'update'] 2024-03-31 04:48:47 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bullseye InRelease Get:2 http://deb.debian.org/debian bullseye/main Translation-en [6236 kB] Get:3 http://deb.debian.org/debian bullseye/non-free Translation-en [92.2 kB] Fetched 6328 kB in 7s (878 kB/s) Reading package lists... 2024-03-31 04:48:47 DEBUG STDERR: 2024-03-31 04:48:47 INFO Calling > 2024-03-31 04:48:47 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'apt-get', 'update'] 2024-03-31 04:48:54 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bullseye InRelease Reading package lists... 2024-03-31 04:48:54 DEBUG STDERR: 2024-03-31 04:48:54 INFO Running step: {'create-file': '/etc/apt/sources.list', 'contents': 'deb http://deb.debian.org/debian bullseye main non-free \ndeb http://deb.debian.org/debian bullseye-updates main non-free \ndeb http://security.debian.org/debian-security bullseye-security main non-free \n# Backports are _not_ enabled by default.\n# Enable them by uncommenting the following line:\n# deb http://deb.debian.org/debian bullseye-backports main non-free\n', 'unless': 'rootfs_unpacked'} 2024-03-31 04:48:54 INFO Calling > 2024-03-31 04:48:54 INFO Creating file /tmp/tmpk6_a_krr//etc/apt/sources.list, uid 0, gid 0, perms 644 2024-03-31 04:48:54 INFO Calling > 2024-03-31 04:48:54 INFO Running step: {'copy-file': '/etc/initramfs-tools/hooks/rpi-resizerootfs', 'src': 'rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs', 'perm': 493, 'unless': 'rootfs_unpacked'} 2024-03-31 04:48:54 INFO Calling > 2024-03-31 04:48:54 INFO Copying file rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs to /tmp/tmpk6_a_krr//etc/initramfs-tools/hooks/rpi-resizerootfs, uid 0, gid 0, perms 755 2024-03-31 04:48:54 INFO Calling > 2024-03-31 04:48:54 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'} 2024-03-31 04:48:54 INFO Calling > 2024-03-31 04:48:54 INFO Copying file rootfs/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs to /tmp/tmpk6_a_krr//etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs, uid 0, gid 0, perms 755 2024-03-31 04:48:54 INFO Calling > 2024-03-31 04:48:54 INFO Running step: {'apt': 'install', 'packages': ['ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-arm64', 'raspi-firmware', 'firmware-brcm80211', 'bluez-firmware'], 'tag': 'tag-root', 'unless': 'rootfs_unpacked'} 2024-03-31 04:48:54 INFO Calling > 2024-03-31 04:48:54 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'apt-get', 'update'] 2024-03-31 04:49:07 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bullseye InRelease Get:2 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:3 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:4 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [16.3 kB] Get:5 http://deb.debian.org/debian bullseye-updates/main Translation-en [10.9 kB] Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [266 kB] Get:7 http://security.debian.org/debian-security bullseye-security/main Translation-en [175 kB] Get:8 http://security.debian.org/debian-security bullseye-security/non-free Translation-en [472 B] Fetched 560 kB in 8s (67.9 kB/s) Reading package lists... 2024-03-31 04:49:07 DEBUG STDERR: 2024-03-31 04:49:07 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'apt-get', '-y', '--no-show-progress', '', 'install', 'eatmydata'] 2024-03-31 04:49:12 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 0 not upgraded. Need to get 31.6 kB of archives. After this operation, 70.7 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main arm64 libeatmydata1 arm64 105-9 [15.4 kB] Get:2 http://deb.debian.org/debian bullseye/main arm64 eatmydata all 105-9 [16.2 kB] Fetched 31.6 kB in 0s (92.3 kB/s) Selecting previously unselected package libeatmydata1:arm64. (Reading database ... 9215 files and directories currently installed.) Preparing to unpack .../libeatmydata1_105-9_arm64.deb ... Unpacking libeatmydata1:arm64 (105-9) ... Selecting previously unselected package eatmydata. Preparing to unpack .../eatmydata_105-9_all.deb ... Unpacking eatmydata (105-9) ... Setting up libeatmydata1:arm64 (105-9) ... Setting up eatmydata (105-9) ... Processing triggers for libc-bin (2.31-13+deb11u8) ... 2024-03-31 04:49:12 DEBUG STDERR: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) 2024-03-31 04:49:12 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'eatmydata', 'apt-get', 'update'] 2024-03-31 04:49:25 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://security.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Reading package lists... 2024-03-31 04:49:25 DEBUG STDERR: 2024-03-31 04:49:25 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'eatmydata', 'apt-get', '-y', '--no-show-progress', '', 'install', 'ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-arm64', 'raspi-firmware', 'firmware-brcm80211', 'bluez-firmware'] 2024-03-31 04:56:40 DEBUG STDOUT: Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: apparmor busybox dbus firmware-linux-free initramfs-tools initramfs-tools-core klibc-utils libcbor0 libdbus-1-3 libexpat1 libfido2-1 libklibc libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libpam-systemd libparted2 libpcsclite1 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-base linux-image-5.10.0-28-arm64 ncurses-term openssh-client openssh-server openssh-sftp-server openssl pigz runit-helper ucf wireless-regdb xauth Suggested packages: apparmor-profiles-extra apparmor-utils default-dbus-session-bus | dbus-session-bus bash-completion libparted-dev libparted-i18n pcscd linux-doc-5.10 debian-kernel-handbook keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw parted-doc crda wpagui libengine-pkcs11-openssl The following NEW packages will be installed: apparmor bluez-firmware busybox ca-certificates dbus dosfstools firmware-brcm80211 firmware-linux-free initramfs-tools initramfs-tools-core iw klibc-utils libcbor0 libdbus-1-3 libexpat1 libfido2-1 libklibc libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libpam-systemd libparted2 libpcsclite1 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-base linux-image-5.10.0-28-arm64 linux-image-arm64 ncurses-term openssh-client openssh-server openssh-sftp-server openssl parted pigz raspi-firmware runit-helper ssh systemd-timesyncd ucf wireless-regdb wpasupplicant xauth 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. Need to get 64.5 MB of archives. After this operation, 327 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main arm64 libdbus-1-3 arm64 1.12.28-0+deb11u1 [213 kB] Get:2 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB] Get:3 http://deb.debian.org/debian bullseye/main arm64 dbus arm64 1.12.28-0+deb11u1 [233 kB] Get:4 http://deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] Get:5 http://deb.debian.org/debian bullseye/main arm64 dosfstools arm64 4.2-1 [139 kB] Get:6 http://deb.debian.org/debian bullseye/non-free arm64 raspi-firmware arm64 1.20210303+ds-2 [4514 kB] Get:7 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB] Get:8 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB] Get:9 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5+deb11u3 [898 kB] Get:10 http://deb.debian.org/debian bullseye/main arm64 openssh-sftp-server arm64 1:8.4p1-5+deb11u3 [50.3 kB] Get:11 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB] Get:12 http://deb.debian.org/debian bullseye/main arm64 runit-helper all 2.10.3 [7808 B] Get:13 http://deb.debian.org/debian bullseye/main arm64 libwrap0 arm64 7.6.q-31 [58.7 kB] Get:14 http://deb.debian.org/debian bullseye/main arm64 openssh-server arm64 1:8.4p1-5+deb11u3 [363 kB] Get:15 http://deb.debian.org/debian bullseye/main arm64 ssh all 1:8.4p1-5+deb11u3 [252 kB] Get:16 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1w-0+deb11u1 [837 kB] Get:17 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] Get:18 http://deb.debian.org/debian bullseye/main arm64 libpam-systemd arm64 247.3-7+deb11u4 [275 kB] Get:19 http://deb.debian.org/debian bullseye/main arm64 ncurses-term all 6.2+20201114-2+deb11u2 [505 kB] Get:20 http://deb.debian.org/debian bullseye/main arm64 systemd-timesyncd arm64 247.3-7+deb11u4 [130 kB] Get:21 http://deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] Get:22 http://deb.debian.org/debian bullseye/non-free arm64 bluez-firmware all 1.2-4 [64.9 kB] Get:23 http://deb.debian.org/debian bullseye/main arm64 busybox arm64 1:1.30.1-6+b3 [408 kB] Get:24 http://deb.debian.org/debian bullseye/non-free arm64 firmware-brcm80211 all 20210315-3 [5304 kB] Get:25 http://deb.debian.org/debian bullseye/main arm64 firmware-linux-free all 20200122-1 [24.2 kB] Get:26 http://deb.debian.org/debian bullseye/main arm64 libklibc arm64 2.0.8-6.1 [58.9 kB] Get:27 http://deb.debian.org/debian bullseye/main arm64 klibc-utils arm64 2.0.8-6.1 [98.6 kB] Get:28 http://deb.debian.org/debian bullseye/main arm64 initramfs-tools-core all 0.140 [103 kB] Get:29 http://deb.debian.org/debian bullseye/main arm64 linux-base all 4.6 [32.4 kB] Get:30 http://deb.debian.org/debian bullseye/main arm64 initramfs-tools all 0.140 [71.7 kB] Get:31 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] Get:32 http://deb.debian.org/debian bullseye/main arm64 libnl-genl-3-200 arm64 3.4.0-1+b1 [20.8 kB] Get:33 http://deb.debian.org/debian bullseye/main arm64 iw arm64 5.9-3 [96.8 kB] Get:34 http://deb.debian.org/debian bullseye/main arm64 libnl-route-3-200 arm64 3.4.0-1+b1 [149 kB] Get:35 http://deb.debian.org/debian bullseye/main arm64 libparted2 arm64 3.4-1 [324 kB] Get:36 http://deb.debian.org/debian bullseye/main arm64 libpcsclite1 arm64 1.9.1-1 [59.5 kB] Get:37 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] Get:38 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] Get:39 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB] Get:40 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB] Get:41 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1+deb11u2 [744 kB] Get:42 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB] Get:43 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB] Get:44 http://deb.debian.org/debian bullseye/main arm64 linux-image-5.10.0-28-arm64 arm64 5.10.209-2 [45.3 MB] Get:45 http://deb.debian.org/debian bullseye/main arm64 linux-image-arm64 arm64 5.10.209-2 [1452 B] Get:46 http://deb.debian.org/debian bullseye/main arm64 parted arm64 3.4-1 [216 kB] Get:47 http://deb.debian.org/debian bullseye/main arm64 wireless-regdb all 2022.04.08-2~deb11u1 [15.1 kB] Get:48 http://deb.debian.org/debian bullseye/main arm64 wpasupplicant arm64 2:2.9.0-21 [1188 kB] Get:49 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB] Preconfiguring packages ... Fetched 64.5 MB in 3s (25.1 MB/s) Selecting previously unselected package libdbus-1-3:arm64. (Reading database ... 9230 files and directories currently installed.) Preparing to unpack .../00-libdbus-1-3_1.12.28-0+deb11u1_arm64.deb ... Unpacking libdbus-1-3:arm64 (1.12.28-0+deb11u1) ... Selecting previously unselected package libexpat1:arm64. Preparing to unpack .../01-libexpat1_2.2.10-2+deb11u5_arm64.deb ... Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ... Selecting previously unselected package dbus. Preparing to unpack .../02-dbus_1.12.28-0+deb11u1_arm64.deb ... Unpacking dbus (1.12.28-0+deb11u1) ... Selecting previously unselected package pigz. Preparing to unpack .../03-pigz_2.6-1_arm64.deb ... Unpacking pigz (2.6-1) ... Selecting previously unselected package dosfstools. Preparing to unpack .../04-dosfstools_4.2-1_arm64.deb ... Unpacking dosfstools (4.2-1) ... Selecting previously unselected package raspi-firmware. Preparing to unpack .../05-raspi-firmware_1.20210303+ds-2_arm64.deb ... Unpacking raspi-firmware (1.20210303+ds-2) ... Selecting previously unselected package libcbor0:arm64. Preparing to unpack .../06-libcbor0_0.5.0+dfsg-2_arm64.deb ... Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ... Selecting previously unselected package libfido2-1:arm64. Preparing to unpack .../07-libfido2-1_1.6.0-2_arm64.deb ... Unpacking libfido2-1:arm64 (1.6.0-2) ... Selecting previously unselected package openssh-client. Preparing to unpack .../08-openssh-client_1%3a8.4p1-5+deb11u3_arm64.deb ... Unpacking openssh-client (1:8.4p1-5+deb11u3) ... Selecting previously unselected package openssh-sftp-server. Preparing to unpack .../09-openssh-sftp-server_1%3a8.4p1-5+deb11u3_arm64.deb ... Unpacking openssh-sftp-server (1:8.4p1-5+deb11u3) ... Selecting previously unselected package ucf. Preparing to unpack .../10-ucf_3.0043_all.deb ... Unpacking ucf (3.0043) ... Selecting previously unselected package runit-helper. Preparing to unpack .../11-runit-helper_2.10.3_all.deb ... Unpacking runit-helper (2.10.3) ... Selecting previously unselected package libwrap0:arm64. Preparing to unpack .../12-libwrap0_7.6.q-31_arm64.deb ... Unpacking libwrap0:arm64 (7.6.q-31) ... Selecting previously unselected package openssh-server. Preparing to unpack .../13-openssh-server_1%3a8.4p1-5+deb11u3_arm64.deb ... Unpacking openssh-server (1:8.4p1-5+deb11u3) ... Selecting previously unselected package ssh. Preparing to unpack .../14-ssh_1%3a8.4p1-5+deb11u3_all.deb ... Unpacking ssh (1:8.4p1-5+deb11u3) ... Selecting previously unselected package openssl. Preparing to unpack .../15-openssl_1.1.1w-0+deb11u1_arm64.deb ... Unpacking openssl (1.1.1w-0+deb11u1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../16-ca-certificates_20210119_all.deb ... Unpacking ca-certificates (20210119) ... Selecting previously unselected package libpam-systemd:arm64. Preparing to unpack .../17-libpam-systemd_247.3-7+deb11u4_arm64.deb ... Unpacking libpam-systemd:arm64 (247.3-7+deb11u4) ... Selecting previously unselected package ncurses-term. Preparing to unpack .../18-ncurses-term_6.2+20201114-2+deb11u2_all.deb ... Unpacking ncurses-term (6.2+20201114-2+deb11u2) ... Selecting previously unselected package systemd-timesyncd. Preparing to unpack .../19-systemd-timesyncd_247.3-7+deb11u4_arm64.deb ... Unpacking systemd-timesyncd (247.3-7+deb11u4) ... Selecting previously unselected package apparmor. Preparing to unpack .../20-apparmor_2.13.6-10_arm64.deb ... Unpacking apparmor (2.13.6-10) ... Selecting previously unselected package bluez-firmware. Preparing to unpack .../21-bluez-firmware_1.2-4_all.deb ... Unpacking bluez-firmware (1.2-4) ... Selecting previously unselected package busybox. Preparing to unpack .../22-busybox_1%3a1.30.1-6+b3_arm64.deb ... Unpacking busybox (1:1.30.1-6+b3) ... Selecting previously unselected package firmware-brcm80211. Preparing to unpack .../23-firmware-brcm80211_20210315-3_all.deb ... Unpacking firmware-brcm80211 (20210315-3) ... Selecting previously unselected package firmware-linux-free. Preparing to unpack .../24-firmware-linux-free_20200122-1_all.deb ... Unpacking firmware-linux-free (20200122-1) ... Selecting previously unselected package libklibc:arm64. Preparing to unpack .../25-libklibc_2.0.8-6.1_arm64.deb ... Unpacking libklibc:arm64 (2.0.8-6.1) ... Selecting previously unselected package klibc-utils. Preparing to unpack .../26-klibc-utils_2.0.8-6.1_arm64.deb ... Unpacking klibc-utils (2.0.8-6.1) ... Selecting previously unselected package initramfs-tools-core. Preparing to unpack .../27-initramfs-tools-core_0.140_all.deb ... Unpacking initramfs-tools-core (0.140) ... Selecting previously unselected package linux-base. Preparing to unpack .../28-linux-base_4.6_all.deb ... Unpacking linux-base (4.6) ... Selecting previously unselected package initramfs-tools. Preparing to unpack .../29-initramfs-tools_0.140_all.deb ... Unpacking initramfs-tools (0.140) ... Selecting previously unselected package libnl-3-200:arm64. Preparing to unpack .../30-libnl-3-200_3.4.0-1+b1_arm64.deb ... Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... Selecting previously unselected package libnl-genl-3-200:arm64. Preparing to unpack .../31-libnl-genl-3-200_3.4.0-1+b1_arm64.deb ... Unpacking libnl-genl-3-200:arm64 (3.4.0-1+b1) ... Selecting previously unselected package iw. Preparing to unpack .../32-iw_5.9-3_arm64.deb ... Unpacking iw (5.9-3) ... Selecting previously unselected package libnl-route-3-200:arm64. Preparing to unpack .../33-libnl-route-3-200_3.4.0-1+b1_arm64.deb ... Unpacking libnl-route-3-200:arm64 (3.4.0-1+b1) ... Selecting previously unselected package libparted2:arm64. Preparing to unpack .../34-libparted2_3.4-1_arm64.deb ... Unpacking libparted2:arm64 (3.4-1) ... Selecting previously unselected package libpcsclite1:arm64. Preparing to unpack .../35-libpcsclite1_1.9.1-1_arm64.deb ... Unpacking libpcsclite1:arm64 (1.9.1-1) ... Selecting previously unselected package libxau6:arm64. Preparing to unpack .../36-libxau6_1%3a1.0.9-1_arm64.deb ... Unpacking libxau6:arm64 (1:1.0.9-1) ... Selecting previously unselected package libxdmcp6:arm64. Preparing to unpack .../37-libxdmcp6_1%3a1.1.2-3_arm64.deb ... Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... Selecting previously unselected package libxcb1:arm64. Preparing to unpack .../38-libxcb1_1.14-3_arm64.deb ... Unpacking libxcb1:arm64 (1.14-3) ... Selecting previously unselected package libx11-data. Preparing to unpack .../39-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ... Unpacking libx11-data (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libx11-6:arm64. Preparing to unpack .../40-libx11-6_2%3a1.7.2-1+deb11u2_arm64.deb ... Unpacking libx11-6:arm64 (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libxext6:arm64. Preparing to unpack .../41-libxext6_2%3a1.3.3-1.1_arm64.deb ... Unpacking libxext6:arm64 (2:1.3.3-1.1) ... Selecting previously unselected package libxmuu1:arm64. Preparing to unpack .../42-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ... Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ... Selecting previously unselected package linux-image-5.10.0-28-arm64. Preparing to unpack .../43-linux-image-5.10.0-28-arm64_5.10.209-2_arm64.deb ... Unpacking linux-image-5.10.0-28-arm64 (5.10.209-2) ... Selecting previously unselected package linux-image-arm64. Preparing to unpack .../44-linux-image-arm64_5.10.209-2_arm64.deb ... Unpacking linux-image-arm64 (5.10.209-2) ... Selecting previously unselected package parted. Preparing to unpack .../45-parted_3.4-1_arm64.deb ... Unpacking parted (3.4-1) ... Selecting previously unselected package wireless-regdb. Preparing to unpack .../46-wireless-regdb_2022.04.08-2~deb11u1_all.deb ... Unpacking wireless-regdb (2022.04.08-2~deb11u1) ... Selecting previously unselected package wpasupplicant. Preparing to unpack .../47-wpasupplicant_2%3a2.9.0-21_arm64.deb ... Unpacking wpasupplicant (2:2.9.0-21) ... Selecting previously unselected package xauth. Preparing to unpack .../48-xauth_1%3a1.1-1_arm64.deb ... Unpacking xauth (1:1.1-1) ... Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ... Setting up bluez-firmware (1.2-4) ... Setting up runit-helper (2.10.3) ... Setting up libxau6:arm64 (1:1.0.9-1) ... Setting up libxdmcp6:arm64 (1:1.1.2-3) ... Setting up libxcb1:arm64 (1.14-3) ... Setting up linux-base (4.6) ... Setting up firmware-linux-free (20200122-1) ... Setting up wireless-regdb (2022.04.08-2~deb11u1) ... update-alternatives: using /lib/firmware/regulatory.db-debian to provide /lib/firmware/regulatory.db (regulatory.db) in auto mode Setting up libcbor0:arm64 (0.5.0+dfsg-2) ... Setting up dosfstools (4.2-1) ... Setting up apparmor (2.13.6-10) ... Setting up busybox (1:1.30.1-6+b3) ... Setting up libklibc:arm64 (2.0.8-6.1) ... Setting up firmware-brcm80211 (20210315-3) ... Setting up libwrap0:arm64 (7.6.q-31) ... Setting up libx11-data (2:1.7.2-1+deb11u2) ... Setting up libdbus-1-3:arm64 (1.12.28-0+deb11u1) ... Setting up dbus (1.12.28-0+deb11u1) ... Setting up raspi-firmware (1.20210303+ds-2) ... Setting up systemd-timesyncd (247.3-7+deb11u4) ... Setting up libpcsclite1:arm64 (1.9.1-1) ... Setting up ucf (3.0043) ... Setting up libparted2:arm64 (3.4-1) ... Setting up pigz (2.6-1) ... Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... Setting up libpam-systemd:arm64 (247.3-7+deb11u4) ... Setting up libx11-6:arm64 (2:1.7.2-1+deb11u2) ... Setting up libfido2-1:arm64 (1.6.0-2) ... Setting up klibc-utils (2.0.8-6.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 (1.1.1w-0+deb11u1) ... Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ... Setting up ncurses-term (6.2+20201114-2+deb11u2) ... Setting up openssh-client (1:8.4p1-5+deb11u3) ... Setting up libxext6:arm64 (2:1.3.3-1.1) ... Setting up parted (3.4-1) ... Setting up libnl-route-3-200:arm64 (3.4.0-1+b1) ... Setting up ca-certificates (20210119) ... Setting up xauth (1:1.1-1) ... Setting up libnl-genl-3-200:arm64 (3.4.0-1+b1) ... Setting up iw (5.9-3) ... Setting up initramfs-tools-core (0.140) ... Setting up openssh-sftp-server (1:8.4p1-5+deb11u3) ... Setting up initramfs-tools (0.140) ... update-initramfs: deferring update (trigger activated) Setting up openssh-server (1:8.4p1-5+deb11u3) ... Setting up wpasupplicant (2:2.9.0-21) ... Setting up linux-image-5.10.0-28-arm64 (5.10.209-2) ... I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.10.0-28-arm64 I: /initrd.img.old is now a symlink to boot/initrd.img-5.10.0-28-arm64 I: /vmlinuz is now a symlink to boot/vmlinuz-5.10.0-28-arm64 I: /initrd.img is now a symlink to boot/initrd.img-5.10.0-28-arm64 Setting up linux-image-arm64 (5.10.209-2) ... Setting up ssh (1:8.4p1-5+deb11u3) ... Processing triggers for libc-bin (2.31-13+deb11u8) ... Processing triggers for ca-certificates (20210119) ... 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.140) ... update-initramfs: Generating /boot/initrd.img-5.10.0-28-arm64 Processing triggers for dbus (1.12.28-0+deb11u1) ... 2024-03-31 04:56:40 DEBUG STDERR: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) Moving old data out of the way Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service -> /lib/systemd/system/apparmor.service. invoke-rc.d: could not determine current runlevel ls: cannot access '/boot/initrd.img-*': No such file or directory raspi-firmware: no initrd found in /boot/initrd.img-*, cannot populate /boot/firmware 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. Updating certificates in /etc/ssl/certs... 129 added, 0 removed; done. Creating config file /etc/ssh/sshd_config with new version Creating SSH2 RSA key; this may take some time ... 3072 SHA256:MM04EWuEnFWTHitSB3OL8Ylt20nXuLIEg0G10t3KXEQ root@raspibuild (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:wpKvP8MCsw+7n4gl1Tcm1GFE0alL+UF+wu1o2vxeyvo root@raspibuild (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:5TCSfBY2QQvyBJT0k2U2HvIVhs46xMCY5KbVYQbBw0U root@raspibuild (ED25519) 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. invoke-rc.d: could not determine current runlevel 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. /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-5.10.0-28-arm64 findmnt: can't read /proc/mounts: No such file or directory grep: /sys/firmware/devicetree/base/model: No such file or directory grep: /proc/device-tree/model: No such file or directory /etc/kernel/postinst.d/z50-raspi-firmware: findmnt: can't read /proc/mounts: No such file or directory grep: /sys/firmware/devicetree/base/model: No such file or directory grep: /proc/device-tree/model: No such file or directory findmnt: can't read /proc/mounts: No such file or directory grep: /sys/firmware/devicetree/base/model: No such file or directory grep: /proc/device-tree/model: No such file or directory 2024-03-31 04:56:40 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'apt-get', 'clean'] 2024-03-31 04:56:40 DEBUG STDOUT: 2024-03-31 04:56:40 DEBUG STDERR: 2024-03-31 04:56:40 INFO Calling > 2024-03-31 04:56:40 INFO Running step: {'cache-rootfs': 'tag-root', 'unless': 'rootfs_unpacked'} 2024-03-31 04:56:40 INFO Calling > 2024-03-31 04:56:40 INFO tag tag-firmware mounted /tmp/tmpk6_a_krr/.//boot/firmware cached True 2024-03-31 04:56:40 INFO tag tag-root mounted /tmp/tmpk6_a_krr cached True 2024-03-31 04:56:40 INFO caching rootdir /tmp/tmpk6_a_krr 2024-03-31 04:56:40 INFO caching relative ['.', './/boot/firmware'] 2024-03-31 04:56:40 INFO Exec: ['tar', '--one-file-system', '-C', '/tmp/tmpk6_a_krr', '-caf', 'raspi_3_bullseye.tar.gz', '.', './/boot/firmware'] 2024-03-31 04:57:15 DEBUG STDOUT: 2024-03-31 04:57:15 DEBUG STDERR: 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Running step: {'shell': 'echo "rpi_3-$(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'} 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Exec: ['sh', '-ec', 'echo "rpi_3-$(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*'] 2024-03-31 04:57:15 DEBUG STDOUT: 2024-03-31 04:57:15 DEBUG STDERR: 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Running step: {'chroot': 'tag-root', 'shell': 'install -m 644 -o root -g root /usr/lib/linux-image-*-arm64/broadcom/bcm*rpi*.dtb /boot/firmware/'} 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'sh', '-ec', 'install -m 644 -o root -g root /usr/lib/linux-image-*-arm64/broadcom/bcm*rpi*.dtb /boot/firmware/'] 2024-03-31 04:57:15 DEBUG STDOUT: 2024-03-31 04:57:15 DEBUG STDERR: 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Running step: {'chroot': 'tag-root', 'shell': 'apt-get clean\nrm -rf /var/lib/apt/lists'} 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'sh', '-ec', 'apt-get clean\nrm -rf /var/lib/apt/lists'] 2024-03-31 04:57:15 DEBUG STDOUT: 2024-03-31 04:57:15 DEBUG STDERR: 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Running step: {'chroot': 'tag-root', 'shell': "sed -i 's/root=/console=ttyS1,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"} 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'sh', '-ec', "sed -i 's/root=/console=ttyS1,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"] 2024-03-31 04:57:15 DEBUG STDOUT: 2024-03-31 04:57:15 DEBUG STDERR: 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Running step: {'shell': 'rm "${ROOT?}/etc/resolv.conf"', 'root-fs': 'tag-root'} 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Exec: ['sh', '-ec', 'rm "${ROOT?}/etc/resolv.conf"'] 2024-03-31 04:57:15 DEBUG STDOUT: 2024-03-31 04:57:15 DEBUG STDERR: 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Running step: {'chroot': 'tag-root', 'shell': 'rm -f /etc/machine-id /var/lib/dbus/machine-id\necho "uninitialized" > /etc/machine-id'} 2024-03-31 04:57:15 INFO Calling > 2024-03-31 04:57:15 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'sh', '-ec', 'rm -f /etc/machine-id /var/lib/dbus/machine-id\necho "uninitialized" > /etc/machine-id'] 2024-03-31 04:57:16 DEBUG STDOUT: 2024-03-31 04:57:16 DEBUG STDERR: 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running step: {'chroot': 'tag-root', 'shell': 'echo "image based on revision: 20b903c (Simplify systemd-timesyncd management., 2023-06-13) and build on 2024-03-31 10:45 (UTC)" > "/etc/raspi-image-id"'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Exec: ['chroot', '/tmp/tmpk6_a_krr', 'sh', '-ec', 'echo "image based on revision: 20b903c (Simplify systemd-timesyncd management., 2023-06-13) and build on 2024-03-31 10:45 (UTC)" > "/etc/raspi-image-id"'] 2024-03-31 04:57:16 DEBUG STDOUT: 2024-03-31 04:57:16 DEBUG STDERR: 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'chroot': 'tag-root', 'shell': 'echo "image based on revision: 20b903c (Simplify systemd-timesyncd management., 2023-06-13) and build on 2024-03-31 10:45 (UTC)" > "/etc/raspi-image-id"'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'chroot': 'tag-root', 'shell': 'rm -f /etc/machine-id /var/lib/dbus/machine-id\necho "uninitialized" > /etc/machine-id'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'shell': 'rm "${ROOT?}/etc/resolv.conf"', 'root-fs': 'tag-root'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'chroot': 'tag-root', 'shell': "sed -i 's/root=/console=ttyS1,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"} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'chroot': 'tag-root', 'shell': 'apt-get clean\nrm -rf /var/lib/apt/lists'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'chroot': 'tag-root', 'shell': 'install -m 644 -o root -g root /usr/lib/linux-image-*-arm64/broadcom/bcm*rpi*.dtb /boot/firmware/'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'shell': 'echo "rpi_3-$(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'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'cache-rootfs': 'tag-root', 'unless': 'rootfs_unpacked'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'apt': 'install', 'packages': ['ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-arm64', 'raspi-firmware', 'firmware-brcm80211', 'bluez-firmware'], 'tag': 'tag-root', 'unless': 'rootfs_unpacked'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 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'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'copy-file': '/etc/initramfs-tools/hooks/rpi-resizerootfs', 'src': 'rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs', 'perm': 493, 'unless': 'rootfs_unpacked'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'create-file': '/etc/apt/sources.list', 'contents': 'deb http://deb.debian.org/debian bullseye main non-free \ndeb http://deb.debian.org/debian bullseye-updates main non-free \ndeb http://security.debian.org/debian-security bullseye-security main non-free \n# Backports are _not_ enabled by default.\n# Enable them by uncommenting the following line:\n# deb http://deb.debian.org/debian bullseye-backports main non-free\n', 'unless': 'rootfs_unpacked'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'qemu-debootstrap': 'bullseye', 'mirror': 'http://deb.debian.org/debian', 'target': 'tag-root', 'arch': 'arm64', 'components': ['main', 'non-free'], 'unless': 'rootfs_unpacked'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'unpack-rootfs': 'tag-root'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 INFO Running teardown: {'mount': 'tag-firmware', 'mount-on': 'tag-root', 'dirname': '/boot/firmware'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 DEBUG Unmounting /tmp/tmpk6_a_krr/.//boot/firmware and everything on top of it 2024-03-31 04:57:16 WARNING Not mounted: /tmp/tmpk6_a_krr/.//boot/firmware 2024-03-31 04:57:16 INFO not running zerofree on tag-firmware with vfat filesystem 2024-03-31 04:57:16 INFO Running teardown: {'mount': 'tag-root'} 2024-03-31 04:57:16 INFO Calling > 2024-03-31 04:57:16 DEBUG Unmounting /tmp/tmpk6_a_krr and everything on top of it 2024-03-31 04:57:16 DEBUG Finished unmounting /tmp/tmpk6_a_krr 2024-03-31 04:57:16 INFO Exec: ['zerofree', '-v', '/dev/mapper/loop0p2'] 2024-03-31 04:57:20 DEBUG STDOUT: 145062/348638/508928 2024-03-31 04:57:20 DEBUG STDERR: 0.0% 0.0% 0.1% 0.2% 0.3% 0.4% 0.5% 0.6% 0.7% 0.8% 0.9% 1.0% 1.1% 1.2% 1.3% 1.4% 1.5% 1.6% 1.7% 1.8% 1.9% 2.0% 2.1% 2.2% 2.3% 2.4% 2.5% 2.6% 2.7% 2.8% 2.9% 3.0% 3.1% 3.2% 3.3% 3.4% 3.5% 3.6% 3.7% 3.8% 3.9% 4.0% 4.1% 4.2% 4.3% 4.4% 4.5% 4.6% 4.7% 4.8% 4.9% 5.0% 5.1% 5.2% 5.3% 5.4% 5.5% 5.6% 5.7% 5.8% 5.9% 6.0% 6.1% 6.2% 6.3% 6.4% 6.5% 6.6% 6.7% 6.8% 6.9% 7.0% 7.1% 7.2% 7.3% 7.4% 7.5% 7.6% 7.7% 7.8% 7.9% 8.0% 8.1% 8.2% 8.3% 8.4% 8.5% 8.6% 8.7% 8.8% 8.9% 9.0% 9.1% 9.2% 9.3% 9.4% 9.5% 9.6% 9.7% 9.8% 9.9% 10.0% 10.1% 10.2% 10.3% 10.4% 10.5% 10.6% 10.7% 10.8% 10.9% 11.0% 11.1% 11.2% 11.3% 11.4% 11.5% 11.6% 11.7% 11.8% 11.9% 12.0% 12.1% 12.2% 12.3% 12.4% 12.5% 12.6% 12.7% 12.8% 12.9% 13.0% 13.1% 13.2% 13.3% 13.4% 13.5% 13.6% 13.7% 13.8% 13.9% 14.0% 14.1% 14.2% 14.3% 14.4% 14.5% 14.6% 14.7% 14.8% 14.9% 15.0% 15.1% 15.2% 15.3% 15.4% 15.5% 15.6% 15.7% 15.8% 15.9% 16.0% 16.1% 16.2% 16.3% 16.4% 16.5% 16.6% 16.7% 16.8% 16.9% 17.0% 17.1% 17.2% 17.3% 17.4% 17.5% 17.6% 17.7% 17.8% 17.9% 18.0% 18.1% 18.2% 18.3% 18.4% 18.5% 18.6% 18.7% 18.8% 18.9% 19.0% 19.1% 19.2% 19.3% 19.4% 19.5% 19.6% 19.7% 19.8% 19.9% 20.0% 20.1% 20.2% 20.3% 20.4% 20.5% 20.6% 20.7% 20.8% 20.9% 21.0% 21.1% 21.2% 21.3% 21.4% 21.5% 21.6% 21.7% 21.8% 21.9% 22.0% 22.1% 22.2% 22.3% 22.4% 22.5% 22.6% 22.7% 22.8% 22.9% 23.0% 23.1% 23.2% 23.3% 23.4% 23.5% 23.6% 23.7% 23.8% 23.9% 24.0% 24.1% 24.2% 24.3% 24.4% 24.5% 24.6% 24.7% 24.8% 24.9% 25.0% 25.1% 25.2% 25.3% 25.4% 25.5% 25.6% 25.7% 25.8% 25.9% 26.0% 26.1% 26.2% 26.3% 26.4% 26.5% 26.6% 26.7% 26.8% 26.9% 27.0% 27.1% 27.2% 27.3% 27.4% 27.5% 27.6% 27.7% 27.8% 27.9% 28.0% 28.1% 28.2% 28.3% 28.4% 28.5% 28.6% 28.7% 28.8% 28.9% 29.0% 29.1% 29.2% 29.3% 29.4% 29.5% 29.6% 29.7% 29.8% 29.9% 30.0% 30.1% 30.2% 30.3% 30.4% 30.5% 30.6% 30.7% 30.8% 30.9% 31.0% 31.1% 31.2% 31.3% 31.4% 31.5% 31.6% 31.7% 31.8% 31.9% 32.0% 32.1% 32.2% 32.3% 32.4% 32.5% 32.6% 32.7% 32.8% 32.9% 33.0% 33.1% 33.2% 33.3% 33.4% 33.5% 33.6% 33.7% 33.8% 33.9% 34.0% 34.1% 34.2% 34.3% 34.4% 34.5% 34.6% 34.7% 34.8% 34.9% 35.0% 35.1% 35.2% 35.3% 35.4% 35.5% 35.6% 35.7% 35.8% 35.9% 36.0% 36.1% 36.2% 36.3% 36.4% 36.5% 36.6% 36.7% 36.8% 36.9% 37.0% 37.1% 37.2% 37.3% 37.4% 37.5% 37.6% 37.7% 37.8% 37.9% 38.0% 38.1% 38.2% 38.3% 38.4% 38.5% 38.6% 38.7% 38.8% 38.9% 39.0% 39.1% 39.2% 39.3% 39.4% 39.5% 39.6% 39.7% 39.8% 39.9% 40.0% 40.1% 40.2% 40.3% 40.4% 40.5% 40.6% 40.7% 40.8% 40.9% 41.0% 41.1% 41.2% 41.3% 41.4% 41.5% 41.6% 41.7% 41.8% 41.9% 42.0% 42.1% 42.2% 42.3% 42.4% 42.5% 42.6% 42.7% 42.8% 42.9% 43.0% 43.1% 43.2% 43.3% 43.4% 43.5% 43.6% 43.7% 43.8% 43.9% 44.0% 44.1% 44.2% 44.3% 44.4% 44.5% 44.6% 44.7% 44.8% 44.9% 45.0% 45.1% 45.2% 45.3% 45.4% 45.5% 45.6% 45.7% 45.8% 45.9% 46.0% 46.1% 46.2% 46.3% 46.4% 46.5% 46.6% 46.7% 46.8% 46.9% 47.0% 47.1% 47.2% 47.3% 47.4% 47.5% 47.6% 47.7% 47.8% 47.9% 48.0% 48.1% 48.2% 48.3% 48.4% 48.5% 48.6% 48.7% 48.8% 48.9% 49.0% 49.1% 49.2% 49.3% 49.4% 49.5% 49.6% 49.7% 49.8% 49.9% 50.0% 50.1% 50.2% 50.3% 50.4% 50.5% 50.6% 50.7% 50.8% 50.9% 51.0% 51.1% 51.2% 51.3% 51.4% 51.5% 51.6% 51.7% 51.8% 51.9% 52.0% 52.1% 52.2% 52.3% 52.4% 52.5% 52.6% 52.7% 52.8% 52.9% 53.0% 53.1% 53.2% 53.3% 53.4% 53.5% 53.6% 53.7% 53.8% 53.9% 54.0% 54.1% 54.2% 54.3% 54.4% 54.5% 54.6% 54.7% 54.8% 54.9% 55.0% 55.1% 55.2% 55.3% 55.4% 55.5% 55.6% 55.7% 55.8% 55.9% 56.0% 56.1% 56.2% 56.3% 56.4% 56.5% 56.6% 56.7% 56.8% 56.9% 57.0% 57.1% 57.2% 57.3% 57.4% 57.5% 57.6% 57.7% 57.8% 57.9% 58.0% 58.1% 58.2% 58.3% 58.4% 58.5% 58.6% 58.7% 58.8% 58.9% 59.0% 59.1% 59.2% 59.3% 59.4% 59.5% 59.6% 59.7% 59.8% 59.9% 60.0% 60.1% 60.2% 60.3% 60.4% 60.5% 60.6% 60.7% 60.8% 60.9% 61.0% 61.1% 61.2% 61.3% 61.4% 61.5% 61.6% 61.7% 61.8% 61.9% 62.0% 62.1% 62.2% 62.3% 62.4% 62.5% 62.6% 62.7% 62.8% 62.9% 63.0% 63.1% 63.2% 63.3% 63.4% 63.5% 63.6% 63.7% 63.8% 63.9% 64.0% 64.1% 64.2% 64.3% 64.4% 64.5% 64.6% 64.7% 64.8% 64.9% 65.0% 65.1% 65.2% 65.3% 65.4% 65.5% 65.6% 65.7% 65.8% 65.9% 66.0% 66.1% 66.2% 66.3% 66.4% 66.5% 66.6% 66.7% 66.8% 66.9% 67.0% 67.1% 67.2% 67.3% 67.4% 67.5% 67.6% 67.7% 67.8% 67.9% 68.0% 68.1% 68.2% 68.3% 68.4% 68.5% 68.6% 68.7% 68.8% 68.9% 69.0% 69.1% 69.2% 69.3% 69.4% 69.5% 69.6% 69.7% 69.8% 69.9% 70.0% 70.1% 70.2% 70.3% 70.4% 70.5% 70.6% 70.7% 70.8% 70.9% 71.0% 71.1% 71.2% 71.3% 71.4% 71.5% 71.6% 71.7% 71.8% 71.9% 72.0% 72.1% 72.2% 72.3% 72.4% 72.5% 72.6% 72.7% 72.8% 72.9% 73.0% 73.1% 73.2% 73.3% 73.4% 73.5% 73.6% 73.7% 73.8% 73.9% 74.0% 74.1% 74.2% 74.3% 74.4% 74.5% 74.6% 74.7% 74.8% 74.9% 75.0% 75.1% 75.2% 75.3% 75.4% 75.5% 75.6% 75.7% 75.8% 75.9% 76.0% 76.1% 76.2% 76.3% 76.4% 76.5% 76.6% 76.7% 76.8% 76.9% 77.0% 77.1% 77.2% 77.3% 77.4% 77.5% 77.6% 77.7% 77.8% 77.9% 78.0% 78.1% 78.2% 78.3% 78.4% 78.5% 78.6% 78.7% 78.8% 78.9% 79.0% 79.1% 79.2% 79.3% 79.4% 79.5% 79.6% 79.7% 79.8% 79.9% 80.0% 80.1% 80.2% 80.3% 80.4% 80.5% 80.6% 80.7% 80.8% 80.9% 81.0% 81.1% 81.2% 81.3% 81.4% 81.5% 81.6% 81.7% 81.8% 81.9% 82.0% 82.1% 82.2% 82.3% 82.4% 82.5% 82.6% 82.7% 82.8% 82.9% 83.0% 83.1% 83.2% 83.3% 83.4% 83.5% 83.6% 83.7% 83.8% 83.9% 84.0% 84.1% 84.2% 84.3% 84.4% 84.5% 84.6% 84.7% 84.8% 84.9% 85.0% 85.1% 85.2% 85.3% 85.4% 85.5% 85.6% 85.7% 85.8% 85.9% 86.0% 86.1% 86.2% 86.3% 86.4% 86.5% 86.6% 86.7% 86.8% 86.9% 87.0% 87.1% 87.2% 87.3% 87.4% 87.5% 87.6% 87.7% 87.8% 87.9% 88.0% 88.1% 88.2% 88.3% 88.4% 88.5% 88.6% 88.7% 88.8% 88.9% 89.0% 89.1% 89.2% 89.3% 89.4% 89.5% 89.6% 89.7% 89.8% 89.9% 90.0% 90.1% 90.2% 90.3% 90.4% 90.5% 90.6% 90.7% 90.8% 90.9% 91.0% 91.1% 91.2% 91.3% 91.4% 91.5% 91.6% 91.7% 91.8% 91.9% 92.0% 92.1% 92.2% 92.3% 92.4% 92.5% 92.6% 92.7% 92.8% 92.9% 93.0% 93.1% 93.2% 93.3% 93.4% 93.5% 93.6% 93.7% 93.8% 93.9% 94.0% 94.1% 94.2% 94.3% 94.4% 94.5% 94.6% 94.7% 94.8% 94.9% 95.0% 95.1% 95.2% 95.3% 95.4% 95.5% 95.6% 95.7% 95.8% 95.9% 96.0% 96.1% 96.2% 96.3% 96.4% 96.5% 96.6% 96.7% 96.8% 96.9% 97.0% 97.1% 97.2% 97.3% 97.4% 97.5% 97.6% 97.7% 97.8% 97.9% 98.0% 98.1% 98.2% 98.3% 98.4% 98.5% 98.6% 98.7% 98.8% 98.9% 99.0% 99.1% 99.2% 99.3% 99.4% 99.5% 99.6% 99.7% 99.8% 99.9% 100.0% 2024-03-31 04:57:20 INFO Running teardown: {'mkfs': 'ext4', 'partition': 'tag-root', 'label': 'RASPIROOT'} 2024-03-31 04:57:20 INFO Calling > 2024-03-31 04:57:20 INFO Running teardown: {'mkfs': 'vfat', 'partition': 'tag-firmware', 'label': 'RASPIFIRM'} 2024-03-31 04:57:20 INFO Calling > 2024-03-31 04:57:20 INFO Running teardown: {'kpartx': 'raspi_3_bullseye.img'} 2024-03-31 04:57:20 INFO Calling > 2024-03-31 04:57:20 INFO Exec: ['kpartx', '-dsv', 'raspi_3_bullseye.img'] 2024-03-31 04:57:20 DEBUG STDOUT: del devmap : loop0p1 del devmap : loop0p2 2024-03-31 04:57:20 DEBUG STDERR: loop deleted : /dev/loop0 2024-03-31 04:57:20 INFO Exec: ['losetup', '--json', '-l', '/dev/loop0'] 2024-03-31 04:57:20 DEBUG STDOUT: { "loopdevices": [ { "name": "/dev/loop0", "sizelimit": null, "offset": null, "autoclear": false, "ro": false, "back-file": null, "dio": false, "log-sec": 512 } ] } 2024-03-31 04:57:20 DEBUG STDERR: 2024-03-31 04:57:20 INFO Running teardown: {'mkpart': 'primary', 'device': 'raspi_3_bullseye.img', 'start': '512MiB', 'end': '100%', 'tag': 'tag-root'} 2024-03-31 04:57:20 INFO Calling > 2024-03-31 04:57:20 INFO Running teardown: {'mkpart': 'primary', 'fs-type': 'fat32', 'device': 'raspi_3_bullseye.img', 'start': '4MiB', 'end': '512MiB', 'tag': 'tag-firmware'} 2024-03-31 04:57:20 INFO Calling > 2024-03-31 04:57:20 INFO Running teardown: {'mklabel': 'msdos', 'device': 'raspi_3_bullseye.img'} 2024-03-31 04:57:20 INFO Calling > 2024-03-31 04:57:20 INFO Running teardown: {'mkimg': 'raspi_3_bullseye.img', 'size': '2500M'} 2024-03-31 04:57:20 INFO Calling > 2024-03-31 04:57:20 INFO All went fine. 2024-03-31 04:57:20 DEBUG Ending, all OK