2022-05-22 03:11:39 INFO Starting vmdb2 version 0.22 2022-05-22 03:11:39 INFO Load spec file raspi_2_bookworm.yaml 2022-05-22 03:11:39 INFO Exec: ['dpkg', '--print-architecture'] 2022-05-22 03:11:39 DEBUG STDOUT: amd64 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Running step: {'mkimg': 'raspi_2_bookworm.img', 'size': '2000M'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['qemu-img', 'create', '-f', 'raw', 'raspi_2_bookworm.img', '2000M'] 2022-05-22 03:11:39 DEBUG STDOUT: Formatting 'raspi_2_bookworm.img', fmt=raw size=2097152000 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'mklabel': 'msdos', 'device': 'raspi_2_bookworm.img'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['parted', '-s', 'raspi_2_bookworm.img', 'mklabel', 'msdos'] 2022-05-22 03:11:39 DEBUG STDOUT: 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'mkpart': 'primary', 'fs-type': 'fat32', 'device': 'raspi_2_bookworm.img', 'start': '4MiB', 'end': '20%', 'tag': '/boot'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['parted', '-m', '/srv/image-specs/raspi_2_bookworm.img', 'print'] 2022-05-22 03:11:39 DEBUG STDOUT: BYT; /srv/image-specs/raspi_2_bookworm.img:2097MB:file:512:512:msdos::; 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Exec: ['parted', '-s', '/srv/image-specs/raspi_2_bookworm.img', '--', 'mkpart', 'primary', 'fat32', '4MiB', '20%'] 2022-05-22 03:11:39 DEBUG STDOUT: 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Exec: ['parted', '-m', '/srv/image-specs/raspi_2_bookworm.img', 'print'] 2022-05-22 03:11:39 DEBUG STDOUT: BYT; /srv/image-specs/raspi_2_bookworm.img:2097MB:file:512:512:msdos::; 1:4194kB:419MB:415MB:::lba; 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'mkpart': 'primary', 'device': 'raspi_2_bookworm.img', 'start': '20%', 'end': '100%', 'tag': '/'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['parted', '-m', '/srv/image-specs/raspi_2_bookworm.img', 'print'] 2022-05-22 03:11:39 DEBUG STDOUT: BYT; /srv/image-specs/raspi_2_bookworm.img:2097MB:file:512:512:msdos::; 1:4194kB:419MB:415MB:::lba; 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Exec: ['parted', '-s', '/srv/image-specs/raspi_2_bookworm.img', '--', 'mkpart', 'primary', 'ext2', '20%', '100%'] 2022-05-22 03:11:39 DEBUG STDOUT: 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Exec: ['parted', '-m', '/srv/image-specs/raspi_2_bookworm.img', 'print'] 2022-05-22 03:11:39 DEBUG STDOUT: BYT; /srv/image-specs/raspi_2_bookworm.img:2097MB:file:512:512:msdos::; 1:4194kB:419MB:415MB:::lba; 2:419MB:2097MB:1678MB:::; 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'kpartx': 'raspi_2_bookworm.img'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['kpartx', '-asv', 'raspi_2_bookworm.img'] 2022-05-22 03:11:39 DEBUG STDOUT: add map loop0p1 (253:0): 0 811008 linear 7:0 8192 add map loop0p2 (253:1): 0 3276800 linear 7:0 819200 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO remembering /dev/mapper/loop0p1 as /boot 2022-05-22 03:11:39 INFO remembering /dev/mapper/loop0p2 as / 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'mkfs': 'vfat', 'partition': '/boot', 'label': 'RASPIFIRM'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['/sbin/mkfs', '-t', 'vfat', '-n', 'RASPIFIRM', '/dev/mapper/loop0p1'] 2022-05-22 03:11:39 DEBUG STDOUT: mkfs.fat 4.2 (2021-01-31) 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'mkfs': 'ext4', 'partition': '/', 'label': 'RASPIROOT'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['/sbin/mkfs', '-t', 'ext4', '-L', 'RASPIROOT', '/dev/mapper/loop0p2'] 2022-05-22 03:11:39 DEBUG STDOUT: Discarding device blocks: 4096/409600 done Creating filesystem with 409600 4k blocks and 102544 inodes Filesystem UUID: 16de759d-bd55-4df8-9728-4dfd3bc8d01f Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/13 done Writing inode tables: 0/13 done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: 0/13 done 2022-05-22 03:11:39 DEBUG STDERR: mke2fs 1.46.2 (28-Feb-2021) 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'mount': '/'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['mount', '/dev/mapper/loop0p2', '/tmp/tmpn9d1bq4x'] 2022-05-22 03:11:39 DEBUG STDOUT: 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'mount': '/boot', 'mount-on': '/', 'dirname': '/boot/firmware'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['mount', '/dev/mapper/loop0p1', '/tmp/tmpn9d1bq4x/.//boot/firmware'] 2022-05-22 03:11:39 DEBUG STDOUT: 2022-05-22 03:11:39 DEBUG STDERR: 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'unpack-rootfs': '/'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 DEBUG settings: {'rootfs-tarball': 'raspi_2_bookworm.tar.gz'} 2022-05-22 03:11:39 DEBUG tar_path: 'raspi_2_bookworm.tar.gz' 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Running step: {'qemu-debootstrap': 'bookworm', 'mirror': 'http://deb.debian.org/debian', 'target': '/', 'arch': 'armhf', 'components': ['main', 'contrib', 'non-free'], 'unless': 'rootfs_unpacked'} 2022-05-22 03:11:39 INFO Calling > 2022-05-22 03:11:39 INFO Exec: ['qemu-debootstrap', '--arch', 'armhf', '--variant', '-', '--components', 'main,contrib,non-free', 'bookworm', '/tmp/tmpn9d1bq4x', 'http://deb.debian.org/debian'] 2022-05-22 03:14:10 DEBUG STDOUT: I: Target architecture can be executed I: Retrieving InRelease I: Checking Release signature I: Valid Release signature (key id A7236886F3CCCAAD148A27F80E98404D386FA1D9) 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-1 I: Validating libacl1 2.3.1-1 I: Retrieving adduser 3.121 I: Validating adduser 3.121 I: Retrieving libapparmor1 3.0.4-2 I: Validating libapparmor1 3.0.4-2 I: Retrieving apt 2.5.0 I: Validating apt 2.5.0 I: Retrieving apt-utils 2.5.0 I: Validating apt-utils 2.5.0 I: Retrieving libapt-pkg6.0 2.5.0 I: Validating libapt-pkg6.0 2.5.0 I: Retrieving libargon2-1 0~20171227-0.3 I: Validating libargon2-1 0~20171227-0.3 I: Retrieving libattr1 1:2.5.1-1 I: Validating libattr1 1:2.5.1-1 I: Retrieving libaudit-common 1:3.0.7-1 I: Validating libaudit-common 1:3.0.7-1 I: Retrieving libaudit1 1:3.0.7-1+b1 I: Validating libaudit1 1:3.0.7-1+b1 I: Retrieving base-files 12.2 I: Validating base-files 12.2 I: Retrieving base-passwd 3.5.52 I: Validating base-passwd 3.5.52 I: Retrieving bash 5.1-6+b1 I: Validating bash 5.1-6+b1 I: Retrieving libdns-export1110 1:9.11.19+dfsg-2.1 I: Validating libdns-export1110 1:9.11.19+dfsg-2.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 libbz2-1.0 1.0.8-5 I: Validating libbz2-1.0 1.0.8-5 I: Retrieving libdebconfclient0 0.262 I: Validating libdebconfclient0 0.262 I: Retrieving coreutils 8.32-4.1 I: Validating coreutils 8.32-4.1 I: Retrieving cpio 2.13+dfsg-7 I: Validating cpio 2.13+dfsg-7 I: Retrieving cron 3.0pl1-139 I: Validating cron 3.0pl1-139 I: Retrieving libcryptsetup12 2:2.4.3-1 I: Validating libcryptsetup12 2:2.4.3-1 I: Retrieving dash 0.5.11+git20210903+057cd650a4ed-8 I: Validating dash 0.5.11+git20210903+057cd650a4ed-8 I: Retrieving libdb5.3 5.3.28+dfsg1-0.9 I: Validating libdb5.3 5.3.28+dfsg1-0.9 I: Retrieving debconf 1.5.79 I: Validating debconf 1.5.79 I: Retrieving debconf-i18n 1.5.79 I: Validating debconf-i18n 1.5.79 I: Retrieving debian-archive-keyring 2021.1.1 I: Validating debian-archive-keyring 2021.1.1 I: Retrieving debianutils 5.7-0.2 I: Validating debianutils 5.7-0.2 I: Retrieving diffutils 1:3.7-5 I: Validating diffutils 1:3.7-5 I: Retrieving dmidecode 3.3-3 I: Validating dmidecode 3.3-3 I: Retrieving dpkg 1.21.7 I: Validating dpkg 1.21.7 I: Retrieving e2fsprogs 1.46.5-2 I: Validating e2fsprogs 1.46.5-2 I: Retrieving libcom-err2 1.46.5-2 I: Validating libcom-err2 1.46.5-2 I: Retrieving libext2fs2 1.46.5-2 I: Validating libext2fs2 1.46.5-2 I: Retrieving libss2 1.46.5-2 I: Validating libss2 1.46.5-2 I: Retrieving logsave 1.46.5-2 I: Validating logsave 1.46.5-2 I: Retrieving libelf1 0.187-1 I: Validating libelf1 0.187-1 I: Retrieving findutils 4.9.0-3 I: Validating findutils 4.9.0-3 I: Retrieving gcc-12-base 12.1.0-2 I: Validating gcc-12-base 12.1.0-2 I: Retrieving libgcc-s1 12.1.0-2 I: Validating libgcc-s1 12.1.0-2 I: Retrieving libstdc++6 12.1.0-2 I: Validating libstdc++6 12.1.0-2 I: Retrieving libc-bin 2.33-7 I: Validating libc-bin 2.33-7 I: Retrieving libc6 2.33-7 I: Validating libc6 2.33-7 I: Retrieving libgmp10 2:6.2.1+dfsg-3 I: Validating libgmp10 2:6.2.1+dfsg-3 I: Retrieving gpgv 2.2.35-2 I: Validating gpgv 2.2.35-2 I: Retrieving libgnutls30 3.7.4-2 I: Validating libgnutls30 3.7.4-2 I: Retrieving grep 3.7-1 I: Validating grep 3.7-1 I: Retrieving gzip 1.12-1 I: Validating gzip 1.12-1 I: Retrieving hostname 3.23 I: Validating hostname 3.23 I: Retrieving ifupdown 0.8.37 I: Validating ifupdown 0.8.37 I: Retrieving init 1.62 I: Validating init 1.62 I: Retrieving init-system-helpers 1.62 I: Validating init-system-helpers 1.62 I: Retrieving iproute2 5.17.0-2 I: Validating iproute2 5.17.0-2 I: Retrieving libip4tc2 1.8.7-1 I: Validating libip4tc2 1.8.7-1 I: Retrieving libxtables12 1.8.7-1 I: Validating libxtables12 1.8.7-1 I: Retrieving iputils-ping 3:20211215-1 I: Validating iputils-ping 3:20211215-1 I: Retrieving isc-dhcp-client 4.4.2-P1-1+b1 I: Validating isc-dhcp-client 4.4.2-P1-1+b1 I: Retrieving isc-dhcp-common 4.4.2-P1-1+b1 I: Validating isc-dhcp-common 4.4.2-P1-1+b1 I: Retrieving libjansson4 2.14-2 I: Validating libjansson4 2.14-2 I: Retrieving libjson-c5 0.16-1 I: Validating libjson-c5 0.16-1 I: Retrieving kmod 29-1 I: Validating kmod 29-1 I: Retrieving libkmod2 29-1 I: Validating libkmod2 29-1 I: Retrieving less 590-1 I: Validating less 590-1 I: Retrieving libbpf0 1:0.7.0-2 I: Validating libbpf0 1:0.7.0-2 I: Retrieving libbsd0 0.11.6-1 I: Validating libbsd0 0.11.6-1 I: Retrieving libcap-ng0 0.7.9-2.2+b2 I: Validating libcap-ng0 0.7.9-2.2+b2 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 libedit2 3.1-20210910-1 I: Validating libedit2 3.1-20210910-1 I: Retrieving libestr0 0.1.10-2.1+b1 I: Validating libestr0 0.1.10-2.1+b1 I: Retrieving libfastjson4 0.99.9-1 I: Validating libfastjson4 0.99.9-1 I: Retrieving libffi8 3.4.2-4 I: Validating libffi8 3.4.2-4 I: Retrieving libgcrypt20 1.10.1-2 I: Validating libgcrypt20 1.10.1-2 I: Retrieving libgpg-error0 1.45-2 I: Validating libgpg-error0 1.45-2 I: Retrieving libidn2-0 2.3.2-2 I: Validating libidn2-0 2.3.2-2 I: Retrieving liblocale-gettext-perl 1.07-4+b2 I: Validating liblocale-gettext-perl 1.07-4+b2 I: Retrieving liblognorm5 2.0.5-1.1 I: Validating liblognorm5 2.0.5-1.1 I: Retrieving libmd0 1.0.4-1 I: Validating libmd0 1.0.4-1 I: Retrieving libmnl0 1.0.4-3 I: Validating libmnl0 1.0.4-3 I: Retrieving libnftnl11 1.2.1-1 I: Validating libnftnl11 1.2.1-1 I: Retrieving libseccomp2 2.5.4-1 I: Validating libseccomp2 2.5.4-1 I: Retrieving libselinux1 3.3-1+b2 I: Validating libselinux1 3.3-1+b2 I: Retrieving libsemanage-common 3.3-1 I: Validating libsemanage-common 3.3-1 I: Retrieving libsemanage2 3.3-1+b2 I: Validating libsemanage2 3.3-1+b2 I: Retrieving libsepol2 3.3-1 I: Validating libsepol2 3.3-1 I: Retrieving libtasn1-6 4.18.0-4 I: Validating libtasn1-6 4.18.0-4 I: Retrieving libtext-charwidth-perl 0.04-10+b2 I: Validating libtext-charwidth-perl 0.04-10+b2 I: Retrieving libtext-iconv-perl 1.7-7+b2 I: Validating libtext-iconv-perl 1.7-7+b2 I: Retrieving libtext-wrapi18n-perl 0.06-9 I: Validating libtext-wrapi18n-perl 0.06-9 I: Retrieving libunistring2 1.0-1 I: Validating libunistring2 1.0-1 I: Retrieving libcrypt1 1:4.4.27-1.1 I: Validating libcrypt1 1:4.4.27-1.1 I: Retrieving libzstd1 1.5.2+dfsg-1 I: Validating libzstd1 1.5.2+dfsg-1 I: Retrieving logrotate 3.19.0-2 I: Validating logrotate 3.19.0-2 I: Retrieving lsb-base 11.1.0 I: Validating lsb-base 11.1.0 I: Retrieving dmsetup 2:1.02.175-2.1 I: Validating dmsetup 2:1.02.175-2.1 I: Retrieving libdevmapper1.02.1 2:1.02.175-2.1 I: Validating libdevmapper1.02.1 2:1.02.175-2.1 I: Retrieving liblz4-1 1.9.3-2 I: Validating liblz4-1 1.9.3-2 I: Retrieving mawk 1.3.4.20200120-3+b1 I: Validating mawk 1.3.4.20200120-3+b1 I: Retrieving nano 6.3-1 I: Validating nano 6.3-1 I: Retrieving libncurses6 6.3+20220423-2 I: Validating libncurses6 6.3+20220423-2 I: Retrieving libncursesw6 6.3+20220423-2 I: Validating libncursesw6 6.3+20220423-2 I: Retrieving libtinfo6 6.3+20220423-2 I: Validating libtinfo6 6.3+20220423-2 I: Retrieving ncurses-base 6.3+20220423-2 I: Validating ncurses-base 6.3+20220423-2 I: Retrieving ncurses-bin 6.3+20220423-2 I: Validating ncurses-bin 6.3+20220423-2 I: Retrieving netbase 6.3 I: Validating netbase 6.3 I: Retrieving libhogweed6 3.7.3-1 I: Validating libhogweed6 3.7.3-1 I: Retrieving libnettle8 3.7.3-1 I: Validating libnettle8 3.7.3-1 I: Retrieving libnewt0.52 0.52.21-5+b1 I: Validating libnewt0.52 0.52.21-5+b1 I: Retrieving whiptail 0.52.21-5+b1 I: Validating whiptail 0.52.21-5+b1 I: Retrieving libnftables1 1.0.2-1 I: Validating libnftables1 1.0.2-1 I: Retrieving nftables 1.0.2-1 I: Validating nftables 1.0.2-1 I: Retrieving libssl1.1 1.1.1o-1 I: Validating libssl1.1 1.1.1o-1 I: Retrieving libp11-kit0 0.24.1-1 I: Validating libp11-kit0 0.24.1-1 I: Retrieving libpam-modules 1.4.0-13 I: Validating libpam-modules 1.4.0-13 I: Retrieving libpam-modules-bin 1.4.0-13 I: Validating libpam-modules-bin 1.4.0-13 I: Retrieving libpam-runtime 1.4.0-13 I: Validating libpam-runtime 1.4.0-13 I: Retrieving libpam0g 1.4.0-13 I: Validating libpam0g 1.4.0-13 I: Retrieving libpcre2-8-0 10.40-1 I: Validating libpcre2-8-0 10.40-1 I: Retrieving libpcre3 2:8.39-14 I: Validating libpcre3 2:8.39-14 I: Retrieving perl-base 5.34.0-4 I: Validating perl-base 5.34.0-4 I: Retrieving libpopt0 1.18-3 I: Validating libpopt0 1.18-3 I: Retrieving libprocps8 2:3.3.17-7+b1 I: Validating libprocps8 2:3.3.17-7+b1 I: Retrieving procps 2:3.3.17-7+b1 I: Validating procps 2:3.3.17-7+b1 I: Retrieving libreadline8 8.1.2-1.2 I: Validating libreadline8 8.1.2-1.2 I: Retrieving readline-common 8.1.2-1.2 I: Validating readline-common 8.1.2-1.2 I: Retrieving rsyslog 8.2204.1-1 I: Validating rsyslog 8.2204.1-1 I: Retrieving sed 4.8-1 I: Validating sed 4.8-1 I: Retrieving sensible-utils 0.0.17 I: Validating sensible-utils 0.0.17 I: Retrieving login 1:4.11.1+dfsg1-2 I: Validating login 1:4.11.1+dfsg1-2 I: Retrieving passwd 1:4.11.1+dfsg1-2 I: Validating passwd 1:4.11.1+dfsg1-2 I: Retrieving libslang2 2.3.2-5+b1 I: Validating libslang2 2.3.2-5+b1 I: Retrieving libsystemd0 250.4-1 I: Validating libsystemd0 250.4-1 I: Retrieving libudev1 250.4-1 I: Validating libudev1 250.4-1 I: Retrieving systemd 250.4-1 I: Validating systemd 250.4-1 I: Retrieving systemd-sysv 250.4-1 I: Validating systemd-sysv 250.4-1 I: Retrieving udev 250.4-1 I: Validating udev 250.4-1 I: Retrieving sysvinit-utils 3.03-1 I: Validating sysvinit-utils 3.03-1 I: Retrieving tar 1.34+dfsg-1 I: Validating tar 1.34+dfsg-1 I: Retrieving tasksel 3.69+rebuild I: Validating tasksel 3.69+rebuild I: Retrieving tasksel-data 3.69+rebuild I: Validating tasksel-data 3.69+rebuild I: Retrieving tzdata 2022a-1 I: Validating tzdata 2022a-1 I: Retrieving bsdutils 1:2.38-4 I: Validating bsdutils 1:2.38-4 I: Retrieving fdisk 2.38-4 I: Validating fdisk 2.38-4 I: Retrieving libblkid1 2.38-4 I: Validating libblkid1 2.38-4 I: Retrieving libfdisk1 2.38-4 I: Validating libfdisk1 2.38-4 I: Retrieving libmount1 2.38-4 I: Validating libmount1 2.38-4 I: Retrieving libsmartcols1 2.38-4 I: Validating libsmartcols1 2.38-4 I: Retrieving libuuid1 2.38-4 I: Validating libuuid1 2.38-4 I: Retrieving mount 2.38-4 I: Validating mount 2.38-4 I: Retrieving util-linux 2.38-4 I: Validating util-linux 2.38-4 I: Retrieving util-linux-extra 2.38-4 I: Validating util-linux-extra 2.38-4 I: Retrieving vim-common 2:8.2.4793-1 I: Validating vim-common 2:8.2.4793-1 I: Retrieving vim-tiny 2:8.2.4793-1 I: Validating vim-tiny 2:8.2.4793-1 I: Retrieving xxd 2:8.2.4793-1 I: Validating xxd 2:8.2.4793-1 I: Retrieving libxxhash0 0.8.1-1 I: Validating libxxhash0 0.8.1-1 I: Retrieving liblzma5 5.2.5-2.1 I: Validating liblzma5 5.2.5-2.1 I: Retrieving zlib1g 1:1.2.11.dfsg-4 I: Validating zlib1g 1:1.2.11.dfsg-4 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 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 lsb-base... 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 libpcre3... 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 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:armhf... I: Unpacking adduser... I: Unpacking apt... I: Unpacking libapt-pkg6.0:armhf... I: Unpacking libattr1:armhf... I: Unpacking libaudit-common... I: Unpacking libaudit1:armhf... I: Unpacking base-files... I: Unpacking base-passwd... I: Unpacking bash... I: Unpacking libbz2-1.0:armhf... I: Unpacking libdebconfclient0:armhf... I: Unpacking coreutils... I: Unpacking dash... I: Unpacking libdb5.3:armhf... I: Unpacking debconf... I: Unpacking debian-archive-keyring... I: Unpacking debianutils... I: Unpacking diffutils... I: Unpacking dpkg... I: Unpacking e2fsprogs... I: Unpacking libcom-err2:armhf... I: Unpacking libext2fs2:armhf... I: Unpacking libss2:armhf... I: Unpacking logsave... I: Unpacking findutils... I: Unpacking gcc-12-base:armhf... I: Unpacking libgcc-s1:armhf... I: Unpacking libstdc++6:armhf... I: Unpacking libc-bin... I: Unpacking libc6:armhf... I: Unpacking libgmp10:armhf... I: Unpacking gpgv... I: Unpacking libgnutls30:armhf... I: Unpacking grep... I: Unpacking gzip... I: Unpacking hostname... I: Unpacking init-system-helpers... I: Unpacking libcap-ng0:armhf... I: Unpacking libcap2:armhf... I: Unpacking libffi8:armhf... I: Unpacking libgcrypt20:armhf... I: Unpacking libgpg-error0:armhf... I: Unpacking libidn2-0:armhf... I: Unpacking libseccomp2:armhf... I: Unpacking libselinux1:armhf... I: Unpacking libsemanage-common... I: Unpacking libsemanage2:armhf... I: Unpacking libsepol2:armhf... I: Unpacking libtasn1-6:armhf... I: Unpacking libunistring2:armhf... I: Unpacking libcrypt1:armhf... I: Unpacking libzstd1:armhf... I: Unpacking lsb-base... I: Unpacking liblz4-1:armhf... I: Unpacking mawk... I: Unpacking libtinfo6:armhf... I: Unpacking ncurses-base... I: Unpacking ncurses-bin... I: Unpacking libhogweed6:armhf... I: Unpacking libnettle8:armhf... I: Unpacking libp11-kit0:armhf... I: Unpacking libpam-modules:armhf... I: Unpacking libpam-modules-bin... I: Unpacking libpam-runtime... I: Unpacking libpam0g:armhf... I: Unpacking libpcre2-8-0:armhf... I: Unpacking libpcre3:armhf... I: Unpacking perl-base... I: Unpacking sed... I: Unpacking login... I: Unpacking passwd... I: Unpacking libsystemd0:armhf... I: Unpacking libudev1:armhf... I: Unpacking sysvinit-utils... I: Unpacking tar... I: Unpacking tzdata... I: Unpacking bsdutils... I: Unpacking libblkid1:armhf... I: Unpacking libmount1:armhf... I: Unpacking libsmartcols1:armhf... I: Unpacking libuuid1:armhf... I: Unpacking mount... I: Unpacking util-linux... I: Unpacking util-linux-extra... I: Unpacking libxxhash0:armhf... I: Unpacking liblzma5:armhf... I: Unpacking zlib1g:armhf... I: Configuring required packages... I: Configuring lsb-base... I: Configuring debian-archive-keyring... I: Configuring libaudit-common... I: Configuring libsemanage-common... I: Configuring gcc-12-base:armhf... I: Configuring ncurses-base... I: Configuring libgcc-s1:armhf... I: Configuring libc6:armhf... I: Configuring libudev1:armhf... I: Configuring libffi8:armhf... I: Configuring libxxhash0:armhf... I: Configuring libattr1:armhf... I: Configuring sysvinit-utils... I: Configuring libtasn1-6:armhf... I: Configuring debianutils... I: Configuring mawk... I: Configuring libdebconfclient0:armhf... I: Configuring base-files... I: Configuring libbz2-1.0:armhf... I: Configuring base-passwd... I: Configuring libdb5.3:armhf... I: Configuring libblkid1:armhf... I: Configuring libstdc++6:armhf... I: Configuring libtinfo6:armhf... I: Configuring bash... I: Configuring libzstd1:armhf... I: Configuring liblzma5:armhf... I: Configuring libgpg-error0:armhf... I: Configuring liblz4-1:armhf... I: Configuring libc-bin... I: Configuring ncurses-bin... I: Configuring libacl1:armhf... I: Configuring libunistring2:armhf... I: Configuring libsmartcols1:armhf... I: Configuring libgcrypt20:armhf... I: Configuring zlib1g:armhf... I: Configuring libcrypt1:armhf... I: Configuring libidn2-0:armhf... I: Configuring libcom-err2:armhf... I: Configuring diffutils... I: Configuring libseccomp2:armhf... I: Configuring libcap2:armhf... I: Configuring hostname... I: Configuring libpcre3:armhf... I: Configuring libcap-ng0:armhf... I: Configuring libext2fs2:armhf... I: Configuring libnettle8:armhf... I: Configuring libgmp10:armhf... I: Configuring libp11-kit0:armhf... I: Configuring libaudit1:armhf... I: Configuring libuuid1:armhf... I: Configuring libss2:armhf... I: Configuring libsepol2:armhf... I: Configuring libpcre2-8-0:armhf... I: Configuring logsave... I: Configuring gpgv... I: Configuring util-linux-extra... I: Configuring libhogweed6:armhf... I: Configuring e2fsprogs... I: Configuring libsystemd0:armhf... I: Configuring libselinux1:armhf... I: Configuring libgnutls30:armhf... I: Configuring libapt-pkg6.0:armhf... I: Configuring sed... I: Configuring findutils... I: Configuring libmount1:armhf... I: Configuring libsemanage2:armhf... I: Configuring bsdutils... I: Configuring tar... I: Configuring coreutils... I: Configuring dpkg... I: Configuring mount... I: Configuring dash... I: Configuring grep... I: Configuring perl-base... I: Configuring init-system-helpers... I: Configuring gzip... I: Configuring debconf... I: Configuring tzdata... I: Configuring libpam0g:armhf... I: Configuring util-linux... I: Configuring libpam-modules-bin... I: Configuring libpam-modules:armhf... 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 libdns-export1110... I: Unpacking libisc-export1105:armhf... I: Unpacking cpio... I: Unpacking cron... I: Unpacking debconf-i18n... I: Unpacking dmidecode... I: Unpacking libelf1:armhf... I: Unpacking ifupdown... I: Unpacking init... I: Unpacking iproute2... I: Unpacking libxtables12:armhf... I: Unpacking iputils-ping... I: Unpacking isc-dhcp-client... I: Unpacking isc-dhcp-common... I: Unpacking libjansson4:armhf... I: Unpacking kmod... I: Unpacking less... I: Unpacking libbpf0:armhf... I: Unpacking libbsd0:armhf... I: Unpacking libcap2-bin... I: Unpacking libedit2:armhf... I: Unpacking libestr0:armhf... I: Unpacking libfastjson4:armhf... I: Unpacking liblocale-gettext-perl... I: Unpacking liblognorm5:armhf... I: Unpacking libmd0:armhf... I: Unpacking libmnl0:armhf... I: Unpacking libnftnl11:armhf... I: Unpacking libtext-charwidth-perl... I: Unpacking libtext-iconv-perl... I: Unpacking libtext-wrapi18n-perl... I: Unpacking logrotate... I: Unpacking nano... I: Unpacking libncurses6:armhf... I: Unpacking libncursesw6:armhf... I: Unpacking netbase... I: Unpacking libnewt0.52:armhf... I: Unpacking whiptail... I: Unpacking libnftables1:armhf... I: Unpacking nftables... I: Unpacking libpopt0:armhf... I: Unpacking libprocps8:armhf... I: Unpacking procps... I: Unpacking libreadline8:armhf... I: Unpacking readline-common... I: Unpacking rsyslog... I: Unpacking sensible-utils... I: Unpacking libslang2:armhf... I: Unpacking udev... I: Unpacking tasksel... I: Unpacking tasksel-data... I: Unpacking fdisk... I: Unpacking vim-common... I: Unpacking vim-tiny... 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:armhf... I: Configuring libfastjson4:armhf... I: Configuring less... I: Configuring kmod... I: Configuring libtext-wrapi18n-perl... I: Configuring xxd... I: Configuring libjansson4:armhf... I: Configuring libcap2-bin... I: Configuring libisc-export1105:armhf... I: Configuring vim-common... I: Configuring libslang2:armhf... I: Configuring libncurses6:armhf... I: Configuring libmnl0:armhf... I: Configuring udev... I: Configuring libncursesw6:armhf... I: Configuring libxtables12:armhf... I: Configuring liblognorm5:armhf... I: Configuring nano... I: Configuring libmd0:armhf... I: Configuring sensible-utils... I: Configuring netbase... I: Configuring isc-dhcp-common... I: Configuring dmidecode... I: Configuring libbsd0:armhf... I: Configuring libelf1:armhf... I: Configuring iputils-ping... I: Configuring readline-common... I: Configuring liblocale-gettext-perl... I: Configuring libprocps8:armhf... I: Configuring libpopt0:armhf... I: Configuring logrotate... I: Configuring libnewt0.52:armhf... I: Configuring libedit2:armhf... I: Configuring libreadline8:armhf... I: Configuring cron... I: Configuring rsyslog... I: Configuring libdns-export1110... I: Configuring debconf-i18n... I: Configuring libnftnl11:armhf... I: Configuring vim-tiny... I: Configuring fdisk... I: Configuring whiptail... I: Configuring procps... I: Configuring libbpf0:armhf... I: Configuring libnftables1:armhf... 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. 2022-05-22 03:14:10 DEBUG STDERR: W: qemu-debootstrap is deprecated. Please use regular debootstrap directly I: Running command: debootstrap --arch armhf --variant - --components main,contrib,non-free bookworm /tmp/tmpn9d1bq4x http://deb.debian.org/debian 2022-05-22 03:14:10 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'apt-get', 'update'] 2022-05-22 03:14:19 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm/main Translation-en [5774 kB] Get:3 http://deb.debian.org/debian bookworm/contrib Translation-en [47.9 kB] Get:4 http://deb.debian.org/debian bookworm/non-free Translation-en [86.0 kB] Fetched 5908 kB in 5s (1274 kB/s) Reading package lists... 2022-05-22 03:14:19 DEBUG STDERR: 2022-05-22 03:14:19 INFO Calling > 2022-05-22 03:14:19 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'apt-get', 'update'] 2022-05-22 03:14:26 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bookworm InRelease Reading package lists... 2022-05-22 03:14:26 DEBUG STDERR: 2022-05-22 03:14:26 INFO Running step: {'create-file': '/etc/apt/sources.list', 'contents': 'deb http://deb.debian.org/debian bookworm main contrib non-free\ndeb http://security.debian.org/debian-security bookworm-security main contrib 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 contrib non-free\n', 'unless': 'rootfs_unpacked'} 2022-05-22 03:14:26 INFO Calling > 2022-05-22 03:14:26 INFO Creating file /tmp/tmpn9d1bq4x//etc/apt/sources.list, uid 0, gid 0, perms 644 2022-05-22 03:14:26 INFO Calling > 2022-05-22 03:14:26 INFO Running step: {'copy-file': '/etc/initramfs-tools/hooks/rpi-resizerootfs', 'src': 'rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs', 'perm': 493, 'unless': 'rootfs_unpacked'} 2022-05-22 03:14:26 INFO Calling > 2022-05-22 03:14:26 INFO Copying file rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs to /tmp/tmpn9d1bq4x//etc/initramfs-tools/hooks/rpi-resizerootfs, uid 0, gid 0, perms 755 2022-05-22 03:14:26 INFO Calling > 2022-05-22 03:14:26 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'} 2022-05-22 03:14:26 INFO Calling > 2022-05-22 03:14:26 INFO Copying file rootfs/etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs to /tmp/tmpn9d1bq4x//etc/initramfs-tools/scripts/local-bottom/rpi-resizerootfs, uid 0, gid 0, perms 755 2022-05-22 03:14:26 INFO Calling > 2022-05-22 03:14:26 INFO Running step: {'chroot': '/', 'shell': 'apt-get update', 'unless': 'rootfs_unpacked'} 2022-05-22 03:14:26 INFO Calling > 2022-05-22 03:14:26 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'sh', '-ec', 'apt-get update'] 2022-05-22 03:14:35 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://security.debian.org/debian-security bookworm-security InRelease [35.6 kB] Fetched 35.6 kB in 4s (8867 B/s) Reading package lists... 2022-05-22 03:14:35 DEBUG STDERR: 2022-05-22 03:14:35 INFO Calling > 2022-05-22 03:14:35 INFO Running step: {'apt': 'install', 'packages': ['ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-armmp', 'raspi-firmware'], 'tag': '/', 'unless': 'rootfs_unpacked'} 2022-05-22 03:14:35 INFO Calling > 2022-05-22 03:14:35 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'apt-get', 'update'] 2022-05-22 03:14:44 DEBUG STDOUT: Hit:1 http://security.debian.org/debian-security bookworm-security InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Reading package lists... 2022-05-22 03:14:44 DEBUG STDERR: 2022-05-22 03:14:44 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'apt-get', '-y', '--no-show-progress', 'install', 'eatmydata'] 2022-05-22 03:14:49 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 21.7 kB of archives. After this operation, 56.3 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main armhf libeatmydata1 armhf 130-2 [10.5 kB] Get:2 http://deb.debian.org/debian bookworm/main armhf eatmydata all 130-2 [11.2 kB] Fetched 21.7 kB in 0s (64.6 kB/s) Selecting previously unselected package libeatmydata1:armhf. (Reading database ... 9256 files and directories currently installed.) Preparing to unpack .../libeatmydata1_130-2_armhf.deb ... Unpacking libeatmydata1:armhf (130-2) ... Selecting previously unselected package eatmydata. Preparing to unpack .../eatmydata_130-2_all.deb ... Unpacking eatmydata (130-2) ... Setting up libeatmydata1:armhf (130-2) ... Setting up eatmydata (130-2) ... Processing triggers for libc-bin (2.33-7) ... 2022-05-22 03:14:49 DEBUG STDERR: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) 2022-05-22 03:14:49 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'eatmydata', 'apt-get', 'update'] 2022-05-22 03:14:58 DEBUG STDOUT: Hit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://security.debian.org/debian-security bookworm-security InRelease Reading package lists... 2022-05-22 03:14:58 DEBUG STDERR: 2022-05-22 03:14:58 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'eatmydata', 'apt-get', '-y', '--no-show-progress', 'install', 'ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-armmp', 'raspi-firmware'] 2022-05-22 03:20:35 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 krb5-locales libcbor0.8 libdbus-1-3 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libklibc libkrb5-3 libkrb5support0 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnsl2 libpam-systemd libparted2 libpcsclite1 libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-base linux-image-5.17.0-1-armmp ncurses-term openssh-client openssh-server openssh-sftp-server openssl runit-helper ucf wireless-regdb xauth zstd Suggested packages: apparmor-profiles-extra apparmor-utils bash-completion krb5-doc krb5-user libparted-dev libparted-i18n pcscd linux-doc-5.17 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 busybox ca-certificates dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session dosfstools firmware-linux-free initramfs-tools initramfs-tools-core iw klibc-utils krb5-locales libcbor0.8 libdbus-1-3 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libklibc libkrb5-3 libkrb5support0 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnsl2 libpam-systemd libparted2 libpcsclite1 libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-base linux-image-5.17.0-1-armmp linux-image-armmp ncurses-term openssh-client openssh-server openssh-sftp-server openssl parted raspi-firmware runit-helper ssh systemd-timesyncd ucf wireless-regdb wpasupplicant xauth zstd 0 upgraded, 61 newly installed, 0 to remove and 0 not upgraded. Need to get 54.8 MB of archives. After this operation, 241 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main armhf libdbus-1-3 armhf 1.14.0-1 [212 kB] Get:2 http://deb.debian.org/debian bookworm/main armhf dbus-bin armhf 1.14.0-1 [136 kB] Get:3 http://deb.debian.org/debian bookworm/main armhf dbus-session-bus-common all 1.14.0-1 [110 kB] Get:4 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.4.8-1 [86.7 kB] Get:5 http://deb.debian.org/debian bookworm/main armhf dbus-daemon armhf 1.14.0-1 [202 kB] Get:6 http://deb.debian.org/debian bookworm/main armhf dbus-system-bus-common all 1.14.0-1 [111 kB] Get:7 http://deb.debian.org/debian bookworm/main armhf dbus armhf 1.14.0-1 [127 kB] Get:8 http://deb.debian.org/debian bookworm/main armhf libcbor0.8 armhf 0.8.0-2 [22.8 kB] Get:9 http://deb.debian.org/debian bookworm/main armhf libfido2-1 armhf 1.10.0-1 [67.1 kB] Get:10 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.19.2-2+b1 [62.9 kB] Get:11 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.19.2-2+b1 [110 kB] Get:12 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.1-3 [14.4 kB] Get:13 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.19.2-2+b1 [319 kB] Get:14 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.19.2-2+b1 [144 kB] Get:15 http://deb.debian.org/debian bookworm/main armhf openssh-client armhf 1:9.0p1-1 [960 kB] Get:16 http://deb.debian.org/debian bookworm/main armhf openssh-sftp-server armhf 1:9.0p1-1 [60.1 kB] Get:17 http://deb.debian.org/debian bookworm/main armhf ucf all 3.0043 [74.0 kB] Get:18 http://deb.debian.org/debian bookworm/main armhf runit-helper all 2.13.1 [8392 B] Get:19 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.2-2 [13.8 kB] Get:20 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.2-2 [72.7 kB] Get:21 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB] Get:22 http://deb.debian.org/debian bookworm/main armhf libwrap0 armhf 7.6.q-31 [56.5 kB] Get:23 http://deb.debian.org/debian bookworm/main armhf openssh-server armhf 1:9.0p1-1 [409 kB] Get:24 http://deb.debian.org/debian bookworm/main armhf dosfstools armhf 4.2-1 [137 kB] Get:25 http://deb.debian.org/debian bookworm/non-free armhf raspi-firmware all 1.20220331+ds-2 [4810 kB] Get:26 http://deb.debian.org/debian bookworm/main armhf ssh all 1:9.0p1-1 [260 kB] Get:27 http://deb.debian.org/debian bookworm/main armhf openssl armhf 1.1.1o-1 [829 kB] Get:28 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20211016 [156 kB] Get:29 http://deb.debian.org/debian bookworm/main armhf krb5-locales all 1.19.2-2 [95.5 kB] Get:30 http://deb.debian.org/debian bookworm/main armhf libpam-systemd armhf 250.4-1 [280 kB] Get:31 http://deb.debian.org/debian bookworm/main armhf ncurses-term all 6.3+20220423-2 [520 kB] Get:32 http://deb.debian.org/debian bookworm/main armhf systemd-timesyncd armhf 250.4-1 [139 kB] Get:33 http://deb.debian.org/debian bookworm/main armhf apparmor armhf 3.0.4-2 [594 kB] Get:34 http://deb.debian.org/debian bookworm/main armhf busybox armhf 1:1.30.1-7+b3 [422 kB] Get:35 http://deb.debian.org/debian bookworm/main armhf dbus-user-session armhf 1.14.0-1 [110 kB] Get:36 http://deb.debian.org/debian bookworm/main armhf firmware-linux-free all 20200122-1 [24.2 kB] Get:37 http://deb.debian.org/debian bookworm/main armhf libklibc armhf 2.0.10-4 [54.9 kB] Get:38 http://deb.debian.org/debian bookworm/main armhf klibc-utils armhf 2.0.10-4 [85.9 kB] Get:39 http://deb.debian.org/debian bookworm/main armhf initramfs-tools-core all 0.141 [104 kB] Get:40 http://deb.debian.org/debian bookworm/main armhf linux-base all 4.8 [32.8 kB] Get:41 http://deb.debian.org/debian bookworm/main armhf initramfs-tools all 0.141 [72.5 kB] Get:42 http://deb.debian.org/debian bookworm/main armhf libnl-3-200 armhf 3.5.0-0.1 [55.7 kB] Get:43 http://deb.debian.org/debian bookworm/main armhf libnl-genl-3-200 armhf 3.5.0-0.1 [19.3 kB] Get:44 http://deb.debian.org/debian bookworm/main armhf iw armhf 5.16-1 [90.9 kB] Get:45 http://deb.debian.org/debian bookworm/main armhf libnl-route-3-200 armhf 3.5.0-0.1 [146 kB] Get:46 http://deb.debian.org/debian bookworm/main armhf libparted2 armhf 3.5-1 [324 kB] Get:47 http://deb.debian.org/debian bookworm/main armhf libpcsclite1 armhf 1.9.7-1 [57.4 kB] Get:48 http://deb.debian.org/debian bookworm/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB] Get:49 http://deb.debian.org/debian bookworm/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB] Get:50 http://deb.debian.org/debian bookworm/main armhf libxcb1 armhf 1.14-3 [136 kB] Get:51 http://deb.debian.org/debian bookworm/main armhf libx11-data all 2:1.7.5-1 [308 kB] Get:52 http://deb.debian.org/debian bookworm/main armhf libx11-6 armhf 2:1.7.5-1 [710 kB] Get:53 http://deb.debian.org/debian bookworm/main armhf libxext6 armhf 2:1.3.4-1 [48.0 kB] Get:54 http://deb.debian.org/debian bookworm/main armhf libxmuu1 armhf 2:1.1.3-3 [23.3 kB] Get:55 http://deb.debian.org/debian bookworm/main armhf linux-image-5.17.0-1-armmp armhf 5.17.3-1 [38.6 MB] Get:56 http://deb.debian.org/debian bookworm/main armhf linux-image-armmp armhf 5.17.3-1 [1476 B] Get:57 http://deb.debian.org/debian bookworm/main armhf parted armhf 3.5-1 [222 kB] Get:58 http://deb.debian.org/debian bookworm/main armhf wireless-regdb all 2021.08.28-1 [14.3 kB] Get:59 http://deb.debian.org/debian bookworm/main armhf wpasupplicant armhf 2:2.10-9 [1257 kB] Get:60 http://deb.debian.org/debian bookworm/main armhf xauth armhf 1:1.1.1-1 [38.1 kB] Get:61 http://deb.debian.org/debian bookworm/main armhf zstd armhf 1.5.2+dfsg-1 [564 kB] Preconfiguring packages ... Fetched 54.8 MB in 2s (28.2 MB/s) Selecting previously unselected package libdbus-1-3:armhf. (Reading database ... 9269 files and directories currently installed.) Preparing to unpack .../00-libdbus-1-3_1.14.0-1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.14.0-1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../01-dbus-bin_1.14.0-1_armhf.deb ... Unpacking dbus-bin (1.14.0-1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../02-dbus-session-bus-common_1.14.0-1_all.deb ... Unpacking dbus-session-bus-common (1.14.0-1) ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../03-libexpat1_2.4.8-1_armhf.deb ... Unpacking libexpat1:armhf (2.4.8-1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../04-dbus-daemon_1.14.0-1_armhf.deb ... Unpacking dbus-daemon (1.14.0-1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../05-dbus-system-bus-common_1.14.0-1_all.deb ... Unpacking dbus-system-bus-common (1.14.0-1) ... Selecting previously unselected package dbus. Preparing to unpack .../06-dbus_1.14.0-1_armhf.deb ... Unpacking dbus (1.14.0-1) ... Selecting previously unselected package libcbor0.8:armhf. Preparing to unpack .../07-libcbor0.8_0.8.0-2_armhf.deb ... Unpacking libcbor0.8:armhf (0.8.0-2) ... Selecting previously unselected package libfido2-1:armhf. Preparing to unpack .../08-libfido2-1_1.10.0-1_armhf.deb ... Unpacking libfido2-1:armhf (1.10.0-1) ... Selecting previously unselected package libkrb5support0:armhf. Preparing to unpack .../09-libkrb5support0_1.19.2-2+b1_armhf.deb ... Unpacking libkrb5support0:armhf (1.19.2-2+b1) ... Selecting previously unselected package libk5crypto3:armhf. Preparing to unpack .../10-libk5crypto3_1.19.2-2+b1_armhf.deb ... Unpacking libk5crypto3:armhf (1.19.2-2+b1) ... Selecting previously unselected package libkeyutils1:armhf. Preparing to unpack .../11-libkeyutils1_1.6.1-3_armhf.deb ... Unpacking libkeyutils1:armhf (1.6.1-3) ... Selecting previously unselected package libkrb5-3:armhf. Preparing to unpack .../12-libkrb5-3_1.19.2-2+b1_armhf.deb ... Unpacking libkrb5-3:armhf (1.19.2-2+b1) ... Selecting previously unselected package libgssapi-krb5-2:armhf. Preparing to unpack .../13-libgssapi-krb5-2_1.19.2-2+b1_armhf.deb ... Unpacking libgssapi-krb5-2:armhf (1.19.2-2+b1) ... Selecting previously unselected package openssh-client. Preparing to unpack .../14-openssh-client_1%3a9.0p1-1_armhf.deb ... Unpacking openssh-client (1:9.0p1-1) ... Selecting previously unselected package openssh-sftp-server. Preparing to unpack .../15-openssh-sftp-server_1%3a9.0p1-1_armhf.deb ... Unpacking openssh-sftp-server (1:9.0p1-1) ... Selecting previously unselected package ucf. Preparing to unpack .../16-ucf_3.0043_all.deb ... Unpacking ucf (3.0043) ... Selecting previously unselected package runit-helper. Preparing to unpack .../17-runit-helper_2.13.1_all.deb ... Unpacking runit-helper (2.13.1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../18-libtirpc-common_1.3.2-2_all.deb ... Unpacking libtirpc-common (1.3.2-2) ... Selecting previously unselected package libtirpc3:armhf. Preparing to unpack .../19-libtirpc3_1.3.2-2_armhf.deb ... Unpacking libtirpc3:armhf (1.3.2-2) ... Selecting previously unselected package libnsl2:armhf. Preparing to unpack .../20-libnsl2_1.3.0-2_armhf.deb ... Unpacking libnsl2:armhf (1.3.0-2) ... Selecting previously unselected package libwrap0:armhf. Preparing to unpack .../21-libwrap0_7.6.q-31_armhf.deb ... Unpacking libwrap0:armhf (7.6.q-31) ... Selecting previously unselected package openssh-server. Preparing to unpack .../22-openssh-server_1%3a9.0p1-1_armhf.deb ... Unpacking openssh-server (1:9.0p1-1) ... Selecting previously unselected package dosfstools. Preparing to unpack .../23-dosfstools_4.2-1_armhf.deb ... Unpacking dosfstools (4.2-1) ... Selecting previously unselected package raspi-firmware. Preparing to unpack .../24-raspi-firmware_1.20220331+ds-2_all.deb ... Unpacking raspi-firmware (1.20220331+ds-2) ... Selecting previously unselected package ssh. Preparing to unpack .../25-ssh_1%3a9.0p1-1_all.deb ... Unpacking ssh (1:9.0p1-1) ... Selecting previously unselected package openssl. Preparing to unpack .../26-openssl_1.1.1o-1_armhf.deb ... Unpacking openssl (1.1.1o-1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../27-ca-certificates_20211016_all.deb ... Unpacking ca-certificates (20211016) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../28-krb5-locales_1.19.2-2_all.deb ... Unpacking krb5-locales (1.19.2-2) ... Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../29-libpam-systemd_250.4-1_armhf.deb ... Unpacking libpam-systemd:armhf (250.4-1) ... Selecting previously unselected package ncurses-term. Preparing to unpack .../30-ncurses-term_6.3+20220423-2_all.deb ... Unpacking ncurses-term (6.3+20220423-2) ... Selecting previously unselected package systemd-timesyncd. Preparing to unpack .../31-systemd-timesyncd_250.4-1_armhf.deb ... Unpacking systemd-timesyncd (250.4-1) ... Selecting previously unselected package apparmor. Preparing to unpack .../32-apparmor_3.0.4-2_armhf.deb ... Unpacking apparmor (3.0.4-2) ... Selecting previously unselected package busybox. Preparing to unpack .../33-busybox_1%3a1.30.1-7+b3_armhf.deb ... Unpacking busybox (1:1.30.1-7+b3) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../34-dbus-user-session_1.14.0-1_armhf.deb ... Unpacking dbus-user-session (1.14.0-1) ... Selecting previously unselected package firmware-linux-free. Preparing to unpack .../35-firmware-linux-free_20200122-1_all.deb ... Unpacking firmware-linux-free (20200122-1) ... Selecting previously unselected package libklibc:armhf. Preparing to unpack .../36-libklibc_2.0.10-4_armhf.deb ... Unpacking libklibc:armhf (2.0.10-4) ... Selecting previously unselected package klibc-utils. Preparing to unpack .../37-klibc-utils_2.0.10-4_armhf.deb ... Unpacking klibc-utils (2.0.10-4) ... Selecting previously unselected package initramfs-tools-core. Preparing to unpack .../38-initramfs-tools-core_0.141_all.deb ... Unpacking initramfs-tools-core (0.141) ... Selecting previously unselected package linux-base. Preparing to unpack .../39-linux-base_4.8_all.deb ... Unpacking linux-base (4.8) ... Selecting previously unselected package initramfs-tools. Preparing to unpack .../40-initramfs-tools_0.141_all.deb ... Unpacking initramfs-tools (0.141) ... Selecting previously unselected package libnl-3-200:armhf. Preparing to unpack .../41-libnl-3-200_3.5.0-0.1_armhf.deb ... Unpacking libnl-3-200:armhf (3.5.0-0.1) ... Selecting previously unselected package libnl-genl-3-200:armhf. Preparing to unpack .../42-libnl-genl-3-200_3.5.0-0.1_armhf.deb ... Unpacking libnl-genl-3-200:armhf (3.5.0-0.1) ... Selecting previously unselected package iw. Preparing to unpack .../43-iw_5.16-1_armhf.deb ... Unpacking iw (5.16-1) ... Selecting previously unselected package libnl-route-3-200:armhf. Preparing to unpack .../44-libnl-route-3-200_3.5.0-0.1_armhf.deb ... Unpacking libnl-route-3-200:armhf (3.5.0-0.1) ... Selecting previously unselected package libparted2:armhf. Preparing to unpack .../45-libparted2_3.5-1_armhf.deb ... Unpacking libparted2:armhf (3.5-1) ... Selecting previously unselected package libpcsclite1:armhf. Preparing to unpack .../46-libpcsclite1_1.9.7-1_armhf.deb ... Unpacking libpcsclite1:armhf (1.9.7-1) ... Selecting previously unselected package libxau6:armhf. Preparing to unpack .../47-libxau6_1%3a1.0.9-1_armhf.deb ... Unpacking libxau6:armhf (1:1.0.9-1) ... Selecting previously unselected package libxdmcp6:armhf. Preparing to unpack .../48-libxdmcp6_1%3a1.1.2-3_armhf.deb ... Unpacking libxdmcp6:armhf (1:1.1.2-3) ... Selecting previously unselected package libxcb1:armhf. Preparing to unpack .../49-libxcb1_1.14-3_armhf.deb ... Unpacking libxcb1:armhf (1.14-3) ... Selecting previously unselected package libx11-data. Preparing to unpack .../50-libx11-data_2%3a1.7.5-1_all.deb ... Unpacking libx11-data (2:1.7.5-1) ... Selecting previously unselected package libx11-6:armhf. Preparing to unpack .../51-libx11-6_2%3a1.7.5-1_armhf.deb ... Unpacking libx11-6:armhf (2:1.7.5-1) ... Selecting previously unselected package libxext6:armhf. Preparing to unpack .../52-libxext6_2%3a1.3.4-1_armhf.deb ... Unpacking libxext6:armhf (2:1.3.4-1) ... Selecting previously unselected package libxmuu1:armhf. Preparing to unpack .../53-libxmuu1_2%3a1.1.3-3_armhf.deb ... Unpacking libxmuu1:armhf (2:1.1.3-3) ... Selecting previously unselected package linux-image-5.17.0-1-armmp. Preparing to unpack .../54-linux-image-5.17.0-1-armmp_5.17.3-1_armhf.deb ... Unpacking linux-image-5.17.0-1-armmp (5.17.3-1) ... Selecting previously unselected package linux-image-armmp. Preparing to unpack .../55-linux-image-armmp_5.17.3-1_armhf.deb ... Unpacking linux-image-armmp (5.17.3-1) ... Selecting previously unselected package parted. Preparing to unpack .../56-parted_3.5-1_armhf.deb ... Unpacking parted (3.5-1) ... Selecting previously unselected package wireless-regdb. Preparing to unpack .../57-wireless-regdb_2021.08.28-1_all.deb ... Unpacking wireless-regdb (2021.08.28-1) ... Selecting previously unselected package wpasupplicant. Preparing to unpack .../58-wpasupplicant_2%3a2.10-9_armhf.deb ... Unpacking wpasupplicant (2:2.10-9) ... Selecting previously unselected package xauth. Preparing to unpack .../59-xauth_1%3a1.1.1-1_armhf.deb ... Unpacking xauth (1:1.1.1-1) ... Selecting previously unselected package zstd. Preparing to unpack .../60-zstd_1.5.2+dfsg-1_armhf.deb ... Unpacking zstd (1.5.2+dfsg-1) ... Setting up libexpat1:armhf (2.4.8-1) ... Setting up runit-helper (2.13.1) ... Setting up libxau6:armhf (1:1.0.9-1) ... Setting up libxdmcp6:armhf (1:1.1.2-3) ... Setting up libkeyutils1:armhf (1.6.1-3) ... Setting up libxcb1:armhf (1.14-3) ... Setting up linux-base (4.8) ... Setting up firmware-linux-free (20200122-1) ... Setting up libtirpc-common (1.3.2-2) ... Setting up libcbor0.8:armhf (0.8.0-2) ... Setting up wireless-regdb (2021.08.28-1) ... 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 krb5-locales (1.19.2-2) ... Setting up libkrb5support0:armhf (1.19.2-2+b1) ... Setting up apparmor (3.0.4-2) ... Setting up busybox (1:1.30.1-7+b3) ... Setting up libklibc:armhf (2.0.10-4) ... Setting up libx11-data (2:1.7.5-1) ... Setting up libdbus-1-3:armhf (1.14.0-1) ... Setting up raspi-firmware (1.20220331+ds-2) ... Setting up systemd-timesyncd (250.4-1) ... Setting up libpcsclite1:armhf (1.9.7-1) ... Setting up ucf (3.0043) ... Setting up libk5crypto3:armhf (1.19.2-2+b1) ... Setting up libparted2:armhf (3.5-1) ... Setting up dbus-session-bus-common (1.14.0-1) ... Setting up libnl-3-200:armhf (3.5.0-0.1) ... Setting up libx11-6:armhf (2:1.7.5-1) ... Setting up libkrb5-3:armhf (1.19.2-2+b1) ... Setting up dbus-system-bus-common (1.14.0-1) ... Setting up libfido2-1:armhf (1.10.0-1) ... Setting up klibc-utils (2.0.10-4) ... 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.1o-1) ... Setting up zstd (1.5.2+dfsg-1) ... Setting up libxmuu1:armhf (2:1.1.3-3) ... Setting up dbus-bin (1.14.0-1) ... Setting up ncurses-term (6.3+20220423-2) ... Setting up libxext6:armhf (2:1.3.4-1) ... Setting up parted (3.5-1) ... Setting up dbus-daemon (1.14.0-1) ... Setting up libnl-route-3-200:armhf (3.5.0-0.1) ... Setting up ca-certificates (20211016) ... Setting up dbus (1.14.0-1) ... Setting up libgssapi-krb5-2:armhf (1.19.2-2+b1) ... Setting up xauth (1:1.1.1-1) ... Setting up libnl-genl-3-200:armhf (3.5.0-0.1) ... Setting up libpam-systemd:armhf (250.4-1) ... Setting up iw (5.16-1) ... Setting up initramfs-tools-core (0.141) ... Setting up libtirpc3:armhf (1.3.2-2) ... Setting up initramfs-tools (0.141) ... update-initramfs: deferring update (trigger activated) Setting up openssh-client (1:9.0p1-1) ... update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode Setting up linux-image-5.17.0-1-armmp (5.17.3-1) ... I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.17.0-1-armmp I: /initrd.img.old is now a symlink to boot/initrd.img-5.17.0-1-armmp I: /vmlinuz is now a symlink to boot/vmlinuz-5.17.0-1-armmp I: /initrd.img is now a symlink to boot/initrd.img-5.17.0-1-armmp Setting up wpasupplicant (2:2.10-9) ... Setting up dbus-user-session (1.14.0-1) ... Setting up libnsl2:armhf (1.3.0-2) ... Setting up openssh-sftp-server (1:9.0p1-1) ... Setting up linux-image-armmp (5.17.3-1) ... Setting up libwrap0:armhf (7.6.q-31) ... Setting up openssh-server (1:9.0p1-1) ... Setting up ssh (1:9.0p1-1) ... Processing triggers for libc-bin (2.33-7) ... Processing triggers for ca-certificates (20211016) ... 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.141) ... update-initramfs: Generating /boot/initrd.img-5.17.0-1-armmp Processing triggers for dbus (1.14.0-1) ... 2022-05-22 03:20:35 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. 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... 127 added, 0 removed; done. invoke-rc.d: could not determine current runlevel /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-5.17.0-1-armmp W: Possible missing firmware /lib/firmware/imx/sdma/sdma-imx6q.bin for built-in driver imx_sdma 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 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. Creating config file /etc/ssh/sshd_config with new version Creating SSH2 RSA key; this may take some time ... 3072 SHA256:EeifirSvEk64Ki2udegJDZYt5Pqop4j1s/A2OiMoXqE root@raspibuild (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:optXosmcC+HfptqDqZo/sZKwiEMDcSC9Rl++QZ6oSjM root@raspibuild (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:CYSzhG687GuvkwitP9/wlm08SDtrTJsHPlBw8sUs47M root@raspibuild (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. W: Possible missing firmware /lib/firmware/imx/sdma/sdma-imx6q.bin for built-in driver imx_sdma findmnt: can't read /proc/mounts: No such file or directory 2022-05-22 03:20:35 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'apt-get', 'clean'] 2022-05-22 03:20:35 DEBUG STDOUT: 2022-05-22 03:20:35 DEBUG STDERR: 2022-05-22 03:20:35 INFO Calling > 2022-05-22 03:20:35 INFO Running step: {'cache-rootfs': '/', 'unless': 'rootfs_unpacked'} 2022-05-22 03:20:35 INFO Calling > 2022-05-22 03:20:35 INFO tag /boot mounted /tmp/tmpn9d1bq4x/.//boot/firmware cached True 2022-05-22 03:20:35 INFO tag / mounted /tmp/tmpn9d1bq4x cached True 2022-05-22 03:20:35 INFO caching rootdir /tmp/tmpn9d1bq4x 2022-05-22 03:20:35 INFO caching relative ['.', './/boot/firmware'] 2022-05-22 03:20:35 INFO Exec: ['tar', '--one-file-system', '-C', '/tmp/tmpn9d1bq4x', '-caf', 'raspi_2_bookworm.tar.gz', '.', './/boot/firmware'] 2022-05-22 03:21:01 DEBUG STDOUT: 2022-05-22 03:21:01 DEBUG STDERR: 2022-05-22 03:21:01 INFO Calling > 2022-05-22 03:21:01 INFO Running step: {'shell': 'echo "rpi_2-$(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': '/'} 2022-05-22 03:21:01 INFO Calling > 2022-05-22 03:21:01 INFO Exec: ['sh', '-ec', 'echo "rpi_2-$(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*'] 2022-05-22 03:21:01 DEBUG STDOUT: 2022-05-22 03:21:01 DEBUG STDERR: 2022-05-22 03:21:01 INFO Calling > 2022-05-22 03:21:01 INFO Running step: {'chroot': '/', 'shell': 'install -m 644 -o root -g root /usr/lib/linux-image-*-armmp/bcm*rpi*.dtb /boot/firmware/'} 2022-05-22 03:21:01 INFO Calling > 2022-05-22 03:21:01 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'sh', '-ec', 'install -m 644 -o root -g root /usr/lib/linux-image-*-armmp/bcm*rpi*.dtb /boot/firmware/'] 2022-05-22 03:21:02 DEBUG STDOUT: 2022-05-22 03:21:02 DEBUG STDERR: 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running step: {'chroot': '/', 'shell': 'apt-get clean\nrm -rf /var/lib/apt/lists'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'sh', '-ec', 'apt-get clean\nrm -rf /var/lib/apt/lists'] 2022-05-22 03:21:02 DEBUG STDOUT: 2022-05-22 03:21:02 DEBUG STDERR: 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running step: {'chroot': '/', '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"} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', '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"] 2022-05-22 03:21:02 DEBUG STDOUT: 2022-05-22 03:21:02 DEBUG STDERR: 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running step: {'shell': 'rm "${ROOT?}/etc/resolv.conf"', 'root-fs': '/'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Exec: ['sh', '-ec', 'rm "${ROOT?}/etc/resolv.conf"'] 2022-05-22 03:21:02 DEBUG STDOUT: 2022-05-22 03:21:02 DEBUG STDERR: 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running step: {'chroot': '/', 'shell': 'rm -f /etc/machine-id /var/lib/dbus/machine-id'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'sh', '-ec', 'rm -f /etc/machine-id /var/lib/dbus/machine-id'] 2022-05-22 03:21:02 DEBUG STDOUT: 2022-05-22 03:21:02 DEBUG STDERR: 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running step: {'chroot': '/', 'shell': 'echo "image based on revision: 7dcbdbc (Drop the builds for Buster, 2021-12-06) and build on 2022-05-22 08:11 (UTC)" > "/etc/raspi-image-id"'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Exec: ['chroot', '/tmp/tmpn9d1bq4x', 'sh', '-ec', 'echo "image based on revision: 7dcbdbc (Drop the builds for Buster, 2021-12-06) and build on 2022-05-22 08:11 (UTC)" > "/etc/raspi-image-id"'] 2022-05-22 03:21:02 DEBUG STDOUT: 2022-05-22 03:21:02 DEBUG STDERR: 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'chroot': '/', 'shell': 'echo "image based on revision: 7dcbdbc (Drop the builds for Buster, 2021-12-06) and build on 2022-05-22 08:11 (UTC)" > "/etc/raspi-image-id"'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'chroot': '/', 'shell': 'rm -f /etc/machine-id /var/lib/dbus/machine-id'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'shell': 'rm "${ROOT?}/etc/resolv.conf"', 'root-fs': '/'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'chroot': '/', '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"} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'chroot': '/', 'shell': 'apt-get clean\nrm -rf /var/lib/apt/lists'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'chroot': '/', 'shell': 'install -m 644 -o root -g root /usr/lib/linux-image-*-armmp/bcm*rpi*.dtb /boot/firmware/'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'shell': 'echo "rpi_2-$(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': '/'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'cache-rootfs': '/', 'unless': 'rootfs_unpacked'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'apt': 'install', 'packages': ['ca-certificates', 'dosfstools', 'iw', 'parted', 'ssh', 'wpasupplicant', 'systemd-timesyncd', 'linux-image-armmp', 'raspi-firmware'], 'tag': '/', 'unless': 'rootfs_unpacked'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'chroot': '/', 'shell': 'apt-get update', 'unless': 'rootfs_unpacked'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 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'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'copy-file': '/etc/initramfs-tools/hooks/rpi-resizerootfs', 'src': 'rootfs/etc/initramfs-tools/hooks/rpi-resizerootfs', 'perm': 493, 'unless': 'rootfs_unpacked'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'create-file': '/etc/apt/sources.list', 'contents': 'deb http://deb.debian.org/debian bookworm main contrib non-free\ndeb http://security.debian.org/debian-security bookworm-security main contrib 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 contrib non-free\n', 'unless': 'rootfs_unpacked'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'qemu-debootstrap': 'bookworm', 'mirror': 'http://deb.debian.org/debian', 'target': '/', 'arch': 'armhf', 'components': ['main', 'contrib', 'non-free'], 'unless': 'rootfs_unpacked'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'unpack-rootfs': '/'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'mount': '/boot', 'mount-on': '/', 'dirname': '/boot/firmware'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 DEBUG Unmounting /tmp/tmpn9d1bq4x/.//boot/firmware and everything on top of it 2022-05-22 03:21:02 WARNING Not mounted: /tmp/tmpn9d1bq4x/.//boot/firmware 2022-05-22 03:21:02 INFO Running teardown: {'mount': '/'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 DEBUG Unmounting /tmp/tmpn9d1bq4x and everything on top of it 2022-05-22 03:21:02 DEBUG Finished unmounting /tmp/tmpn9d1bq4x 2022-05-22 03:21:02 INFO Running teardown: {'mkfs': 'ext4', 'partition': '/', 'label': 'RASPIROOT'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'mkfs': 'vfat', 'partition': '/boot', 'label': 'RASPIFIRM'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'kpartx': 'raspi_2_bookworm.img'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Exec: ['kpartx', '-dsv', 'raspi_2_bookworm.img'] 2022-05-22 03:21:02 DEBUG STDOUT: del devmap : loop0p2 del devmap : loop0p1 2022-05-22 03:21:02 DEBUG STDERR: loop deleted : /dev/loop0 2022-05-22 03:21:02 INFO Running teardown: {'mkpart': 'primary', 'device': 'raspi_2_bookworm.img', 'start': '20%', 'end': '100%', 'tag': '/'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'mkpart': 'primary', 'fs-type': 'fat32', 'device': 'raspi_2_bookworm.img', 'start': '4MiB', 'end': '20%', 'tag': '/boot'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'mklabel': 'msdos', 'device': 'raspi_2_bookworm.img'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO Running teardown: {'mkimg': 'raspi_2_bookworm.img', 'size': '2000M'} 2022-05-22 03:21:02 INFO Calling > 2022-05-22 03:21:02 INFO All went fine. 2022-05-22 03:21:02 DEBUG Ending, all OK