Jump to content

Build fails on "could not resolve 'ports.ubuntu.com'" on machine that has built successfully in the past


rwk

Recommended Posts

Hello,

I have been building images for the NanoPC-T4 with armbian successfully in the past.

However I now get the error "could not resolve 'ports.ubuntu.com'" when the build tries to install ping_5.1-1_arm64.deb

(full log below).

 

Do you have any idea what this comes from and how I could solve/debug this ? Thank you

 

Additional info :

I added 8.8.8.8 as an alternative DNS server on my machine, I can ping ports.ubuntu.com successfully.

 

I have cloned the armbian build and head points to this commit https://github.com/armbian/build/commit/5b8d86ae5f6f34cf6cc13edf6b1def2773f66f0a

 

Best regards,

Rick

 

Spoiler
# Armbian ANSI build logs for d42a3aa9-4268-47db-87f0-64b17653a3d0 - use "less -SR" to view
# Armbian build at Wed Mar 15 10:06:22 CET 2023 on a12a13pctsp
------------------------------------------------------------------------------------------------------------
# ARGs: 'PREFER_DOCKER=no' 'CREATE_PATCHES=yes' 'ARMBIAN_RELAUNCHED=yes' 'SET_OWNER_TO_UID=1000' 'build'
------------------------------------------------------------------------------------------------------------
# GIT revision
   commit 5b8d86ae5f6f34cf6cc13edf6b1def2773f66f0a (HEAD -> main, origin/main, origin/HEAD, origin/AR-1609)
   Author: 瑞 <rui.crater@gmail.com>
   
       Enable kernel Ion system for running Android (#4948)
------------------------------------------------------------------------------------------------------------
# GIT status
   On branch main
   Your branch is up to date with 'origin/main'.
   
   nothing to commit, working tree clean
------------------------------------------------------------------------------------------------------------
### config_early_init.log 
--> (1) INFO: Starting single build process [ no BOARD set ]
--> (1) INFO: Checking [ basic host setup ]
--> (1) INFO: Build host OS release [ jammy ]
--> (1) INFO: Build host architecture [ amd64 ]
--> (4) INFO: Generating list of all available boards [ might take a while ]
------------------------------------------------------------------------------------------------------------
### config_source_board_file.log 
--> (8) INFO: Sourcing board configuration [ /home/reds/patch_series_pcie_ep/build/config/boards/nanopct4.conf ]
------------------------------------------------------------------------------------------------------------
### do_main_configuration.log 
--> (12) INFO: Starting main configuration
--> (13) INFO: Sourcing family configuration [ /home/reds/patch_series_pcie_ep/build/config/sources/families/media.conf ]
--> (13) INFO: Enabling extension [ rkbin-tools ]
--> (13) INFO: Determined BOOT_SOC from BOOTCONFIG [ BOOT_SOC: 'rk3399'; BOOTCONFIG: 'nanopc-t4-rk3399_defconfig' ]
--> (13) INFO: Sourcing arch configuration [ arm64.conf ]
--> (13) INFO: Extension manager [ processed 4 Extension Methods calls and 4 Extension Method implementations ]
------------------------------------------------------------------------------------------------------------
### config_post_main.log 
--> (23) INFO: Configuration prepared for BOARD build [ nanopct4.conf ]
--> (23) EXT: Repeat Build Options (early) [ ./compile.sh BOARD=nanopct4 BRANCH=edge RELEASE=jammy BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_ONLY=no KERNEL_CONFIGURE=yes DESKTOP_ENVIRONMENT=xfce DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base DESKTOP_APPGROUPS_SELECTED="3dsupport browsers desktop_tools editors internet programming remote_desktop" COMPRESS_OUTPUTIMAGE=sha,img ]
------------------------------------------------------------------------------------------------------------
### check_dir_for_mount_options.log 
--> (23) INFO: Checked directory OK for mount options [ /home/reds/patch_series_pcie_ep/build/.tmp ('main temporary dir') ]
------------------------------------------------------------------------------------------------------------
### prepare_host_noninteractive.log 
--> (23) INFO: Preparing [ host ]
--> (24) COMMAND: update-ccache-symlinks
--> (24) INFO: Syncing clock [ host ]
--> (24) COMMAND: ntpdate pool.ntp.org
   15 Mar 09:37:44 ntpdate[5675]: adjust time server 62.12.167.109 offset -0.001978 sec
--> (30) INFO: Ignoring toolchains [ SKIP_EXTERNAL_TOOLCHAINS: yes ]
--> (30) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/config/templates/customize-image.sh.template /home/reds/patch_series_pcie_ep/build/userpatches/customize-image.sh
   '/home/reds/patch_series_pcie_ep/build/config/templates/customize-image.sh.template' -> '/home/reds/patch_series_pcie_ep/build/userpatches/customize-image.sh'
------------------------------------------------------------------------------------------------------------
### aggregate_packages.log 
--> (30) INFO: Aggregating packages [ rootfs ]
--> (30) INFO: Python3 version [ 3.10.6 - 'Python 3.10.6' ]
--> (31) INFO: pip3 version [ 22.0.2: 'pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)' ]
--> (31) INFO: Installing pip packages for Python tools [ c40672ecb3 ]
--> (31) COMMAND: rm -fv /home/reds/patch_series_pcie_ep/build/cache/pip/pip_pkg_hash*
--> (31) COMMAND: env -i 'PYTHONUSERBASE=/home/reds/patch_series_pcie_ep/build/cache/pip/base' 'PYTHONUNBUFFERED=yes' 'PYTHONPYCACHEPREFIX=/home/reds/patch_series_pcie_ep/build/cache/pip/pycache' /usr/bin/python3 -m pip install --no-warn-script-location --user unidiff==0.7.4 GitPython==3.1.30 unidecode==1.3.6 coloredlogs==15.0.1
   Collecting unidiff==0.7.4
     Using cached unidiff-0.7.4-py2.py3-none-any.whl (14 kB)
   Collecting GitPython==3.1.30
     Using cached GitPython-3.1.30-py3-none-any.whl (184 kB)
   Collecting unidecode==1.3.6
     Using cached Unidecode-1.3.6-py3-none-any.whl (235 kB)
   Collecting coloredlogs==15.0.1
     Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
   Collecting gitdb<5,>=4.0.1
     Using cached gitdb-4.0.10-py3-none-any.whl (62 kB)
   Collecting humanfriendly>=9.1
     Using cached humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
   Collecting smmap<6,>=3.0.1
     Using cached smmap-5.0.0-py3-none-any.whl (24 kB)
   Installing collected packages: unidiff, unidecode, smmap, humanfriendly, gitdb, coloredlogs, GitPython
   Successfully installed GitPython-3.1.30 coloredlogs-15.0.1 gitdb-4.0.10 humanfriendly-10.0 smmap-5.0.0 unidecode-1.3.6 unidiff-0.7.4
   WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--> (32) COMMAND: touch /home/reds/patch_series_pcie_ep/build/cache/pip/pip_pkg_hash_c40672ecb319ec9a04b3471e3c6da8d006211683c969a19c9412cdb42c737c51
--> (32) COMMAND: [...shortened...] /usr/bin/python3 /home/reds/patch_series_pcie_ep/build/lib/tools/aggregation.py
   Summary: Aggregation: debootstrap: 8; rootfs: 113; image: 1; desktop: 150; apt-sources: 3; hash: bcf5b56cab61ec8f
--> (32) COMMAND: rm -f /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.vqWieXUjMQ
------------------------------------------------------------------------------------------------------------
### clean_deprecated_mountpoints.log 
--> (32) INFO: artifact [ uboot :: uboot() ]
------------------------------------------------------------------------------------------------------------
### artifact_prepare_version.log 
--> (33) INFO: Producing new & caching [ GIT_INFO_UBOOT ]
--> (33) INFO: Fetching SHA1 of tag v2022.04^{} [ https://github.com/u-boot/u-boot ]
--> (33) INFO: SHA1 of tag v2022.04^{} [ 'e4b6ebd3de982ae7185dbf689a030e73fd06e0d2' ]
------------------------------------------------------------------------------------------------------------
### artifact_is_available_in_remote_cache.log 
--> (33) INFO: Getting ORAS manifest [ ORAS manifest from ghcr.io/armbian/cache-uboot/uboot-nanopct4-edge:2022.04-Se4b6-Pd69e-B6324 ]
--> (33) INFO: Downloading required [ ORAS tooling ]
--> (33) COMMAND: wget --no-verbose --progress=dot:giga -O /home/reds/patch_series_pcie_ep/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz.tmp https://github.com/oras-project/oras/releases/download/v0.16.0/oras_0.16.0_linux_amd64.tar.gz
--> (34) COMMAND: mv /home/reds/patch_series_pcie_ep/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz.tmp /home/reds/patch_series_pcie_ep/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz
--> (34) COMMAND: tar -xf /home/reds/patch_series_pcie_ep/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz -C /home/reds/patch_series_pcie_ep/build/cache/tools/oras oras
--> (34) COMMAND: rm -rf /home/reds/patch_series_pcie_ep/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz
--> (34) COMMAND: mv /home/reds/patch_series_pcie_ep/build/cache/tools/oras/oras /home/reds/patch_series_pcie_ep/build/cache/tools/oras/oras_0.16.0_linux_amd64
--> (34) COMMAND: chmod +x /home/reds/patch_series_pcie_ep/build/cache/tools/oras/oras_0.16.0_linux_amd64
--> (34) INFO: Artifact is not available in remote cache [ ghcr.io/armbian/cache-uboot/uboot-nanopct4-edge:2022.04-Se4b6-Pd69e-B6324 ]
------------------------------------------------------------------------------------------------------------
### fetch_and_build_host_tools.log 
--> (34) INFO: Getting sources from Git [ rkbin-tools master ]
--> (34) INFO: Initializing empty git local copy [ git init: rkbin-tools master ]
--> (34) COMMAND: git --no-pager init -q .
--> (34) INFO: Fetching updates from remote repository [ rkbin-tools master ]
--> (34) COMMAND: /usr/bin/git --no-pager fetch --recurse-submodules=no --no-tags https://github.com/armbian/rkbin master
   From https://github.com/armbian/rkbin
    * branch            master     -> FETCH_HEAD
--> (38) INFO: git: Fetch from remote completed, rev-parsing... [ 'rkbin-tools' 'master' 'FETCH_HEAD' ]
--> (38) COMMAND: git --no-pager checkout -f -q 03d632d7c247fa7eb3468ced32e78c34a37b4cbe
--> (38) COMMAND: git --no-pager clean -q -d -f
--> (38) INFO: Installing [ rkbin-tools ]
--> (38) COMMAND: /usr/bin/git --no-pager rev-parse @
--> (38) INFO: Cloning u-boot from mainline into bare tree [ this might take a somewhat-long time ]
--> (38) COMMAND: git clone --verbose --progress --tags --no-checkout https://github.com/u-boot/u-boot /home/reds/patch_series_pcie_ep/build/cache/git-bare/u-boot
--> (56) INFO: Getting sources from Git [ u-boot v2022.04 ]
--> (56) COMMAND: git -C /home/reds/patch_series_pcie_ep/build/cache/git-bare/u-boot worktree add /home/reds/patch_series_pcie_ep/build/cache/sources/u-boot-worktree/u-boot/v2022.04 master --no-checkout --force
--> (56) COMMAND: echo /home/reds/patch_series_pcie_ep/build/cache/sources/u-boot-worktree/u-boot/v2022.04/.git > /home/reds/patch_series_pcie_ep/build/cache/git-bare/u-boot/.git/worktrees/v2022.04/gitdir
--> (57) INFO: Fetching updates from remote repository [ u-boot v2022.04 ]
--> (57) COMMAND: /usr/bin/git --no-pager fetch --verbose --progress --recurse-submodules=no --no-tags https://github.com/u-boot/u-boot tags/v2022.04
--> (57) INFO: git: Fetch from remote completed, rev-parsing... [ 'u-boot' 'v2022.04' 'FETCH_HEAD' ]
--> (57) COMMAND: git --no-pager checkout -f -q 4727ad8881b26b56100c2778840f6242cf044918
--> (58) COMMAND: git --no-pager clean -q -d -f
--> (58) INFO: Using u-boot revision SHA1 [ 4727ad8881b26b56100c2778840f6242cf044918 ]
------------------------------------------------------------------------------------------------------------
### compile_uboot.log 
--> (58) INFO: Compiling u-boot [ 2022.04 /home/reds/patch_series_pcie_ep/build/cache/sources/u-boot-worktree/u-boot/v2022.04 ]
--> (58) INFO: Compiler version [ aarch64-linux-gnu-gcc '11.3.0' ]
--> (58) INFO: {u-boot:1}  Checking out to clean sources SHA1 4727ad8881b26b56100c2778840f6242cf044918 [ {u-boot-worktree/u-boot/v2022.04} for u-boot-dtb.bin ]
--> (59) INFO: Calling Python patching script [ for u-boot target ]
--> (59) COMMAND: [...shortened u-boot patching...] /usr/bin/python3 /home/reds/patch_series_pcie_ep/build/lib/tools/patching.py
   Failed to parse unidiff for file /home/reds/patch_series_pcie_ep/build/patch/u-boot/u-boot-media/0050-add-board-rock-pi-s.patch(:1): 'Target without source: +++ b/arch/arm/dts/rk3308-rock-pi-s.dts	2020-12-25 15:53:15.775897762 +0200'
   Failed to parse unidiff for file /home/reds/patch_series_pcie_ep/build/patch/u-boot/u-boot-media/0180-rk3399-always-init-rkclk.patch(:1): 'Hunk diff line expected: 		rkclk_init(priv->cru);'
   Failed to parse unidiff for file /home/reds/patch_series_pcie_ep/build/patch/u-boot/u-boot-media/0230-u-boot-rk3399-roc-pc-plus.patch(:1): 'Unexpected new file found: new file mode 100644'
   Failed to parse unidiff for file /home/reds/patch_series_pcie_ep/build/patch/u-boot/u-boot-media/0240-u-boot-rk3399-roc-pc-plus-dts.patch(:1): 'Unexpected new file found: new file mode 100644'
   Failed to parse unidiff for file /home/reds/patch_series_pcie_ep/build/patch/u-boot/u-boot-media/0310-u-boot-rk-rk3399-opi800-config.patch(:1): 'Unexpected new file found: new file mode 100644'
   Failed to parse unidiff for file /home/reds/patch_series_pcie_ep/build/patch/u-boot/u-boot-media/0320-u-boot-rk-rk3399-opi800-dts.patch(:1): 'Unexpected new file found: new file mode 100644'
   Failed to parse unidiff for file /home/reds/patch_series_pcie_ep/build/patch/u-boot/u-boot-media/0340-u-boot-rk-rk3399-opi800-uboot-dtsi.patch(:1): 'Unexpected new file found: new file mode 100644'
   Applying 38 patches from 38 files of which 38 patches in regular, sorted files...
   -> 01/38: 0010-add-board-helios64(:1) (+2111/-0)[2M, 10A] {rk3399-kobol-helios64.dts, helios64.c, sys_otp.c, helios64-rk3399_defconfig, rk3399-kobol-helios64-u-boot.dtsi, helios64.h, Kconfig, sys_otp.h, MAINTAINERS, Makefile}
   -> 02/38: 0020-add-board-nanopi-m4v2(:1) (+185/-0)[1M, 3A] {rk3399-nanopi-m4v2.dts, nanopi-m4v2-rk3399_defconfig, rk3399-nanopi-m4v2-u-boot.dtsi, Makefile}
   -> 03/38: 0030-add-board-orangepi-4(:1) (+299/-0)[1M, 3A] {rk3399-orangepi-4.dts, orangepi-4-rk3399_defconfig, rk3399-orangepi-4-u-boot.dtsi, Makefile}
   -> 04/38: 0040-add-board-orangepi-r1plus(:1) (+157/-0)[1M, 3A] {orangepi_r1_plus_rk3328_defconfig, rk3328-orangepi-r1-plus.dts, rk3328-orangepi-r1-plus-u-boot.dtsi, Makefile}
   -> 05/38: 0050-add-board-rock-pi-s(:1) 
   -> 06/38: 0060-add-board-tinker-board-2(:1) (+762/-1)[5M, 7A] {rk3399-tinker-2.dts, tinker-2-rk3399_defconfig, rk3399-tinker-2-u-boot.dtsi, tinker-2-rk3399.c, tinker-2_rk3399.h, Kconfig, Makefile, fan53555.c, fan53555.h}
   -> 07/38: 0070-add-trust-ini(:1) (+15/-0)[1A] {trust.ini}
   -> 08/38: 0080-board-pinebook-pro-0003-spi-flash-support(:1) (+14/-1)[2M] {pinebook-pro-rk3399_defconfig, rk3399-pinebook-pro-u-boot.dtsi}
   -> 09/38: 0090-board-pinebook-pro-0005-panel-reset(:1) (+9/-1)[1M] {pinebook-pro-rk3399.c}
   -> 10/38: 0100-board-pinebook-pro-0007-increase-nvme-timeout(:1) (+6/-0)[1M] {nvme.c}
   -> 11/38: 0110-board-rockpro64-advanced-recovery(:1) (+9/-0)[1M] {rockpro64-rk3399_defconfig}
   -> 12/38: 0120-enable-DT-overlays-support(:1) (+2/-0)[1M] {Kconfig}
   -> 13/38: 0130-general-add-xtx-spi-nor-chips(:1) (+11/-0)[2M] {Kconfig, spi-nor-ids.c}
   -> 14/38: 0140-general-set-eth1addr(:1) (+5/-0)[1M] {misc.c}
   -> 15/38: 0150-general-support-recovery-button(:1) (+173/-0)[2M] {boot_mode.c, Kconfig}
   -> 16/38: 0160-general-support-rmii-integrated-phy(:1) (+453/-46)[10M] {clk_rk3328.c, rk3229-evb.dts, clk_rk322x.c, phy.txt, rk322x.dtsi, evb-rk3229_defconfig, evb-rk3328_defconfig, gmac_rockchip.c, cru_rk322x.h}
   -> 17/38: 0170-rk3328-efuse-driver(:1) (+87/-2)[2M] {rockchip-efuse.c, rk3328_common.h}
   -> 18/38: 0180-rk3399-always-init-rkclk(:1) 
   -> 19/38: 0190-rk3399-enable-stable-mac(:1) (+4/-0)[1M] {rk3399_common.h}
   -> 20/38: 0200-rk3399-populate-child-node-of-syscon(:1) (+3/-0)[1M] {syscon_rk3399.c}
   -> 21/38: 0210-sdmmc-force-fifo-mode-in-spl(:1) (+4/-0)[1M] {rockchip_dw_mmc.c}
   -> 22/38: 0220-u-boot-0010-rk-usb-start(:1) (+1/-1)[1M] {rockchip-common.h}
   -> 23/38: 0230-u-boot-rk3399-roc-pc-plus(:1) 
   -> 24/38: 0240-u-boot-rk3399-roc-pc-plus-dts(:1) 
   -> 25/38: 0250-u-boot-rk-rk3328-dtsi(:1) (+85/-12)[1M] {rk3328.dtsi}
   -> 26/38: 0260-u-boot-rk-rk3328-roc-cc-dts(:1) (+32/-0)[1M] {rk3328-roc-cc.dts}
   -> 27/38: 0270-u-boot-rk-rk3328-roc-pc-config(:1) (+107/-0)[1A] {roc-pc-rk3328_defconfig}
   -> 28/38: 0280-u-boot-rk-rk3328-roc-pc-dts(:1) (+124/-0)[1A] {rk3328-roc-pc.dts}
   -> 29/38: 0290-u-boot-rk-rk3328-roc-pc-include(:1) (+18/-0)[1A] {roc_rk3328_pc.h}
   -> 30/38: 0300-u-boot-rk-rk3328-roc-pc-make-dts(:1) (+1/-0)[1M] {Makefile}
   -> 31/38: 0301-u-boot-rk-rk3328-roc-pc-u-boot-dtsi(:1) (+68/-0)[1A] {rk3328-roc-pc-u-boot.dtsi}
   -> 32/38: 0310-u-boot-rk-rk3399-opi800-config(:1) 
   -> 33/38: 0320-u-boot-rk-rk3399-opi800-dts(:1) 
   -> 34/38: 0330-u-boot-rk-rk3399-opi800-makefile(:1) (+1/-0)[1M] {Makefile}
   -> 35/38: 0340-u-boot-rk-rk3399-opi800-uboot-dtsi(:1) 
   -> 36/38: 0350-u-boot-rk-rk3399-usb-start(:1) (+1/-1)[1M] {rockchip-common.h}
   -> 37/38: 0360-u-boot-rk-rk3399-usb-start-firefly-rk3399(:1) (+9/-0)[1M] {firefly-rk3399_defconfig}
   -> 38/38: 0370-u-boot-rk-rk3399-usb-start-nanopc-t4(:1) (+6/-0)[1M] {nanopc-t4-rk3399_defconfig}
   Summary: u-boot patching: 38 total patches; 38 applied; 37 with problems; 22 needs_rebase; 30 not_mbox; 7 invalid_diff
--> (59) COMMAND: cat /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.B5xpNmQrjK
--> (59) COMMAND: rm -f /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.B5xpNmQrjK
--> (59) WARNING: @TODO [ @TODO armbian-next ]
--> (59) WARNING: Make your changes in this directory: [ /home/reds/patch_series_pcie_ep/build/cache/sources/u-boot-worktree/u-boot/v2022.04 ]
--> (59) WARNING: Press <Enter> after you are done [ waiting ]
   --> (273) WARNING: No changes found, skipping patch creation
   3.2.1.--> (276) INFO: {u-boot:1} Preparing u-boot config [ 2022.04 u-boot-dtb.bin ]
--> (276) COMMAND: CCACHE_BASEDIR=/home/reds/patch_series_pcie_ep/build/cache/sources/u-boot-worktree/u-boot/v2022.04 PATH=/usr/bin::/usr/lib/ccache:/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin KCFLAGS=-fdiagnostics-color=always unbuffer make -j36 nanopc-t4-rk3399_defconfig CROSS_COMPILE="ccache aarch64-linux-gnu-"
     HOSTCC  scripts/basic/fixdep
     HOSTCC  scripts/kconfig/conf.o
     YACC    scripts/kconfig/zconf.tab.c
     LEX     scripts/kconfig/zconf.lex.c
     HOSTCC  scripts/kconfig/zconf.tab.o
     HOSTLD  scripts/kconfig/conf
   arch/../configs/nanopc-t4-rk3399_defconfig:69:warning: override: reassigning to symbol USB_GADGET
   #
   # configuration written to .config
   #
--> (278) INFO: {u-boot:1} Compiling u-boot [ 2022.04 u-boot-dtb.bin with gcc '11.3.0' ]
--> (278) COMMAND: ccache --zero-stats
   Statistics zeroed
--> (278) COMMAND: CFLAGS='-fdiagnostics-color=always -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=attributes -Wno-error=address-of-packed-member -Wno-error=array-parameter' KCFLAGS='-fdiagnostics-color=always -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=attributes -Wno-error=address-of-packed-member -Wno-error=array-parameter' CCACHE_BASEDIR=/home/reds/patch_series_pcie_ep/build/cache/sources/u-boot-worktree/u-boot/v2022.04 PATH=/usr/bin::/usr/lib/ccache:/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin unbuffer make u-boot-dtb.bin -j36 CROSS_COMPILE="ccache aarch64-linux-gnu-"
   scripts/kconfig/conf  --syncconfig Kconfig
   .config:2138:warning: override: reassigning to symbol BOOTDELAY
     UPD     include/config.h
     CFG     u-boot.cfg
     GEN     include/autoconf.mk.dep
     CFG     spl/u-boot.cfg
     CFG     tpl/u-boot.cfg
     GEN     include/autoconf.mk
     GEN     tpl/include/autoconf.mk
     GEN     spl/include/autoconf.mk
     UPD     include/generated/dt.h
     ENVC    include/generated/env.txt
     UPD     include/generated/timestamp_autogenerated.h
     UPD     include/config/uboot.release
     ENVP    include/generated/env.in
     ENVT    include/generated/environment.h
     HOSTCC  scripts/dtc/dtc.o
     UPD     include/generated/version_autogenerated.h
     HOSTCC  scripts/dtc/flattree.o
     HOSTCC  scripts/dtc/fstree.o
     HOSTCC  scripts/dtc/data.o
     HOSTCC  scripts/dtc/livetree.o
     HOSTCC  scripts/dtc/treesource.o
     HOSTCC  scripts/dtc/srcpos.o
     HOSTCC  scripts/dtc/checks.o
     HOSTCC  scripts/dtc/util.o
     LEX     scripts/dtc/dtc-lexer.lex.c
     YACC    scripts/dtc/dtc-parser.tab.h
     YACC    scripts/dtc/dtc-parser.tab.c
     CC      lib/asm-offsets.s
     CC      arch/arm/lib/asm-offsets.s
     UPD     include/generated/generic-asm-offsets.h
     UPD     include/generated/asm-offsets.h
     LDS     u-boot.lds
     HOSTCC  scripts/dtc/dtc-lexer.lex.o
     HOSTCC  scripts/dtc/dtc-parser.tab.o
     HOSTLD  scripts/dtc/dtc
     HOSTCC  tools/bmp_logo
     HOSTCC  tools/gen_eth_addr
     HOSTCC  tools/gen_ethaddr_crc.o
     WRAP    tools/lib/crc8.c
     HOSTCC  tools/img2srec
     HOSTCC  tools/mkenvimage.o
     HOSTCC  tools/os_support.o
     WRAP    tools/lib/crc32.c
     HOSTCC  tools/aisimage.o
     HOSTCC  tools/atmelimage.o
     HOSTCC  tools/fit_common.o
     HOSTCC  tools/fit_image.o
     HOSTCC  tools/image-host.o
     WRAP    tools/boot/image-fit.c
     HOSTCC  tools/image-sig-host.o
     WRAP    tools/boot/image-fit-sig.c
     WRAP    tools/boot/image-cipher.c
     WRAP    tools/boot/fdt_region.c
     WRAP    tools/boot/bootm.c
     HOSTCC  tools/lib/crc32.o
     HOSTCC  tools/default_image.o
     WRAP    tools/lib/fdtdec_common.c
     WRAP    tools/lib/fdtdec.c
     WRAP    tools/boot/image.c
     WRAP    tools/boot/image-host.c
     HOSTCC  tools/imagetool.o
     HOSTCC  tools/imximage.o
     HOSTCC  tools/imx8image.o
     HOSTCC  tools/imx8mimage.o
     HOSTCC  tools/kwbimage.o
     WRAP    tools/lib/md5.c
     HOSTCC  tools/lpc32xximage.o
     HOSTCC  tools/mxsimage.o
     HOSTCC  tools/omapimage.o
     HOSTCC  tools/pblimage.o
     HOSTCC  tools/pbl_crc32.o
     HOSTCC  tools/vybridimage.o
     HOSTCC  tools/stm32image.o
     WRAP    tools/lib/rc4.c
     HOSTCC  tools/rkcommon.o
     HOSTCC  tools/rkimage.o
     HOSTCC  tools/rksd.o
     HOSTCC  tools/rkspi.o
     HOSTCC  tools/socfpgaimage.o
     HOSTCC  tools/sunxi_egon.o
     WRAP    tools/lib/crc16.c
     WRAP    tools/lib/hash-checksum.c
     WRAP    tools/lib/sha1.c
     WRAP    tools/lib/sha256.c
     WRAP    tools/lib/sha512.c
     WRAP    tools/common/hash.c
     HOSTCC  tools/ublimage.o
     HOSTCC  tools/zynqimage.o
     HOSTCC  tools/zynqmpimage.o
     HOSTCC  tools/zynqmpbif.o
     WRAP    tools/lib/fdt-libcrypto.c
     HOSTCC  tools/libfdt/fdt.o
     HOSTCC  tools/libfdt/fdt_ro.o
     HOSTCC  tools/libfdt/fdt_wip.o
     HOSTCC  tools/libfdt/fdt_sw.o
     HOSTCC  tools/libfdt/fdt_rw.o
     HOSTCC  tools/libfdt/fdt_strerror.o
     HOSTCC  tools/libfdt/fdt_empty_tree.o
     HOSTCC  tools/libfdt/fdt_addresses.o
     HOSTCC  tools/libfdt/fdt_overlay.o
     HOSTCC  tools/gpimage.o
     HOSTCC  tools/gpimage-common.o
     HOSTCC  tools/mtk_image.o
     WRAP    tools/lib/ecdsa/ecdsa-libcrypto.c
     WRAP    tools/lib/rsa/rsa-sign.c
     WRAP    tools/lib/rsa/rsa-verify.c
     WRAP    tools/lib/rsa/rsa-mod-exp.c
     WRAP    tools/lib/aes/aes-encrypt.c
     WRAP    tools/lib/aes/aes-decrypt.c
     HOSTCC  tools/dumpimage.o
     HOSTCC  tools/boot/image-fit.o
     HOSTCC  tools/boot/image-fit-sig.o
     HOSTCC  tools/boot/image-cipher.o
     HOSTCC  tools/boot/fdt_region.o
     HOSTCC  tools/boot/bootm.o
     HOSTCC  tools/lib/fdtdec_common.o
     HOSTCC  tools/lib/fdtdec.o
     HOSTCC  tools/boot/image.o
     HOSTCC  tools/boot/image-host.o
     HOSTCC  tools/lib/md5.o
     HOSTCC  tools/lib/rc4.o
     HOSTCC  tools/lib/crc16.o
     HOSTCC  tools/lib/hash-checksum.o
     HOSTCC  tools/lib/sha1.o
     HOSTCC  tools/lib/sha256.o
     HOSTCC  tools/lib/sha512.o
     HOSTCC  tools/common/hash.o
     HOSTCC  tools/lib/fdt-libcrypto.o
     HOSTCC  tools/lib/ecdsa/ecdsa-libcrypto.o
     HOSTCC  tools/lib/rsa/rsa-sign.o
     HOSTCC  tools/lib/rsa/rsa-verify.o
     HOSTCC  tools/lib/rsa/rsa-mod-exp.o
     HOSTCC  tools/lib/aes/aes-encrypt.o
     HOSTCC  tools/lib/aes/aes-decrypt.o
     HOSTCC  tools/mkimage.o
     HOSTCC  tools/fit_check_sign.o
     HOSTCC  tools/fit_info.o
     HOSTCC  tools/proftool
     HOSTCC  tools/relocate-rela
     HOSTCC  tools/fdtgrep.o
   tools/bmp_logo --gen-info ./tools/logos/denx.bmp > include/bmp_logo.h
     HOSTCC  tools/spl_size_limit
   tools/bmp_logo --gen-bmp ./tools/logos/denx.bmp > include/bmp_logo_data.h
     HOSTCC  tools/lib/crc8.o
     HOSTLD  tools/mkenvimage
     HOSTLD  tools/gen_ethaddr_crc
     HOSTLD  tools/fdtgrep
     HOSTLD  tools/dumpimage
     HOSTLD  tools/mkimage
     HOSTLD  tools/fit_info
     HOSTLD  tools/fit_check_sign
     AR      arch/arm/cpu/built-in.o
     CC      arch/arm/cpu/armv8/cpu.o
     CC      arch/arm/cpu/armv8/generic_timer.o
     CC      arch/arm/cpu/armv8/cache_v8.o
     AS      arch/arm/cpu/armv8/cache.o
     AS      arch/arm/cpu/armv8/exceptions.o
     AS      arch/arm/lib/crt0_64.o
     CC      arch/arm/cpu/armv8/exception_level.o
     AS      arch/arm/lib/setjmp_aarch64.o
     AS      arch/arm/cpu/armv8/tlb.o
     AS      arch/arm/lib/relocate_64.o
     AS      arch/arm/cpu/armv8/transition.o
     CC      arch/arm/mach-rockchip/boot_mode.o
     CC      arch/arm/cpu/armv8/fwcall.o
     CC      arch/arm/lib/bootm-fdt.o
     CC      arch/arm/cpu/armv8/cpu-dt.o
     CC      arch/arm/mach-rockchip/board.o
     CC      arch/arm/lib/bootm.o
     CC      board/rockchip/evb_rk3399/evb-rk3399.o
     AS      arch/arm/cpu/armv8/smccc-call.o
     CC      arch/arm/mach-rockchip/misc.o
     AS      arch/arm/cpu/armv8/start.o
     CC      arch/arm/lib/image.o
     CC      arch/arm/mach-rockchip/cpu-info.o
     CC      arch/arm/lib/zimage.o
     CC      arch/arm/mach-rockchip/sdram.o
     CC      arch/arm/lib/bdinfo.o
     CC      boot/bootm.o
     CC      arch/arm/mach-rockchip/rk3399/clk_rk3399.o
     CC      arch/arm/lib/sections.o
     CC      boot/bootm_os.o
     CC      arch/arm/mach-rockchip/rk3399/rk3399.o
     CC      arch/arm/lib/stack.o
     CC      disk/part.o
     CC      disk/part_dos.o
     CC      boot/pxe_utils.o
     AR      cmd/arm/built-in.o
     CC      common/init/board_init.o
     CC      arch/arm/mach-rockchip/rk3399/syscon_rk3399.o
     CC      boot/image.o
     CC      cmd/boot.o
     CC      common/main.o
     CC      disk/part_iso.o
     CC      boot/image-board.o
     CC      arch/arm/lib/interrupts_64.o
     CC      disk/part_efi.o
     CC      boot/image-android.o
     CC      common/exports.o
     CC      arch/arm/lib/psci-dt.o
     AR      board/rockchip/evb_rk3399/built-in.o
     CC      arch/arm/lib/cache.o
     CC      common/cli_hush.o
     AR      arch/arm/lib/lib.a
     CC      common/autoboot.o
     CC      boot/image-android-dt.o
     CC      cmd/bootm.o
     AS      arch/arm/lib/crt0_aarch64_efi.o
     CC      cmd/help.o
     AR      arch/arm/cpu/armv8/built-in.o
     CC      cmd/panic.o
     CC      arch/arm/lib/reloc_aarch64_efi.o
     CC      cmd/version.o
     CC      common/board_f.o
     CC      cmd/blk_common.o
     CC      cmd/source.o
     CC      boot/image-fit.o
     CC      boot/image-fdt.o
     CC      common/board_r.o
     CC      common/board_info.o
     AR      arch/arm/mach-rockchip/rk3399/built-in.o
     AR      drivers/usb/cdns3/built-in.o
     AR      common/init/built-in.o
     CC      cmd/bdinfo.o
     CC      drivers/adc/adc-uclass.o
     CC      common/fdt_support.o
     CC      cmd/blkcache.o
     CC      drivers/adc/rockchip-saradc.o
     AR      drivers/ata/built-in.o
     CC      cmd/bootefi.o
     CC      common/miiphyutil.o
     CC      cmd/bootz.o
     CC      drivers/usb/common/common.o
     AR      arch/arm/lib/built-in.o
     AR      disk/built-in.o
     CC      cmd/booti.o
     CC      common/usb.o
     CC      cmd/console.o
     CC      common/usb_hub.o
     CC      cmd/dm.o
     CC      common/usb_storage.o
     CC      drivers/block/blk-uclass.o
     AR      drivers/axi/built-in.o
     CC      cmd/echo.o
     AR      boot/built-in.o
     CC      cmd/elf.o
     CC      drivers/usb/dwc3/core.o
     CC      common/iomux.o
     CC      drivers/block/blkcache.o
     AR      drivers/cache/built-in.o
     AR      drivers/bus/built-in.o
     AR      drivers/usb/emul/built-in.o
     CC      cmd/exit.o
     CC      drivers/core/device.o
     AR      drivers/usb/common/built-in.o
     CC      drivers/core/fdtaddr.o
     AR      drivers/adc/built-in.o
     CC      drivers/usb/eth/usb_ether.o
     CC      drivers/usb/gadget/epautoconf.o
     AR      drivers/clk/analogbits/built-in.o
     CC      drivers/core/lists.o
     CC      drivers/usb/gadget/config.o
     CC      drivers/clk/rockchip/clk_pll.o
     CC      common/edid.o
     CC      drivers/core/root.o
     AR      drivers/clk/imx/built-in.o
     CC      common/splash.o
     CC      drivers/usb/gadget/usbstring.o
     AR      drivers/dfu/built-in.o
     CC      drivers/usb/gadget/udc/udc-core.o
     CC      drivers/clk/rockchip/clk_rk3399.o
     CC      common/menu.o
     AR      drivers/crypto/aspeed/built-in.o
     CC      common/usb_kbd.o
     AR      drivers/block/built-in.o
     CC      drivers/usb/dwc3/gadget.o
     CC      drivers/usb/host/usb-uclass.o
     CC      drivers/usb/host/ohci-hcd.o
     CC      drivers/usb/gadget/udc/udc-uclass.o
     CC      drivers/usb/gadget/g_dnl.o
     AR      drivers/clk/tegra/built-in.o
     CC      cmd/ext4.o
     CC      cmd/ext2.o
     CC      drivers/usb/eth/asix.o
     AR      drivers/usb/mtu3/built-in.o
     CC      drivers/usb/eth/asix88179.o
     CC      drivers/core/uclass.o
     CC      drivers/fastboot/fb_common.o
     CC      drivers/fastboot/fb_getvar.o
     CC      drivers/usb/gadget/f_fastboot.o
     CC      drivers/usb/eth/mcs7830.o
     AR      drivers/crypto/hash/built-in.o
     CC      drivers/crypto/fsl/sec.o
     CC      cmd/fat.o
     CC      drivers/firmware/firmware-uclass.o
     CC      drivers/usb/eth/smsc95xx.o
     CC      cmd/fdt.o
     AR      drivers/clk/rockchip/built-in.o
     AR      drivers/crypto/rsa_mod_exp/built-in.o
     CC      drivers/usb/eth/r8152.o
     CC      drivers/gpio/gpio-uclass.o
     CC      drivers/usb/dwc3/ep0.o
     CC      cmd/fs.o
     CC      drivers/usb/host/ehci-hcd.o
     CC      drivers/usb/dwc3/dwc3-generic.o
     CC      drivers/core/util.o
     AR      drivers/usb/gadget/udc/built-in.o
     CC      drivers/firmware/psci.o
     CC      drivers/usb/eth/r8152_fw.o
     CC      common/cli_readline.o
     AR      drivers/usb/gadget/built-in.o
     AR      drivers/clk/ti/built-in.o
     CC      drivers/i2c/i2c-uclass.o
     AR      drivers/crypto/fsl/built-in.o
     CC      common/cli_simple.o
     CC      drivers/core/device-remove.o
     CC      drivers/core/simple-bus.o
     CC      drivers/input/key_matrix.o
     CC      drivers/fastboot/fb_command.o
     CC      drivers/core/dump.o
     CC      drivers/input/input.o
     CC      drivers/clk/clk-uclass.o
     CC      drivers/fastboot/fb_mmc.o
     CC      drivers/usb/host/ehci-generic.o
     CC      drivers/usb/host/xhci.o
     AR      drivers/firmware/built-in.o
     AR      drivers/usb/eth/built-in.o
     CC      drivers/gpio/rk_gpio.o
     CC      drivers/core/regmap.o
     CC      cmd/itest.o
     AR      drivers/usb/dwc3/dwc3.o
     CC      drivers/i2c/rk_i2c.o
     CC      drivers/core/syscon-uclass.o
     CC      common/bouncebuf.o
     AR      drivers/usb/musb/built-in.o
     AR      drivers/iommu/built-in.o
     CC      drivers/clk/clk_fixed_rate.o
     AR      drivers/mailbox/built-in.o
     CC      drivers/clk/clk_fixed_factor.o
     AR      drivers/fastboot/built-in.o
     AR      drivers/memory/built-in.o
     CC      drivers/input/keyboard-uclass.o
     CC      drivers/misc/misc-uclass.o
     CC      drivers/misc/rockchip-efuse.o
     CC      drivers/core/of_extra.o
     CC      cmd/load.o
     AR      drivers/gpio/built-in.o
     CC      drivers/core/ofnode.o
     CC      drivers/core/read_extra.o
     CC      common/console.o
     AR      drivers/i2c/built-in.o
     CC      drivers/usb/host/xhci-mem.o
     CC      drivers/mmc/mmc.o
     AR      drivers/usb/musb-new/built-in.o
     CC      cmd/mem.o
     AR      drivers/input/built-in.o
     CC      drivers/usb/phy/rockchip_usb2_phy.o
     CC      drivers/mmc/mmc-uclass.o
     AR      drivers/misc/built-in.o
     CC      drivers/mmc/mmc_write.o
     CC      drivers/usb/host/xhci-ring.o
     AR      drivers/usb/ulpi/built-in.o
     AR      drivers/mtd/nand/built-in.o
     CC      cmd/mii.o
     AR      drivers/core/built-in.o
     AR      drivers/mtd/onenand/built-in.o
     CC      drivers/mtd/spi/sf-uclass.o
     CC      cmd/mdio.o
     CC      drivers/mtd/spi/sf_probe.o
     CC      cmd/sleep.o
     AR      drivers/usb/phy/built-in.o
     CC      common/dlmalloc.o
     CC      drivers/mtd/spi/spi-nor-ids.o
     CC      drivers/usb/host/xhci-dwc3.o
     CC      env/common.o
     CC      drivers/nvme/nvme-uclass.o
     CC      drivers/mmc/dw_mmc.o
     AR      drivers/net/mscc_eswitch/built-in.o
     CC      drivers/mtd/spi/spi-nor-core.o
     CC      drivers/mmc/rockchip_dw_mmc.o
     CC      drivers/net/phy/phy.o
     CC      cmd/mmc.o
     CC      cmd/legacy-mtd-utils.o
     CC      drivers/nvme/nvme.o
     CC      drivers/nvme/nvme_show.o
     CC      cmd/net.o
     CC      env/env.o
     CC      drivers/usb/host/dwc3-of-simple.o
     CC      common/malloc_simple.o
     CC      drivers/mmc/sdhci.o
     CC      common/hash.o
     AR      drivers/net/qe/built-in.o
     AR      drivers/net/phy/built-in.o
     CC      drivers/mmc/rockchip_sdhci.o
     AR      drivers/mtd/spi/spi-nor.o
     CC      drivers/nvme/nvme_pci.o
     CC      env/attr.o
     CC      cmd/part.o
     CC      env/flags.o
     AR      drivers/net/ti/built-in.o
     AR      drivers/usb/host/built-in.o
     CC      env/callback.o
     CC      cmd/pci.o
     AR      drivers/mmc/built-in.o
     CC      common/memsize.o
     CC      common/stdio.o
     AR      drivers/nvme/built-in.o
     CC      common/cli.o
     CC      env/mmc.o
     CC      fs/ext4/ext4fs.o
     CC      cmd/pinmux.o
     CC      drivers/pci/pci_rom.o
     CC      common/command.o
     CC      drivers/pci/pci-uclass.o
     CC      drivers/pci/pci_auto.o
     AR      env/built-in.o
     CC      fs/ext4/ext4_common.o
     CC      cmd/pxe.o
     CC      common/s_record.o
     CC      drivers/pci/pci_auto_common.o
     CC      fs/fs.o
     CC      fs/fat/fat_write.o
     CC      fs/fs_internal.o
     CC      fs/ext4/dev.o
     CC      cmd/nvme.o
     CC      drivers/pci/pci_common.o
     CC      cmd/sf.o
     AR      fs/ext4/built-in.o
     CC      drivers/pci/pcie_rockchip.o
     AR      fs/fat/built-in.o
     CC      net/arp.o
     CC      cmd/sysboot.o
     AR      lib/crypto/built-in.o
     AR      drivers/pci/built-in.o
     CC      net/bootp.o
     CC      cmd/time.o
     CC      lib/efi_driver/efi_uclass.o
     CC      cmd/test.o
     CC      net/eth-uclass.o
     CC      lib/efi_driver/efi_block_device.o
     CC      cmd/unlz4.o
     CC      net/eth_common.o
     AR      lib/efi_driver/built-in.o
     CC      cmd/unzip.o
     CC      net/net.o
     CC      cmd/lzmadec.o
     CC      net/nfs.o
     CC      cmd/usb.o
     CC      net/ping.o
     CC      cmd/disk.o
     CC      net/tftp.o
     CC      cmd/fastboot.o
     AR      net/built-in.o
     CC      cmd/ximg.o
     AR      drivers/usb/dwc3/built-in.o
     CC      drivers/net/designware.o
     CC      drivers/net/gmac_rockchip.o
     CC      lib/efi_loader/efi_bootmgr.o
     CC      cmd/gpt.o
     CC      lib/efi_loader/efi_boottime.o
     AR      drivers/clk/built-in.o
     CC      common/xyzModem.o
     CC      cmd/nvedit.o
     CC      lib/charset.o
     AR      drivers/mtd/spi/built-in.o
     AR      arch/arm/mach-rockchip/built-in.o
     AR      fs/built-in.o
     CC      lib/crc8.o
     CC      lib/efi_loader/efi_helper.o
     AR      drivers/crypto/built-in.o
     CC      lib/efi_loader/efi_console.o
     CC      lib/lzma/LzmaDec.o
     CC      lib/crc16.o
     CC      lib/efi_loader/efi_device_path.o
     CC      lib/lzma/LzmaTools.o
     CC      lib/errno_str.o
     CC      lib/libfdt/fdt.o
     CC      drivers/pwm/pwm-uclass.o
     AR      drivers/phy/marvell/built-in.o
     AR      drivers/phy/cadence/built-in.o
     CC      lib/zlib/zlib.o
     CC      lib/libfdt/fdt_ro.o
     CC      drivers/reset/reset-uclass.o
     AR      drivers/power/battery/built-in.o
     AR      drivers/phy/allwinner/built-in.o
     AR      drivers/pinctrl/broadcom/built-in.o
     CC      drivers/ram/rockchip/sdram_rk3399.o
     AR      drivers/rtc/built-in.o
     CC      lib/libfdt/fdt_wip.o
     CC      drivers/pwm/rk_pwm.o
     AR      drivers/pinctrl/nxp/built-in.o
     CC      drivers/ram/ram-uclass.o
     AR      cmd/built-in.o
     CC      lib/libfdt/fdt_strerror.o
     CC      drivers/ram/rockchip/sdram_common.o
     AR      drivers/net/built-in.o
     CC      drivers/reset/reset-rockchip.o
     CC      drivers/phy/rockchip/phy-rockchip-inno-usb2.o
     CC      drivers/phy/rockchip/phy-rockchip-pcie.o
     CC      lib/fdtdec_common.o
     CC      drivers/pinctrl/pinctrl-uclass.o
     CC      drivers/phy/rockchip/phy-rockchip-typec.o
     CC      drivers/phy/phy-uclass.o
     CC      lib/efi_loader/efi_device_path_to_text.o
     AR      lib/lzma/built-in.o
     AR      common/built-in.o
     CC      drivers/pinctrl/rockchip/pinctrl-rockchip-core.o
     CC      lib/efi_loader/efi_device_path_utilities.o
     AR      drivers/power/mfd/built-in.o
     CC      lib/libfdt/fdt_sw.o
     CC      lib/efi_loader/efi_dt_fixup.o
     AR      drivers/phy/socionext/built-in.o
     AR      drivers/power/fuel_gauge/built-in.o
     AR      drivers/phy/ti/built-in.o
     AR      drivers/pwm/built-in.o
     CC      lib/efi_loader/efi_file.o
     AR      lib/zlib/built-in.o
     CC      lib/efi_loader/efi_hii.o
     CC      drivers/pinctrl/pinctrl-generic.o
     CC      drivers/power/pmic/pmic-uclass.o
     AR      drivers/ram/rockchip/built-in.o
     CC      lib/smbios.o
     CC      lib/image-sparse.o
     CC      drivers/power/pmic/rk8xx.o
     CC      lib/libfdt/fdt_rw.o
     CC      drivers/pinctrl/rockchip/pinctrl-rk3399.o
     CC      lib/efi_loader/efi_image_loader.o
     CC      lib/ldiv.o
     CC      lib/net_utils.o
     CC      lib/libfdt/fdt_empty_tree.o
     CC      drivers/power/regulator/regulator-uclass.o
     AR      drivers/reset/built-in.o
     CC      lib/rc4.o
     CC      drivers/power/regulator/pwm_regulator.o
     AR      drivers/scsi/built-in.o
     AR      drivers/mtd/built-in.o
     CC      lib/efi_loader/efi_load_options.o
     CC      drivers/power/regulator/regulator_common.o
     CC      drivers/serial/serial-uclass.o
     AR      drivers/smem/built-in.o
     CC      lib/libfdt/fdt_addresses.o
     CC      lib/list_sort.o
     CC      lib/md5.o
     CC      lib/libfdt/fdt_overlay.o
     AR      drivers/soc/built-in.o
     AR      drivers/phy/rockchip/built-in.o
     CC      lib/hash-checksum.o
     CC      drivers/power/regulator/fixed.o
     CC      drivers/power/regulator/rk8xx.o
     AR      drivers/pinctrl/rockchip/built-in.o
     CC      lib/efi_loader/efi_memory.o
     CC      lib/sha1.o
     CC      lib/efi_loader/efi_root_node.o
     CC      drivers/serial/ns16550.o
     CC      lib/efi_loader/efi_runtime.o
     AR      drivers/power/pmic/built-in.o
     AR      drivers/sound/built-in.o
     CC      lib/efi_loader/efi_setup.o
     CC      lib/efi_loader/efi_string.o
     CC      drivers/spi/spi-uclass.o
     CC      lib/sha256.o
     CC      drivers/spi/spi-mem.o
     CC      lib/efi_loader/efi_unicode_collation.o
     AR      drivers/spmi/built-in.o
     CC      lib/efi_loader/efi_var_common.o
     AR      drivers/thermal/built-in.o
     CC      drivers/sysreset/sysreset-uclass.o
     CC      lib/gunzip.o
     AR      drivers/power/regulator/built-in.o
     CC      drivers/sysreset/sysreset_rockchip.o
     CC      lib/efi_loader/efi_var_mem.o
     AR      drivers/ufs/built-in.o
     AR      lib/libfdt/built-in.o
     CC      lib/efi_loader/efi_var_file.o
     AR      drivers/watchdog/built-in.o
     CC      lib/efi_loader/efi_variable.o
     CC      lib/lz4_wrapper.o
     CC      lib/efi_loader/efi_watchdog.o
     AR      drivers/ram/built-in.o
     AR      drivers/serial/built-in.o
     CC      lib/efi_loader/efi_gop.o
     CC      lib/fdtdec.o
     AR      drivers/spi/built-in.o
     CC      lib/qsort.o
     CC      lib/efi_loader/efi_disk.o
     AR      drivers/video/bridge/built-in.o
     CC      lib/efi_loader/efi_net.o
     CC      lib/hashtable.o
     CC      drivers/video/backlight-uclass.o
     CC      lib/efi_loader/efi_smbios.o
     CC      lib/errno.o
     CC      drivers/video/rockchip/rk_vop.o
     CC      drivers/video/pwm_backlight.o
     CC      drivers/video/console_normal.o
     AR      drivers/video/sunxi/built-in.o
     AR      drivers/sysreset/built-in.o
     CC      lib/display_options.o
     CC      lib/efi_loader/efi_load_initrd.o
     AR      drivers/video/ti/built-in.o
     CC      drivers/video/rockchip/rk_hdmi.o
     CC      lib/crc32.o
     CC      drivers/video/rockchip/rk3399_hdmi.o
     CC      drivers/video/rockchip/rk3399_vop.o
     CC      lib/efi_loader/helloworld.o
     CC      drivers/video/display-uclass.o
     CC      lib/ctype.o
     CC      lib/div64.o
     AS      lib/efi_loader/efi_crt0.o
     CC      drivers/video/video-uclass.o
     CC      lib/hang.o
     CC      drivers/video/vidconsole-uclass.o
     CC      lib/efi_loader/efi_reloc.o
     CC      lib/linux_compat.o
     CC      drivers/video/video_bmp.o
     CC      lib/efi_loader/dtbdump.o
     CC      lib/linux_string.o
     CC      lib/efi_loader/efi_freestanding.o
     CC      lib/lmb.o
     CC      drivers/video/panel-uclass.o
     CC      lib/efi_loader/initrddump.o
     CC      drivers/video/simple_panel.o
     TTF     drivers/video/u_boot_logo.S
     AR      drivers/phy/built-in.o
     CC      lib/slre.o
     CC      drivers/video/dw_hdmi.o
     AR      lib/efi_loader/built-in.o
     CC      lib/membuff.o
     AR      drivers/pinctrl/built-in.o
     AS      drivers/video/u_boot_logo.o
     CC      lib/string.o
     CC      lib/tables_csum.o
     AR      drivers/video/rockchip/built-in.o
     CC      lib/time.o
     CC      lib/hexdump.o
     CC      lib/uuid.o
     LD      lib/efi_loader/helloworld_efi.so
     LD      lib/efi_loader/initrddump_efi.so
     CC      lib/rand.o
     CC      lib/panic.o
     CC      lib/vsprintf.o
     AR      drivers/power/built-in.o
     CC      lib/abuf.o
     CC      lib/strto.o
     CC      lib/date.o
     CC      lib/elf.o
     CC      lib/rtc-lib.o
     OBJCOPY lib/efi_loader/helloworld.efi
     LD      lib/efi_loader/dtbdump_efi.so
     OBJCOPY lib/efi_loader/initrddump.efi
     OBJCOPY lib/efi_loader/dtbdump.efi
     AR      drivers/video/built-in.o
     AR      lib/built-in.o
     AR      drivers/built-in.o
     LD      u-boot
     OBJCOPY u-boot-nodtb.bin
     DTC     arch/arm/dts/rk3399-evb.dtb
     DTC     arch/arm/dts/rk3399-ficus.dtb
     DTC     arch/arm/dts/rk3399-firefly.dtb
     DTC     arch/arm/dts/rk3399-gru-bob.dtb
     DTC     arch/arm/dts/rk3399-gru-kevin.dtb
     RELOC   u-boot-nodtb.bin
     DTC     arch/arm/dts/rk3399-kobol-helios64.dtb
     DTC     arch/arm/dts/rk3399-khadas-edge.dtb
     DTC     arch/arm/dts/rk3399-khadas-edge-captain.dtb
     DTC     arch/arm/dts/rk3399-khadas-edge-v.dtb
     DTC     arch/arm/dts/rk3399-leez-p710.dtb
     DTC     arch/arm/dts/rk3399-nanopc-t4.dtb
     DTC     arch/arm/dts/rk3399-nanopi-m4.dtb
     DTC     arch/arm/dts/rk3399-nanopi-m4-2gb.dtb
     DTC     arch/arm/dts/rk3399-nanopi-m4b.dtb
     DTC     arch/arm/dts/rk3399-nanopi-m4v2.dtb
     DTC     arch/arm/dts/rk3399-nanopi-neo4.dtb
     DTC     arch/arm/dts/rk3399-nanopi-r4s.dtb
     DTC     arch/arm/dts/rk3399-orangepi.dtb
     DTC     arch/arm/dts/rk3399-orangepi-4.dtb
     DTC     arch/arm/dts/rk3399-orangepi-800.dtb
     DTC     arch/arm/dts/rk3399-pinebook-pro.dtb
     DTC     arch/arm/dts/rk3399-puma-haikou.dtb
     DTC     arch/arm/dts/rk3399-roc-pc.dtb
     DTC     arch/arm/dts/rk3399-roc-pc-mezzanine.dtb
     DTC     arch/arm/dts/rk3399-roc-pc-plus.dtb
     DTC     arch/arm/dts/rk3399-rock-pi-4a.dtb
     DTC     arch/arm/dts/rk3399-rock-pi-4b.dtb
     DTC     arch/arm/dts/rk3399-rock-pi-4c.dtb
     DTC     arch/arm/dts/rk3399-rock960.dtb
     DTC     arch/arm/dts/rk3399-rockpro64.dtb
     DTC     arch/arm/dts/rk3399-tinker-2.dtb
     DTC     arch/arm/dts/rk3399pro-rock-pi-n10.dtb
     SHIPPED dts/dt.dtb
     CAT     u-boot-dtb.bin
--> (280) INFO: {u-boot:1} built u-boot target [ 2022.04 in 2 seconds ]
--> (280) INFO: {u-boot:1} Postprocessing u-boot [ 2022.04 u-boot-dtb.bin ]
--> (280) COMMAND: tools/mkimage -n rk3399 -T rksd -d /home/reds/patch_series_pcie_ep/build/cache/sources/rkbin-tools/rk33/rk3399_ddr_933MHz_v1.25.bin idbloader.bin
   Image Type:   Rockchip RK33 (SD/MMC) boot image
   Init Data Size: 131072 bytes
--> (280) COMMAND: /home/reds/patch_series_pcie_ep/build/cache/sources/rkbin-tools/tools/loaderimage --pack --uboot ./u-boot-dtb.bin uboot.img 0x200000
   
    load addr is 0x200000!
   pack input ./u-boot-dtb.bin 
   pack file size: 887496 
   crc = 0x0009cecc
   pack uboot.img success! 
--> (280) COMMAND: /home/reds/patch_series_pcie_ep/build/cache/sources/rkbin-tools/tools/trust_merger --replace bl31.elf /home/reds/patch_series_pcie_ep/build/cache/sources/rkbin-tools/rk33/rk3399_bl31_v1.35.elf trust.ini
   out:trust.bin
   merge success(trust.bin)
--> (280) INFO: {u-boot:1} Preparing u-boot targets packaging [ 2022.04 u-boot-dtb.bin ]
--> (280) INFO: {u-boot:1} Deploying u-boot binary target [ 2022.04 u-boot-dtb.bin :: idbloader.bin ]
--> (280) COMMAND: cp -v idbloader.bin /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/usr/lib/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/idbloader.bin
   'idbloader.bin' -> '/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/usr/lib/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/idbloader.bin'
--> (280) INFO: {u-boot:1} Deploying u-boot binary target [ 2022.04 u-boot-dtb.bin :: uboot.img ]
--> (280) COMMAND: cp -v uboot.img /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/usr/lib/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/uboot.img
   'uboot.img' -> '/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/usr/lib/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/uboot.img'
--> (280) INFO: {u-boot:1} Deploying u-boot binary target [ 2022.04 u-boot-dtb.bin :: trust.bin ]
--> (280) COMMAND: cp -v trust.bin /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/usr/lib/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/trust.bin
   'trust.bin' -> '/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/usr/lib/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/trust.bin'
--> (280) INFO: {u-boot:1} Done with u-boot target [ 2022.04 u-boot-dtb.bin ]
--> (280) INFO: Preparing u-boot general packaging [ 2022.04 u-boot-dtb.bin ]
--> (280) INFO: Das U-Boot .deb package version [ 2022.04-Se4b6-Pd69e-B6324 ]
--> (280) COMMAND: cp .config /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/usr/lib/u-boot/nanopc-t4-rk3399_defconfig
--> (281) COMMAND: cp Licenses/README /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64/usr/lib/u-boot/LICENSE
--> (281) INFO: Building u-boot deb [ (version: 2022.04-Se4b6-Pd69e-B6324) ]
--> (281) INFO: shellcheck found no problems in package scripts [ no scripts found for 'linux-u-boot-nanopct4-edge' ]
--> (281) COMMAND: fakeroot dpkg-deb -b -Znone /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.bH4gMvf4QF/linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64 /home/reds/patch_series_pcie_ep/build/output/debs
   dpkg-deb: building package 'linux-u-boot-nanopct4-edge' in '/home/reds/patch_series_pcie_ep/build/output/debs/linux-u-boot-nanopct4-edge_2022.04-Se4b6-Pd69e-B6324_arm64.deb'.
--> (281) INFO: Built u-boot deb OK [ linux-u-boot-edge-nanopct4_23.05.0-trunk_arm64.deb ]
------------------------------------------------------------------------------------------------------------
### pack_artifact_to_local_cache.log 
--> (281) INFO: artifact [ kernel :: kernel() ]
------------------------------------------------------------------------------------------------------------
### artifact_prepare_version.log 
--> (281) INFO: Producing new & caching [ GIT_INFO_KERNEL ]
--> (281) INFO: Fetching SHA1 of branch linux-6.2.y [ git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git ]
--> (281) INFO: SHA1 of branch linux-6.2.y [ 'fbe1871b562af6e9cffcf622247e821d1dd16c64' ]
--> (281) INFO: Using kernel config file [ config/kernel/linux-media-edge.config ]
------------------------------------------------------------------------------------------------------------
### artifact_is_available_in_remote_cache.log 
--> (281) INFO: Getting ORAS manifest [ ORAS manifest from ghcr.io/armbian/cache-kernel/kernel-media-edge:6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8 ]
--> (282) INFO: Artifact is available in remote cache [ ghcr.io/armbian/cache-kernel/kernel-media-edge:6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8 - 'kernel-media-edge - 6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8 - version "6.2.6" git revision "fbe1871b562af6e9cffcf622247e821d1dd16c64" codename "Hurr durr Ima ninja sloth" drivers hash "2a58d557d432cc44" patches hash "5f93a1e62336adc5" .config hash "7439a5897f1f4ece" .config hook hash "fe661159ee64825e" framework bash hash "d6b88a4bb72d3422" - type: deb-tar' ]
------------------------------------------------------------------------------------------------------------
### artifact_obtain_from_remote_cache.log 
--> (282) INFO: Obtaining artifact from remote cache [ ghcr.io/armbian/cache-kernel/kernel-media-edge:6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8 into kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar ]
--> (282) COMMAND: mkdir -p /home/reds/patch_series_pcie_ep/build/output/debs/kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar.oras.pull.tmp
   Downloading 2ece71d1c0bf application/vnd.oci.image.manifest.v1+json
   Processing  2ece71d1c0bf application/vnd.oci.image.manifest.v1+json
   Skipped     44136fa355b3 application/vnd.unknown.config.v1+json
   Downloading 89c661ad2bd7 kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar
   Downloaded  89c661ad2bd7 kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar
   Downloaded  2ece71d1c0bf application/vnd.oci.image.manifest.v1+json
   Pulled ghcr.io/armbian/cache-kernel/kernel-media-edge:6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8
   Digest: sha256:2ece71d1c0bf3d94dcc5fc5b0f3cbf19bc9ab057b4da2dec554177b8d16784f2
--> (284) COMMAND: mv /home/reds/patch_series_pcie_ep/build/output/debs/kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar.oras.pull.tmp/kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar /home/reds/patch_series_pcie_ep/build/output/debs
--> (284) COMMAND: rm -rf /home/reds/patch_series_pcie_ep/build/output/debs/kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar.oras.pull.tmp
------------------------------------------------------------------------------------------------------------
### unpack_artifact_from_local_cache.log 
--> (284) INFO: Unpacking artifact [ deb-tar: kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar ]
--> (284) COMMAND: tar -C /home/reds/patch_series_pcie_ep/build/output/debs -xvf /home/reds/patch_series_pcie_ep/build/output/debs/kernel-media-edge_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8.tar
   linux-image-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb
   linux-headers-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb
   linux-dtb-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb
--> (284) CACHEHIT: artifact [ obtained from remote cache: kernel-media-edge 6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8 ]
--> (284) INFO: artifact [ firmware :: firmware() ]
------------------------------------------------------------------------------------------------------------
### artifact_prepare_version.log 
--> (284) INFO: Producing new & caching [ GIT_INFO_ARMBIAN_FIRMWARE ]
--> (284) INFO: Fetching SHA1 of branch master [ https://github.com/armbian/firmware ]
--> (285) INFO: SHA1 of branch master [ '56ada00334dcd95a7edd3b55c595fd42818f2f10' ]
------------------------------------------------------------------------------------------------------------
### artifact_is_available_in_remote_cache.log 
--> (285) INFO: Getting ORAS manifest [ ORAS manifest from ghcr.io/armbian/cache-firmware/armbian-firmware:1-SA56ad-Bf566 ]
--> (285) INFO: Artifact is available in remote cache [ ghcr.io/armbian/cache-firmware/armbian-firmware:1-SA56ad-Bf566 - 'armbian-firmware - 1-SA56ad-Bf566 - Armbian firmware git revision "56ada00334dcd95a7edd3b55c595fd42818f2f10" framework bash hash "f5669603470ce4e7" - type: deb' ]
------------------------------------------------------------------------------------------------------------
### artifact_obtain_from_remote_cache.log 
--> (285) INFO: Obtaining artifact from remote cache [ ghcr.io/armbian/cache-firmware/armbian-firmware:1-SA56ad-Bf566 into armbian-firmware_1-SA56ad-Bf566_all.deb ]
--> (285) COMMAND: mkdir -p /home/reds/patch_series_pcie_ep/build/output/debs/armbian-firmware_1-SA56ad-Bf566_all.deb.oras.pull.tmp
   Downloading 89b0832ae4f0 application/vnd.oci.image.manifest.v1+json
   Processing  89b0832ae4f0 application/vnd.oci.image.manifest.v1+json
   Skipped     44136fa355b3 application/vnd.unknown.config.v1+json
   Downloading c20bb2fc2877 armbian-firmware_1-SA56ad-Bf566_all.deb
   Downloaded  c20bb2fc2877 armbian-firmware_1-SA56ad-Bf566_all.deb
   Downloaded  89b0832ae4f0 application/vnd.oci.image.manifest.v1+json
   Pulled ghcr.io/armbian/cache-firmware/armbian-firmware:1-SA56ad-Bf566
   Digest: sha256:89b0832ae4f028204754e30fd72fa9b6745526cbc660cb1ecbf5e54b5eff3fb4
--> (287) COMMAND: mv /home/reds/patch_series_pcie_ep/build/output/debs/armbian-firmware_1-SA56ad-Bf566_all.deb.oras.pull.tmp/armbian-firmware_1-SA56ad-Bf566_all.deb /home/reds/patch_series_pcie_ep/build/output/debs
--> (287) COMMAND: rm -rf /home/reds/patch_series_pcie_ep/build/output/debs/armbian-firmware_1-SA56ad-Bf566_all.deb.oras.pull.tmp
------------------------------------------------------------------------------------------------------------
### unpack_artifact_from_local_cache.log 
--> (287) CACHEHIT: artifact [ obtained from remote cache: armbian-firmware 1-SA56ad-Bf566 ]
------------------------------------------------------------------------------------------------------------
### compile_armbian-config.log 
--> (287) INFO: Building deb [ armbian-config ]
--> (287) INFO: Getting sources from Git [ armbian-config master ]
--> (287) INFO: Initializing empty git local copy [ git init: armbian-config master ]
--> (287) COMMAND: git --no-pager init -q .
--> (287) INFO: Fetching updates from remote repository [ armbian-config master ]
--> (287) COMMAND: /usr/bin/git --no-pager fetch --recurse-submodules=no --no-tags https://github.com/armbian/config master
   From https://github.com/armbian/config
    * branch            master     -> FETCH_HEAD
--> (289) INFO: git: Fetch from remote completed, rev-parsing... [ 'armbian-config' 'master' 'FETCH_HEAD' ]
--> (289) COMMAND: git --no-pager checkout -f -q a5251a1500b76373248ccb24df75220834698c20
--> (289) COMMAND: git --no-pager clean -q -d -f
--> (289) INFO: Getting sources from Git [ neofetch 7.1.0 ]
--> (289) INFO: Initializing empty git local copy [ git init: neofetch 7.1.0 ]
--> (289) COMMAND: git --no-pager init -q .
--> (290) INFO: Fetching updates from remote repository [ neofetch 7.1.0 ]
--> (290) COMMAND: /usr/bin/git --no-pager fetch --recurse-submodules=no --no-tags https://github.com/dylanaraps/neofetch tags/7.1.0
   From https://github.com/dylanaraps/neofetch
    * tag               7.1.0      -> FETCH_HEAD
--> (296) INFO: git: Fetch from remote completed, rev-parsing... [ 'neofetch' '7.1.0' 'FETCH_HEAD' ]
--> (296) COMMAND: git --no-pager checkout -f -q 60d07dee6b76769d8c487a40639fb7b5a1a7bc85
--> (296) COMMAND: git --no-pager clean -q -d -f
--> (296) INFO: Getting sources from Git [ wireguard-manager main ]
--> (296) INFO: Initializing empty git local copy [ git init: wireguard-manager main ]
--> (296) COMMAND: git --no-pager init -q .
--> (297) INFO: Fetching updates from remote repository [ wireguard-manager main ]
--> (297) COMMAND: /usr/bin/git --no-pager fetch --recurse-submodules=no --no-tags https://github.com/complexorganizations/wireguard-manager main
   From https://github.com/complexorganizations/wireguard-manager
    * branch            main       -> FETCH_HEAD
--> (297) INFO: git: Fetch from remote completed, rev-parsing... [ 'wireguard-manager' 'main' 'FETCH_HEAD' ]
--> (297) COMMAND: git --no-pager checkout -f -q 04636ca14732aa77548249c756e3f5c503e5859c
--> (297) COMMAND: git --no-pager clean -q -d -f
--> (297) INFO: * applying patch/misc/add-armbian-neofetch.patch
--> (297) INFO: shellcheck found no problems in package scripts [ no scripts found for 'armbian-config' ]
--> (297) COMMAND: fakeroot dpkg-deb -b -Znone /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.uAlVDNTZw9/armbian-config_23.05.0-trunk_all
   dpkg-deb: building package 'armbian-config' in '/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.uAlVDNTZw9/armbian-config_23.05.0-trunk_all.deb'.
--> (297) COMMAND: rsync --remove-source-files -r /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.uAlVDNTZw9/armbian-config_23.05.0-trunk_all.deb /home/reds/patch_series_pcie_ep/build/output/debs/
------------------------------------------------------------------------------------------------------------
### compile_armbian-zsh.log 
--> (297) INFO: Building deb [ armbian-zsh ]
--> (297) INFO: Getting sources from Git [ oh-my-zsh master ]
--> (297) INFO: Initializing empty git local copy [ git init: oh-my-zsh master ]
--> (297) COMMAND: git --no-pager init -q .
--> (298) INFO: Fetching updates from remote repository [ oh-my-zsh master ]
--> (298) COMMAND: /usr/bin/git --no-pager fetch --recurse-submodules=no --no-tags https://github.com/ohmyzsh/ohmyzsh master
   From https://github.com/ohmyzsh/ohmyzsh
    * branch              master     -> FETCH_HEAD
--> (299) INFO: git: Fetch from remote completed, rev-parsing... [ 'oh-my-zsh' 'master' 'FETCH_HEAD' ]
--> (299) COMMAND: git --no-pager checkout -f -q 72732a224e886933df6b64a49ec6f5e94c884612
--> (299) COMMAND: git --no-pager clean -q -d -f
--> (299) INFO: Getting sources from Git [ evalcache master ]
--> (299) INFO: Initializing empty git local copy [ git init: evalcache master ]
--> (299) COMMAND: git --no-pager init -q .
--> (299) INFO: Fetching updates from remote repository [ evalcache master ]
--> (299) COMMAND: /usr/bin/git --no-pager fetch --recurse-submodules=no --no-tags https://github.com/mroth/evalcache master
   From https://github.com/mroth/evalcache
    * branch            master     -> FETCH_HEAD
--> (300) INFO: git: Fetch from remote completed, rev-parsing... [ 'evalcache' 'master' 'FETCH_HEAD' ]
--> (300) COMMAND: git --no-pager checkout -f -q 4b587643c15cdf1dd05609e5ed52f430bcb3946e
--> (300) COMMAND: git --no-pager clean -q -d -f
--> (300) INFO: Downloading required [ SHELLCHECK tooling ]
--> (300) COMMAND: wget --no-verbose --progress=dot:giga -O /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0.linux.x86_64.tar.xz.tmp https://github.com/koalaman/shellcheck/releases/download/v0.9.0/shellcheck-v0.9.0.linux.x86_64.tar.xz
   2023-03-15 09:42:14 URL:https://objects.githubusercontent.com/github-production-release-asset-2e65be/6731432/a5522397-4cfb-436b-9d41-c0d0738cfb66?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230315%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230315T084214Z&X-Amz-Expires=300&X-Amz-Signature=fec7547d2eb57778b4bfea91095a026917ec0fa5f15cd7c1c34fdef7614a7433&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=6731432&response-content-disposition=attachment%3B%20filename%3Dshellcheck-v0.9.0.linux.x86_64.tar.xz&response-content-type=application%2Foctet-stream [2351560/2351560] -> "/home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0.linux.x86_64.tar.xz.tmp" [1]
--> (300) COMMAND: mv /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0.linux.x86_64.tar.xz.tmp /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0.linux.x86_64.tar.xz
--> (300) COMMAND: tar -xf /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0.linux.x86_64.tar.xz -C /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck shellcheck-v0.9.0/shellcheck
--> (300) COMMAND: mv /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0/shellcheck /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0.linux.x86_64
--> (301) COMMAND: rm -rf /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0 /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0.linux.x86_64.tar.xz
--> (301) COMMAND: chmod +x /home/reds/patch_series_pcie_ep/build/cache/tools/shellcheck/shellcheck-v0.9.0.linux.x86_64
--> (301) INFO: shellcheck found no problems in package scripts [ shellchecked 1 scripts in 'armbian-zsh' ]
--> (301) COMMAND: fakeroot dpkg-deb -b -Znone /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.vFB2e4XQER/armbian-zsh_23.05.0-trunk_all
   dpkg-deb: building package 'armbian-zsh' in '/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.vFB2e4XQER/armbian-zsh_23.05.0-trunk_all.deb'.
--> (301) COMMAND: rsync --remove-source-files -r /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.vFB2e4XQER/armbian-zsh_23.05.0-trunk_all.deb /home/reds/patch_series_pcie_ep/build/output/debs/
------------------------------------------------------------------------------------------------------------
### compile_plymouth_theme_armbian.log 
--> (301) INFO: Building deb [ armbian-plymouth-theme ]
--> (301) COMMAND: mkdir -p /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all/DEBIAN /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all/usr/share/plymouth/themes/armbian
--> (301) COMMAND: cp /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/debian/postinst /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/debian/prerm /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/debian/postrm /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all/DEBIAN/
--> (301) COMMAND: convert -resize 256x256 /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/armbian-logo.png /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all/usr/share/plymouth/themes/armbian/bgrt-fallback.png
--> (301) COMMAND: convert -resize 52x52 /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/spinner.gif /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all/usr/share/plymouth/themes/armbian/throbber-%04d.png
--> (301) COMMAND: cp /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/watermark.png /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all/usr/share/plymouth/themes/armbian/
--> (301) COMMAND: cp /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/bullet.png /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/capslock.png /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/entry.png /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/keyboard.png /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/keymap-render.png /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/lock.png /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all/usr/share/plymouth/themes/armbian/
--> (301) COMMAND: cp /home/reds/patch_series_pcie_ep/build/packages/plymouth-theme-armbian/armbian.plymouth /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all/usr/share/plymouth/themes/armbian/
--> (301) INFO: shellcheck found no problems in package scripts [ shellchecked 3 scripts in 'armbian-plymouth-theme' ]
--> (301) COMMAND: fakeroot dpkg-deb -b -Znone /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all
   dpkg-deb: building package 'armbian-plymouth-theme' in '/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all.deb'.
--> (301) COMMAND: rsync --remove-source-files -rq /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.Fg3Nre513c/armbian-plymouth-theme_23.05.0-trunk_all.deb /home/reds/patch_series_pcie_ep/build/output/debs/
--> (301) TARGET-REACHED: Kernel build done [ @host ]
--> (301) INFO: Target directory [ /home/reds/patch_series_pcie_ep/build/output/debs/ ]
--> (301) INFO: File name [ linux-image-edge-media_23.05.0-trunk_arm64.deb ]
------------------------------------------------------------------------------------------------------------
### create_board_package.log 
--> (301) INFO: Creating board support package for CLI [ armbian-bsp-cli-nanopct4 ]
--> (301) COMMAND: rsync -a /home/reds/patch_series_pcie_ep/build/packages/bsp/common/etc /home/reds/patch_series_pcie_ep/build/packages/bsp/common/lib /home/reds/patch_series_pcie_ep/build/packages/bsp/common/usr /home/reds/patch_series_pcie_ep/build/packages/bsp/common/var /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.SbbyncMWqD/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64
--> (301) INFO: shellcheck found no problems in package scripts [ shellchecked 3 scripts in 'armbian-bsp-cli-nanopct4' ]
--> (301) COMMAND: fakeroot dpkg-deb -b -Znone /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.SbbyncMWqD/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64 /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.SbbyncMWqD/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb
   dpkg-deb: building package 'armbian-bsp-cli-nanopct4' in '/home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.SbbyncMWqD/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb'.
--> (301) COMMAND: rsync --remove-source-files -r /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.SbbyncMWqD/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb /home/reds/patch_series_pcie_ep/build/output/debs/
------------------------------------------------------------------------------------------------------------
### create_desktop_package.log 
--> (301) INFO: Building desktop package [ armbian-jammy-desktop-xfce_23.05.0-trunk_all ]
--> (301) INFO: shellcheck found no problems in package scripts [ shellchecked 1 scripts in 'armbian-jammy-desktop-xfce' ]
--> (301) COMMAND: fakeroot dpkg-deb -b -Znone /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.IvtaElUDql/nanopct4/armbian-jammy-desktop-xfce_23.05.0-trunk_all /home/reds/patch_series_pcie_ep/build/output/debs/jammy/armbian-jammy-desktop-xfce_23.05.0-trunk_all.deb
   dpkg-deb: building package 'armbian-jammy-desktop-xfce' in '/home/reds/patch_series_pcie_ep/build/output/debs/jammy/armbian-jammy-desktop-xfce_23.05.0-trunk_all.deb'.
------------------------------------------------------------------------------------------------------------
### create_bsp_desktop_package.log 
--> (301) INFO: Creating board support package for desktop
--> (301) INFO: shellcheck found no problems in package scripts [ shellchecked 1 scripts in 'armbian-bsp-desktop-nanopct4' ]
--> (301) COMMAND: fakeroot dpkg-deb -b -Znone /home/reds/patch_series_pcie_ep/build/.tmp/work-d42a3aa9-4268-47db-87f0-64b17653a3d0/tmp.ixjm9M6Epx/nanopct4/armbian-bsp-desktop-nanopct4_23.05.0-trunk_arm64 /home/reds/patch_series_pcie_ep/build/output/debs/jammy/armbian-bsp-desktop-nanopct4_23.05.0-trunk_arm64.deb
   dpkg-deb: building package 'armbian-bsp-desktop-nanopct4' in '/home/reds/patch_series_pcie_ep/build/output/debs/jammy/armbian-bsp-desktop-nanopct4_23.05.0-trunk_arm64.deb'.
--> (301) TARGET-STARTED: Building image [ nanopct4 ]
--> (301) INFO: Checking for rootfs cache [ edge nanopct4 jammy 3dsupport browsers desktop_tools editors internet programming remote_desktop xfce no ]
--> (301) INFO: artifact [ rootfs :: rootfs() ]
------------------------------------------------------------------------------------------------------------
### artifact_prepare_version.log 
--> (301) INFO: Going to build rootfs [ packages_hash: 'bcf5b56cab61Bed8f36' cache_type: 'xfce' rootfs_cache_id: 'xfce-bcf5b56cab61Bed8f36' ]
------------------------------------------------------------------------------------------------------------
### artifact_is_available_in_remote_cache.log 
--> (301) INFO: Getting ORAS manifest [ ORAS manifest from ghcr.io/armbian/cache-root/arm64-jammy-xfce:xfce-bcf5b56cab61Bed8f36 ]
--> (302) INFO: Artifact is not available in remote cache [ ghcr.io/armbian/cache-root/arm64-jammy-xfce:xfce-bcf5b56cab61Bed8f36 ]
------------------------------------------------------------------------------------------------------------
### prepare_rootfs_build_params_and_trap.log 
--> (302) COMMAND: rm -rfv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0 /home/reds/patch_series_pcie_ep/build/.tmp/mount-d42a3aa9-4268-47db-87f0-64b17653a3d0
--> (302) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0 /home/reds/patch_series_pcie_ep/build/.tmp/mount-d42a3aa9-4268-47db-87f0-64b17653a3d0 /home/reds/patch_series_pcie_ep/build/cache/rootfs /home/reds/patch_series_pcie_ep/build/output/images
   mkdir: created directory '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0'
   mkdir: created directory '/home/reds/patch_series_pcie_ep/build/.tmp/mount-d42a3aa9-4268-47db-87f0-64b17653a3d0'
   mkdir: created directory '/home/reds/patch_series_pcie_ep/build/output/images'
--> (302) INFO: Using tmpfs for rootfs build [ RAM available: 36934MiB > 5000MiB estimated ]
------------------------------------------------------------------------------------------------------------
### create_new_rootfs_cache.log 
--> (302) INFO: Creating new rootfs cache [ 'arm64-jammy-xfce-bcf5b56cab61Bed8f36.tar.zst' ]
--> (302) INFO: Installing base system with 8 packages [ Stage 1/2 ]
--> (302) COMMAND: debootstrap --variant=minbase --arch=arm64 '--include=apt-utils,locales,console-setup,gnupg2,dconf-cli,fonts-noto-color-emoji,libglib2.0-dev,libgtk2.0-bin' '--components=main,universe,restricted' --cache-dir=/home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64/archives --foreign jammy /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/ http://ports.ubuntu.com/
   I: Retrieving InRelease 
   I: Checking Release signature
   I: Valid Release signature (key id F6ECB3762474EDA9D21B7022871920D1991BC93C)
   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://ports.ubuntu.com...
   I: Checking component restricted on http://ports.ubuntu.com...
   I: Checking component universe on http://ports.ubuntu.com...
   I: Retrieving adduser 3.118ubuntu5
   I: Validating adduser 3.118ubuntu5
   I: Retrieving adwaita-icon-theme 41.0-1ubuntu1
   I: Validating adwaita-icon-theme 41.0-1ubuntu1
   I: Retrieving apt 2.4.5
   I: Validating apt 2.4.5
   I: Retrieving apt-utils 2.4.5
   I: Validating apt-utils 2.4.5
   I: Retrieving base-files 12ubuntu4
   I: Validating base-files 12ubuntu4
   I: Retrieving base-passwd 3.5.52build1
   I: Validating base-passwd 3.5.52build1
   I: Retrieving bash 5.1-6ubuntu1
   I: Validating bash 5.1-6ubuntu1
   I: Retrieving bsdutils 1:2.37.2-4ubuntu3
   I: Validating bsdutils 1:2.37.2-4ubuntu3
   I: Retrieving console-setup 1.205ubuntu3
   I: Validating console-setup 1.205ubuntu3
   I: Retrieving console-setup-linux 1.205ubuntu3
   I: Validating console-setup-linux 1.205ubuntu3
   I: Retrieving coreutils 8.32-4.1ubuntu1
   I: Validating coreutils 8.32-4.1ubuntu1
   I: Retrieving dash 0.5.11+git20210903+057cd650a4ed-3build1
   I: Validating dash 0.5.11+git20210903+057cd650a4ed-3build1
   I: Retrieving dconf-cli 0.40.0-3
   I: Validating dconf-cli 0.40.0-3
   I: Retrieving debconf 1.5.79ubuntu1
   I: Validating debconf 1.5.79ubuntu1
   I: Retrieving debianutils 5.5-1ubuntu2
   I: Validating debianutils 5.5-1ubuntu2
   I: Retrieving diffutils 1:3.8-0ubuntu2
   I: Validating diffutils 1:3.8-0ubuntu2
   I: Retrieving dirmngr 2.2.27-3ubuntu2
   I: Validating dirmngr 2.2.27-3ubuntu2
   I: Retrieving dpkg 1.21.1ubuntu2
   I: Validating dpkg 1.21.1ubuntu2
   I: Retrieving e2fsprogs 1.46.5-2ubuntu1
   I: Validating e2fsprogs 1.46.5-2ubuntu1
   I: Retrieving findutils 4.8.0-1ubuntu3
   I: Validating findutils 4.8.0-1ubuntu3
   I: Retrieving fontconfig 2.13.1-4.2ubuntu5
   I: Validating fontconfig 2.13.1-4.2ubuntu5
   I: Retrieving fontconfig-config 2.13.1-4.2ubuntu5
   I: Validating fontconfig-config 2.13.1-4.2ubuntu5
   I: Retrieving fonts-dejavu-core 2.37-2build1
   I: Validating fonts-dejavu-core 2.37-2build1
   I: Retrieving fonts-noto-color-emoji 2.034-1
   I: Validating fonts-noto-color-emoji 2.034-1
   I: Retrieving gcc-12-base 12-20220319-1ubuntu1
   I: Validating gcc-12-base 12-20220319-1ubuntu1
   I: Retrieving gnupg 2.2.27-3ubuntu2
   I: Validating gnupg 2.2.27-3ubuntu2
   I: Retrieving gnupg-l10n 2.2.27-3ubuntu2
   I: Validating gnupg-l10n 2.2.27-3ubuntu2
   I: Retrieving gnupg-utils 2.2.27-3ubuntu2
   I: Validating gnupg-utils 2.2.27-3ubuntu2
   I: Retrieving gpg 2.2.27-3ubuntu2
   I: Validating gpg 2.2.27-3ubuntu2
   I: Retrieving gpg-agent 2.2.27-3ubuntu2
   I: Validating gpg-agent 2.2.27-3ubuntu2
   I: Retrieving gpg-wks-client 2.2.27-3ubuntu2
   I: Validating gpg-wks-client 2.2.27-3ubuntu2
   I: Retrieving gpg-wks-server 2.2.27-3ubuntu2
   I: Validating gpg-wks-server 2.2.27-3ubuntu2
   I: Retrieving gpgconf 2.2.27-3ubuntu2
   I: Validating gpgconf 2.2.27-3ubuntu2
   I: Retrieving gpgsm 2.2.27-3ubuntu2
   I: Validating gpgsm 2.2.27-3ubuntu2
   I: Retrieving gpgv 2.2.27-3ubuntu2
   I: Validating gpgv 2.2.27-3ubuntu2
   I: Retrieving grep 3.7-1build1
   I: Validating grep 3.7-1build1
   I: Retrieving gtk-update-icon-cache 3.24.33-1ubuntu1
   I: Validating gtk-update-icon-cache 3.24.33-1ubuntu1
   I: Retrieving gzip 1.10-4ubuntu4
   I: Validating gzip 1.10-4ubuntu4
   I: Retrieving hicolor-icon-theme 0.17-2
   I: Validating hicolor-icon-theme 0.17-2
   I: Retrieving hostname 3.23ubuntu2
   I: Validating hostname 3.23ubuntu2
   I: Retrieving humanity-icon-theme 0.6.16
   I: Validating humanity-icon-theme 0.6.16
   I: Retrieving init-system-helpers 1.62
   I: Validating init-system-helpers 1.62
   I: Retrieving kbd 2.3.0-3ubuntu4
   I: Validating kbd 2.3.0-3ubuntu4
   I: Retrieving keyboard-configuration 1.205ubuntu3
   I: Validating keyboard-configuration 1.205ubuntu3
   I: Retrieving libacl1 2.3.1-1
   I: Validating libacl1 2.3.1-1
   I: Retrieving libapt-pkg6.0 2.4.5
   I: Validating libapt-pkg6.0 2.4.5
   I: Retrieving libassuan0 2.5.5-1build1
   I: Validating libassuan0 2.5.5-1build1
   I: Retrieving libatk1.0-0 2.36.0-3build1
   I: Validating libatk1.0-0 2.36.0-3build1
   I: Retrieving libatk1.0-data 2.36.0-3build1
   I: Validating libatk1.0-data 2.36.0-3build1
   I: Retrieving libattr1 1:2.5.1-1build1
   I: Validating libattr1 1:2.5.1-1build1
   I: Retrieving libaudit-common 1:3.0.7-1build1
   I: Validating libaudit-common 1:3.0.7-1build1
   I: Retrieving libaudit1 1:3.0.7-1build1
   I: Validating libaudit1 1:3.0.7-1build1
   I: Retrieving libavahi-client3 0.8-5ubuntu5
   I: Validating libavahi-client3 0.8-5ubuntu5
   I: Retrieving libavahi-common-data 0.8-5ubuntu5
   I: Validating libavahi-common-data 0.8-5ubuntu5
   I: Retrieving libavahi-common3 0.8-5ubuntu5
   I: Validating libavahi-common3 0.8-5ubuntu5
   I: Retrieving libblkid-dev 2.37.2-4ubuntu3
   I: Validating libblkid-dev 2.37.2-4ubuntu3
   I: Retrieving libblkid1 2.37.2-4ubuntu3
   I: Validating libblkid1 2.37.2-4ubuntu3
   I: Retrieving libbrotli1 1.0.9-2build6
   I: Validating libbrotli1 1.0.9-2build6
   I: Retrieving libbsd0 0.11.5-1
   I: Validating libbsd0 0.11.5-1
   I: Retrieving libbz2-1.0 1.0.8-5build1
   I: Validating libbz2-1.0 1.0.8-5build1
   I: Retrieving libc-bin 2.35-0ubuntu3
   I: Validating libc-bin 2.35-0ubuntu3
   I: Retrieving libc-dev-bin 2.35-0ubuntu3
   I: Validating libc-dev-bin 2.35-0ubuntu3
   I: Retrieving libc6 2.35-0ubuntu3
   I: Validating libc6 2.35-0ubuntu3
   I: Retrieving libc6-dev 2.35-0ubuntu3
   I: Validating libc6-dev 2.35-0ubuntu3
   I: Retrieving libcairo2 1.16.0-5ubuntu2
   I: Validating libcairo2 1.16.0-5ubuntu2
   I: Retrieving libcap-ng0 0.7.9-2.2build3
   I: Validating libcap-ng0 0.7.9-2.2build3
   I: Retrieving libcap2 1:2.44-1build3
   I: Validating libcap2 1:2.44-1build3
   I: Retrieving libcom-err2 1.46.5-2ubuntu1
   I: Validating libcom-err2 1.46.5-2ubuntu1
   I: Retrieving libcrypt-dev 1:4.4.27-1
   I: Validating libcrypt-dev 1:4.4.27-1
   I: Retrieving libcrypt1 1:4.4.27-1
   I: Validating libcrypt1 1:4.4.27-1
   I: Retrieving libcups2 2.4.1op1-1ubuntu4
   I: Validating libcups2 2.4.1op1-1ubuntu4
   I: Retrieving libdatrie1 0.2.13-2
   I: Validating libdatrie1 0.2.13-2
   I: Retrieving libdb5.3 5.3.28+dfsg1-0.8ubuntu3
   I: Validating libdb5.3 5.3.28+dfsg1-0.8ubuntu3
   I: Retrieving libdbus-1-3 1.12.20-2ubuntu4
   I: Validating libdbus-1-3 1.12.20-2ubuntu4
   I: Retrieving libdconf1 0.40.0-3
   I: Validating libdconf1 0.40.0-3
   I: Retrieving libdebconfclient0 0.261ubuntu1
   I: Validating libdebconfclient0 0.261ubuntu1
   I: Retrieving libdeflate0 1.10-2
   I: Validating libdeflate0 1.10-2
   I: Retrieving libdpkg-perl 1.21.1ubuntu2
   I: Validating libdpkg-perl 1.21.1ubuntu2
   I: Retrieving libelf1 0.186-1build1
   I: Validating libelf1 0.186-1build1
   I: Retrieving libexpat1 2.4.7-1
   I: Validating libexpat1 2.4.7-1
   I: Retrieving libext2fs2 1.46.5-2ubuntu1
   I: Validating libext2fs2 1.46.5-2ubuntu1
   I: Retrieving libffi-dev 3.4.2-4
   I: Validating libffi-dev 3.4.2-4
   I: Retrieving libffi8 3.4.2-4
   I: Validating libffi8 3.4.2-4
   I: Retrieving libfontconfig1 2.13.1-4.2ubuntu5
   I: Validating libfontconfig1 2.13.1-4.2ubuntu5
   I: Retrieving libfreetype6 2.11.1+dfsg-1build1
   I: Validating libfreetype6 2.11.1+dfsg-1build1
   I: Retrieving libfribidi0 1.0.8-2ubuntu3
   I: Validating libfribidi0 1.0.8-2ubuntu3
   I: Retrieving libgcc-s1 12-20220319-1ubuntu1
   I: Validating libgcc-s1 12-20220319-1ubuntu1
   I: Retrieving libgcrypt20 1.9.4-3ubuntu3
   I: Validating libgcrypt20 1.9.4-3ubuntu3
   I: Retrieving libgdbm-compat4 1.23-1
   I: Validating libgdbm-compat4 1.23-1
   I: Retrieving libgdbm6 1.23-1
   I: Validating libgdbm6 1.23-1
   I: Retrieving libgdk-pixbuf-2.0-0 2.42.8+dfsg-1
   I: Validating libgdk-pixbuf-2.0-0 2.42.8+dfsg-1
   I: Retrieving libgdk-pixbuf2.0-common 2.42.8+dfsg-1
   I: Validating libgdk-pixbuf2.0-common 2.42.8+dfsg-1
   I: Retrieving libglib2.0-0 2.72.1-1
   I: Validating libglib2.0-0 2.72.1-1
   I: Retrieving libglib2.0-bin 2.72.1-1
   I: Validating libglib2.0-bin 2.72.1-1
   I: Retrieving libglib2.0-data 2.72.1-1
   I: Validating libglib2.0-data 2.72.1-1
   I: Retrieving libglib2.0-dev 2.72.1-1
   I: Validating libglib2.0-dev 2.72.1-1
   I: Retrieving libglib2.0-dev-bin 2.72.1-1
   I: Validating libglib2.0-dev-bin 2.72.1-1
   I: Retrieving libgmp10 2:6.2.1+dfsg-3ubuntu1
   I: Validating libgmp10 2:6.2.1+dfsg-3ubuntu1
   I: Retrieving libgnutls30 3.7.3-4ubuntu1
   I: Validating libgnutls30 3.7.3-4ubuntu1
   I: Retrieving libgpg-error0 1.43-3
   I: Validating libgpg-error0 1.43-3
   I: Retrieving libgraphite2-3 1.3.14-1build2
   I: Validating libgraphite2-3 1.3.14-1build2
   I: Retrieving libgssapi-krb5-2 1.19.2-2
   I: Validating libgssapi-krb5-2 1.19.2-2
   I: Retrieving libgtk2.0-0 2.24.33-2ubuntu2
   I: Validating libgtk2.0-0 2.24.33-2ubuntu2
   I: Retrieving libgtk2.0-bin 2.24.33-2ubuntu2
   I: Validating libgtk2.0-bin 2.24.33-2ubuntu2
   I: Retrieving libgtk2.0-common 2.24.33-2ubuntu2
   I: Validating libgtk2.0-common 2.24.33-2ubuntu2
   I: Retrieving libharfbuzz0b 2.7.4-1ubuntu3
   I: Validating libharfbuzz0b 2.7.4-1ubuntu3
   I: Retrieving libhogweed6 3.7.3-1build2
   I: Validating libhogweed6 3.7.3-1build2
   I: Retrieving libicu70 70.1-2
   I: Validating libicu70 70.1-2
   I: Retrieving libidn2-0 2.3.2-2build1
   I: Validating libidn2-0 2.3.2-2build1
   I: Retrieving libjbig0 2.1-3.1build3
   I: Validating libjbig0 2.1-3.1build3
   I: Retrieving libjpeg-turbo8 2.1.2-0ubuntu1
   I: Validating libjpeg-turbo8 2.1.2-0ubuntu1
   I: Retrieving libjpeg8 8c-2ubuntu10
   I: Validating libjpeg8 8c-2ubuntu10
   I: Retrieving libk5crypto3 1.19.2-2
   I: Validating libk5crypto3 1.19.2-2
   I: Retrieving libkeyutils1 1.6.1-2ubuntu3
   I: Validating libkeyutils1 1.6.1-2ubuntu3
   I: Retrieving libkrb5-3 1.19.2-2
   I: Validating libkrb5-3 1.19.2-2
   I: Retrieving libkrb5support0 1.19.2-2
   I: Validating libkrb5support0 1.19.2-2
   I: Retrieving libksba8 1.6.0-2build1
   I: Validating libksba8 1.6.0-2build1
   I: Retrieving libldap-2.5-0 2.5.11+dfsg-1~exp1ubuntu3
   I: Validating libldap-2.5-0 2.5.11+dfsg-1~exp1ubuntu3
   I: Retrieving liblocale-gettext-perl 1.07-4build3
   I: Validating liblocale-gettext-perl 1.07-4build3
   I: Retrieving liblz4-1 1.9.3-2build2
   I: Validating liblz4-1 1.9.3-2build2
   I: Retrieving liblzma5 5.2.5-2ubuntu1
   I: Validating liblzma5 5.2.5-2ubuntu1
   I: Retrieving libmd0 1.0.4-1build1
   I: Validating libmd0 1.0.4-1build1
   I: Retrieving libmount-dev 2.37.2-4ubuntu3
   I: Validating libmount-dev 2.37.2-4ubuntu3
   I: Retrieving libmount1 2.37.2-4ubuntu3
   I: Validating libmount1 2.37.2-4ubuntu3
   I: Retrieving libmpdec3 2.5.1-2build2
   I: Validating libmpdec3 2.5.1-2build2
   I: Retrieving libncurses6 6.3-2
   I: Validating libncurses6 6.3-2
   I: Retrieving libncursesw6 6.3-2
   I: Validating libncursesw6 6.3-2
   I: Retrieving libnettle8 3.7.3-1build2
   I: Validating libnettle8 3.7.3-1build2
   I: Retrieving libnpth0 1.6-3build2
   I: Validating libnpth0 1.6-3build2
   I: Retrieving libnsl-dev 1.3.0-2build2
   I: Validating libnsl-dev 1.3.0-2build2
   I: Retrieving libnsl2 1.3.0-2build2
   I: Validating libnsl2 1.3.0-2build2
   I: Retrieving libp11-kit0 0.24.0-6build1
   I: Validating libp11-kit0 0.24.0-6build1
   I: Retrieving libpam-modules 1.4.0-11ubuntu2
   I: Validating libpam-modules 1.4.0-11ubuntu2
   I: Retrieving libpam-modules-bin 1.4.0-11ubuntu2
   I: Validating libpam-modules-bin 1.4.0-11ubuntu2
   I: Retrieving libpam-runtime 1.4.0-11ubuntu2
   I: Validating libpam-runtime 1.4.0-11ubuntu2
   I: Retrieving libpam0g 1.4.0-11ubuntu2
   I: Validating libpam0g 1.4.0-11ubuntu2
   I: Retrieving libpango-1.0-0 1.50.6+ds-2
   I: Validating libpango-1.0-0 1.50.6+ds-2
   I: Retrieving libpangocairo-1.0-0 1.50.6+ds-2
   I: Validating libpangocairo-1.0-0 1.50.6+ds-2
   I: Retrieving libpangoft2-1.0-0 1.50.6+ds-2
   I: Validating libpangoft2-1.0-0 1.50.6+ds-2
   I: Retrieving libpcre16-3 2:8.39-13build5
   I: Validating libpcre16-3 2:8.39-13build5
   I: Retrieving libpcre2-16-0 10.39-3build1
   I: Validating libpcre2-16-0 10.39-3build1
   I: Retrieving libpcre2-32-0 10.39-3build1
   I: Validating libpcre2-32-0 10.39-3build1
   I: Retrieving libpcre2-8-0 10.39-3build1
   I: Validating libpcre2-8-0 10.39-3build1
   I: Retrieving libpcre2-dev 10.39-3build1
   I: Validating libpcre2-dev 10.39-3build1
   I: Retrieving libpcre2-posix3 10.39-3build1
   I: Validating libpcre2-posix3 10.39-3build1
   I: Retrieving libpcre3 2:8.39-13build5
   I: Validating libpcre3 2:8.39-13build5
   I: Retrieving libpcre3-dev 2:8.39-13build5
   I: Validating libpcre3-dev 2:8.39-13build5
   I: Retrieving libpcre32-3 2:8.39-13build5
   I: Validating libpcre32-3 2:8.39-13build5
   I: Retrieving libpcrecpp0v5 2:8.39-13build5
   I: Validating libpcrecpp0v5 2:8.39-13build5
   I: Retrieving libperl5.34 5.34.0-3ubuntu1
   I: Validating libperl5.34 5.34.0-3ubuntu1
   I: Retrieving libpixman-1-0 0.40.0-1build4
   I: Validating libpixman-1-0 0.40.0-1build4
   I: Retrieving libpng16-16 1.6.37-3build5
   I: Validating libpng16-16 1.6.37-3build5
   I: Retrieving libprocps8 2:3.3.17-6ubuntu2
   I: Validating libprocps8 2:3.3.17-6ubuntu2
   I: Retrieving libpython3-stdlib 3.10.4-0ubuntu2
   I: Validating libpython3-stdlib 3.10.4-0ubuntu2
   I: Retrieving libpython3.10-minimal 3.10.4-3
   I: Validating libpython3.10-minimal 3.10.4-3
   I: Retrieving libpython3.10-stdlib 3.10.4-3
   I: Validating libpython3.10-stdlib 3.10.4-3
   I: Retrieving libreadline8 8.1.2-1
   I: Validating libreadline8 8.1.2-1
   I: Retrieving libsasl2-2 2.1.27+dfsg2-3ubuntu1
   I: Validating libsasl2-2 2.1.27+dfsg2-3ubuntu1
   I: Retrieving libsasl2-modules-db 2.1.27+dfsg2-3ubuntu1
   I: Validating libsasl2-modules-db 2.1.27+dfsg2-3ubuntu1
   I: Retrieving libseccomp2 2.5.3-2ubuntu2
   I: Validating libseccomp2 2.5.3-2ubuntu2
   I: Retrieving libselinux1 3.3-1build2
   I: Validating libselinux1 3.3-1build2
   I: Retrieving libselinux1-dev 3.3-1build2
   I: Validating libselinux1-dev 3.3-1build2
   I: Retrieving libsemanage-common 3.3-1build2
   I: Validating libsemanage-common 3.3-1build2
   I: Retrieving libsemanage2 3.3-1build2
   I: Validating libsemanage2 3.3-1build2
   I: Retrieving libsepol-dev 3.3-1build1
   I: Validating libsepol-dev 3.3-1build1
   I: Retrieving libsepol2 3.3-1build1
   I: Validating libsepol2 3.3-1build1
   I: Retrieving libsmartcols1 2.37.2-4ubuntu3
   I: Validating libsmartcols1 2.37.2-4ubuntu3
   I: Retrieving libsqlite3-0 3.37.2-2
   I: Validating libsqlite3-0 3.37.2-2
   I: Retrieving libss2 1.46.5-2ubuntu1
   I: Validating libss2 1.46.5-2ubuntu1
   I: Retrieving libssl3 3.0.2-0ubuntu1
   I: Validating libssl3 3.0.2-0ubuntu1
   I: Retrieving libstdc++6 12-20220319-1ubuntu1
   I: Validating libstdc++6 12-20220319-1ubuntu1
   I: Retrieving libsystemd0 249.11-0ubuntu3
   I: Validating libsystemd0 249.11-0ubuntu3
   I: Retrieving libtasn1-6 4.18.0-4build1
   I: Validating libtasn1-6 4.18.0-4build1
   I: Retrieving libthai-data 0.1.29-1build1
   I: Validating libthai-data 0.1.29-1build1
   I: Retrieving libthai0 0.1.29-1build1
   I: Validating libthai0 0.1.29-1build1
   I: Retrieving libtiff5 4.3.0-6
   I: Validating libtiff5 4.3.0-6
   I: Retrieving libtinfo6 6.3-2
   I: Validating libtinfo6 6.3-2
   I: Retrieving libtirpc-common 1.3.2-2build1
   I: Validating libtirpc-common 1.3.2-2build1
   I: Retrieving libtirpc-dev 1.3.2-2build1
   I: Validating libtirpc-dev 1.3.2-2build1
   I: Retrieving libtirpc3 1.3.2-2build1
   I: Validating libtirpc3 1.3.2-2build1
   I: Retrieving libudev1 249.11-0ubuntu3
   I: Validating libudev1 249.11-0ubuntu3
   I: Retrieving libunistring2 1.0-1
   I: Validating libunistring2 1.0-1
   I: Retrieving libuuid1 2.37.2-4ubuntu3
   I: Validating libuuid1 2.37.2-4ubuntu3
   I: Retrieving libwebp7 1.2.2-2
   I: Validating libwebp7 1.2.2-2
   I: Retrieving libx11-6 2:1.7.5-1
   I: Validating libx11-6 2:1.7.5-1
   I: Retrieving libx11-data 2:1.7.5-1
   I: Validating libx11-data 2:1.7.5-1
   I: Retrieving libxau6 1:1.0.9-1build5
   I: Validating libxau6 1:1.0.9-1build5
   I: Retrieving libxcb-render0 1.14-3ubuntu3
   I: Validating libxcb-render0 1.14-3ubuntu3
   I: Retrieving libxcb-shm0 1.14-3ubuntu3
   I: Validating libxcb-shm0 1.14-3ubuntu3
   I: Retrieving libxcb1 1.14-3ubuntu3
   I: Validating libxcb1 1.14-3ubuntu3
   I: Retrieving libxcomposite1 1:0.4.5-1build2
   I: Validating libxcomposite1 1:0.4.5-1build2
   I: Retrieving libxcursor1 1:1.2.0-2build4
   I: Validating libxcursor1 1:1.2.0-2build4
   I: Retrieving libxdamage1 1:1.1.5-2build2
   I: Validating libxdamage1 1:1.1.5-2build2
   I: Retrieving libxdmcp6 1:1.1.3-0ubuntu5
   I: Validating libxdmcp6 1:1.1.3-0ubuntu5
   I: Retrieving libxext6 2:1.3.4-1build1
   I: Validating libxext6 2:1.3.4-1build1
   I: Retrieving libxfixes3 1:6.0.0-1
   I: Validating libxfixes3 1:6.0.0-1
   I: Retrieving libxi6 2:1.8-1build1
   I: Validating libxi6 2:1.8-1build1
   I: Retrieving libxinerama1 2:1.1.4-3
   I: Validating libxinerama1 2:1.1.4-3
   I: Retrieving libxml2 2.9.13+dfsg-1build1
   I: Validating libxml2 2.9.13+dfsg-1build1
   I: Retrieving libxrandr2 2:1.5.2-1build1
   I: Validating libxrandr2 2:1.5.2-1build1
   I: Retrieving libxrender1 1:0.9.10-1build4
   I: Validating libxrender1 1:0.9.10-1build4
   I: Retrieving libxxhash0 0.8.1-1
   I: Validating libxxhash0 0.8.1-1
   I: Retrieving libzstd1 1.4.8+dfsg-3build1
   I: Validating libzstd1 1.4.8+dfsg-3build1
   I: Retrieving linux-libc-dev 5.15.0-25.25
   I: Validating linux-libc-dev 5.15.0-25.25
   I: Retrieving locales 2.35-0ubuntu3
   I: Validating locales 2.35-0ubuntu3
   I: Retrieving login 1:4.8.1-2ubuntu2
   I: Validating login 1:4.8.1-2ubuntu2
   I: Retrieving logsave 1.46.5-2ubuntu1
   I: Validating logsave 1.46.5-2ubuntu1
   I: Retrieving lsb-base 11.1.0ubuntu4
   I: Validating lsb-base 11.1.0ubuntu4
   I: Retrieving mawk 1.3.4.20200120-3
   I: Validating mawk 1.3.4.20200120-3
   I: Retrieving media-types 7.0.0
   I: Validating media-types 7.0.0
   I: Retrieving mount 2.37.2-4ubuntu3
   I: Validating mount 2.37.2-4ubuntu3
   I: Retrieving ncurses-base 6.3-2
   I: Validating ncurses-base 6.3-2
   I: Retrieving ncurses-bin 6.3-2
   I: Validating ncurses-bin 6.3-2
   I: Retrieving passwd 1:4.8.1-2ubuntu2
   I: Validating passwd 1:4.8.1-2ubuntu2
   I: Retrieving perl 5.34.0-3ubuntu1
   I: Validating perl 5.34.0-3ubuntu1
   I: Retrieving perl-base 5.34.0-3ubuntu1
   I: Validating perl-base 5.34.0-3ubuntu1
   I: Retrieving perl-modules-5.34 5.34.0-3ubuntu1
   I: Validating perl-modules-5.34 5.34.0-3ubuntu1
   I: Retrieving pinentry-curses 1.1.1-1build2
   I: Validating pinentry-curses 1.1.1-1build2
   I: Retrieving pkg-config 0.29.2-1ubuntu3
   I: Validating pkg-config 0.29.2-1ubuntu3
   I: Retrieving procps 2:3.3.17-6ubuntu2
   I: Validating procps 2:3.3.17-6ubuntu2
   I: Retrieving python3 3.10.4-0ubuntu2
   I: Validating python3 3.10.4-0ubuntu2
   I: Retrieving python3-distutils 3.10.4-0ubuntu1
   I: Validating python3-distutils 3.10.4-0ubuntu1
   I: Retrieving python3-lib2to3 3.10.4-0ubuntu1
   I: Validating python3-lib2to3 3.10.4-0ubuntu1
   I: Retrieving python3-minimal 3.10.4-0ubuntu2
   I: Validating python3-minimal 3.10.4-0ubuntu2
   I: Retrieving python3.10 3.10.4-3
   I: Validating python3.10 3.10.4-3
   I: Retrieving python3.10-minimal 3.10.4-3
   I: Validating python3.10-minimal 3.10.4-3
   I: Retrieving readline-common 8.1.2-1
   I: Validating readline-common 8.1.2-1
   I: Retrieving rpcsvc-proto 1.4.2-0ubuntu6
   I: Validating rpcsvc-proto 1.4.2-0ubuntu6
   I: Retrieving sed 4.8-1ubuntu2
   I: Validating sed 4.8-1ubuntu2
   I: Retrieving sensible-utils 0.0.17
   I: Validating sensible-utils 0.0.17
   I: Retrieving shared-mime-info 2.1-2
   I: Validating shared-mime-info 2.1-2
   I: Retrieving sysvinit-utils 3.01-1ubuntu1
   I: Validating sysvinit-utils 3.01-1ubuntu1
   I: Retrieving tar 1.34+dfsg-1build3
   I: Validating tar 1.34+dfsg-1build3
   I: Retrieving ubuntu-keyring 2021.03.26
   I: Validating ubuntu-keyring 2021.03.26
   I: Retrieving ubuntu-mono 20.10-0ubuntu2
   I: Validating ubuntu-mono 20.10-0ubuntu2
   I: Retrieving ucf 3.0043
   I: Validating ucf 3.0043
   I: Retrieving usrmerge 25ubuntu2
   I: Validating usrmerge 25ubuntu2
   I: Retrieving util-linux 2.37.2-4ubuntu3
   I: Validating util-linux 2.37.2-4ubuntu3
   I: Retrieving uuid-dev 2.37.2-4ubuntu3
   I: Validating uuid-dev 2.37.2-4ubuntu3
   I: Retrieving xkb-data 2.33-1
   I: Validating xkb-data 2.33-1
   I: Retrieving zlib1g 1:1.2.11.dfsg-2ubuntu9
   I: Validating zlib1g 1:1.2.11.dfsg-2ubuntu9
   I: Retrieving zlib1g-dev 1:1.2.11.dfsg-2ubuntu9
   I: Validating zlib1g-dev 1:1.2.11.dfsg-2ubuntu9
   I: Retrieving gnupg2 2.2.27-3ubuntu2
   I: Validating gnupg2 2.2.27-3ubuntu2
   I: Chosen extractor for .deb packages: dpkg-deb
   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 debianutils...
   I: Extracting diffutils...
   I: Extracting dpkg...
   I: Extracting e2fsprogs...
   I: Extracting findutils...
   I: Extracting gcc-12-base...
   I: Extracting grep...
   I: Extracting gzip...
   I: Extracting hostname...
   I: Extracting init-system-helpers...
   I: Extracting libacl1...
   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 libcap2...
   I: Extracting libcom-err2...
   I: Extracting libcrypt1...
   I: Extracting libdb5.3...
   I: Extracting libdebconfclient0...
   I: Extracting libext2fs2...
   I: Extracting libgcc-s1...
   I: Extracting libgcrypt20...
   I: Extracting libgmp10...
   I: Extracting libgpg-error0...
   I: Extracting libgssapi-krb5-2...
   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 libncurses6...
   I: Extracting libncursesw6...
   I: Extracting libnsl2...
   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 libprocps8...
   I: Extracting libselinux1...
   I: Extracting libsemanage-common...
   I: Extracting libsemanage2...
   I: Extracting libsepol2...
   I: Extracting libsmartcols1...
   I: Extracting libss2...
   I: Extracting libssl3...
   I: Extracting libsystemd0...
   I: Extracting libtinfo6...
   I: Extracting libtirpc-common...
   I: Extracting libtirpc3...
   I: Extracting libudev1...
   I: Extracting libuuid1...
   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 procps...
   I: Extracting sed...
   I: Extracting sensible-utils...
   I: Extracting sysvinit-utils...
   I: Extracting tar...
   I: Extracting usrmerge...
   I: Extracting util-linux...
   I: Extracting zlib1g...
--> (340) COMMAND: cp -pv /usr/bin/qemu-aarch64-static /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/bin/
   '/usr/bin/qemu-aarch64-static' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/bin/qemu-aarch64-static'
--> (340) INFO: Installing base system [ Stage 2/2 ]
--> (340) COMMAND: LC_ALL=C LANG=C /debootstrap/debootstrap --second-stage
   /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
   I: Installing core packages...
   I: Unpacking required packages...
   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 debianutils...
   I: Unpacking diffutils...
   I: Unpacking dpkg...
   I: Unpacking e2fsprogs...
   I: Unpacking findutils...
   I: Unpacking gcc-12-base:arm64...
   I: Unpacking grep...
   I: Unpacking gzip...
   I: Unpacking hostname...
   I: Unpacking init-system-helpers...
   I: Unpacking libacl1: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 libcap2: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 libgcc-s1:arm64...
   I: Unpacking libgcrypt20:arm64...
   I: Unpacking libgmp10:arm64...
   I: Unpacking libgpg-error0:arm64...
   I: Unpacking libgssapi-krb5-2: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 libncurses6:arm64...
   I: Unpacking libncursesw6:arm64...
   I: Unpacking libnsl2: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 libprocps8:arm64...
   I: Unpacking libselinux1:arm64...
   I: Unpacking libsemanage-common...
   I: Unpacking libsemanage2:arm64...
   I: Unpacking libsepol2:arm64...
   I: Unpacking libsmartcols1:arm64...
   I: Unpacking libss2:arm64...
   I: Unpacking libssl3:arm64...
   I: Unpacking libsystemd0:arm64...
   I: Unpacking libtinfo6:arm64...
   I: Unpacking libtirpc-common...
   I: Unpacking libtirpc3:arm64...
   I: Unpacking libudev1:arm64...
   I: Unpacking libuuid1: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 procps...
   I: Unpacking sed...
   I: Unpacking sensible-utils...
   I: Unpacking sysvinit-utils...
   I: Unpacking tar...
   I: Unpacking usrmerge...
   I: Unpacking util-linux...
   I: Unpacking zlib1g:arm64...
   I: Configuring required packages...
   I: Configuring lsb-base...
   I: Configuring libtirpc-common...
   I: Configuring libaudit-common...
   I: Configuring libsemanage-common...
   I: Configuring gcc-12-base:arm64...
   I: Configuring ncurses-base...
   I: Configuring sensible-utils...
   I: Configuring libcrypt1:arm64...
   I: Configuring libgcc-s1:arm64...
   I: Configuring libc6:arm64...
   I: Configuring libudev1:arm64...
   I: Configuring libattr1:arm64...
   I: Configuring sysvinit-utils...
   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 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 libacl1:arm64...
   I: Configuring libsmartcols1:arm64...
   I: Configuring libgcrypt20:arm64...
   I: Configuring zlib1g:arm64...
   I: Configuring libcom-err2:arm64...
   I: Configuring diffutils...
   I: Configuring libcap2:arm64...
   I: Configuring libkrb5support0:arm64...
   I: Configuring hostname...
   I: Configuring libpcre3:arm64...
   I: Configuring libcap-ng0:arm64...
   I: Configuring libext2fs2:arm64...
   I: Configuring libgmp10:arm64...
   I: Configuring libncurses6:arm64...
   I: Configuring libaudit1:arm64...
   I: Configuring libuuid1:arm64...
   I: Configuring libss2:arm64...
   I: Configuring libsepol2:arm64...
   I: Configuring libpcre2-8-0:arm64...
   I: Configuring libncursesw6:arm64...
   I: Configuring libk5crypto3:arm64...
   I: Configuring logsave...
   I: Configuring e2fsprogs...
   I: Configuring libsystemd0:arm64...
   I: Configuring libselinux1:arm64...
   I: Configuring sed...
   I: Configuring findutils...
   I: Configuring libmount1:arm64...
   I: Configuring libsemanage2:arm64...
   I: Configuring libprocps8:arm64...
   I: Configuring bsdutils...
   I: Configuring tar...
   I: Configuring coreutils...
   I: Configuring dpkg...
   I: Configuring mount...
   I: Configuring grep...
   I: Configuring perl-base...
   I: Configuring init-system-helpers...
   I: Configuring gzip...
   I: Configuring usrmerge...
   I: Configuring procps...
   I: Configuring debconf...
   I: Configuring libpam0g:arm64...
   I: Configuring util-linux...
   I: Configuring dash...
   I: Configuring libpam-modules-bin...
   I: Configuring libssl3:arm64...
   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 libc-bin...
   I: Unpacking the base system...
   I: Unpacking adduser...
   I: Unpacking adwaita-icon-theme...
   I: Unpacking apt...
   I: Unpacking apt-utils...
   I: Unpacking console-setup...
   I: Unpacking console-setup-linux...
   I: Unpacking dconf-cli...
   I: Unpacking dirmngr...
   I: Unpacking fontconfig...
   I: Unpacking fontconfig-config...
   I: Unpacking fonts-dejavu-core...
   I: Unpacking fonts-noto-color-emoji...
   I: Unpacking gnupg...
   I: Unpacking gnupg-l10n...
   I: Unpacking gnupg-utils...
   I: Unpacking gpg...
   I: Unpacking gpg-agent...
   I: Unpacking gpg-wks-client...
   I: Unpacking gpg-wks-server...
   I: Unpacking gpgconf...
   I: Unpacking gpgsm...
   I: Unpacking gpgv...
   I: Unpacking gtk-update-icon-cache...
   I: Unpacking hicolor-icon-theme...
   I: Unpacking humanity-icon-theme...
   I: Unpacking kbd...
   I: Unpacking keyboard-configuration...
   I: Unpacking libapt-pkg6.0:arm64...
   I: Unpacking libassuan0:arm64...
   I: Unpacking libatk1.0-0:arm64...
   I: Unpacking libatk1.0-data...
   I: Unpacking libavahi-client3:arm64...
   I: Unpacking libavahi-common-data:arm64...
   I: Unpacking libavahi-common3:arm64...
   I: Unpacking libblkid-dev:arm64...
   I: Unpacking libbrotli1:arm64...
   I: Unpacking libbsd0:arm64...
   I: Unpacking libc-dev-bin...
   I: Unpacking libc6-dev:arm64...
   I: Unpacking libcairo2:arm64...
   I: Unpacking libcrypt-dev:arm64...
   I: Unpacking libcups2:arm64...
   I: Unpacking libdatrie1:arm64...
   I: Unpacking libdbus-1-3:arm64...
   I: Unpacking libdconf1:arm64...
   I: Unpacking libdeflate0:arm64...
   I: Unpacking libdpkg-perl...
   I: Unpacking libelf1:arm64...
   I: Unpacking libffi-dev:arm64...
   I: Unpacking libffi8:arm64...
   I: Unpacking libfontconfig1:arm64...
   I: Unpacking libfreetype6:arm64...
   I: Unpacking libfribidi0:arm64...
   I: Unpacking libgdbm-compat4:arm64...
   I: Unpacking libgdbm6:arm64...
   I: Unpacking libgdk-pixbuf-2.0-0:arm64...
   I: Unpacking libgdk-pixbuf2.0-common...
   I: Unpacking libglib2.0-0:arm64...
   I: Unpacking libglib2.0-bin...
   I: Unpacking libglib2.0-data...
   I: Unpacking libglib2.0-dev:arm64...
   I: Unpacking libglib2.0-dev-bin...
   I: Unpacking libgnutls30:arm64...
   I: Unpacking libgraphite2-3:arm64...
   I: Unpacking libgtk2.0-0:arm64...
   I: Unpacking libgtk2.0-bin...
   I: Unpacking libgtk2.0-common...
   I: Unpacking libharfbuzz0b:arm64...
   I: Unpacking libhogweed6:arm64...
   I: Unpacking libicu70:arm64...
   I: Unpacking libidn2-0:arm64...
   I: Unpacking libjbig0:arm64...
   I: Unpacking libjpeg-turbo8:arm64...
   I: Unpacking libjpeg8:arm64...
   I: Unpacking libksba8:arm64...
   I: Unpacking libldap-2.5-0:arm64...
   I: Unpacking liblocale-gettext-perl...
   I: Unpacking libmd0:arm64...
   I: Unpacking libmount-dev:arm64...
   I: Unpacking libmpdec3:arm64...
   I: Unpacking libnettle8:arm64...
   I: Unpacking libnpth0:arm64...
   I: Unpacking libnsl-dev:arm64...
   I: Unpacking libp11-kit0:arm64...
   I: Unpacking libpango-1.0-0:arm64...
   I: Unpacking libpangocairo-1.0-0:arm64...
   I: Unpacking libpangoft2-1.0-0:arm64...
   I: Unpacking libpcre16-3:arm64...
   I: Unpacking libpcre2-16-0:arm64...
   I: Unpacking libpcre2-32-0:arm64...
   I: Unpacking libpcre2-dev:arm64...
   I: Unpacking libpcre2-posix3:arm64...
   I: Unpacking libpcre3-dev:arm64...
   I: Unpacking libpcre32-3:arm64...
   I: Unpacking libpcrecpp0v5:arm64...
   I: Unpacking libperl5.34:arm64...
   I: Unpacking libpixman-1-0:arm64...
   I: Unpacking libpng16-16:arm64...
   I: Unpacking libpython3-stdlib:arm64...
   I: Unpacking libpython3.10-stdlib:arm64...
   I: Unpacking libreadline8:arm64...
   I: Unpacking libsasl2-2:arm64...
   I: Unpacking libsasl2-modules-db:arm64...
   I: Unpacking libseccomp2:arm64...
   I: Unpacking libselinux1-dev:arm64...
   I: Unpacking libsepol-dev:arm64...
   I: Unpacking libsqlite3-0:arm64...
   I: Unpacking libstdc++6:arm64...
   I: Unpacking libtasn1-6:arm64...
   I: Unpacking libthai-data...
   I: Unpacking libthai0:arm64...
   I: Unpacking libtiff5:arm64...
   I: Unpacking libtirpc-dev:arm64...
   I: Unpacking libunistring2:arm64...
   I: Unpacking libwebp7:arm64...
   I: Unpacking libx11-6:arm64...
   I: Unpacking libx11-data...
   I: Unpacking libxau6:arm64...
   I: Unpacking libxcb-render0:arm64...
   I: Unpacking libxcb-shm0:arm64...
   I: Unpacking libxcb1:arm64...
   I: Unpacking libxcomposite1:arm64...
   I: Unpacking libxcursor1:arm64...
   I: Unpacking libxdamage1:arm64...
   I: Unpacking libxdmcp6:arm64...
   I: Unpacking libxext6:arm64...
   I: Unpacking libxfixes3:arm64...
   I: Unpacking libxi6:arm64...
   I: Unpacking libxinerama1:arm64...
   I: Unpacking libxml2:arm64...
   I: Unpacking libxrandr2:arm64...
   I: Unpacking libxrender1:arm64...
   I: Unpacking libxxhash0:arm64...
   I: Unpacking linux-libc-dev:arm64...
   I: Unpacking locales...
   I: Unpacking media-types...
   I: Unpacking perl...
   I: Unpacking perl-modules-5.34...
   I: Unpacking pinentry-curses...
   I: Unpacking pkg-config...
   I: Unpacking python3...
   I: Unpacking python3-distutils...
   I: Unpacking python3-lib2to3...
   I: Unpacking python3.10...
   I: Unpacking readline-common...
   I: Unpacking rpcsvc-proto...
   I: Unpacking shared-mime-info...
   I: Unpacking ubuntu-keyring...
   I: Unpacking ubuntu-mono...
   I: Unpacking ucf...
   I: Unpacking uuid-dev:arm64...
   I: Unpacking xkb-data...
   I: Unpacking zlib1g-dev:arm64...
   I: Unpacking gnupg2...
   I: Configuring the base system...
   I: Configuring libksba8:arm64...
   I: Configuring media-types...
   I: Configuring libgraphite2-3:arm64...
   I: Configuring libpixman-1-0:arm64...
   I: Configuring libxau6:arm64...
   I: Configuring adduser...
   I: Configuring libpcre16-3:arm64...
   I: Configuring hicolor-icon-theme...
   I: Configuring libdatrie1:arm64...
   I: Configuring fonts-noto-color-emoji...
   I: Configuring libbrotli1:arm64...
   I: Configuring libsqlite3-0:arm64...
   I: Configuring libgdk-pixbuf2.0-common...
   I: Configuring libunistring2:arm64...
   I: Configuring libdeflate0:arm64...
   I: Configuring linux-libc-dev:arm64...
   I: Configuring xkb-data...
   I: Configuring libnpth0:arm64...
   I: Configuring libidn2-0:arm64...
   I: Configuring libassuan0:arm64...
   I: Configuring perl-modules-5.34...
   I: Configuring locales...
   I: Configuring ubuntu-keyring...
   I: Configuring libjbig0:arm64...
   I: Configuring libseccomp2:arm64...
   I: Configuring libpcre2-16-0:arm64...
   I: Configuring libsasl2-modules-db:arm64...
   I: Configuring libpcre2-32-0:arm64...
   I: Configuring libglib2.0-data...
   I: Configuring libtirpc-dev:arm64...
   I: Configuring rpcsvc-proto...
   I: Configuring libnettle8:arm64...
   I: Configuring libx11-data...
   I: Configuring gnupg-l10n...
   I: Configuring libavahi-common-data:arm64...
   I: Configuring libdbus-1-3:arm64...
   I: Configuring libfribidi0:arm64...
   I: Configuring libpng16-16:arm64...
   I: Configuring libpcre32-3:arm64...
   I: Configuring fonts-dejavu-core...
   I: Configuring libsepol-dev:arm64...
   I: Configuring ucf...
   I: Configuring libjpeg-turbo8:arm64...
   I: Configuring libsasl2-2:arm64...
   I: Configuring libwebp7:arm64...
   I: Configuring libatk1.0-data...
   I: Configuring libffi8:arm64...
   I: Configuring libpcre2-posix3:arm64...
   I: Configuring libmd0:arm64...
   I: Configuring libnsl-dev:arm64...
   I: Configuring gpgv...
   I: Configuring libcrypt-dev:arm64...
   I: Configuring libxxhash0:arm64...
   I: Configuring libtasn1-6:arm64...
   I: Configuring libthai-data...
   I: Configuring libgtk2.0-common...
   I: Configuring libc-dev-bin...
   I: Configuring libbsd0:arm64...
   I: Configuring libelf1:arm64...
   I: Configuring readline-common...
   I: Configuring libstdc++6:arm64...
   I: Configuring liblocale-gettext-perl...
   I: Configuring libgdbm6:arm64...
   I: Configuring libicu70:arm64...
   I: Configuring libjpeg8:arm64...
   I: Configuring pinentry-curses...
   I: Configuring libpcrecpp0v5:arm64...
   I: Configuring libxdmcp6:arm64...
   I: Configuring libxcb1:arm64...
   I: Configuring libhogweed6:arm64...
   I: Configuring libxcb-render0:arm64...
   I: Configuring libglib2.0-0:arm64...
   I: Configuring fontconfig-config...
   I: Configuring libreadline8:arm64...
   I: Configuring libavahi-common3:arm64...
   I: Configuring libglib2.0-bin...
   I: Configuring libxcb-shm0:arm64...
   I: Configuring libffi-dev:arm64...
   I: Configuring libdconf1:arm64...
   I: Configuring libthai0:arm64...
   I: Configuring libfreetype6:arm64...
   I: Configuring libapt-pkg6.0:arm64...
   I: Configuring libp11-kit0:arm64...
   I: Configuring libgdbm-compat4:arm64...
   I: Configuring libmpdec3:arm64...
   I: Configuring gpgconf...
   I: Configuring libc6-dev:arm64...
   I: Configuring libx11-6:arm64...
   I: Configuring libharfbuzz0b:arm64...
   I: Configuring libatk1.0-0:arm64...
   I: Configuring libtiff5:arm64...
   I: Configuring libfontconfig1:arm64...
   I: Configuring keyboard-configuration...
   I: Configuring libxcomposite1:arm64...
   I: Configuring libxml2:arm64...
   I: Configuring libavahi-client3:arm64...
   I: Configuring gpg...
   I: Configuring gnupg-utils...
   I: Configuring fontconfig...
   I: Configuring libperl5.34:arm64...
   I: Configuring libxdamage1:arm64...
   I: Configuring gpg-agent...
   I: Configuring dconf-cli...
   I: Configuring libpcre2-dev:arm64...
   I: Configuring libxrender1:arm64...
   I: Configuring libselinux1-dev:arm64...
   I: Configuring libpcre3-dev:arm64...
   I: Configuring gpgsm...
   I: Configuring libpango-1.0-0:arm64...
   I: Configuring libxext6:arm64...
   I: Configuring libcairo2:arm64...
   I: Configuring libpython3.10-stdlib:arm64...
   I: Configuring perl...
   I: Configuring libgnutls30:arm64...
   I: Configuring libxfixes3:arm64...
   I: Configuring uuid-dev:arm64...
   I: Configuring shared-mime-info...
   I: Configuring libxinerama1:arm64...
   I: Configuring libxrandr2:arm64...
   I: Configuring libdpkg-perl...
   I: Configuring gpg-wks-server...
   I: Configuring libcups2:arm64...
   I: Configuring zlib1g-dev:arm64...
   I: Configuring libgdk-pixbuf-2.0-0:arm64...
   I: Configuring libpangoft2-1.0-0:arm64...
   I: Configuring libpangocairo-1.0-0:arm64...
   I: Configuring libpython3-stdlib:arm64...
   I: Configuring libblkid-dev:arm64...
   I: Configuring gtk-update-icon-cache...
   I: Configuring apt...
   I: Configuring apt-utils...
   I: Configuring python3.10...
   I: Configuring libxi6:arm64...
   I: Configuring libxcursor1:arm64...
   I: Configuring python3...
   I: Configuring libldap-2.5-0:arm64...
   I: Configuring dirmngr...
   I: Configuring pkg-config...
   I: Configuring python3-lib2to3...
   I: Configuring libmount-dev:arm64...
   I: Configuring python3-distutils...
   I: Configuring libglib2.0-dev-bin...
   I: Configuring gpg-wks-client...
   I: Configuring libglib2.0-dev:arm64...
   I: Configuring gnupg...
   I: Configuring gnupg2...
   I: Configuring adwaita-icon-theme...
   I: Configuring kbd...
   I: Configuring console-setup-linux...
   I: Configuring console-setup...
   I: Configuring libgtk2.0-0:arm64...
   I: Configuring humanity-icon-theme...
   I: Configuring libgtk2.0-bin...
   I: Configuring ubuntu-mono...
   I: Configuring libc-bin...
   I: Base system installed successfully.
--> (475) INFO: Diverting [ initctl/start-stop-daemon ]
--> (475) COMMAND: LC_ALL=C LANG=C dpkg-divert --quiet --local --rename --add /sbin/initctl
   /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
--> (475) COMMAND: LC_ALL=C LANG=C dpkg-divert --quiet --local --rename --add /sbin/start-stop-daemon
   /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
   dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename
--> (475) INFO: Configuring locales [ DEST_LANG: en_US.UTF-8 ]
--> (475) COMMAND: LC_ALL=C LANG=C locale-gen en_US.UTF-8
   /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
   Generating locales (this might take a while)...
     en_US.UTF-8... done
   Generation complete.
--> (480) COMMAND: LC_ALL=C LANG=C update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
--> (481) COMMAND: LC_ALL=C LANG=C setupcon --save --force
   setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16
   setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16
   setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16
   setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16
   setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16
   setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16
   The keyboard is in some unknown mode
   Changing to the requested mode may make your keyboard unusable, please use -f to force the change.
--> (484) INFO: Adding Armbian repository and authentication key [ /etc/apt/sources.list.d/armbian.list ]
--> (484) COMMAND: echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections
--> (485) INFO: Adding APT Source [ githubcli ]
--> (485) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/config/desktop/_all_distributions/appgroups/programming/sources/apt/githubcli.source /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/apt/sources.list.d/githubcli.list
   '/home/reds/patch_series_pcie_ep/build/config/desktop/_all_distributions/appgroups/programming/sources/apt/githubcli.source' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/apt/sources.list.d/githubcli.list'
--> (485) INFO: Adding GPG Key [ via keyrings: githubcli.list ]
--> (485) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/config/desktop/_all_distributions/appgroups/programming/sources/apt/githubcli.gpg /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/share/keyrings/githubcli.gpg
   '/home/reds/patch_series_pcie_ep/build/config/desktop/_all_distributions/appgroups/programming/sources/apt/githubcli.gpg' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/share/keyrings/githubcli.gpg'
--> (485) INFO: Adding APT Source [ oibaf ]
--> (485) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/config/desktop/jammy/appgroups/3dsupport/sources/apt/oibaf.source /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/apt/sources.list.d/oibaf.list
   '/home/reds/patch_series_pcie_ep/build/config/desktop/jammy/appgroups/3dsupport/sources/apt/oibaf.source' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/apt/sources.list.d/oibaf.list'
--> (485) INFO: Adding GPG Key [ via keyrings: oibaf.list ]
--> (485) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/config/desktop/jammy/appgroups/3dsupport/sources/apt/oibaf.gpg /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/share/keyrings/oibaf.gpg
   '/home/reds/patch_series_pcie_ep/build/config/desktop/jammy/appgroups/3dsupport/sources/apt/oibaf.gpg' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/share/keyrings/oibaf.gpg'
--> (485) INFO: Adding APT Source [ vscodium ]
--> (485) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/config/optional/architectures/arm64/_config/desktop/_all_distributions/appgroups/programming/sources/apt/vscodium.source /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/apt/sources.list.d/vscodium.list
   '/home/reds/patch_series_pcie_ep/build/config/optional/architectures/arm64/_config/desktop/_all_distributions/appgroups/programming/sources/apt/vscodium.source' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/apt/sources.list.d/vscodium.list'
--> (485) INFO: Adding GPG Key [ via keyrings: vscodium.list ]
--> (485) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/config/optional/architectures/arm64/_config/desktop/_all_distributions/appgroups/programming/sources/apt/vscodium.gpg /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/share/keyrings/vscodium.gpg
   '/home/reds/patch_series_pcie_ep/build/config/optional/architectures/arm64/_config/desktop/_all_distributions/appgroups/programming/sources/apt/vscodium.gpg' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/share/keyrings/vscodium.gpg'
--> (485) COMMAND: ls -l /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/usr/share/keyrings
   total 44
   -rw-rw-r-- 1 root root 2236 Mar 15 09:45 armbian.gpg
   -rw-rw-r-- 1 reds reds 2270 Mar 15 09:34 githubcli.gpg
   -rw-rw-r-- 1 reds reds 5934 Mar 15 09:34 oibaf.gpg
   -rw-r--r-- 1 root root 7399 Sep 18  2018 ubuntu-archive-keyring.gpg
   -rw-r--r-- 1 root root 6713 Oct 27  2016 ubuntu-archive-removed-keys.gpg
   -rw-r--r-- 1 root root 3023 Mar 27  2021 ubuntu-cloudimage-keyring.gpg
   -rw-r--r-- 1 root root    0 Jan 17  2018 ubuntu-cloudimage-removed-keys.gpg
   -rw-r--r-- 1 root root 1227 May 27  2010 ubuntu-master-keyring.gpg
   -rw-rw-r-- 1 reds reds 2256 Mar 15 09:34 vscodium.gpg
--> (485) COMMAND: ls -l /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/apt/sources.list.d
   total 16
   -rw-rw-r-- 1 root root 108 Mar 15 09:45 armbian.list
   -rw-rw-r-- 1 reds reds  93 Mar 15 09:34 githubcli.list
   -rw-rw-r-- 1 reds reds 121 Mar 15 09:34 oibaf.list
   -rw-rw-r-- 1 reds reds 120 Mar 15 09:34 vscodium.list
--> (485) COMMAND: cat /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/apt/sources.list
   deb http://ports.ubuntu.com/ jammy main restricted universe multiverse
   #deb-src http://ports.ubuntu.com/ jammy main restricted universe multiverse
   
   deb http://ports.ubuntu.com/ jammy-security main restricted universe multiverse
   #deb-src http://ports.ubuntu.com/ jammy-security main restricted universe multiverse
   
   deb http://ports.ubuntu.com/ jammy-updates main restricted universe multiverse
   #deb-src http://ports.ubuntu.com/ jammy-updates main restricted universe multiverse
   
   deb http://ports.ubuntu.com/ jammy-backports main restricted universe multiverse
   #deb-src http://ports.ubuntu.com/ jammy-backports main restricted universe multiverse
--> (485) INFO: Updating package list [ jammy ]
--> (485) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (485) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (485) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (485) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -q -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 update
   Get:2 http://ports.ubuntu.com jammy InRelease [270 kB]
   Get:3 http://ports.ubuntu.com jammy-security InRelease [110 kB]
   Get:4 http://ports.ubuntu.com jammy-updates InRelease [119 kB]
   Get:5 http://ports.ubuntu.com jammy-backports InRelease [107 kB]
   Ign:1 https://cli.github.com/packages stable InRelease
   Get:6 http://mirrors.xtom.de/armbian jammy InRelease [52.4 kB]
   Ign:7 https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease
   Ign:1 https://cli.github.com/packages stable InRelease
   Get:8 http://ports.ubuntu.com jammy/main arm64 Packages [1,369 kB]
   Get:9 http://ports.ubuntu.com jammy/main Translation-en [510 kB]
   Get:10 http://ports.ubuntu.com jammy/restricted arm64 Packages [19.6 kB]
   Get:11 http://ports.ubuntu.com jammy/restricted Translation-en [18.6 kB]
   Get:12 http://ports.ubuntu.com jammy/universe arm64 Packages [13.9 MB]
   Ign:7 https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease
   Get:13 http://ports.ubuntu.com jammy/universe Translation-en [5,652 kB]
   Get:14 http://ports.ubuntu.com jammy/multiverse arm64 Packages [184 kB]
   Get:15 http://ports.ubuntu.com jammy/multiverse Translation-en [112 kB]
   Get:16 http://ports.ubuntu.com jammy-security/main arm64 Packages [603 kB]
   Get:17 http://ports.ubuntu.com jammy-security/main Translation-en [142 kB]
   Get:18 http://ports.ubuntu.com jammy-security/restricted arm64 Packages [292 kB]
   Get:19 http://ports.ubuntu.com jammy-security/restricted Translation-en [99.7 kB]
   Get:20 http://ports.ubuntu.com jammy-security/universe arm64 Packages [593 kB]
   Get:21 http://ports.ubuntu.com jammy-security/universe Translation-en [114 kB]
   Get:22 http://ports.ubuntu.com jammy-security/multiverse arm64 Packages [1,436 B]
   Get:23 http://ports.ubuntu.com jammy-security/multiverse Translation-en [996 B]
   Ign:1 https://cli.github.com/packages stable InRelease
   Ign:7 https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease
   Get:24 http://ports.ubuntu.com jammy-updates/main arm64 Packages [851 kB]
   Get:25 http://ports.ubuntu.com jammy-updates/main Translation-en [205 kB]
   Get:26 http://ports.ubuntu.com jammy-updates/restricted arm64 Packages [303 kB]
   Get:27 http://ports.ubuntu.com jammy-updates/restricted Translation-en [107 kB]
   Get:28 http://ports.ubuntu.com jammy-updates/universe arm64 Packages [773 kB]
   Get:29 http://ports.ubuntu.com jammy-updates/universe Translation-en [175 kB]
   Get:30 http://ports.ubuntu.com jammy-updates/multiverse arm64 Packages [5,056 B]
   Get:31 http://ports.ubuntu.com jammy-updates/multiverse Translation-en [3,260 B]
   Get:32 http://ports.ubuntu.com jammy-backports/main arm64 Packages [40.6 kB]
   Get:33 http://ports.ubuntu.com jammy-backports/main Translation-en [9,800 B]
   Get:34 http://ports.ubuntu.com jammy-backports/universe arm64 Packages [19.5 kB]
   Get:35 http://ports.ubuntu.com jammy-backports/universe Translation-en [14.0 kB]
   Get:36 http://mirrors.xtom.de/armbian jammy/main all Packages [76.3 kB]
   Get:37 http://mirrors.xtom.de/armbian jammy/main arm64 Packages [684 kB]
   Get:38 http://mirrors.xtom.de/armbian jammy/jammy-utils all Packages [27.9 kB]
   Get:39 http://mirrors.xtom.de/armbian jammy/jammy-utils arm64 Packages [43.8 kB]
   Get:40 http://mirrors.xtom.de/armbian jammy/jammy-desktop arm64 Packages [146 kB]
   Get:41 http://mirrors.xtom.de/armbian jammy/jammy-desktop all Packages [20.5 kB]
   Err:1 https://cli.github.com/packages stable InRelease
     Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 185.199.108.153 443]
   Err:7 https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease
     Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 35.185.44.232 443]
   Fetched 27.8 MB in 13s (2,134 kB/s)
   Reading package lists...
   W: http://cli.github.com/packages/dists/stable/InRelease: No system certificates available. Try installing ca-certificates.
   W: http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/dists/vscodium/InRelease: No system certificates available. Try installing ca-certificates.
   W: http://cli.github.com/packages/dists/stable/InRelease: No system certificates available. Try installing ca-certificates.
   W: http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/dists/vscodium/InRelease: No system certificates available. Try installing ca-certificates.
   W: http://cli.github.com/packages/dists/stable/InRelease: No system certificates available. Try installing ca-certificates.
   W: http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/dists/vscodium/InRelease: No system certificates available. Try installing ca-certificates.
   W: http://cli.github.com/packages/dists/stable/InRelease: No system certificates available. Try installing ca-certificates.
   W: http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/dists/vscodium/InRelease: No system certificates available. Try installing ca-certificates.
   W: Failed to fetch http://cli.github.com/packages/dists/stable/InRelease  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 185.199.108.153 443]
   W: Failed to fetch http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/dists/vscodium/InRelease  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 35.185.44.232 443]
   W: Some index files failed to download. They have been ignored, or old ones used instead.
--> (502) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (502) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (502) INFO: Upgrading base packages [ Armbian ]
--> (502) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (502) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (502) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (502) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 upgrade
   Preconfiguring packages ...
   (Reading database ... 26665 files and directories currently installed.)
   Preparing to unpack .../libc6-dev_2.35-0ubuntu3.1_arm64.deb ...
   Unpacking libc6-dev:arm64 (2.35-0ubuntu3.1) over (2.35-0ubuntu3) ...
   Preparing to unpack .../libc-dev-bin_2.35-0ubuntu3.1_arm64.deb ...
   Unpacking libc-dev-bin (2.35-0ubuntu3.1) over (2.35-0ubuntu3) ...
   Preparing to unpack .../linux-libc-dev_23.02.2_arm64.deb ...
   Unpacking linux-libc-dev:arm64 (23.02.2) over (5.15.0-25.25) ...
   Preparing to unpack .../libtirpc-common_1.3.2-2ubuntu0.1_all.deb ...
   Unpacking libtirpc-common (1.3.2-2ubuntu0.1) over (1.3.2-2build1) ...
   Setting up libtirpc-common (1.3.2-2ubuntu0.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libk5crypto3_1.19.2-2ubuntu0.1_arm64.deb ...
   Unpacking libk5crypto3:arm64 (1.19.2-2ubuntu0.1) over (1.19.2-2) ...
   Setting up libk5crypto3:arm64 (1.19.2-2ubuntu0.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.1_arm64.deb ...
   Unpacking libkrb5support0:arm64 (1.19.2-2ubuntu0.1) over (1.19.2-2) ...
   Setting up libkrb5support0:arm64 (1.19.2-2ubuntu0.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.1_arm64.deb ...
   Unpacking libkrb5-3:arm64 (1.19.2-2ubuntu0.1) over (1.19.2-2) ...
   Setting up libkrb5-3:arm64 (1.19.2-2ubuntu0.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.1_arm64.deb ...
   Unpacking libgssapi-krb5-2:arm64 (1.19.2-2ubuntu0.1) over (1.19.2-2) ...
   Setting up libgssapi-krb5-2:arm64 (1.19.2-2ubuntu0.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libcom-err2_1.46.5-2ubuntu1.1_arm64.deb ...
   Unpacking libcom-err2:arm64 (1.46.5-2ubuntu1.1) over (1.46.5-2ubuntu1) ...
   Setting up libcom-err2:arm64 (1.46.5-2ubuntu1.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libssl3_3.0.2-0ubuntu1.8_arm64.deb ...
   Unpacking libssl3:arm64 (3.0.2-0ubuntu1.8) over (3.0.2-0ubuntu1) ...
   Setting up libssl3:arm64 (3.0.2-0ubuntu1.8) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libtirpc-dev_1.3.2-2ubuntu0.1_arm64.deb ...
   Unpacking libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) over (1.3.2-2build1) ...
   Preparing to unpack .../libtirpc3_1.3.2-2ubuntu0.1_arm64.deb ...
   Unpacking libtirpc3:arm64 (1.3.2-2ubuntu0.1) over (1.3.2-2build1) ...
   Setting up libtirpc3:arm64 (1.3.2-2ubuntu0.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../gcc-12-base_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking gcc-12-base:arm64 (12.1.0-2ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
   Setting up gcc-12-base:arm64 (12.1.0-2ubuntu1~22.04) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libgcc-s1_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libgcc-s1:arm64 (12.1.0-2ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
   Setting up libgcc-s1:arm64 (12.1.0-2ubuntu1~22.04) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libstdc++6_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libstdc++6:arm64 (12.1.0-2ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
   Setting up libstdc++6:arm64 (12.1.0-2ubuntu1~22.04) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libc6_2.35-0ubuntu3.1_arm64.deb ...
   Unpacking libc6:arm64 (2.35-0ubuntu3.1) over (2.35-0ubuntu3) ...
   Setting up libc6:arm64 (2.35-0ubuntu3.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../base-files_12ubuntu4.3_arm64.deb ...
   Unpacking base-files (12ubuntu4.3) over (12ubuntu4) ...
   Setting up base-files (12ubuntu4.3) ...
   Installing new version of config file /etc/issue ...
   Installing new version of config file /etc/issue.net ...
   Installing new version of config file /etc/lsb-release ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libsystemd0_249.11-0ubuntu3.7_arm64.deb ...
   Unpacking libsystemd0:arm64 (249.11-0ubuntu3.7) over (249.11-0ubuntu3) ...
   Setting up libsystemd0:arm64 (249.11-0ubuntu3.7) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libudev1_249.11-0ubuntu3.7_arm64.deb ...
   Unpacking libudev1:arm64 (249.11-0ubuntu3.7) over (249.11-0ubuntu3) ...
   Setting up libudev1:arm64 (249.11-0ubuntu3.7) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_arm64.deb ...
   Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2ubuntu9.2) over (1:1.2.11.dfsg-2ubuntu9) ...
   Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu9.2_arm64.deb ...
   Unpacking zlib1g:arm64 (1:1.2.11.dfsg-2ubuntu9.2) over (1:1.2.11.dfsg-2ubuntu9) ...
   Setting up zlib1g:arm64 (1:1.2.11.dfsg-2ubuntu9.2) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libapt-pkg6.0_2.4.8_arm64.deb ...
   Unpacking libapt-pkg6.0:arm64 (2.4.8) over (2.4.5) ...
   Setting up libapt-pkg6.0:arm64 (2.4.8) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../tar_1.34+dfsg-1ubuntu0.1.22.04.1_arm64.deb ...
   Unpacking tar (1.34+dfsg-1ubuntu0.1.22.04.1) over (1.34+dfsg-1build3) ...
   Setting up tar (1.34+dfsg-1ubuntu0.1.22.04.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../dpkg_1.21.1ubuntu2.1_arm64.deb ...
   Unpacking dpkg (1.21.1ubuntu2.1) over (1.21.1ubuntu2) ...
   Setting up dpkg (1.21.1ubuntu2.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../gzip_1.10-4ubuntu4.1_arm64.deb ...
   Unpacking gzip (1.10-4ubuntu4.1) over (1.10-4ubuntu4) ...
   Setting up gzip (1.10-4ubuntu4.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../login_1%3a4.8.1-2ubuntu2.1_arm64.deb ...
   Unpacking login (1:4.8.1-2ubuntu2.1) over (1:4.8.1-2ubuntu2) ...
   Setting up login (1:4.8.1-2ubuntu2.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libperl5.34_5.34.0-3ubuntu1.1_arm64.deb ...
   Unpacking libperl5.34:arm64 (5.34.0-3ubuntu1.1) over (5.34.0-3ubuntu1) ...
   Preparing to unpack .../perl_5.34.0-3ubuntu1.1_arm64.deb ...
   Unpacking perl (5.34.0-3ubuntu1.1) over (5.34.0-3ubuntu1) ...
   Preparing to unpack .../perl-base_5.34.0-3ubuntu1.1_arm64.deb ...
   Unpacking perl-base (5.34.0-3ubuntu1.1) over (5.34.0-3ubuntu1) ...
   Setting up perl-base (5.34.0-3ubuntu1.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
   Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) over (5.34.0-3ubuntu1) ...
   Preparing to unpack .../libc-bin_2.35-0ubuntu3.1_arm64.deb ...
   Unpacking libc-bin (2.35-0ubuntu3.1) over (2.35-0ubuntu3) ...
   Setting up libc-bin (2.35-0ubuntu3.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../archives/apt_2.4.8_arm64.deb ...
   Unpacking apt (2.4.8) over (2.4.5) ...
   Setting up apt (2.4.8) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../00-apt-utils_2.4.8_arm64.deb ...
   Unpacking apt-utils (2.4.8) over (2.4.5) ...
   Preparing to unpack .../01-libksba8_1.6.0-2ubuntu0.2_arm64.deb ...
   Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) over (1.6.0-2build1) ...
   Preparing to unpack .../02-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../03-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking dirmngr (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../04-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking gnupg-utils (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../05-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../06-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking gpg-agent (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../07-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking gpg (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../08-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking gpgconf (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../09-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
   Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../10-gnupg_2.2.27-3ubuntu2.1_all.deb ...
   Unpacking gnupg (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../11-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking gpgsm (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Preparing to unpack .../12-libsqlite3-0_3.37.2-2ubuntu0.1_arm64.deb ...
   Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) over (3.37.2-2) ...
   Preparing to unpack .../13-libgnutls30_3.7.3-4ubuntu1.2_arm64.deb ...
   Unpacking libgnutls30:arm64 (3.7.3-4ubuntu1.2) over (3.7.3-4ubuntu1) ...
   Setting up libgnutls30:arm64 (3.7.3-4ubuntu1.2) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
   Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) over (2.1.27+dfsg2-3ubuntu1) ...
   Preparing to unpack .../libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
   Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) over (2.1.27+dfsg2-3ubuntu1) ...
   Preparing to unpack .../libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) over (2.5.11+dfsg-1~exp1ubuntu3) ...
   Preparing to unpack .../gpgv_2.2.27-3ubuntu2.1_arm64.deb ...
   Unpacking gpgv (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Setting up gpgv (2.2.27-3ubuntu2.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libpam0g_1.4.0-11ubuntu2.3_arm64.deb ...
   Unpacking libpam0g:arm64 (1.4.0-11ubuntu2.3) over (1.4.0-11ubuntu2) ...
   Setting up libpam0g:arm64 (1.4.0-11ubuntu2.3) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libpam-modules-bin_1.4.0-11ubuntu2.3_arm64.deb ...
   Unpacking libpam-modules-bin (1.4.0-11ubuntu2.3) over (1.4.0-11ubuntu2) ...
   Setting up libpam-modules-bin (1.4.0-11ubuntu2.3) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../libpam-modules_1.4.0-11ubuntu2.3_arm64.deb ...
   Unpacking libpam-modules:arm64 (1.4.0-11ubuntu2.3) over (1.4.0-11ubuntu2) ...
   Setting up libpam-modules:arm64 (1.4.0-11ubuntu2.3) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../logsave_1.46.5-2ubuntu1.1_arm64.deb ...
   Unpacking logsave (1.46.5-2ubuntu1.1) over (1.46.5-2ubuntu1) ...
   Preparing to unpack .../libext2fs2_1.46.5-2ubuntu1.1_arm64.deb ...
   Unpacking libext2fs2:arm64 (1.46.5-2ubuntu1.1) over (1.46.5-2ubuntu1) ...
   Setting up libext2fs2:arm64 (1.46.5-2ubuntu1.1) ...
   (Reading database ... 26681 files and directories currently installed.)
   Preparing to unpack .../0-e2fsprogs_1.46.5-2ubuntu1.1_arm64.deb ...
   Unpacking e2fsprogs (1.46.5-2ubuntu1.1) over (1.46.5-2ubuntu1) ...
   Preparing to unpack .../1-python3-distutils_3.10.6-1~22.04_all.deb ...
   Unpacking python3-distutils (3.10.6-1~22.04) over (3.10.4-0ubuntu1) ...
   Preparing to unpack .../2-python3-lib2to3_3.10.6-1~22.04_all.deb ...
   Unpacking python3-lib2to3 (3.10.6-1~22.04) over (3.10.4-0ubuntu1) ...
   Preparing to unpack .../3-python3.10_3.10.6-1~22.04.2_arm64.deb ...
   Unpacking python3.10 (3.10.6-1~22.04.2) over (3.10.4-3) ...
   Preparing to unpack .../4-libpython3.10-stdlib_3.10.6-1~22.04.2_arm64.deb ...
   Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) over (3.10.4-3) ...
   Preparing to unpack .../5-python3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
   Unpacking python3.10-minimal (3.10.6-1~22.04.2) over (3.10.4-3) ...
   Preparing to unpack .../6-libpython3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
   Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) over (3.10.4-3) ...
   Preparing to unpack .../7-libexpat1_2.4.7-1ubuntu0.2_arm64.deb ...
   Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) over (2.4.7-1) ...
   Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
   Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
   Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
   (Reading database ... 26811 files and directories currently installed.)
   Preparing to unpack .../python3-minimal_3.10.6-1~22.04_arm64.deb ...
   Unpacking python3-minimal (3.10.6-1~22.04) over (3.10.4-0ubuntu2) ...
   Setting up python3-minimal (3.10.6-1~22.04) ...
   (Reading database ... 26811 files and directories currently installed.)
   Preparing to unpack .../python3_3.10.6-1~22.04_arm64.deb ...
   Unpacking python3 (3.10.6-1~22.04) over (3.10.4-0ubuntu2) ...
   Preparing to unpack .../libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
   Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) over (3.10.4-0ubuntu2) ...
   Preparing to unpack .../libpam-runtime_1.4.0-11ubuntu2.3_all.deb ...
   Unpacking libpam-runtime (1.4.0-11ubuntu2.3) over (1.4.0-11ubuntu2) ...
   Setting up libpam-runtime (1.4.0-11ubuntu2.3) ...
   (Reading database ... 26811 files and directories currently installed.)
   Preparing to unpack .../libpcre2-dev_10.39-3ubuntu0.1_arm64.deb ...
   Unpacking libpcre2-dev:arm64 (10.39-3ubuntu0.1) over (10.39-3build1) ...
   Preparing to unpack .../libpcre2-16-0_10.39-3ubuntu0.1_arm64.deb ...
   Unpacking libpcre2-16-0:arm64 (10.39-3ubuntu0.1) over (10.39-3build1) ...
   Preparing to unpack .../libpcre2-32-0_10.39-3ubuntu0.1_arm64.deb ...
   Unpacking libpcre2-32-0:arm64 (10.39-3ubuntu0.1) over (10.39-3build1) ...
   Preparing to unpack .../libpcre2-posix3_10.39-3ubuntu0.1_arm64.deb ...
   Unpacking libpcre2-posix3:arm64 (10.39-3ubuntu0.1) over (10.39-3build1) ...
   Preparing to unpack .../libpcre2-8-0_10.39-3ubuntu0.1_arm64.deb ...
   Unpacking libpcre2-8-0:arm64 (10.39-3ubuntu0.1) over (10.39-3build1) ...
   Setting up libpcre2-8-0:arm64 (10.39-3ubuntu0.1) ...
   (Reading database ... 26811 files and directories currently installed.)
   Preparing to unpack .../libpcre3-dev_2%3a8.39-13ubuntu0.22.04.1_arm64.deb ...
   Unpacking libpcre3-dev:arm64 (2:8.39-13ubuntu0.22.04.1) over (2:8.39-13build5) ...
   Preparing to unpack .../libpcre16-3_2%3a8.39-13ubuntu0.22.04.1_arm64.deb ...
   Unpacking libpcre16-3:arm64 (2:8.39-13ubuntu0.22.04.1) over (2:8.39-13build5) ...
   Preparing to unpack .../libpcre32-3_2%3a8.39-13ubuntu0.22.04.1_arm64.deb ...
   Unpacking libpcre32-3:arm64 (2:8.39-13ubuntu0.22.04.1) over (2:8.39-13build5) ...
   Preparing to unpack .../libpcrecpp0v5_2%3a8.39-13ubuntu0.22.04.1_arm64.deb ...
   Unpacking libpcrecpp0v5:arm64 (2:8.39-13ubuntu0.22.04.1) over (2:8.39-13build5) ...
   Preparing to unpack .../libpcre3_2%3a8.39-13ubuntu0.22.04.1_arm64.deb ...
   Unpacking libpcre3:arm64 (2:8.39-13ubuntu0.22.04.1) over (2:8.39-13build5) ...
   Setting up libpcre3:arm64 (2:8.39-13ubuntu0.22.04.1) ...
   (Reading database ... 26811 files and directories currently installed.)
   Preparing to unpack .../passwd_1%3a4.8.1-2ubuntu2.1_arm64.deb ...
   Unpacking passwd (1:4.8.1-2ubuntu2.1) over (1:4.8.1-2ubuntu2) ...
   Setting up passwd (1:4.8.1-2ubuntu2.1) ...
   (Reading database ... 26811 files and directories currently installed.)
   Preparing to unpack .../00-libss2_1.46.5-2ubuntu1.1_arm64.deb ...
   Unpacking libss2:arm64 (1.46.5-2ubuntu1.1) over (1.46.5-2ubuntu1) ...
   Preparing to unpack .../01-kbd_2.3.0-3ubuntu4.22.04_arm64.deb ...
   Unpacking kbd (2.3.0-3ubuntu4.22.04) over (2.3.0-3ubuntu4) ...
   Preparing to unpack .../02-libdbus-1-3_1.12.20-2ubuntu4.1_arm64.deb ...
   Unpacking libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) over (1.12.20-2ubuntu4) ...
   Preparing to unpack .../03-libfribidi0_1.0.8-2ubuntu3.1_arm64.deb ...
   Unpacking libfribidi0:arm64 (1.0.8-2ubuntu3.1) over (1.0.8-2ubuntu3) ...
   Preparing to unpack .../04-libglib2.0-dev-bin_2.72.4-0ubuntu1_arm64.deb ...
   Unpacking libglib2.0-dev-bin (2.72.4-0ubuntu1) over (2.72.1-1) ...
   Preparing to unpack .../05-libglib2.0-dev_2.72.4-0ubuntu1_arm64.deb ...
   Unpacking libglib2.0-dev:arm64 (2.72.4-0ubuntu1) over (2.72.1-1) ...
   Preparing to unpack .../06-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
   Unpacking libglib2.0-data (2.72.4-0ubuntu1) over (2.72.1-1) ...
   Preparing to unpack .../07-libglib2.0-bin_2.72.4-0ubuntu1_arm64.deb ...
   Unpacking libglib2.0-bin (2.72.4-0ubuntu1) over (2.72.1-1) ...
   Preparing to unpack .../08-libglib2.0-0_2.72.4-0ubuntu1_arm64.deb ...
   Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu1) over (2.72.1-1) ...
   Preparing to unpack .../09-libxml2_2.9.13+dfsg-1ubuntu0.2_arm64.deb ...
   Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) over (2.9.13+dfsg-1build1) ...
   Preparing to unpack .../10-locales_2.35-0ubuntu3.1_all.deb ...
   Unpacking locales (2.35-0ubuntu3.1) over (2.35-0ubuntu3) ...
   Preparing to unpack .../11-fonts-noto-color-emoji_2.038-0ubuntu1_all.deb ...
   Unpacking fonts-noto-color-emoji (2.038-0ubuntu1) over (2.034-1) ...
   Preparing to unpack .../12-libgdk-pixbuf2.0-common_2.42.8+dfsg-1ubuntu0.2_all.deb ...
   Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.2) over (2.42.8+dfsg-1) ...
   Preparing to unpack .../13-libjbig0_2.1-3.1ubuntu0.22.04.1_arm64.deb ...
   Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) over (2.1-3.1build3) ...
   Preparing to unpack .../14-libtiff5_4.3.0-6ubuntu0.4_arm64.deb ...
   Unpacking libtiff5:arm64 (4.3.0-6ubuntu0.4) over (4.3.0-6) ...
   Preparing to unpack .../15-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1ubuntu0.2_arm64.deb ...
   Unpacking libgdk-pixbuf-2.0-0:arm64 (2.42.8+dfsg-1ubuntu0.2) over (2.42.8+dfsg-1) ...
   Preparing to unpack .../16-gtk-update-icon-cache_3.24.33-1ubuntu2_arm64.deb ...
   Unpacking gtk-update-icon-cache (3.24.33-1ubuntu2) over (3.24.33-1ubuntu1) ...
   Preparing to unpack .../17-libcups2_2.4.1op1-1ubuntu4.1_arm64.deb ...
   Unpacking libcups2:arm64 (2.4.1op1-1ubuntu4.1) over (2.4.1op1-1ubuntu4) ...
   Preparing to unpack .../18-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
   Unpacking libdpkg-perl (1.21.1ubuntu2.1) over (1.21.1ubuntu2) ...
   Preparing to unpack .../19-libfreetype6_2.11.1+dfsg-1ubuntu0.1_arm64.deb ...
   Unpacking libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) over (2.11.1+dfsg-1build1) ...
   Preparing to unpack .../20-libharfbuzz0b_2.7.4-1ubuntu3.1_arm64.deb ...
   Unpacking libharfbuzz0b:arm64 (2.7.4-1ubuntu3.1) over (2.7.4-1ubuntu3) ...
   Preparing to unpack .../21-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_arm64.deb ...
   Unpacking libpangoft2-1.0-0:arm64 (1.50.6+ds-2ubuntu1) over (1.50.6+ds-2) ...
   Preparing to unpack .../22-libpango-1.0-0_1.50.6+ds-2ubuntu1_arm64.deb ...
   Unpacking libpango-1.0-0:arm64 (1.50.6+ds-2ubuntu1) over (1.50.6+ds-2) ...
   Preparing to unpack .../23-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_arm64.deb ...
   Unpacking libpangocairo-1.0-0:arm64 (1.50.6+ds-2ubuntu1) over (1.50.6+ds-2) ...
   Preparing to unpack .../24-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_arm64.deb ...
   Unpacking libpixman-1-0:arm64 (0.40.0-1ubuntu0.22.04.1) over (0.40.0-1build4) ...
   Preparing to unpack .../25-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
   Unpacking gnupg2 (2.2.27-3ubuntu2.1) over (2.2.27-3ubuntu2) ...
   Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ...
   Setting up libpcrecpp0v5:arm64 (2:8.39-13ubuntu0.22.04.1) ...
   Setting up libpixman-1-0:arm64 (0.40.0-1ubuntu0.22.04.1) ...
   Setting up apt-utils (2.4.8) ...
   Setting up libpcre16-3:arm64 (2:8.39-13ubuntu0.22.04.1) ...
   Setting up fonts-noto-color-emoji (2.038-0ubuntu1) ...
   Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
   No schema files found: doing nothing.
   Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
   Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.2) ...
   Setting up linux-libc-dev:arm64 (23.02.2) ...
   Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
   Setting up locales (2.35-0ubuntu3.1) ...
   Generating locales (this might take a while)...
     en_US.UTF-8... done
   Generation complete.
   Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
   Setting up libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
   Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
   Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
   Setting up libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
   Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
   Setting up libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
   Setting up libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
   Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
   Setting up libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ...
   Setting up libfribidi0:arm64 (1.0.8-2ubuntu3.1) ...
   Setting up libpcre32-3:arm64 (2:8.39-13ubuntu0.22.04.1) ...
   Setting up libss2:arm64 (1.46.5-2ubuntu1.1) ...
   Setting up logsave (1.46.5-2ubuntu1.1) ...
   Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
   Setting up libcups2:arm64 (2.4.1op1-1ubuntu4.1) ...
   Setting up libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
   Setting up gpgconf (2.2.27-3ubuntu2.1) ...
   Setting up libharfbuzz0b:arm64 (2.7.4-1ubuntu3.1) ...
   Setting up kbd (2.3.0-3ubuntu4.22.04) ...
   Setting up libtiff5:arm64 (4.3.0-6ubuntu0.4) ...
   Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
   Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
   Setting up gpg (2.2.27-3ubuntu2.1) ...
   Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
   Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
   Setting up libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
   Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
   Setting up python3.10 (3.10.6-1~22.04.2) ...
   Setting up gpgsm (2.2.27-3ubuntu2.1) ...
   Setting up libpango-1.0-0:arm64 (1.50.6+ds-2ubuntu1) ...
   Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
   Setting up e2fsprogs (1.46.5-2ubuntu1.1) ...
   Setting up python3 (3.10.6-1~22.04) ...
   Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
   Setting up dirmngr (2.2.27-3ubuntu2.1) ...
   Setting up perl (5.34.0-3ubuntu1.1) ...
   Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
   Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
   Setting up libc6-dev:arm64 (2.35-0ubuntu3.1) ...
   Setting up libgdk-pixbuf-2.0-0:arm64 (2.42.8+dfsg-1ubuntu0.2) ...
   Setting up libpangoft2-1.0-0:arm64 (1.50.6+ds-2ubuntu1) ...
   Setting up python3-lib2to3 (3.10.6-1~22.04) ...
   Setting up libpangocairo-1.0-0:arm64 (1.50.6+ds-2ubuntu1) ...
   Setting up python3-distutils (3.10.6-1~22.04) ...
   Setting up libglib2.0-dev-bin (2.72.4-0ubuntu1) ...
   Setting up gtk-update-icon-cache (3.24.33-1ubuntu2) ...
   Setting up libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
   Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
   Setting up libpcre3-dev:arm64 (2:8.39-13ubuntu0.22.04.1) ...
   Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2ubuntu9.2) ...
   Setting up gnupg (2.2.27-3ubuntu2.1) ...
   Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
   Setting up libglib2.0-dev:arm64 (2.72.4-0ubuntu1) ...
   Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
   Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
--> (600) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (600) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (600) INFO: Installing the main packages for [ Armbian ]
--> (600) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (600) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (600) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (600) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends --dry-run install bc bridge-utils ca-certificates chrony command-not-found console-setup cron curl dbus-user-session debconf-utils debsums device-tree-compiler ethtool fake-hwclock fdisk figlet htop inetutils-ping init initramfs-tools jq logrotate less linux-base man-db mmc-utils ncurses-term nano netplan.io network-manager openssh-server parted psmisc rsync rsyslog sudo sysfsutils sysstat toilet tzdata u-boot-tools usbutils vlan wget wireless-tools wpasupplicant gpiod cpufrequtils mtd-utils nocache alsa-utils apt-file apt-utils aptitude automake avahi-autoipd bash-completion bison btrfs-progs build-essential cracklib-runtime dkms dosfstools evtest expect f2fs-tools f3 fbset flex git gnupg2 haveged hdparm html2text i2c-tools ifenslave iotop iperf3 iptables keyboard-configuration libdigest-sha-perl libfuse2 libnl-3-dev libnl-genl-3-dev libnss-myhostname libpam-systemd libproc-processtable-perl libssl-dev libwrap0-dev lsof mc network-manager-openvpn nfs-common ntfs-3g pciutils plymouth plymouth-themes pv python3-distutils python3-lib2to3 qrencode rfkill rng-tools screen software-properties-common smartmontools stress unattended-upgrades unicode-data unzip vnstat wireless-regdb iozone3 2>&1 | { grep --line-buffered -v -e '^Conf ' -e '^Inst ' || true; }
--> (612) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (612) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (612) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (612) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (612) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (612) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends --download-only install bc bridge-utils ca-certificates chrony command-not-found console-setup cron curl dbus-user-session debconf-utils debsums device-tree-compiler ethtool fake-hwclock fdisk figlet htop inetutils-ping init initramfs-tools jq logrotate less linux-base man-db mmc-utils ncurses-term nano netplan.io network-manager openssh-server parted psmisc rsync rsyslog sudo sysfsutils sysstat toilet tzdata u-boot-tools usbutils vlan wget wireless-tools wpasupplicant gpiod cpufrequtils mtd-utils nocache alsa-utils apt-file apt-utils aptitude automake avahi-autoipd bash-completion bison btrfs-progs build-essential cracklib-runtime dkms dosfstools evtest expect f2fs-tools f3 fbset flex git gnupg2 haveged hdparm html2text i2c-tools ifenslave iotop iperf3 iptables keyboard-configuration libdigest-sha-perl libfuse2 libnl-3-dev libnl-genl-3-dev libnss-myhostname libpam-systemd libproc-processtable-perl libssl-dev libwrap0-dev lsof mc network-manager-openvpn nfs-common ntfs-3g pciutils plymouth plymouth-themes pv python3-distutils python3-lib2to3 qrencode rfkill rng-tools screen software-properties-common smartmontools stress unattended-upgrades unicode-data unzip vnstat wireless-regdb iozone3
--> (631) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (631) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (631) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (631) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (631) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (631) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends install bc bridge-utils ca-certificates chrony command-not-found console-setup cron curl dbus-user-session debconf-utils debsums device-tree-compiler ethtool fake-hwclock fdisk figlet htop inetutils-ping init initramfs-tools jq logrotate less linux-base man-db mmc-utils ncurses-term nano netplan.io network-manager openssh-server parted psmisc rsync rsyslog sudo sysfsutils sysstat toilet tzdata u-boot-tools usbutils vlan wget wireless-tools wpasupplicant gpiod cpufrequtils mtd-utils nocache alsa-utils apt-file apt-utils aptitude automake avahi-autoipd bash-completion bison btrfs-progs build-essential cracklib-runtime dkms dosfstools evtest expect f2fs-tools f3 fbset flex git gnupg2 haveged hdparm html2text i2c-tools ifenslave iotop iperf3 iptables keyboard-configuration libdigest-sha-perl libfuse2 libnl-3-dev libnl-genl-3-dev libnss-myhostname libpam-systemd libproc-processtable-perl libssl-dev libwrap0-dev lsof mc network-manager-openvpn nfs-common ntfs-3g pciutils plymouth plymouth-themes pv python3-distutils python3-lib2to3 qrencode rfkill rng-tools screen software-properties-common smartmontools stress unattended-upgrades unicode-data unzip vnstat wireless-regdb iozone3
   Preconfiguring packages ...
   Selecting previously unselected package libapparmor1:arm64.
   (Reading database ... 26811 files and directories currently installed.)
   Preparing to unpack .../0-libapparmor1_3.0.4-2ubuntu2.2_arm64.deb ...
   Unpacking libapparmor1:arm64 (3.0.4-2ubuntu2.2) ...
   Selecting previously unselected package libargon2-1:arm64.
   Preparing to unpack .../1-libargon2-1_0~20171227-0.3_arm64.deb ...
   Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
   Selecting previously unselected package libdevmapper1.02.1:arm64.
   Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
   Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
   Selecting previously unselected package libjson-c5:arm64.
   Preparing to unpack .../3-libjson-c5_0.15-3~ubuntu1.22.04.1_arm64.deb ...
   Unpacking libjson-c5:arm64 (0.15-3~ubuntu1.22.04.1) ...
   Selecting previously unselected package libcryptsetup12:arm64.
   Preparing to unpack .../4-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_arm64.deb ...
   Unpacking libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.1) ...
   Selecting previously unselected package libip4tc2:arm64.
   Preparing to unpack .../5-libip4tc2_1.8.7-1ubuntu5_arm64.deb ...
   Unpacking libip4tc2:arm64 (1.8.7-1ubuntu5) ...
   Selecting previously unselected package libkmod2:arm64.
   Preparing to unpack .../6-libkmod2_29-1ubuntu1_arm64.deb ...
   Unpacking libkmod2:arm64 (29-1ubuntu1) ...
   Selecting previously unselected package systemd.
   Preparing to unpack .../7-systemd_249.11-0ubuntu3.7_arm64.deb ...
   Unpacking systemd (249.11-0ubuntu3.7) ...
   Setting up libapparmor1:arm64 (3.0.4-2ubuntu2.2) ...
   Setting up libargon2-1:arm64 (0~20171227-0.3) ...
   Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
   Setting up libjson-c5:arm64 (0.15-3~ubuntu1.22.04.1) ...
   Setting up libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.1) ...
   Setting up libip4tc2:arm64 (1.8.7-1ubuntu5) ...
   Setting up libkmod2:arm64 (29-1ubuntu1) ...
   Setting up systemd (249.11-0ubuntu3.7) ...
   Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
   Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
   Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
   Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
   Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
   Initializing machine ID from random generator.
   Selecting previously unselected package systemd-sysv.
   (Reading database ... 27627 files and directories currently installed.)
   Preparing to unpack .../systemd-sysv_249.11-0ubuntu3.7_arm64.deb ...
   Unpacking systemd-sysv (249.11-0ubuntu3.7) ...
   Setting up systemd-sysv (249.11-0ubuntu3.7) ...
   Selecting previously unselected package init.
   (Reading database ... 27644 files and directories currently installed.)
   Preparing to unpack .../archives/init_1.62_arm64.deb ...
   Unpacking init (1.62) ...
   Selecting previously unselected package cron.
   Preparing to unpack .../cron_3.0pl1-137ubuntu3_arm64.deb ...
   Unpacking cron (3.0pl1-137ubuntu3) ...
   Selecting previously unselected package libfuse3-3:arm64.
   Preparing to unpack .../libfuse3-3_3.10.5-1build1_arm64.deb ...
   Unpacking libfuse3-3:arm64 (3.10.5-1build1) ...
   Selecting previously unselected package fuse3.
   Preparing to unpack .../fuse3_3.10.5-1build1_arm64.deb ...
   Unpacking fuse3 (3.10.5-1build1) ...
   Selecting previously unselected package libntfs-3g89.
   Preparing to unpack .../libntfs-3g89_1%3a2021.8.22-3ubuntu1.2_arm64.deb ...
   Unpacking libntfs-3g89 (1:2021.8.22-3ubuntu1.2) ...
   Setting up libfuse3-3:arm64 (3.10.5-1build1) ...
   Setting up fuse3 (3.10.5-1build1) ...
   Selecting previously unselected package ntfs-3g.
   (Reading database ... 27710 files and directories currently installed.)
   Preparing to unpack .../00-ntfs-3g_1%3a2021.8.22-3ubuntu1.2_arm64.deb ...
   Unpacking ntfs-3g (1:2021.8.22-3ubuntu1.2) ...
   Selecting previously unselected package libpopt0:arm64.
   Preparing to unpack .../01-libpopt0_1.18-3build1_arm64.deb ...
   Unpacking libpopt0:arm64 (1.18-3build1) ...
   Selecting previously unselected package rsync.
   Preparing to unpack .../02-rsync_3.2.7-0ubuntu0.22.04.2_arm64.deb ...
   Unpacking rsync (3.2.7-0ubuntu0.22.04.2) ...
   Selecting previously unselected package libcpufreq0.
   Preparing to unpack .../03-libcpufreq0_008-2build1_arm64.deb ...
   Unpacking libcpufreq0 (008-2build1) ...
   Selecting previously unselected package cpufrequtils.
   Preparing to unpack .../04-cpufrequtils_008-2build1_arm64.deb ...
   Unpacking cpufrequtils (008-2build1) ...
   Selecting previously unselected package distro-info-data.
   Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
   Unpacking distro-info-data (0.52ubuntu0.2) ...
   Selecting previously unselected package lsb-release.
   Preparing to unpack .../06-lsb-release_11.1.0ubuntu4_all.deb ...
   Unpacking lsb-release (11.1.0ubuntu4) ...
   Selecting previously unselected package kmod.
   Preparing to unpack .../07-kmod_29-1ubuntu1_arm64.deb ...
   Unpacking kmod (29-1ubuntu1) ...
   Selecting previously unselected package gcc-11-base:arm64.
   Preparing to unpack .../08-gcc-11-base_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package libisl23:arm64.
   Preparing to unpack .../09-libisl23_0.24-2build1_arm64.deb ...
   Unpacking libisl23:arm64 (0.24-2build1) ...
   Selecting previously unselected package libmpfr6:arm64.
   Preparing to unpack .../10-libmpfr6_4.1.0-3build3_arm64.deb ...
   Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
   Selecting previously unselected package libmpc3:arm64.
   Preparing to unpack .../11-libmpc3_1.2.1-2build1_arm64.deb ...
   Unpacking libmpc3:arm64 (1.2.1-2build1) ...
   Selecting previously unselected package cpp-11.
   Preparing to unpack .../12-cpp-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package cpp.
   Preparing to unpack .../13-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
   Unpacking cpp (4:11.2.0-1ubuntu1) ...
   Selecting previously unselected package libcc1-0:arm64.
   Preparing to unpack .../14-libcc1-0_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package binutils-common:arm64.
   Preparing to unpack .../15-binutils-common_2.38-4ubuntu2.1_arm64.deb ...
   Unpacking binutils-common:arm64 (2.38-4ubuntu2.1) ...
   Selecting previously unselected package libbinutils:arm64.
   Preparing to unpack .../16-libbinutils_2.38-4ubuntu2.1_arm64.deb ...
   Unpacking libbinutils:arm64 (2.38-4ubuntu2.1) ...
   Selecting previously unselected package libctf-nobfd0:arm64.
   Preparing to unpack .../17-libctf-nobfd0_2.38-4ubuntu2.1_arm64.deb ...
   Unpacking libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
   Selecting previously unselected package libctf0:arm64.
   Preparing to unpack .../18-libctf0_2.38-4ubuntu2.1_arm64.deb ...
   Unpacking libctf0:arm64 (2.38-4ubuntu2.1) ...
   Selecting previously unselected package binutils-aarch64-linux-gnu.
   Preparing to unpack .../19-binutils-aarch64-linux-gnu_2.38-4ubuntu2.1_arm64.deb ...
   Unpacking binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
   Selecting previously unselected package binutils.
   Preparing to unpack .../20-binutils_2.38-4ubuntu2.1_arm64.deb ...
   Unpacking binutils (2.38-4ubuntu2.1) ...
   Selecting previously unselected package libgomp1:arm64.
   Preparing to unpack .../21-libgomp1_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libitm1:arm64.
   Preparing to unpack .../22-libitm1_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libatomic1:arm64.
   Preparing to unpack .../23-libatomic1_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libasan6:arm64.
   Preparing to unpack .../24-libasan6_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package liblsan0:arm64.
   Preparing to unpack .../25-liblsan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libtsan0:arm64.
   Preparing to unpack .../26-libtsan0_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package libubsan1:arm64.
   Preparing to unpack .../27-libubsan1_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libhwasan0:arm64.
   Preparing to unpack .../28-libhwasan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libgcc-11-dev:arm64.
   Preparing to unpack .../29-libgcc-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package gcc-11.
   Preparing to unpack .../30-gcc-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package gcc.
   Preparing to unpack .../31-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
   Unpacking gcc (4:11.2.0-1ubuntu1) ...
   Selecting previously unselected package cpp-12.
   Preparing to unpack .../32-cpp-12_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking cpp-12 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libasan8:arm64.
   Preparing to unpack .../33-libasan8_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libasan8:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libtsan2:arm64.
   Preparing to unpack .../34-libtsan2_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libtsan2:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libgcc-12-dev:arm64.
   Preparing to unpack .../35-libgcc-12-dev_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libgcc-12-dev:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package gcc-12.
   Preparing to unpack .../36-gcc-12_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking gcc-12 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package bzip2.
   Preparing to unpack .../37-bzip2_1.0.8-5build1_arm64.deb ...
   Unpacking bzip2 (1.0.8-5build1) ...
   Selecting previously unselected package xz-utils.
   Preparing to unpack .../38-xz-utils_5.2.5-2ubuntu1_arm64.deb ...
   Unpacking xz-utils (5.2.5-2ubuntu1) ...
   Selecting previously unselected package patch.
   Preparing to unpack .../39-patch_2.7.6-7build2_arm64.deb ...
   Unpacking patch (2.7.6-7build2) ...
   Selecting previously unselected package make.
   Preparing to unpack .../40-make_4.3-4.1build1_arm64.deb ...
   Unpacking make (4.3-4.1build1) ...
   Selecting previously unselected package lto-disabled-list.
   Preparing to unpack .../41-lto-disabled-list_24_all.deb ...
   Unpacking lto-disabled-list (24) ...
   Selecting previously unselected package dpkg-dev.
   Preparing to unpack .../42-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
   Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
   Selecting previously unselected package libstdc++-11-dev:arm64.
   Preparing to unpack .../43-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package g++-11.
   Preparing to unpack .../44-g++-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package g++.
   Preparing to unpack .../45-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
   Unpacking g++ (4:11.2.0-1ubuntu1) ...
   Selecting previously unselected package build-essential.
   Preparing to unpack .../46-build-essential_12.9ubuntu3_arm64.deb ...
   Unpacking build-essential (12.9ubuntu3) ...
   Selecting previously unselected package dctrl-tools.
   Preparing to unpack .../47-dctrl-tools_2.24-3build2_arm64.deb ...
   Unpacking dctrl-tools (2.24-3build2) ...
   Setting up distro-info-data (0.52ubuntu0.2) ...
   Setting up lsb-release (11.1.0ubuntu4) ...
   Selecting previously unselected package dkms.
   (Reading database ... 29911 files and directories currently installed.)
   Preparing to unpack .../000-dkms_2.8.7-2ubuntu2.1_all.deb ...
   Unpacking dkms (2.8.7-2ubuntu2.1) ...
   Selecting previously unselected package libsigsegv2:arm64.
   Preparing to unpack .../001-libsigsegv2_2.13-1ubuntu3_arm64.deb ...
   Unpacking libsigsegv2:arm64 (2.13-1ubuntu3) ...
   Selecting previously unselected package m4.
   Preparing to unpack .../002-m4_1.4.18-5ubuntu2_arm64.deb ...
   Unpacking m4 (1.4.18-5ubuntu2) ...
   Selecting previously unselected package flex.
   Preparing to unpack .../003-flex_2.6.4-8build2_arm64.deb ...
   Unpacking flex (2.6.4-8build2) ...
   Selecting previously unselected package libevent-core-2.1-7:arm64.
   Preparing to unpack .../004-libevent-core-2.1-7_2.1.12-stable-1build3_arm64.deb ...
   Unpacking libevent-core-2.1-7:arm64 (2.1.12-stable-1build3) ...
   Selecting previously unselected package libnfsidmap1:arm64.
   Preparing to unpack .../005-libnfsidmap1_1%3a2.6.1-1ubuntu1.2_arm64.deb ...
   Unpacking libnfsidmap1:arm64 (1:2.6.1-1ubuntu1.2) ...
   Selecting previously unselected package libwrap0:arm64.
   Preparing to unpack .../006-libwrap0_7.6.q-31build2_arm64.deb ...
   Unpacking libwrap0:arm64 (7.6.q-31build2) ...
   Selecting previously unselected package rpcbind.
   Preparing to unpack .../007-rpcbind_1.2.6-2build1_arm64.deb ...
   Unpacking rpcbind (1.2.6-2build1) ...
   Selecting previously unselected package keyutils.
   Preparing to unpack .../008-keyutils_1.6.1-2ubuntu3_arm64.deb ...
   Unpacking keyutils (1.6.1-2ubuntu3) ...
   Selecting previously unselected package nfs-common.
   Preparing to unpack .../009-nfs-common_1%3a2.6.1-1ubuntu1.2_arm64.deb ...
   Unpacking nfs-common (1:2.6.1-1ubuntu1.2) ...
   Selecting previously unselected package libedit2:arm64.
   Preparing to unpack .../010-libedit2_3.1-20210910-1build1_arm64.deb ...
   Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
   Selecting previously unselected package libcbor0.8:arm64.
   Preparing to unpack .../011-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
   Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
   Selecting previously unselected package libfido2-1:arm64.
   Preparing to unpack .../012-libfido2-1_1.10.0-1_arm64.deb ...
   Unpacking libfido2-1:arm64 (1.10.0-1) ...
   Selecting previously unselected package openssh-client.
   Preparing to unpack .../013-openssh-client_1%3a8.9p1-3ubuntu0.1_arm64.deb ...
   Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
   Selecting previously unselected package openssh-sftp-server.
   Preparing to unpack .../014-openssh-sftp-server_1%3a8.9p1-3ubuntu0.1_arm64.deb ...
   Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.1) ...
   Selecting previously unselected package openssh-server.
   Preparing to unpack .../015-openssh-server_1%3a8.9p1-3ubuntu0.1_arm64.deb ...
   Unpacking openssh-server (1:8.9p1-3ubuntu0.1) ...
   Selecting previously unselected package udev.
   Preparing to unpack .../016-udev_249.11-0ubuntu3.7_arm64.deb ...
   Unpacking udev (249.11-0ubuntu3.7) ...
   Selecting previously unselected package rng-tools-debian.
   Preparing to unpack .../017-rng-tools-debian_2.3_arm64.deb ...
   Unpacking rng-tools-debian (2.3) ...
   Selecting previously unselected package vnstat.
   Preparing to unpack .../018-vnstat_2.9-1_arm64.deb ...
   Unpacking vnstat (2.9-1) ...
   Selecting previously unselected package libbpf0:arm64.
   Preparing to unpack .../019-libbpf0_1%3a0.5.0-1ubuntu22.04.1_arm64.deb ...
   Unpacking libbpf0:arm64 (1:0.5.0-1ubuntu22.04.1) ...
   Selecting previously unselected package libmnl0:arm64.
   Preparing to unpack .../020-libmnl0_1.0.4-3build2_arm64.deb ...
   Unpacking libmnl0:arm64 (1.0.4-3build2) ...
   Selecting previously unselected package libxtables12:arm64.
   Preparing to unpack .../021-libxtables12_1.8.7-1ubuntu5_arm64.deb ...
   Unpacking libxtables12:arm64 (1.8.7-1ubuntu5) ...
   Selecting previously unselected package libcap2-bin.
   Preparing to unpack .../022-libcap2-bin_1%3a2.44-1build3_arm64.deb ...
   Unpacking libcap2-bin (1:2.44-1build3) ...
   Selecting previously unselected package iproute2.
   Preparing to unpack .../023-iproute2_5.15.0-1ubuntu2_arm64.deb ...
   Unpacking iproute2 (5.15.0-1ubuntu2) ...
   Selecting previously unselected package tzdata.
   Preparing to unpack .../024-tzdata_2022g-0ubuntu0.22.04.1_all.deb ...
   Unpacking tzdata (2022g-0ubuntu0.22.04.1) ...
   Selecting previously unselected package chrony.
   Preparing to unpack .../025-chrony_4.2-2ubuntu2_arm64.deb ...
   Unpacking chrony (4.2-2ubuntu2) ...
   Selecting previously unselected package libhavege2:arm64.
   Preparing to unpack .../026-libhavege2_1.9.14-1ubuntu1_arm64.deb ...
   Unpacking libhavege2:arm64 (1.9.14-1ubuntu1) ...
   Selecting previously unselected package haveged.
   Preparing to unpack .../027-haveged_1.9.14-1ubuntu1_arm64.deb ...
   Unpacking haveged (1.9.14-1ubuntu1) ...
   Selecting previously unselected package libsysfs2:arm64.
   Preparing to unpack .../028-libsysfs2_2.1.1-1build1_arm64.deb ...
   Unpacking libsysfs2:arm64 (2.1.1-1build1) ...
   Selecting previously unselected package pci.ids.
   Preparing to unpack .../029-pci.ids_0.0~2022.01.22-1_all.deb ...
   Unpacking pci.ids (0.0~2022.01.22-1) ...
   Selecting previously unselected package sysfsutils.
   Preparing to unpack .../030-sysfsutils_2.1.1-1build1_arm64.deb ...
   Unpacking sysfsutils (2.1.1-1build1) ...
   Selecting previously unselected package openssl.
   Preparing to unpack .../031-openssl_3.0.2-0ubuntu1.8_arm64.deb ...
   Unpacking openssl (3.0.2-0ubuntu1.8) ...
   Selecting previously unselected package ca-certificates.
   Preparing to unpack .../032-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
   Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
   Selecting previously unselected package dbus.
   Preparing to unpack .../033-dbus_1.12.20-2ubuntu4.1_arm64.deb ...
   Unpacking dbus (1.12.20-2ubuntu4.1) ...
   Selecting previously unselected package libgirepository-1.0-1:arm64.
   Preparing to unpack .../034-libgirepository-1.0-1_1.72.0-1_arm64.deb ...
   Unpacking libgirepository-1.0-1:arm64 (1.72.0-1) ...
   Selecting previously unselected package gir1.2-glib-2.0:arm64.
   Preparing to unpack .../035-gir1.2-glib-2.0_1.72.0-1_arm64.deb ...
   Unpacking gir1.2-glib-2.0:arm64 (1.72.0-1) ...
   Selecting previously unselected package libisc-export1105:arm64.
   Preparing to unpack .../036-libisc-export1105_1%3a9.11.19+dfsg-2.1ubuntu3_arm64.deb ...
   Unpacking libisc-export1105:arm64 (1:9.11.19+dfsg-2.1ubuntu3) ...
   Selecting previously unselected package libdns-export1110.
   Preparing to unpack .../037-libdns-export1110_1%3a9.11.19+dfsg-2.1ubuntu3_arm64.deb ...
   Unpacking libdns-export1110 (1:9.11.19+dfsg-2.1ubuntu3) ...
   Selecting previously unselected package isc-dhcp-client.
   Preparing to unpack .../038-isc-dhcp-client_4.4.1-2.3ubuntu2.4_arm64.deb ...
   Unpacking isc-dhcp-client (4.4.1-2.3ubuntu2.4) ...
   Selecting previously unselected package iso-codes.
   Preparing to unpack .../039-iso-codes_4.9.0-1_all.deb ...
   Unpacking iso-codes (4.9.0-1) ...
   Selecting previously unselected package less.
   Preparing to unpack .../040-less_590-1ubuntu0.22.04.1_arm64.deb ...
   Unpacking less (590-1ubuntu0.22.04.1) ...
   Selecting previously unselected package libestr0:arm64.
   Preparing to unpack .../041-libestr0_0.1.10-2.1build3_arm64.deb ...
   Unpacking libestr0:arm64 (0.1.10-2.1build3) ...
   Selecting previously unselected package libfastjson4:arm64.
   Preparing to unpack .../042-libfastjson4_0.99.9-1build2_arm64.deb ...
   Unpacking libfastjson4:arm64 (0.99.9-1build2) ...
   Selecting previously unselected package libyaml-0-2:arm64.
   Preparing to unpack .../043-libyaml-0-2_0.2.2-1build2_arm64.deb ...
   Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
   Selecting previously unselected package libnetplan0:arm64.
   Preparing to unpack .../044-libnetplan0_0.105-0ubuntu2~22.04.1_arm64.deb ...
   Unpacking libnetplan0:arm64 (0.105-0ubuntu2~22.04.1) ...
   Selecting previously unselected package libslang2:arm64.
   Preparing to unpack .../045-libslang2_2.3.2-5build4_arm64.deb ...
   Unpacking libslang2:arm64 (2.3.2-5build4) ...
   Selecting previously unselected package libnewt0.52:arm64.
   Preparing to unpack .../046-libnewt0.52_0.52.21-5ubuntu2_arm64.deb ...
   Unpacking libnewt0.52:arm64 (0.52.21-5ubuntu2) ...
   Selecting previously unselected package libpam-systemd:arm64.
   Preparing to unpack .../047-libpam-systemd_249.11-0ubuntu3.7_arm64.deb ...
   Unpacking libpam-systemd:arm64 (249.11-0ubuntu3.7) ...
   Selecting previously unselected package logrotate.
   Preparing to unpack .../048-logrotate_3.19.0-1ubuntu1.1_arm64.deb ...
   Unpacking logrotate (3.19.0-1ubuntu1.1) ...
   Selecting previously unselected package netbase.
   Preparing to unpack .../049-netbase_6.3_all.deb ...
   Unpacking netbase (6.3) ...
   Selecting previously unselected package python3-yaml.
   Preparing to unpack .../050-python3-yaml_5.4.1-1ubuntu1_arm64.deb ...
   Unpacking python3-yaml (5.4.1-1ubuntu1) ...
   Selecting previously unselected package python3-netifaces:arm64.
   Preparing to unpack .../051-python3-netifaces_0.11.0-1build2_arm64.deb ...
   Unpacking python3-netifaces:arm64 (0.11.0-1build2) ...
   Selecting previously unselected package netplan.io.
   Preparing to unpack .../052-netplan.io_0.105-0ubuntu2~22.04.1_arm64.deb ...
   Unpacking netplan.io (0.105-0ubuntu2~22.04.1) ...
   Selecting previously unselected package python-apt-common.
   Preparing to unpack .../053-python-apt-common_2.4.0ubuntu1_all.deb ...
   Unpacking python-apt-common (2.4.0ubuntu1) ...
   Selecting previously unselected package python3-apt.
   Preparing to unpack .../054-python3-apt_2.4.0ubuntu1_arm64.deb ...
   Unpacking python3-apt (2.4.0ubuntu1) ...
   Selecting previously unselected package python3-dbus.
   Preparing to unpack .../055-python3-dbus_1.2.18-3build1_arm64.deb ...
   Unpacking python3-dbus (1.2.18-3build1) ...
   Selecting previously unselected package python3-gi.
   Preparing to unpack .../056-python3-gi_3.42.1-0ubuntu1_arm64.deb ...
   Unpacking python3-gi (3.42.1-0ubuntu1) ...
   Selecting previously unselected package python3-pkg-resources.
   Preparing to unpack .../057-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
   Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
   Selecting previously unselected package rsyslog.
   Preparing to unpack .../058-rsyslog_8.2112.0-2ubuntu2.2_arm64.deb ...
   Unpacking rsyslog (8.2112.0-2ubuntu2.2) ...
   Selecting previously unselected package sudo.
   Preparing to unpack .../059-sudo_1.9.9-1ubuntu2.3_arm64.deb ...
   Unpacking sudo (1.9.9-1ubuntu2.3) ...
   Selecting previously unselected package bash-completion.
   Preparing to unpack .../060-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
   Unpacking bash-completion (1:2.11-5ubuntu1) ...
   Selecting previously unselected package bsdextrautils.
   Preparing to unpack .../061-bsdextrautils_2.37.2-4ubuntu3_arm64.deb ...
   Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
   Selecting previously unselected package python3-gdbm:arm64.
   Preparing to unpack .../062-python3-gdbm_3.10.6-1~22.04_arm64.deb ...
   Unpacking python3-gdbm:arm64 (3.10.6-1~22.04) ...
   Selecting previously unselected package python3-commandnotfound.
   Preparing to unpack .../063-python3-commandnotfound_22.04.0_all.deb ...
   Unpacking python3-commandnotfound (22.04.0) ...
   Selecting previously unselected package command-not-found.
   Preparing to unpack .../064-command-not-found_22.04.0_all.deb ...
   Unpacking command-not-found (22.04.0) ...
   Selecting previously unselected package cpio.
   Preparing to unpack .../065-cpio_2.13+dfsg-7_arm64.deb ...
   Unpacking cpio (2.13+dfsg-7) ...
   Selecting previously unselected package dosfstools.
   Preparing to unpack .../066-dosfstools_4.2-1build3_arm64.deb ...
   Unpacking dosfstools (4.2-1build3) ...
   Selecting previously unselected package libmagic-mgc.
   Preparing to unpack .../067-libmagic-mgc_1%3a5.41-3_arm64.deb ...
   Unpacking libmagic-mgc (1:5.41-3) ...
   Selecting previously unselected package libmagic1:arm64.
   Preparing to unpack .../068-libmagic1_1%3a5.41-3_arm64.deb ...
   Unpacking libmagic1:arm64 (1:5.41-3) ...
   Selecting previously unselected package file.
   Preparing to unpack .../069-file_1%3a5.41-3_arm64.deb ...
   Unpacking file (1:5.41-3) ...
   Selecting previously unselected package libuchardet0:arm64.
   Preparing to unpack .../070-libuchardet0_0.0.7-1build2_arm64.deb ...
   Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
   Selecting previously unselected package groff-base.
   Preparing to unpack .../071-groff-base_1.22.4-8build1_arm64.deb ...
   Unpacking groff-base (1.22.4-8build1) ...
   Selecting previously unselected package hdparm.
   Preparing to unpack .../072-hdparm_9.60+ds-1build3_arm64.deb ...
   Unpacking hdparm (9.60+ds-1build3) ...
   Selecting previously unselected package libip6tc2:arm64.
   Preparing to unpack .../073-libip6tc2_1.8.7-1ubuntu5_arm64.deb ...
   Unpacking libip6tc2:arm64 (1.8.7-1ubuntu5) ...
   Selecting previously unselected package libnfnetlink0:arm64.
   Preparing to unpack .../074-libnfnetlink0_1.0.1-3build3_arm64.deb ...
   Unpacking libnfnetlink0:arm64 (1.0.1-3build3) ...
   Selecting previously unselected package libnetfilter-conntrack3:arm64.
   Preparing to unpack .../075-libnetfilter-conntrack3_1.0.9-1_arm64.deb ...
   Unpacking libnetfilter-conntrack3:arm64 (1.0.9-1) ...
   Selecting previously unselected package libnftnl11:arm64.
   Preparing to unpack .../076-libnftnl11_1.2.1-1build1_arm64.deb ...
   Unpacking libnftnl11:arm64 (1.2.1-1build1) ...
   Selecting previously unselected package iptables.
   Preparing to unpack .../077-iptables_1.8.7-1ubuntu5_arm64.deb ...
   Unpacking iptables (1.8.7-1ubuntu5) ...
   Selecting previously unselected package libdrm-common.
   Preparing to unpack .../078-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ...
   Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...
   Selecting previously unselected package libdrm2:arm64.
   Preparing to unpack .../079-libdrm2_2.4.113-2~ubuntu0.22.04.1_arm64.deb ...
   Unpacking libdrm2:arm64 (2.4.113-2~ubuntu0.22.04.1) ...
   Selecting previously unselected package libjansson4:arm64.
   Preparing to unpack .../080-libjansson4_2.13.1-1.1build3_arm64.deb ...
   Unpacking libjansson4:arm64 (2.13.1-1.1build3) ...
   Selecting previously unselected package libnghttp2-14:arm64.
   Preparing to unpack .../081-libnghttp2-14_1.43.0-1build3_arm64.deb ...
   Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
   Selecting previously unselected package libparted2:arm64.
   Preparing to unpack .../082-libparted2_3.4-2build1_arm64.deb ...
   Unpacking libparted2:arm64 (3.4-2build1) ...
   Selecting previously unselected package libpci3:arm64.
   Preparing to unpack .../083-libpci3_1%3a3.7.0-6_arm64.deb ...
   Unpacking libpci3:arm64 (1:3.7.0-6) ...
   Selecting previously unselected package libpipeline1:arm64.
   Preparing to unpack .../084-libpipeline1_1.5.5-1_arm64.deb ...
   Unpacking libpipeline1:arm64 (1.5.5-1) ...
   Selecting previously unselected package libplymouth5:arm64.
   Preparing to unpack .../085-libplymouth5_0.9.5+git20211018-1ubuntu3_arm64.deb ...
   Unpacking libplymouth5:arm64 (0.9.5+git20211018-1ubuntu3) ...
   Selecting previously unselected package libpsl5:arm64.
   Preparing to unpack .../086-libpsl5_0.21.0-1.2build2_arm64.deb ...
   Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
   Selecting previously unselected package libusb-1.0-0:arm64.
   Preparing to unpack .../087-libusb-1.0-0_2%3a1.0.25-1ubuntu2_arm64.deb ...
   Unpacking libusb-1.0-0:arm64 (2:1.0.25-1ubuntu2) ...
   Selecting previously unselected package lsof.
   Preparing to unpack .../088-lsof_4.93.2+dfsg-1.1build2_arm64.deb ...
   Unpacking lsof (4.93.2+dfsg-1.1build2) ...
   Selecting previously unselected package man-db.
   Preparing to unpack .../089-man-db_2.10.2-1_arm64.deb ...
   Unpacking man-db (2.10.2-1) ...
   Selecting previously unselected package nano.
   Preparing to unpack .../090-nano_6.2-1_arm64.deb ...
   Unpacking nano (6.2-1) ...
   Selecting previously unselected package parted.
   Preparing to unpack .../091-parted_3.4-2build1_arm64.deb ...
   Unpacking parted (3.4-2build1) ...
   Selecting previously unselected package pciutils.
   Preparing to unpack .../092-pciutils_1%3a3.7.0-6_arm64.deb ...
   Unpacking pciutils (1:3.7.0-6) ...
   Selecting previously unselected package plymouth.
   Preparing to unpack .../093-plymouth_0.9.5+git20211018-1ubuntu3_arm64.deb ...
   Unpacking plymouth (0.9.5+git20211018-1ubuntu3) ...
   Selecting previously unselected package psmisc.
   Preparing to unpack .../094-psmisc_23.4-2build3_arm64.deb ...
   Unpacking psmisc (23.4-2build3) ...
   Selecting previously unselected package python3-distro-info.
   Preparing to unpack .../095-python3-distro-info_1.1build1_all.deb ...
   Unpacking python3-distro-info (1.1build1) ...
   Selecting previously unselected package usbutils.
   Preparing to unpack .../096-usbutils_1%3a014-1build1_arm64.deb ...
   Unpacking usbutils (1:014-1build1) ...
   Selecting previously unselected package wget.
   Preparing to unpack .../097-wget_1.21.2-2ubuntu1_arm64.deb ...
   Unpacking wget (1.21.2-2ubuntu1) ...
   Selecting previously unselected package libasound2-data.
   Preparing to unpack .../098-libasound2-data_1.2.6.1-1ubuntu1_all.deb ...
   Unpacking libasound2-data (1.2.6.1-1ubuntu1) ...
   Selecting previously unselected package libasound2:arm64.
   Preparing to unpack .../099-libasound2_1.2.6.1-1ubuntu1_arm64.deb ...
   Unpacking libasound2:arm64 (1.2.6.1-1ubuntu1) ...
   Selecting previously unselected package libatopology2:arm64.
   Preparing to unpack .../100-libatopology2_1.2.6.1-1ubuntu1_arm64.deb ...
   Unpacking libatopology2:arm64 (1.2.6.1-1ubuntu1) ...
   Selecting previously unselected package libfftw3-single3:arm64.
   Preparing to unpack .../101-libfftw3-single3_3.3.8-2ubuntu8_arm64.deb ...
   Unpacking libfftw3-single3:arm64 (3.3.8-2ubuntu8) ...
   Selecting previously unselected package libsamplerate0:arm64.
   Preparing to unpack .../102-libsamplerate0_0.2.2-1build1_arm64.deb ...
   Unpacking libsamplerate0:arm64 (0.2.2-1build1) ...
   Selecting previously unselected package alsa-utils.
   Preparing to unpack .../103-alsa-utils_1.2.6-1ubuntu1_arm64.deb ...
   Unpacking alsa-utils (1.2.6-1ubuntu1) ...
   Selecting previously unselected package libapt-pkg-perl.
   Preparing to unpack .../104-libapt-pkg-perl_0.1.40build2_arm64.deb ...
   Unpacking libapt-pkg-perl (0.1.40build2) ...
   Selecting previously unselected package libexporter-tiny-perl.
   Preparing to unpack .../105-libexporter-tiny-perl_1.002002-1_all.deb ...
   Unpacking libexporter-tiny-perl (1.002002-1) ...
   Selecting previously unselected package liblist-moreutils-xs-perl.
   Preparing to unpack .../106-liblist-moreutils-xs-perl_0.430-2build2_arm64.deb ...
   Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
   Selecting previously unselected package liblist-moreutils-perl.
   Preparing to unpack .../107-liblist-moreutils-perl_0.430-2_all.deb ...
   Unpacking liblist-moreutils-perl (0.430-2) ...
   Selecting previously unselected package libregexp-assemble-perl.
   Preparing to unpack .../108-libregexp-assemble-perl_0.36-1.1_all.deb ...
   Unpacking libregexp-assemble-perl (0.36-1.1) ...
   Selecting previously unselected package apt-file.
   Preparing to unpack .../109-apt-file_3.2.2_all.deb ...
   Unpacking apt-file (3.2.2) ...
   Selecting previously unselected package aptitude-common.
   Preparing to unpack .../110-aptitude-common_0.8.13-3ubuntu1_all.deb ...
   Unpacking aptitude-common (0.8.13-3ubuntu1) ...
   Selecting previously unselected package libboost-iostreams1.74.0:arm64.
   Preparing to unpack .../111-libboost-iostreams1.74.0_1.74.0-14ubuntu3_arm64.deb ...
   Unpacking libboost-iostreams1.74.0:arm64 (1.74.0-14ubuntu3) ...
   Selecting previously unselected package libsigc++-2.0-0v5:arm64.
   Preparing to unpack .../112-libsigc++-2.0-0v5_2.10.4-2ubuntu3_arm64.deb ...
   Unpacking libsigc++-2.0-0v5:arm64 (2.10.4-2ubuntu3) ...
   Selecting previously unselected package libcwidget4:arm64.
   Preparing to unpack .../113-libcwidget4_0.5.18-5build1_arm64.deb ...
   Unpacking libcwidget4:arm64 (0.5.18-5build1) ...
   Selecting previously unselected package libxapian30:arm64.
   Preparing to unpack .../114-libxapian30_1.4.18-4_arm64.deb ...
   Unpacking libxapian30:arm64 (1.4.18-4) ...
   Selecting previously unselected package aptitude.
   Preparing to unpack .../115-aptitude_0.8.13-3ubuntu1_arm64.deb ...
   Unpacking aptitude (0.8.13-3ubuntu1) ...
   Selecting previously unselected package autoconf.
   Preparing to unpack .../116-autoconf_2.71-2_all.deb ...
   Unpacking autoconf (2.71-2) ...
   Selecting previously unselected package autotools-dev.
   Preparing to unpack .../117-autotools-dev_20220109.1_all.deb ...
   Unpacking autotools-dev (20220109.1) ...
   Selecting previously unselected package automake.
   Preparing to unpack .../118-automake_1%3a1.16.5-1.3_all.deb ...
   Unpacking automake (1:1.16.5-1.3) ...
   Selecting previously unselected package libdaemon0:arm64.
   Preparing to unpack .../119-libdaemon0_0.14-7.1ubuntu3_arm64.deb ...
   Unpacking libdaemon0:arm64 (0.14-7.1ubuntu3) ...
   Selecting previously unselected package avahi-autoipd.
   Preparing to unpack .../120-avahi-autoipd_0.8-5ubuntu5_arm64.deb ...
   Unpacking avahi-autoipd (0.8-5ubuntu5) ...
   Selecting previously unselected package bc.
   Preparing to unpack .../121-bc_1.07.1-3build1_arm64.deb ...
   Unpacking bc (1.07.1-3build1) ...
   Selecting previously unselected package bison.
   Preparing to unpack .../122-bison_2%3a3.8.2+dfsg-1build1_arm64.deb ...
   Unpacking bison (2:3.8.2+dfsg-1build1) ...
   Selecting previously unselected package bridge-utils.
   Preparing to unpack .../123-bridge-utils_1.7-1ubuntu3_arm64.deb ...
   Unpacking bridge-utils (1.7-1ubuntu3) ...
   Selecting previously unselected package liblzo2-2:arm64.
   Preparing to unpack .../124-liblzo2-2_2.10-2build3_arm64.deb ...
   Unpacking liblzo2-2:arm64 (2.10-2build3) ...
   Selecting previously unselected package btrfs-progs.
   Preparing to unpack .../125-btrfs-progs_5.16.2-1_arm64.deb ...
   Unpacking btrfs-progs (5.16.2-1) ...
   Selecting previously unselected package busybox-initramfs.
   Preparing to unpack .../126-busybox-initramfs_1%3a1.30.1-7ubuntu3_arm64.deb ...
   Unpacking busybox-initramfs (1:1.30.1-7ubuntu3) ...
   Selecting previously unselected package libcrack2:arm64.
   Preparing to unpack .../127-libcrack2_2.9.6-3.4build4_arm64.deb ...
   Unpacking libcrack2:arm64 (2.9.6-3.4build4) ...
   Selecting previously unselected package cracklib-runtime.
   Preparing to unpack .../128-cracklib-runtime_2.9.6-3.4build4_arm64.deb ...
   Unpacking cracklib-runtime (2.9.6-3.4build4) ...
   Selecting previously unselected package librtmp1:arm64.
   Preparing to unpack .../129-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
   Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
   Selecting previously unselected package libssh-4:arm64.
   Preparing to unpack .../130-libssh-4_0.9.6-2build1_arm64.deb ...
   Unpacking libssh-4:arm64 (0.9.6-2build1) ...
   Selecting previously unselected package libcurl4:arm64.
   Preparing to unpack .../131-libcurl4_7.81.0-1ubuntu1.8_arm64.deb ...
   Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.8) ...
   Selecting previously unselected package curl.
   Preparing to unpack .../132-curl_7.81.0-1ubuntu1.8_arm64.deb ...
   Unpacking curl (7.81.0-1ubuntu1.8) ...
   Selecting previously unselected package dbus-user-session.
   Preparing to unpack .../133-dbus-user-session_1.12.20-2ubuntu4.1_arm64.deb ...
   Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
   Selecting previously unselected package debconf-utils.
   Preparing to unpack .../134-debconf-utils_1.5.79ubuntu1_all.deb ...
   Unpacking debconf-utils (1.5.79ubuntu1) ...
   Selecting previously unselected package libfile-fnmatch-perl.
   Preparing to unpack .../135-libfile-fnmatch-perl_0.02-2build8_arm64.deb ...
   Unpacking libfile-fnmatch-perl (0.02-2build8) ...
   Selecting previously unselected package debsums.
   Preparing to unpack .../136-debsums_3.0.2_all.deb ...
   Unpacking debsums (3.0.2) ...
   Selecting previously unselected package ethtool.
   Preparing to unpack .../137-ethtool_1%3a5.16-1_arm64.deb ...
   Unpacking ethtool (1:5.16-1) ...
   Selecting previously unselected package libtcl8.6:arm64.
   Preparing to unpack .../138-libtcl8.6_8.6.12+dfsg-1build1_arm64.deb ...
   Unpacking libtcl8.6:arm64 (8.6.12+dfsg-1build1) ...
   Selecting previously unselected package tcl8.6.
   Preparing to unpack .../139-tcl8.6_8.6.12+dfsg-1build1_arm64.deb ...
   Unpacking tcl8.6 (8.6.12+dfsg-1build1) ...
   Selecting previously unselected package tcl-expect:arm64.
   Preparing to unpack .../140-tcl-expect_5.45.4-2build1_arm64.deb ...
   Unpacking tcl-expect:arm64 (5.45.4-2build1) ...
   Selecting previously unselected package expect.
   Preparing to unpack .../141-expect_5.45.4-2build1_arm64.deb ...
   Unpacking expect (5.45.4-2build1) ...
   Selecting previously unselected package f2fs-tools.
   Preparing to unpack .../142-f2fs-tools_1.14.0-2build1_arm64.deb ...
   Unpacking f2fs-tools (1.14.0-2build1) ...
   Selecting previously unselected package f3.
   Preparing to unpack .../143-f3_8.0-1_arm64.deb ...
   Unpacking f3 (8.0-1) ...
   Selecting previously unselected package fbset.
   Preparing to unpack .../144-fbset_2.1-32build3_arm64.deb ...
   Unpacking fbset (2.1-32build3) ...
   Selecting previously unselected package libfdisk1:arm64.
   Preparing to unpack .../145-libfdisk1_2.37.2-4ubuntu3_arm64.deb ...
   Unpacking libfdisk1:arm64 (2.37.2-4ubuntu3) ...
   Selecting previously unselected package fdisk.
   Preparing to unpack .../146-fdisk_2.37.2-4ubuntu3_arm64.deb ...
   Unpacking fdisk (2.37.2-4ubuntu3) ...
   Selecting previously unselected package figlet.
   Preparing to unpack .../147-figlet_2.2.5-3_arm64.deb ...
   Unpacking figlet (2.2.5-3) ...
   Selecting previously unselected package fonts-ubuntu.
   Preparing to unpack .../148-fonts-ubuntu_0.83-6ubuntu1_all.deb ...
   Unpacking fonts-ubuntu (0.83-6ubuntu1) ...
   Selecting previously unselected package libpackagekit-glib2-18:arm64.
   Preparing to unpack .../149-libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb ...
   Unpacking libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
   Selecting previously unselected package gir1.2-packagekitglib-1.0.
   Preparing to unpack .../150-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb ...
   Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
   Selecting previously unselected package libcurl3-gnutls:arm64.
   Preparing to unpack .../151-libcurl3-gnutls_7.81.0-1ubuntu1.8_arm64.deb ...
   Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.8) ...
   Selecting previously unselected package liberror-perl.
   Preparing to unpack .../152-liberror-perl_0.17029-1_all.deb ...
   Unpacking liberror-perl (0.17029-1) ...
   Selecting previously unselected package git-man.
   Preparing to unpack .../153-git-man_1%3a2.34.1-1ubuntu1.8_all.deb ...
   Unpacking git-man (1:2.34.1-1ubuntu1.8) ...
   Selecting previously unselected package git.
   Preparing to unpack .../154-git_1%3a2.34.1-1ubuntu1.8_arm64.deb ...
   Unpacking git (1:2.34.1-1ubuntu1.8) ...
   Selecting previously unselected package libgpiod2:arm64.
   Preparing to unpack .../155-libgpiod2_1.6.3-1build1_arm64.deb ...
   Unpacking libgpiod2:arm64 (1.6.3-1build1) ...
   Selecting previously unselected package gpiod.
   Preparing to unpack .../156-gpiod_1.6.3-1build1_arm64.deb ...
   Unpacking gpiod (1.6.3-1build1) ...
   Selecting previously unselected package html2text.
   Preparing to unpack .../157-html2text_1.3.2a-28_arm64.deb ...
   Unpacking html2text (1.3.2a-28) ...
   Selecting previously unselected package libnl-3-200:arm64.
   Preparing to unpack .../158-libnl-3-200_3.5.0-0.1_arm64.deb ...
   Unpacking libnl-3-200:arm64 (3.5.0-0.1) ...
   Selecting previously unselected package libnl-genl-3-200:arm64.
   Preparing to unpack .../159-libnl-genl-3-200_3.5.0-0.1_arm64.deb ...
   Unpacking libnl-genl-3-200:arm64 (3.5.0-0.1) ...
   Selecting previously unselected package htop.
   Preparing to unpack .../160-htop_3.0.5-7build2_arm64.deb ...
   Unpacking htop (3.0.5-7build2) ...
   Selecting previously unselected package ifupdown.
   Preparing to unpack .../161-ifupdown_0.8.36+nmu1ubuntu3_arm64.deb ...
   Unpacking ifupdown (0.8.36+nmu1ubuntu3) ...
   Selecting previously unselected package ifenslave.
   Preparing to unpack .../162-ifenslave_2.10ubuntu3_all.deb ...
   Unpacking ifenslave (2.10ubuntu3) ...
   Selecting previously unselected package inetutils-ping.
   Preparing to unpack .../163-inetutils-ping_2%3a2.2-2_arm64.deb ...
   Unpacking inetutils-ping (2:2.2-2) ...
   Selecting previously unselected package initramfs-tools-bin.
   Preparing to unpack .../164-initramfs-tools-bin_0.140ubuntu13.1_arm64.deb ...
   Unpacking initramfs-tools-bin (0.140ubuntu13.1) ...
   Selecting previously unselected package libklibc:arm64.
   Preparing to unpack .../165-libklibc_2.0.10-4_arm64.deb ...
   Unpacking libklibc:arm64 (2.0.10-4) ...
   Selecting previously unselected package klibc-utils.
   Preparing to unpack .../166-klibc-utils_2.0.10-4_arm64.deb ...
   Unpacking klibc-utils (2.0.10-4) ...
   Selecting previously unselected package zstd.
   Preparing to unpack .../167-zstd_1.4.8+dfsg-3build1_arm64.deb ...
   Unpacking zstd (1.4.8+dfsg-3build1) ...
   Selecting previously unselected package initramfs-tools-core.
   Preparing to unpack .../168-initramfs-tools-core_0.140ubuntu13.1_all.deb ...
   Unpacking initramfs-tools-core (0.140ubuntu13.1) ...
   Selecting previously unselected package linux-base.
   Preparing to unpack .../169-linux-base_4.5ubuntu9_all.deb ...
   Unpacking linux-base (4.5ubuntu9) ...
   Selecting previously unselected package initramfs-tools.
   Preparing to unpack .../170-initramfs-tools_0.140ubuntu13.1_all.deb ...
   Unpacking initramfs-tools (0.140ubuntu13.1) ...
   Selecting previously unselected package iotop.
   Preparing to unpack .../171-iotop_0.6-24-g733f3f8-1.1build2_arm64.deb ...
   Unpacking iotop (0.6-24-g733f3f8-1.1build2) ...
   Selecting previously unselected package iozone3.
   Preparing to unpack .../172-iozone3_489-1_arm64.deb ...
   Unpacking iozone3 (489-1) ...
   Selecting previously unselected package libsctp1:arm64.
   Preparing to unpack .../173-libsctp1_1.0.19+dfsg-1build1_arm64.deb ...
   Unpacking libsctp1:arm64 (1.0.19+dfsg-1build1) ...
   Selecting previously unselected package libiperf0:arm64.
   Preparing to unpack .../174-libiperf0_3.9-1build1_arm64.deb ...
   Unpacking libiperf0:arm64 (3.9-1build1) ...
   Selecting previously unselected package iperf3.
   Preparing to unpack .../175-iperf3_3.9-1build1_arm64.deb ...
   Unpacking iperf3 (3.9-1build1) ...
   Selecting previously unselected package libonig5:arm64.
   Preparing to unpack .../176-libonig5_6.9.7.1-2build1_arm64.deb ...
   Unpacking libonig5:arm64 (6.9.7.1-2build1) ...
   Selecting previously unselected package libjq1:arm64.
   Preparing to unpack .../177-libjq1_1.6-2.1ubuntu3_arm64.deb ...
   Unpacking libjq1:arm64 (1.6-2.1ubuntu3) ...
   Selecting previously unselected package jq.
   Preparing to unpack .../178-jq_1.6-2.1ubuntu3_arm64.deb ...
   Unpacking jq (1.6-2.1ubuntu3) ...
   Selecting previously unselected package libstemmer0d:arm64.
   Preparing to unpack .../179-libstemmer0d_2.2.0-1build1_arm64.deb ...
   Unpacking libstemmer0d:arm64 (2.2.0-1build1) ...
   Selecting previously unselected package libxmlb2:arm64.
   Preparing to unpack .../180-libxmlb2_0.3.6-2build1_arm64.deb ...
   Unpacking libxmlb2:arm64 (0.3.6-2build1) ...
   Selecting previously unselected package libappstream4:arm64.
   Preparing to unpack .../181-libappstream4_0.15.2-2_arm64.deb ...
   Unpacking libappstream4:arm64 (0.15.2-2) ...
   Selecting previously unselected package libbluetooth3:arm64.
   Preparing to unpack .../182-libbluetooth3_5.64-0ubuntu1_arm64.deb ...
   Unpacking libbluetooth3:arm64 (5.64-0ubuntu1) ...
   Selecting previously unselected package libcaca0:arm64.
   Preparing to unpack .../183-libcaca0_0.99.beta19-2.2ubuntu4_arm64.deb ...
   Unpacking libcaca0:arm64 (0.99.beta19-2.2ubuntu4) ...
   Selecting previously unselected package libdigest-sha-perl.
   Preparing to unpack .../184-libdigest-sha-perl_6.02-1build4_arm64.deb ...
   Adding 'diversion of /usr/bin/shasum to /usr/bin/shasum.bundled by libdigest-sha-perl'
   Adding 'diversion of /usr/share/man/man1/shasum.1.gz to /usr/share/man/man1/shasum.bundled.1.gz by libdigest-sha-perl'
   Unpacking libdigest-sha-perl (6.02-1build4) ...
   Selecting previously unselected package libdw1:arm64.
   Preparing to unpack .../185-libdw1_0.186-1build1_arm64.deb ...
   Unpacking libdw1:arm64 (0.186-1build1) ...
   Selecting previously unselected package libfuse2:arm64.
   Preparing to unpack .../186-libfuse2_2.9.9-5ubuntu3_arm64.deb ...
   Unpacking libfuse2:arm64 (2.9.9-5ubuntu3) ...
   Selecting previously unselected package libgpm2:arm64.
   Preparing to unpack .../187-libgpm2_1.20.7-10build1_arm64.deb ...
   Unpacking libgpm2:arm64 (1.20.7-10build1) ...
   Selecting previously unselected package libunwind8:arm64.
   Preparing to unpack .../188-libunwind8_1.3.2-2build2_arm64.deb ...
   Unpacking libunwind8:arm64 (1.3.2-2build2) ...
   Selecting previously unselected package libgstreamer1.0-0:arm64.
   Preparing to unpack .../189-libgstreamer1.0-0_1.20.3-0ubuntu1_arm64.deb ...
   Unpacking libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ...
   Selecting previously unselected package libi2c0:arm64.
   Preparing to unpack .../190-libi2c0_4.3-2build1_arm64.deb ...
   Unpacking libi2c0:arm64 (4.3-2build1) ...
   Selecting previously unselected package libiniparser1:arm64.
   Preparing to unpack .../191-libiniparser1_4.1-4ubuntu4_arm64.deb ...
   Unpacking libiniparser1:arm64 (4.1-4ubuntu4) ...
   Selecting previously unselected package libmm-glib0:arm64.
   Preparing to unpack .../192-libmm-glib0_1.20.0-1~ubuntu22.04.1_arm64.deb ...
   Unpacking libmm-glib0:arm64 (1.20.0-1~ubuntu22.04.1) ...
   Selecting previously unselected package libndp0:arm64.
   Preparing to unpack .../193-libndp0_1.8-0ubuntu3_arm64.deb ...
   Unpacking libndp0:arm64 (1.8-0ubuntu3) ...
   Selecting previously unselected package libnl-3-dev:arm64.
   Preparing to unpack .../194-libnl-3-dev_3.5.0-0.1_arm64.deb ...
   Unpacking libnl-3-dev:arm64 (3.5.0-0.1) ...
   Selecting previously unselected package libnl-genl-3-dev:arm64.
   Preparing to unpack .../195-libnl-genl-3-dev_3.5.0-0.1_arm64.deb ...
   Unpacking libnl-genl-3-dev:arm64 (3.5.0-0.1) ...
   Selecting previously unselected package libnl-route-3-200:arm64.
   Preparing to unpack .../196-libnl-route-3-200_3.5.0-0.1_arm64.deb ...
   Unpacking libnl-route-3-200:arm64 (3.5.0-0.1) ...
   Selecting previously unselected package libnm0:arm64.
   Preparing to unpack .../197-libnm0_1.36.6-0ubuntu2_arm64.deb ...
   Unpacking libnm0:arm64 (1.36.6-0ubuntu2) ...
   Selecting previously unselected package libpcsclite1:arm64.
   Preparing to unpack .../198-libpcsclite1_1.9.5-3_arm64.deb ...
   Unpacking libpcsclite1:arm64 (1.9.5-3) ...
   Selecting previously unselected package libpkcs11-helper1:arm64.
   Preparing to unpack .../199-libpkcs11-helper1_1.28-1ubuntu0.22.04.1_arm64.deb ...
   Unpacking libpkcs11-helper1:arm64 (1.28-1ubuntu0.22.04.1) ...
   Selecting previously unselected package libpolkit-gobject-1-0:arm64.
   Preparing to unpack .../200-libpolkit-gobject-1-0_0.105-33_arm64.deb ...
   Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ...
   Selecting previously unselected package libpolkit-agent-1-0:arm64.
   Preparing to unpack .../201-libpolkit-agent-1-0_0.105-33_arm64.deb ...
   Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ...
   Selecting previously unselected package libproc-processtable-perl:arm64.
   Preparing to unpack .../202-libproc-processtable-perl_0.634-1build1_arm64.deb ...
   Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
   Selecting previously unselected package libqrencode4:arm64.
   Preparing to unpack .../203-libqrencode4_4.1.1-1_arm64.deb ...
   Unpacking libqrencode4:arm64 (4.1.1-1) ...
   Selecting previously unselected package libsensors-config.
   Preparing to unpack .../204-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ...
   Unpacking libsensors-config (1:3.6.0-7ubuntu1) ...
   Selecting previously unselected package libsensors5:arm64.
   Preparing to unpack .../205-libsensors5_1%3a3.6.0-7ubuntu1_arm64.deb ...
   Unpacking libsensors5:arm64 (1:3.6.0-7ubuntu1) ...
   Selecting previously unselected package libssh2-1:arm64.
   Preparing to unpack .../206-libssh2-1_1.10.0-3_arm64.deb ...
   Unpacking libssh2-1:arm64 (1.10.0-3) ...
   Selecting previously unselected package libssl-dev:arm64.
   Preparing to unpack .../207-libssl-dev_3.0.2-0ubuntu1.8_arm64.deb ...
   Unpacking libssl-dev:arm64 (3.0.2-0ubuntu1.8) ...
   Selecting previously unselected package libteamdctl0:arm64.
   Preparing to unpack .../208-libteamdctl0_1.31-1build2_arm64.deb ...
   Unpacking libteamdctl0:arm64 (1.31-1build2) ...
   Selecting previously unselected package libutempter0:arm64.
   Preparing to unpack .../209-libutempter0_1.2.1-2build2_arm64.deb ...
   Unpacking libutempter0:arm64 (1.2.1-2build2) ...
   Selecting previously unselected package libwrap0-dev:arm64.
   Preparing to unpack .../210-libwrap0-dev_7.6.q-31build2_arm64.deb ...
   Unpacking libwrap0-dev:arm64 (7.6.q-31build2) ...
   Selecting previously unselected package mc-data.
   Preparing to unpack .../211-mc-data_3%3a4.8.27-1_all.deb ...
   Unpacking mc-data (3:4.8.27-1) ...
   Selecting previously unselected package mc.
   Preparing to unpack .../212-mc_3%3a4.8.27-1_arm64.deb ...
   Unpacking mc (3:4.8.27-1) ...
   Selecting previously unselected package mmc-utils.
   Preparing to unpack .../213-mmc-utils_0+git20191004.73d6c59-2_arm64.deb ...
   Unpacking mmc-utils (0+git20191004.73d6c59-2) ...
   Selecting previously unselected package ncurses-term.
   Preparing to unpack .../214-ncurses-term_6.3-2_all.deb ...
   Unpacking ncurses-term (6.3-2) ...
   Selecting previously unselected package polkitd.
   Preparing to unpack .../215-polkitd_0.105-33_arm64.deb ...
   Unpacking polkitd (0.105-33) ...
   Selecting previously unselected package pkexec.
   Preparing to unpack .../216-pkexec_0.105-33_arm64.deb ...
   Unpacking pkexec (0.105-33) ...
   Selecting previously unselected package policykit-1.
   Preparing to unpack .../217-policykit-1_0.105-33_arm64.deb ...
   Unpacking policykit-1 (0.105-33) ...
   Selecting previously unselected package network-manager.
   Preparing to unpack .../218-network-manager_1.36.6-0ubuntu2_arm64.deb ...
   Unpacking network-manager (1.36.6-0ubuntu2) ...
   Selecting previously unselected package openvpn.
   Preparing to unpack .../219-openvpn_2.5.5-1ubuntu3.1_arm64.deb ...
   Unpacking openvpn (2.5.5-1ubuntu3.1) ...
   Selecting previously unselected package network-manager-openvpn.
   Preparing to unpack .../220-network-manager-openvpn_1.8.18-1_arm64.deb ...
   Unpacking network-manager-openvpn (1.8.18-1) ...
   Selecting previously unselected package nocache.
   Preparing to unpack .../221-nocache_1.1-1_arm64.deb ...
   Unpacking nocache (1.1-1) ...
   Selecting previously unselected package plymouth-label.
   Preparing to unpack .../222-plymouth-label_0.9.5+git20211018-1ubuntu3_arm64.deb ...
   Unpacking plymouth-label (0.9.5+git20211018-1ubuntu3) ...
   Selecting previously unselected package plymouth-theme-spinner.
   Preparing to unpack .../223-plymouth-theme-spinner_0.9.5+git20211018-1ubuntu3_arm64.deb ...
   Unpacking plymouth-theme-spinner (0.9.5+git20211018-1ubuntu3) ...
   Selecting previously unselected package plymouth-themes.
   Preparing to unpack .../224-plymouth-themes_0.9.5+git20211018-1ubuntu3_arm64.deb ...
   Unpacking plymouth-themes (0.9.5+git20211018-1ubuntu3) ...
   Selecting previously unselected package pv.
   Preparing to unpack .../225-pv_1.6.6-1build2_arm64.deb ...
   Unpacking pv (1.6.6-1build2) ...
   Selecting previously unselected package python3-blinker.
   Preparing to unpack .../226-python3-blinker_1.4+dfsg1-0.4_all.deb ...
   Unpacking python3-blinker (1.4+dfsg1-0.4) ...
   Selecting previously unselected package python3-cffi-backend:arm64.
   Preparing to unpack .../227-python3-cffi-backend_1.15.0-1build2_arm64.deb ...
   Unpacking python3-cffi-backend:arm64 (1.15.0-1build2) ...
   Selecting previously unselected package python3-cryptography.
   Preparing to unpack .../228-python3-cryptography_3.4.8-1ubuntu2_arm64.deb ...
   Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
   Selecting previously unselected package python3-pyparsing.
   Preparing to unpack .../229-python3-pyparsing_2.4.7-1_all.deb ...
   Unpacking python3-pyparsing (2.4.7-1) ...
   Selecting previously unselected package python3-httplib2.
   Preparing to unpack .../230-python3-httplib2_0.20.2-2_all.deb ...
   Unpacking python3-httplib2 (0.20.2-2) ...
   Selecting previously unselected package python3-more-itertools.
   Preparing to unpack .../231-python3-more-itertools_8.10.0-2_all.deb ...
   Unpacking python3-more-itertools (8.10.0-2) ...
   Selecting previously unselected package python3-zipp.
   Preparing to unpack .../232-python3-zipp_1.0.0-3_all.deb ...
   Unpacking python3-zipp (1.0.0-3) ...
   Selecting previously unselected package python3-importlib-metadata.
   Preparing to unpack .../233-python3-importlib-metadata_4.6.4-1_all.deb ...
   Unpacking python3-importlib-metadata (4.6.4-1) ...
   Selecting previously unselected package python3-jeepney.
   Preparing to unpack .../234-python3-jeepney_0.7.1-3_all.deb ...
   Unpacking python3-jeepney (0.7.1-3) ...
   Selecting previously unselected package python3-jwt.
   Preparing to unpack .../235-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
   Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
   Selecting previously unselected package python3-secretstorage.
   Preparing to unpack .../236-python3-secretstorage_3.3.1-1_all.deb ...
   Unpacking python3-secretstorage (3.3.1-1) ...
   Selecting previously unselected package python3-keyring.
   Preparing to unpack .../237-python3-keyring_23.5.0-1_all.deb ...
   Unpacking python3-keyring (23.5.0-1) ...
   Selecting previously unselected package python3-lazr.uri.
   Preparing to unpack .../238-python3-lazr.uri_1.0.6-2_all.deb ...
   Unpacking python3-lazr.uri (1.0.6-2) ...
   Selecting previously unselected package python3-wadllib.
   Preparing to unpack .../239-python3-wadllib_1.3.6-1_all.deb ...
   Unpacking python3-wadllib (1.3.6-1) ...
   Selecting previously unselected package python3-distro.
   Preparing to unpack .../240-python3-distro_1.7.0-1_all.deb ...
   Unpacking python3-distro (1.7.0-1) ...
   Selecting previously unselected package python3-oauthlib.
   Preparing to unpack .../241-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
   Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
   Selecting previously unselected package python3-six.
   Preparing to unpack .../242-python3-six_1.16.0-3ubuntu1_all.deb ...
   Unpacking python3-six (1.16.0-3ubuntu1) ...
   Selecting previously unselected package python3-lazr.restfulclient.
   Preparing to unpack .../243-python3-lazr.restfulclient_0.14.4-1_all.deb ...
   Unpacking python3-lazr.restfulclient (0.14.4-1) ...
   Selecting previously unselected package python3-launchpadlib.
   Preparing to unpack .../244-python3-launchpadlib_1.10.16-1_all.deb ...
   Unpacking python3-launchpadlib (1.10.16-1) ...
   Selecting previously unselected package python3-software-properties.
   Preparing to unpack .../245-python3-software-properties_0.99.22.6_all.deb ...
   Unpacking python3-software-properties (0.99.22.6) ...
   Selecting previously unselected package qrencode.
   Preparing to unpack .../246-qrencode_4.1.1-1_arm64.deb ...
   Unpacking qrencode (4.1.1-1) ...
   Selecting previously unselected package rfkill.
   Preparing to unpack .../247-rfkill_2.37.2-4ubuntu3_arm64.deb ...
   Unpacking rfkill (2.37.2-4ubuntu3) ...
   Selecting previously unselected package screen.
   Preparing to unpack .../248-screen_4.9.0-1_arm64.deb ...
   Unpacking screen (4.9.0-1) ...
   Selecting previously unselected package smartmontools.
   Preparing to unpack .../249-smartmontools_7.2-1build2_arm64.deb ...
   Unpacking smartmontools (7.2-1build2) ...
   Selecting previously unselected package packagekit.
   Preparing to unpack .../250-packagekit_1.2.5-2ubuntu2_arm64.deb ...
   Unpacking packagekit (1.2.5-2ubuntu2) ...
   Selecting previously unselected package software-properties-common.
   Preparing to unpack .../251-software-properties-common_0.99.22.6_all.deb ...
   Unpacking software-properties-common (0.99.22.6) ...
   Selecting previously unselected package stress.
   Preparing to unpack .../252-stress_1.0.5-1_arm64.deb ...
   Unpacking stress (1.0.5-1) ...
   Selecting previously unselected package sysstat.
   Preparing to unpack .../253-sysstat_12.5.2-2ubuntu0.1_arm64.deb ...
   Unpacking sysstat (12.5.2-2ubuntu0.1) ...
   Selecting previously unselected package toilet-fonts.
   Preparing to unpack .../254-toilet-fonts_0.3-1.4_all.deb ...
   Unpacking toilet-fonts (0.3-1.4) ...
   Selecting previously unselected package toilet.
   Preparing to unpack .../255-toilet_0.3-1.4_arm64.deb ...
   Unpacking toilet (0.3-1.4) ...
   Selecting previously unselected package u-boot-tools.
   Preparing to unpack .../256-u-boot-tools_2022.01+dfsg-2ubuntu2.3_arm64.deb ...
   Unpacking u-boot-tools (2022.01+dfsg-2ubuntu2.3) ...
   Selecting previously unselected package unattended-upgrades.
   Preparing to unpack .../257-unattended-upgrades_2.8ubuntu1_all.deb ...
   Unpacking unattended-upgrades (2.8ubuntu1) ...
   Selecting previously unselected package unicode-data.
   Preparing to unpack .../258-unicode-data_14.0.0-1.1_all.deb ...
   Unpacking unicode-data (14.0.0-1.1) ...
   Selecting previously unselected package unzip.
   Preparing to unpack .../259-unzip_6.0-26ubuntu3.1_arm64.deb ...
   Unpacking unzip (6.0-26ubuntu3.1) ...
   Selecting previously unselected package wireless-regdb.
   Preparing to unpack .../260-wireless-regdb_2022.06.06-0ubuntu1~22.04.1_all.deb ...
   Unpacking wireless-regdb (2022.06.06-0ubuntu1~22.04.1) ...
   Selecting previously unselected package libiw30:arm64.
   Preparing to unpack .../261-libiw30_30~pre9-13.1ubuntu4_arm64.deb ...
   Unpacking libiw30:arm64 (30~pre9-13.1ubuntu4) ...
   Selecting previously unselected package wireless-tools.
   Preparing to unpack .../262-wireless-tools_30~pre9-13.1ubuntu4_arm64.deb ...
   Unpacking wireless-tools (30~pre9-13.1ubuntu4) ...
   Selecting previously unselected package wpasupplicant.
   Preparing to unpack .../263-wpasupplicant_2%3a2.10-6ubuntu2_arm64.deb ...
   Unpacking wpasupplicant (2:2.10-6ubuntu2) ...
   Selecting previously unselected package libfdt1:arm64.
   Preparing to unpack .../264-libfdt1_1.6.1-1_arm64.deb ...
   Unpacking libfdt1:arm64 (1.6.1-1) ...
   Selecting previously unselected package device-tree-compiler.
   Preparing to unpack .../265-device-tree-compiler_1.6.1-1_arm64.deb ...
   Unpacking device-tree-compiler (1.6.1-1) ...
   Selecting previously unselected package evtest.
   Preparing to unpack .../266-evtest_1%3a1.34-1_arm64.deb ...
   Unpacking evtest (1:1.34-1) ...
   Selecting previously unselected package fake-hwclock.
   Preparing to unpack .../267-fake-hwclock_0.12_all.deb ...
   Unpacking fake-hwclock (0.12) ...
   Selecting previously unselected package i2c-tools.
   Preparing to unpack .../268-i2c-tools_4.3-2build1_arm64.deb ...
   Unpacking i2c-tools (4.3-2build1) ...
   Selecting previously unselected package libnss-myhostname:arm64.
   Preparing to unpack .../269-libnss-myhostname_249.11-0ubuntu3.7_arm64.deb ...
   Unpacking libnss-myhostname:arm64 (249.11-0ubuntu3.7) ...
   Selecting previously unselected package mtd-utils.
   Preparing to unpack .../270-mtd-utils_1%3a2.1.4-1_arm64.deb ...
   Unpacking mtd-utils (1:2.1.4-1) ...
   Selecting previously unselected package vlan.
   Preparing to unpack .../271-vlan_2.0.5ubuntu5_all.deb ...
   Unpacking vlan (2.0.5ubuntu5) ...
   Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
   Setting up smartmontools (7.2-1build2) ...
   Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service.
   Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service.
   Setting up libapt-pkg-perl (0.1.40build2) ...
   Setting up cpio (2.13+dfsg-7) ...
   update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
   Setting up libpipeline1:arm64 (1.5.5-1) ...
   Setting up python3-more-itertools (8.10.0-2) ...
   Setting up fake-hwclock (0.12) ...
   Created symlink /etc/systemd/system/sysinit.target.wants/fake-hwclock.service → /lib/systemd/system/fake-hwclock.service.
   update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
   Setting up libxapian30:arm64 (1.4.18-4) ...
   Setting up gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
   Setting up libdw1:arm64 (0.186-1build1) ...
   Setting up python3-dbus (1.2.18-3build1) ...
   Setting up lto-disabled-list (24) ...
   Setting up libnfsidmap1:arm64 (1:2.6.1-1ubuntu1.2) ...
   Setting up libiniparser1:arm64 (4.1-4ubuntu4) ...
   Setting up pci.ids (0.0~2022.01.22-1) ...
   Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
   Setting up toilet-fonts (0.3-1.4) ...
   Setting up libgpm2:arm64 (1.20.7-10build1) ...
   Setting up linux-base (4.5ubuntu9) ...
   Setting up bsdextrautils (2.37.2-4ubuntu3) ...
   update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
   Setting up python3-distro (1.7.0-1) ...
   Setting up wget (1.21.2-2ubuntu1) ...
   Setting up libsysfs2:arm64 (2.1.1-1build1) ...
   Setting up init (1.62) ...
   Setting up libqrencode4:arm64 (4.1.1-1) ...
   Setting up iozone3 (489-1) ...
   Setting up sysfsutils (2.1.1-1build1) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Setting up libdigest-sha-perl (6.02-1build4) ...
   Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
   Setting up libmagic-mgc (1:5.41-3) ...
   Setting up python3-gdbm:arm64 (3.10.6-1~22.04) ...
   Setting up psmisc (23.4-2build3) ...
   Setting up qrencode (4.1.1-1) ...
   Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
   Setting up libip6tc2:arm64 (1.8.7-1ubuntu5) ...
   Setting up libboost-iostreams1.74.0:arm64 (1.74.0-14ubuntu3) ...
   Setting up f2fs-tools (1.14.0-2build1) ...
   Setting up libestr0:arm64 (0.1.10-2.1build3) ...
   Setting up libi2c0:arm64 (4.3-2build1) ...
   Setting up libfastjson4:arm64 (0.99.9-1build2) ...
   Setting up fonts-ubuntu (0.83-6ubuntu1) ...
   Setting up libxmlb2:arm64 (0.3.6-2build1) ...
   Setting up stress (1.0.5-1) ...
   Setting up unzip (6.0-26ubuntu3.1) ...
   Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
   Setting up libedit2:arm64 (3.1-20210910-1build1) ...
   Setting up wireless-regdb (2022.06.06-0ubuntu1~22.04.1) ...
   Setting up cron (3.0pl1-137ubuntu3) ...
   Adding group `crontab' (GID 104) ...
   Done.
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Created symlink /etc/systemd/system/multi-user.target.wants/cron.service → /lib/systemd/system/cron.service.
   Setting up dosfstools (4.2-1build3) ...
   Setting up rsyslog (8.2112.0-2ubuntu2.2) ...
   Adding user `syslog' to group `adm' ...
   Adding user syslog to group adm
   Done.
   
   Creating config file /etc/rsyslog.d/50-default.conf with new version
   Created symlink /etc/systemd/system/multi-user.target.wants/dmesg.service → /lib/systemd/system/dmesg.service.
   Created symlink /etc/systemd/system/syslog.service → /lib/systemd/system/rsyslog.service.
   Created symlink /etc/systemd/system/multi-user.target.wants/rsyslog.service → /lib/systemd/system/rsyslog.service.
   Setting up binutils-common:arm64 (2.38-4ubuntu2.1) ...
   Setting up libsensors-config (1:3.6.0-7ubuntu1) ...
   Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
   Setting up libmagic1:arm64 (1:5.41-3) ...
   Setting up less (590-1ubuntu0.22.04.1) ...
   Setting up bc (1.07.1-3build1) ...
   Setting up libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
   Setting up libnetplan0:arm64 (0.105-0ubuntu2~22.04.1) ...
   Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
   Setting up python3-yaml (5.4.1-1ubuntu1) ...
   Setting up liblzo2-2:arm64 (2.10-2build3) ...
   Setting up hdparm (9.60+ds-1build3) ...
   Setting up python3-lazr.uri (1.0.6-2) ...
   Setting up libntfs-3g89 (1:2021.8.22-3ubuntu1.2) ...
   Setting up file (1:5.41-3) ...
   Setting up kmod (29-1ubuntu1) ...
   Setting up python3-zipp (1.0.0-3) ...
   Setting up libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up libfuse2:arm64 (2.9.9-5ubuntu3) ...
   Setting up libfdt1:arm64 (1.6.1-1) ...
   Setting up bzip2 (1.0.8-5build1) ...
   Setting up libunwind8:arm64 (1.3.2-2build2) ...
   Setting up mtd-utils (1:2.1.4-1) ...
   Setting up libpkcs11-helper1:arm64 (1.28-1ubuntu0.22.04.1) ...
   Setting up ntfs-3g (1:2021.8.22-3ubuntu1.2) ...
   Setting up libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
   Setting up libjansson4:arm64 (2.13.1-1.1build3) ...
   Setting up tzdata (2022g-0ubuntu0.22.04.1) ...
   
   Current default time zone: 'Etc/UTC'
   Local time is now:      Wed Mar 15 08:49:28 UTC 2023.
   Universal Time is now:  Wed Mar 15 08:49:28 UTC 2023.
   Run 'dpkg-reconfigure tzdata' if you wish to change it.
   
   Setting up libcap2-bin (1:2.44-1build3) ...
   Setting up libhavege2:arm64 (1.9.14-1ubuntu1) ...
   Setting up liberror-perl (0.17029-1) ...
   Setting up unicode-data (14.0.0-1.1) ...
   Setting up python3-six (1.16.0-3ubuntu1) ...
   Setting up libasound2-data (1.2.6.1-1ubuntu1) ...
   Setting up libklibc:arm64 (2.0.10-4) ...
   Setting up iotop (0.6-24-g733f3f8-1.1build2) ...
   update-alternatives: using /usr/sbin/iotop-py to provide /usr/sbin/iotop (iotop) in auto mode
   Setting up autotools-dev (20220109.1) ...
   Setting up libisc-export1105:arm64 (1:9.11.19+dfsg-2.1ubuntu3) ...
   Setting up nocache (1.1-1) ...
   Setting up libslang2:arm64 (2.3.2-5build4) ...
   Setting up python3-pyparsing (2.4.7-1) ...
   Setting up libwrap0:arm64 (7.6.q-31build2) ...
   Setting up make (4.3-4.1build1) ...
   Setting up libmpfr6:arm64 (4.1.0-3build3) ...
   Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
   Setting up html2text (1.3.2a-28) ...
   Setting up libsigc++-2.0-0v5:arm64 (2.10.4-2ubuntu3) ...
   Setting up aptitude-common (0.8.13-3ubuntu1) ...
   Setting up bash-completion (1:2.11-5ubuntu1) ...
   Setting up libteamdctl0:arm64 (1.31-1build2) ...
   Setting up python3-wadllib (1.3.6-1) ...
   Setting up dbus (1.12.20-2ubuntu4.1) ...
   Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ...
   Setting up xz-utils (5.2.5-2ubuntu1) ...
   update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
   Setting up debconf-utils (1.5.79ubuntu1) ...
   Setting up rfkill (2.37.2-4ubuntu3) ...
   Setting up figlet (2.2.5-3) ...
   update-alternatives: using /usr/bin/figlet-figlet to provide /usr/bin/figlet (figlet) in auto mode
   Setting up libssl-dev:arm64 (3.0.2-0ubuntu1.8) ...
   Setting up libmpc3:arm64 (1.2.1-2build1) ...
   Setting up libmnl0:arm64 (1.0.4-3build2) ...
   Setting up libevent-core-2.1-7:arm64 (2.1.12-stable-1build3) ...
   Setting up libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up udev (249.11-0ubuntu3.7) ...
   A chroot environment has been detected, udev not started.
   Setting up patch (2.7.6-7build2) ...
   Setting up libtcl8.6:arm64 (8.6.12+dfsg-1build1) ...
   Setting up libnss-myhostname:arm64 (249.11-0ubuntu3.7) ...
   First installation detected...
   Checking NSS setup...
   Setting up sudo (1.9.9-1ubuntu2.3) ...
   Setting up device-tree-compiler (1.6.1-1) ...
   Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
   Setting up libpcsclite1:arm64 (1.9.5-3) ...
   Setting up libsensors5:arm64 (1:3.6.0-7ubuntu1) ...
   Setting up busybox-initramfs (1:1.30.1-7ubuntu3) ...
   Setting up libxtables12:arm64 (1.8.7-1ubuntu5) ...
   Setting up mc-data (3:4.8.27-1) ...
   Setting up bridge-utils (1.7-1ubuntu3) ...
   Setting up libnm0:arm64 (1.36.6-0ubuntu2) ...
   Setting up libssh-4:arm64 (0.9.6-2build1) ...
   Setting up python3-jeepney (0.7.1-3) ...
   Setting up lsof (4.93.2+dfsg-1.1build2) ...
   Setting up libcrack2:arm64 (2.9.6-3.4build4) ...
   Setting up libfile-fnmatch-perl (0.02-2build8) ...
   Setting up libfdisk1:arm64 (2.37.2-4ubuntu3) ...
   Setting up python3-netifaces:arm64 (0.11.0-1build2) ...
   Setting up libutempter0:arm64 (1.2.1-2build2) ...
   Setting up libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up nano (6.2-1) ...
   update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
   update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
   Setting up libpci3:arm64 (1:3.7.0-6) ...
   Setting up libparted2:arm64 (3.4-2build1) ...
   Setting up f3 (8.0-1) ...
   Setting up keyutils (1.6.1-2ubuntu3) ...
   Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
   Setting up libsctp1:arm64 (1.0.19+dfsg-1build1) ...
   Setting up u-boot-tools (2022.01+dfsg-2ubuntu2.3) ...
   Setting up python-apt-common (2.4.0ubuntu1) ...
   Setting up libcpufreq0 (008-2build1) ...
   Setting up pv (1.6.6-1build2) ...
   Setting up libmm-glib0:arm64 (1.20.0-1~ubuntu22.04.1) ...
   Setting up libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up libbluetooth3:arm64 (5.64-0ubuntu1) ...
   Setting up libnfnetlink0:arm64 (1.0.1-3build3) ...
   Setting up libplymouth5:arm64 (0.9.5+git20211018-1ubuntu3) ...
   Setting up libwrap0-dev:arm64 (7.6.q-31build2) ...
   Setting up libasan8:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up libuchardet0:arm64 (0.0.7-1build2) ...
   Setting up libasound2:arm64 (1.2.6.1-1ubuntu1) ...
   Setting up libnl-3-200:arm64 (3.5.0-0.1) ...
   Setting up mmc-utils (0+git20191004.73d6c59-2) ...
   Setting up libpam-systemd:arm64 (249.11-0ubuntu3.7) ...
   Setting up libcurl4:arm64 (7.81.0-1ubuntu1.8) ...
   Setting up git-man (1:2.34.1-1ubuntu1.8) ...
   Setting up libgirepository-1.0-1:arm64 (1.72.0-1) ...
   Setting up libssh2-1:arm64 (1.10.0-3) ...
   Setting up netbase (6.3) ...
   Setting up curl (7.81.0-1ubuntu1.8) ...
   Setting up debsums (3.0.2) ...
   Setting up libusb-1.0-0:arm64 (2:1.0.25-1ubuntu2) ...
   Setting up libstemmer0d:arm64 (2.2.0-1build1) ...
   Setting up libndp0:arm64 (1.8-0ubuntu3) ...
   Setting up libgpiod2:arm64 (1.6.3-1build1) ...
   Setting up libtsan2:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up libexporter-tiny-perl (1.002002-1) ...
   Setting up libbinutils:arm64 (2.38-4ubuntu2.1) ...
   Setting up libfido2-1:arm64 (1.10.0-1) ...
   Setting up libisl23:arm64 (0.24-2build1) ...
   Setting up libbpf0:arm64 (1:0.5.0-1ubuntu22.04.1) ...
   Setting up evtest (1:1.34-1) ...
   Setting up libdaemon0:arm64 (0.14-7.1ubuntu3) ...
   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 libregexp-assemble-perl (0.36-1.1) ...
   Setting up libsamplerate0:arm64 (0.2.2-1build1) ...
   Setting up openssl (3.0.2-0ubuntu1.8) ...
   Setting up libatopology2:arm64 (1.2.6.1-1ubuntu1) ...
   Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...
   Setting up python3-distro-info (1.1build1) ...
   Setting up vnstat (2.9-1) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of restart.
   Created symlink /etc/systemd/system/multi-user.target.wants/vnstat.service → /lib/systemd/system/vnstat.service.
   Setting up sysstat (12.5.2-2ubuntu0.1) ...
   
   Creating config file /etc/default/sysstat with new version
   update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode
   Created symlink /etc/systemd/system/sysstat.service.wants/sysstat-collect.timer → /lib/systemd/system/sysstat-collect.timer.
   Created symlink /etc/systemd/system/sysstat.service.wants/sysstat-summary.timer → /lib/systemd/system/sysstat-summary.timer.
   Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.service → /lib/systemd/system/sysstat.service.
   Setting up zstd (1.4.8+dfsg-3build1) ...
   Setting up libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up iso-codes (4.9.0-1) ...
   Setting up libonig5:arm64 (6.9.7.1-2build1) ...
   Setting up libiw30:arm64 (30~pre9-13.1ubuntu4) ...
   Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ...
   Setting up liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ...
   Setcap worked! gst-ptp-helper is not suid!
   Setting up dctrl-tools (2.24-3build2) ...
   Setting up libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up python3-cffi-backend:arm64 (1.15.0-1build2) ...
   Setting up libpopt0:arm64 (1.18-3build1) ...
   Setting up ethtool (1:5.16-1) ...
   Setting up initramfs-tools-bin (0.140ubuntu13.1) ...
   Setting up ncurses-term (6.3-2) ...
   Setting up libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
   Setting up python3-blinker (1.4+dfsg1-0.4) ...
   Setting up libctf0:arm64 (2.38-4ubuntu2.1) ...
   Setting up logrotate (3.19.0-1ubuntu1.1) ...
   Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /lib/systemd/system/logrotate.timer.
   Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
   Setting up haveged (1.9.14-1ubuntu1) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Created symlink /etc/systemd/system/sysinit.target.wants/haveged.service → /lib/systemd/system/haveged.service.
   Setting up tcl8.6 (8.6.12+dfsg-1build1) ...
   Setting up cpp-12 (12.1.0-2ubuntu1~22.04) ...
   Setting up libnewt0.52:arm64 (0.52.21-5ubuntu2) ...
   update-alternatives: using /etc/newt/palette.ubuntu to provide /etc/newt/palette (newt-palette) in auto mode
   Setting up libfftw3-single3:arm64 (3.3.8-2ubuntu8) ...
   Setting up fbset (2.1-32build3) ...
   Setting up python3-importlib-metadata (4.6.4-1) ...
   Setting up libcaca0:arm64 (0.99.beta19-2.2ubuntu4) ...
   Setting up toilet (0.3-1.4) ...
   Setting up mc (3:4.8.27-1) ...
   update-alternatives: using /usr/bin/mcview to provide /usr/bin/view (view) in auto mode
   Setting up libjq1:arm64 (1.6-2.1ubuntu3) ...
   Setting up python3-apt (2.4.0ubuntu1) ...
   Setting up iproute2 (5.15.0-1ubuntu2) ...
   Setting up openssh-client (1:8.9p1-3ubuntu0.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 liblist-moreutils-perl (0.430-2) ...
   Setting up chrony (4.2-2ubuntu2) ...
   
   Creating config file /etc/chrony/chrony.conf with new version
   
   Creating config file /etc/chrony/chrony.keys with new version
   dpkg-statoverride: warning: --update given but /var/log/chrony does not exist
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of restart.
   Created symlink /etc/systemd/system/chronyd.service → /lib/systemd/system/chrony.service.
   Created symlink /etc/systemd/system/multi-user.target.wants/chrony.service → /lib/systemd/system/chrony.service.
   Setting up btrfs-progs (5.16.2-1) ...
   Setting up wireless-tools (30~pre9-13.1ubuntu4) ...
   Setting up tcl-expect:arm64 (5.45.4-2build1) ...
   Setting up libdns-export1110 (1:9.11.19+dfsg-2.1ubuntu3) ...
   Setting up isc-dhcp-client (4.4.1-2.3ubuntu2.4) ...
   Setting up m4 (1.4.18-5ubuntu2) ...
   Setting up parted (3.4-2build1) ...
   Setting up binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
   Setting up screen (4.9.0-1) ...
   Setting up libnftnl11:arm64 (1.2.1-1build1) ...
   Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.8) ...
   Setting up rpcbind (1.2.6-2build1) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Created symlink /etc/systemd/system/multi-user.target.wants/rpcbind.service → /lib/systemd/system/rpcbind.service.
   Created symlink /etc/systemd/system/sockets.target.wants/rpcbind.socket → /lib/systemd/system/rpcbind.socket.
   Setting up apt-file (3.2.2) ...
   The system-wide cache is empty. You may want to run 'apt-file update'
   as root to update the cache.
   Setting up binutils (2.38-4ubuntu2.1) ...
   Setting up libappstream4:arm64 (0.15.2-2) ...
   Setting up usbutils (1:014-1build1) ...
   Setting up fdisk (2.37.2-4ubuntu3) ...
   Setting up dpkg-dev (1.21.1ubuntu2.1) ...
   Setting up netplan.io (0.105-0ubuntu2~22.04.1) ...
   Setting up libnl-route-3-200:arm64 (3.5.0-0.1) ...
   Setting up nfs-common (1:2.6.1-1ubuntu1.2) ...
   
   Creating config file /etc/idmapd.conf with new version
   
   Creating config file /etc/nfs.conf with new version
   Adding system user `statd' (UID 108) ...
   Adding new user `statd' (UID 108) with group `nogroup' ...
   Not creating home directory `/var/lib/nfs'.
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Created symlink /etc/systemd/system/multi-user.target.wants/nfs-client.target → /lib/systemd/system/nfs-client.target.
   Created symlink /etc/systemd/system/remote-fs.target.wants/nfs-client.target → /lib/systemd/system/nfs-client.target.
   Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
   Updating certificates in /etc/ssl/certs...
   124 added, 0 removed; done.
   Setting up alsa-utils (1.2.6-1ubuntu1) ...
   Setting up cracklib-runtime (2.9.6-3.4build4) ...
   Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
   Setting up unattended-upgrades (2.8ubuntu1) ...
   
   Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version
   
   Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
   Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service.
   Setting up libcwidget4:arm64 (0.5.18-5build1) ...
   Setting up ifupdown (0.8.36+nmu1ubuntu3) ...
   Creating /etc/network/interfaces.
   Created symlink /etc/systemd/system/multi-user.target.wants/networking.service → /lib/systemd/system/networking.service.
   Created symlink /etc/systemd/system/network-online.target.wants/networking.service → /lib/systemd/system/networking.service.
   Setting up python3-cryptography (3.4.8-1ubuntu2) ...
   Setting up rng-tools-debian (2.3) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Setting up libgcc-12-dev:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up python3-commandnotfound (22.04.0) ...
   Setting up cpufrequtils (008-2build1) ...
   update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Setting up i2c-tools (4.3-2build1) ...
   Running in chroot, ignoring request.
   Running in chroot, ignoring request.
   Setting up libiperf0:arm64 (3.9-1build1) ...
   Setting up avahi-autoipd (0.8-5ubuntu5) ...
   Setting up git (1:2.34.1-1ubuntu1.8) ...
   Setting up gir1.2-glib-2.0:arm64 (1.72.0-1) ...
   Setting up pciutils (1:3.7.0-6) ...
   Setting up autoconf (2.71-2) ...
   Setting up aptitude (0.8.13-3ubuntu1) ...
   update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode
   Setting up inetutils-ping (2:2.2-2) ...
   Setting up libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
   Setting up libdrm2:arm64 (2.4.113-2~ubuntu0.22.04.1) ...
   Setting up libnl-3-dev:arm64 (3.5.0-0.1) ...
   Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
   Setting up vlan (2.0.5ubuntu5) ...
   Setting up libnetfilter-conntrack3:arm64 (1.0.9-1) ...
   Setting up groff-base (1.22.4-8build1) ...
   Setting up cpp (4:11.2.0-1ubuntu1) ...
   Setting up jq (1.6-2.1ubuntu3) ...
   Setting up libnl-genl-3-200:arm64 (3.5.0-0.1) ...
   Setting up bison (2:3.8.2+dfsg-1build1) ...
   update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
   Setting up gpiod (1.6.3-1build1) ...
   Setting up python3-httplib2 (0.20.2-2) ...
   Setting up libpolkit-agent-1-0:arm64 (0.105-33) ...
   Setting up initramfs-tools-core (0.140ubuntu13.1) ...
   Setting up ifenslave (2.10ubuntu3) ...
   Setting up polkitd (0.105-33) ...
   Setting up rsync (3.2.7-0ubuntu0.22.04.2) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Setting up automake (1:1.16.5-1.3) ...
   update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
   Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.1) ...
   Setting up flex (2.6.4-8build2) ...
   Setting up openvpn (2.5.5-1ubuntu3.1) ...
   Created symlink /etc/systemd/system/multi-user.target.wants/openvpn.service → /lib/systemd/system/openvpn.service.
   Setting up initramfs-tools (0.140ubuntu13.1) ...
   update-initramfs: deferring update (trigger activated)
   Setting up openssh-server (1:8.9p1-3ubuntu0.1) ...
   
   Creating config file /etc/ssh/sshd_config with new version
   Creating SSH2 RSA key; this may take some time ...
   3072 SHA256:mBwVA2MIzzRnP+xIblJBoBsS4wMSp3GJG7iY5V5Gioo root@a12a13pctsp (RSA)
   Creating SSH2 ECDSA key; this may take some time ...
   256 SHA256:wAQdk9ICB4KStzst3P91crjL9OgjStPie1PY9Xnp/Lg root@a12a13pctsp (ECDSA)
   Creating SSH2 ED25519 key; this may take some time ...
   256 SHA256:1AMdF89rdHY4qxKQdU9rsv/N/WJABVdd7sM4C2QOvj8 root@a12a13pctsp (ED25519)
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   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.
   Setting up iperf3 (3.9-1build1) ...
   Setting up plymouth (0.9.5+git20211018-1ubuntu3) ...
   update-initramfs: deferring update (trigger activated)
   update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
   update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
   Setting up iptables (1.8.7-1ubuntu5) ...
   update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
   update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
   update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
   update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
   update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
   update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
   Setting up htop (3.0.5-7build2) ...
   Setting up expect (5.45.4-2build1) ...
   Setting up pkexec (0.105-33) ...
   Setting up man-db (2.10.2-1) ...
   Building database of manual pages ...
   Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
   Setting up libnl-genl-3-dev:arm64 (3.5.0-0.1) ...
   Setting up gcc (4:11.2.0-1ubuntu1) ...
   Setting up wpasupplicant (2:2.10-6ubuntu2) ...
   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.
   Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
   Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
   Setting up python3-secretstorage (3.3.1-1) ...
   Setting up gcc-12 (12.1.0-2ubuntu1~22.04) ...
   Setting up command-not-found (22.04.0) ...
   Setting up python3-gi (3.42.1-0ubuntu1) ...
   Setting up libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
   Setting up python3-keyring (23.5.0-1) ...
   Setting up python3-lazr.restfulclient (0.14.4-1) ...
   Setting up policykit-1 (0.105-33) ...
   Setting up plymouth-label (0.9.5+git20211018-1ubuntu3) ...
   Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
   Setting up python3-launchpadlib (1.10.16-1) ...
   Setting up network-manager (1.36.6-0ubuntu2) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of force-reload.
   Created symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service → /lib/systemd/system/NetworkManager-dispatcher.service.
   Created symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service → /lib/systemd/system/NetworkManager-wait-online.service.
   Created symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service → /lib/systemd/system/NetworkManager.service.
   Setting up dkms (2.8.7-2ubuntu2.1) ...
   Setting up python3-software-properties (0.99.22.6) ...
   Setting up g++ (4:11.2.0-1ubuntu1) ...
   update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
   Setting up build-essential (12.9ubuntu3) ...
   Setting up packagekit (1.2.5-2ubuntu2) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of force-reload.
   Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
   Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
   Setting up plymouth-theme-spinner (0.9.5+git20211018-1ubuntu3) ...
   update-alternatives: using /usr/share/plymouth/themes/bgrt/bgrt.plymouth to provide /usr/share/plymouth/themes/default.plymouth (default.plymouth) in auto mode
   update-initramfs: deferring update (trigger activated)
   Setting up network-manager-openvpn (1.8.18-1) ...
   Setting up software-properties-common (0.99.22.6) ...
   Setting up plymouth-themes (0.9.5+git20211018-1ubuntu3) ...
   update-alternatives: using /usr/share/plymouth/themes/text/text.plymouth to provide /usr/share/plymouth/themes/text.plymouth (text.plymouth) in auto mode
   update-initramfs: deferring update (trigger activated)
   Processing triggers for hicolor-icon-theme (0.17-2) ...
   Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
   Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
   Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
   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.140ubuntu13.1) ...
   Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
--> (871) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (871) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (871) INFO: Installing 150 desktop packages [ jammy xfce ]
--> (871) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (871) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (871) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (871) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends --dry-run install anacron apt-xapian-index blueman bluez bluez-cups bluez-tools brltty brltty-x11 cifs-utils colord cups cups-bsd cups-client cups-filters dbus-x11 dmz-cursor-theme evince evince-common fontconfig fontconfig-config fonts-noto-cjk fonts-ubuntu fonts-ubuntu-console foomatic-db-compressed-ppds gdebi ghostscript-x gnome-font-viewer gnome-disk-utility gnome-screenshot gnome-system-monitor gstreamer1.0-packagekit gstreamer1.0-plugins-base-apps gstreamer1.0-pulseaudio gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf gvfs-backends hplip indicator-printers inputattach inxi keyutils laptop-detect libatk-adaptor libfontconfig1 libfontembed1 libfontenc1 libgail-common libgl1-mesa-dri libgsettings-qt1 libgtk2.0-bin libnotify-bin libpam-gnome-keyring libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libu2f-udev libwmf0.2-7-gtk libxcursor1 lightdm lm-sensors lxtask mesa-utils mousepad mousetweaks network-manager-gnome network-manager-openvpn network-manager-ssh network-manager-vpnc numix-gtk-theme numix-icon-theme numix-icon-theme-circle openprinting-ppds orca p7zip-full pamix pasystray pavucontrol pavumeter policykit-1 policykit-desktop-privileges printer-driver-all profile-sync-daemon pulseaudio pulseaudio-module-bluetooth qalculate-gtk redshift slick-greeter smbclient software-properties-gtk spice-vdagent synaptic system-config-printer system-config-printer-common terminator thunar-volman update-inetd update-manager update-manager-core viewnior x11-apps x11-utils x11-xserver-utils xapps-common xarchiver xbacklight xcursor-themes xdg-user-dirs xdg-user-dirs-gtk xfce4 xfce4-notifyd xfce4-power-manager xfce4-screenshooter xfce4-terminal xfonts-100dpi xfonts-75dpi xfonts-base xfonts-encodings xfonts-scalable xfonts-utils xorg-docs-core xscreensaver xsensors xserver-xorg xserver-xorg-video-fbdev xwallpaper gh glmark2 chromium-browser firefox-esr bleachbit fbi gparted system-monitoring-center emacs notepadqq vim filezilla putty transmission transmission-remote-gtk build-essential clang geany meld regexxer remmina remmina-plugin-vnc remmina-plugin-rdp gnome-builder codium 2>&1 | { grep --line-buffered -v -e '^Conf ' -e '^Inst ' || true; }
--> (886) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (886) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (886) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (886) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (886) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (886) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends --download-only install anacron apt-xapian-index blueman bluez bluez-cups bluez-tools brltty brltty-x11 cifs-utils colord cups cups-bsd cups-client cups-filters dbus-x11 dmz-cursor-theme evince evince-common fontconfig fontconfig-config fonts-noto-cjk fonts-ubuntu fonts-ubuntu-console foomatic-db-compressed-ppds gdebi ghostscript-x gnome-font-viewer gnome-disk-utility gnome-screenshot gnome-system-monitor gstreamer1.0-packagekit gstreamer1.0-plugins-base-apps gstreamer1.0-pulseaudio gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf gvfs-backends hplip indicator-printers inputattach inxi keyutils laptop-detect libatk-adaptor libfontconfig1 libfontembed1 libfontenc1 libgail-common libgl1-mesa-dri libgsettings-qt1 libgtk2.0-bin libnotify-bin libpam-gnome-keyring libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libu2f-udev libwmf0.2-7-gtk libxcursor1 lightdm lm-sensors lxtask mesa-utils mousepad mousetweaks network-manager-gnome network-manager-openvpn network-manager-ssh network-manager-vpnc numix-gtk-theme numix-icon-theme numix-icon-theme-circle openprinting-ppds orca p7zip-full pamix pasystray pavucontrol pavumeter policykit-1 policykit-desktop-privileges printer-driver-all profile-sync-daemon pulseaudio pulseaudio-module-bluetooth qalculate-gtk redshift slick-greeter smbclient software-properties-gtk spice-vdagent synaptic system-config-printer system-config-printer-common terminator thunar-volman update-inetd update-manager update-manager-core viewnior x11-apps x11-utils x11-xserver-utils xapps-common xarchiver xbacklight xcursor-themes xdg-user-dirs xdg-user-dirs-gtk xfce4 xfce4-notifyd xfce4-power-manager xfce4-screenshooter xfce4-terminal xfonts-100dpi xfonts-75dpi xfonts-base xfonts-encodings xfonts-scalable xfonts-utils xorg-docs-core xscreensaver xsensors xserver-xorg xserver-xorg-video-fbdev xwallpaper gh glmark2 chromium-browser firefox-esr bleachbit fbi gparted system-monitoring-center emacs notepadqq vim filezilla putty transmission transmission-remote-gtk build-essential clang geany meld regexxer remmina remmina-plugin-vnc remmina-plugin-rdp gnome-builder codium
--> (927) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (927) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (927) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (927) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (927) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (927) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends install anacron apt-xapian-index blueman bluez bluez-cups bluez-tools brltty brltty-x11 cifs-utils colord cups cups-bsd cups-client cups-filters dbus-x11 dmz-cursor-theme evince evince-common fontconfig fontconfig-config fonts-noto-cjk fonts-ubuntu fonts-ubuntu-console foomatic-db-compressed-ppds gdebi ghostscript-x gnome-font-viewer gnome-disk-utility gnome-screenshot gnome-system-monitor gstreamer1.0-packagekit gstreamer1.0-plugins-base-apps gstreamer1.0-pulseaudio gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf gvfs-backends hplip indicator-printers inputattach inxi keyutils laptop-detect libatk-adaptor libfontconfig1 libfontembed1 libfontenc1 libgail-common libgl1-mesa-dri libgsettings-qt1 libgtk2.0-bin libnotify-bin libpam-gnome-keyring libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libu2f-udev libwmf0.2-7-gtk libxcursor1 lightdm lm-sensors lxtask mesa-utils mousepad mousetweaks network-manager-gnome network-manager-openvpn network-manager-ssh network-manager-vpnc numix-gtk-theme numix-icon-theme numix-icon-theme-circle openprinting-ppds orca p7zip-full pamix pasystray pavucontrol pavumeter policykit-1 policykit-desktop-privileges printer-driver-all profile-sync-daemon pulseaudio pulseaudio-module-bluetooth qalculate-gtk redshift slick-greeter smbclient software-properties-gtk spice-vdagent synaptic system-config-printer system-config-printer-common terminator thunar-volman update-inetd update-manager update-manager-core viewnior x11-apps x11-utils x11-xserver-utils xapps-common xarchiver xbacklight xcursor-themes xdg-user-dirs xdg-user-dirs-gtk xfce4 xfce4-notifyd xfce4-power-manager xfce4-screenshooter xfce4-terminal xfonts-100dpi xfonts-75dpi xfonts-base xfonts-encodings xfonts-scalable xfonts-utils xorg-docs-core xscreensaver xsensors xserver-xorg xserver-xorg-video-fbdev xwallpaper gh glmark2 chromium-browser firefox-esr bleachbit fbi gparted system-monitoring-center emacs notepadqq vim filezilla putty transmission transmission-remote-gtk build-essential clang geany meld regexxer remmina remmina-plugin-vnc remmina-plugin-rdp gnome-builder codium
   Preconfiguring packages ...
   Selecting previously unselected package install-info.
   (Reading database ... 45731 files and directories currently installed.)
   Preparing to unpack .../install-info_6.8-4build1_arm64.deb ...
   Unpacking install-info (6.8-4build1) ...
   Setting up install-info (6.8-4build1) ...
   Selecting previously unselected package libatspi2.0-0:arm64.
   (Reading database ... 45744 files and directories currently installed.)
   Preparing to unpack .../000-libatspi2.0-0_2.44.0-3_arm64.deb ...
   Unpacking libatspi2.0-0:arm64 (2.44.0-3) ...
   Selecting previously unselected package libatk-bridge2.0-0:arm64.
   Preparing to unpack .../001-libatk-bridge2.0-0_2.38.0-3_arm64.deb ...
   Unpacking libatk-bridge2.0-0:arm64 (2.38.0-3) ...
   Selecting previously unselected package libwayland-server0:arm64.
   Preparing to unpack .../002-libwayland-server0_1.20.0-1ubuntu0.1_arm64.deb ...
   Unpacking libwayland-server0:arm64 (1.20.0-1ubuntu0.1) ...
   Selecting previously unselected package libgbm1:arm64.
   Preparing to unpack .../003-libgbm1_22.2.5-0ubuntu0.1~22.04.1_arm64.deb ...
   Unpacking libgbm1:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Selecting previously unselected package libnspr4:arm64.
   Preparing to unpack .../004-libnspr4_2%3a4.32-3build1_arm64.deb ...
   Unpacking libnspr4:arm64 (2:4.32-3build1) ...
   Selecting previously unselected package libnss3:arm64.
   Preparing to unpack .../005-libnss3_2%3a3.68.2-0ubuntu1.2_arm64.deb ...
   Unpacking libnss3:arm64 (2:3.68.2-0ubuntu1.2) ...
   Selecting previously unselected package libasyncns0:arm64.
   Preparing to unpack .../006-libasyncns0_0.8-6build2_arm64.deb ...
   Unpacking libasyncns0:arm64 (0.8-6build2) ...
   Selecting previously unselected package libogg0:arm64.
   Preparing to unpack .../007-libogg0_1.3.5-0ubuntu3_arm64.deb ...
   Unpacking libogg0:arm64 (1.3.5-0ubuntu3) ...
   Selecting previously unselected package libflac8:arm64.
   Preparing to unpack .../008-libflac8_1.3.3-2ubuntu0.1_arm64.deb ...
   Unpacking libflac8:arm64 (1.3.3-2ubuntu0.1) ...
   Selecting previously unselected package libopus0:arm64.
   Preparing to unpack .../009-libopus0_1.3.1-0.1build2_arm64.deb ...
   Unpacking libopus0:arm64 (1.3.1-0.1build2) ...
   Selecting previously unselected package libvorbis0a:arm64.
   Preparing to unpack .../010-libvorbis0a_1.3.7-1build2_arm64.deb ...
   Unpacking libvorbis0a:arm64 (1.3.7-1build2) ...
   Selecting previously unselected package libvorbisenc2:arm64.
   Preparing to unpack .../011-libvorbisenc2_1.3.7-1build2_arm64.deb ...
   Unpacking libvorbisenc2:arm64 (1.3.7-1build2) ...
   Selecting previously unselected package libsndfile1:arm64.
   Preparing to unpack .../012-libsndfile1_1.0.31-2build1_arm64.deb ...
   Unpacking libsndfile1:arm64 (1.0.31-2build1) ...
   Selecting previously unselected package libx11-xcb1:arm64.
   Preparing to unpack .../013-libx11-xcb1_2%3a1.7.5-1_arm64.deb ...
   Unpacking libx11-xcb1:arm64 (2:1.7.5-1) ...
   Selecting previously unselected package libpulse0:arm64.
   Preparing to unpack .../014-libpulse0_1%3a15.99.1+dfsg1-1ubuntu2_arm64.deb ...
   Unpacking libpulse0:arm64 (1:15.99.1+dfsg1-1ubuntu2) ...
   Selecting previously unselected package libdouble-conversion3:arm64.
   Preparing to unpack .../015-libdouble-conversion3_3.1.7-4_arm64.deb ...
   Unpacking libdouble-conversion3:arm64 (3.1.7-4) ...
   Selecting previously unselected package libqt5core5a:arm64.
   Preparing to unpack .../016-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_arm64.deb ...
   Unpacking libqt5core5a:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Selecting previously unselected package libglvnd0:arm64.
   Preparing to unpack .../017-libglvnd0_1.4.0-1_arm64.deb ...
   Unpacking libglvnd0:arm64 (1.4.0-1) ...
   Selecting previously unselected package libglapi-mesa:arm64.
   Preparing to unpack .../018-libglapi-mesa_22.2.5-0ubuntu0.1~22.04.1_arm64.deb ...
   Unpacking libglapi-mesa:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Selecting previously unselected package libwayland-client0:arm64.
   Preparing to unpack .../019-libwayland-client0_1.20.0-1ubuntu0.1_arm64.deb ...
   Unpacking libwayland-client0:arm64 (1.20.0-1ubuntu0.1) ...
   Selecting previously unselected package libxcb-dri2-0:arm64.
   Preparing to unpack .../020-libxcb-dri2-0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-dri2-0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxcb-dri3-0:arm64.
   Preparing to unpack .../021-libxcb-dri3-0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-dri3-0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxcb-present0:arm64.
   Preparing to unpack .../022-libxcb-present0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-present0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxcb-sync1:arm64.
   Preparing to unpack .../023-libxcb-sync1_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-sync1:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxcb-xfixes0:arm64.
   Preparing to unpack .../024-libxcb-xfixes0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-xfixes0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxshmfence1:arm64.
   Preparing to unpack .../025-libxshmfence1_1.3-1build4_arm64.deb ...
   Unpacking libxshmfence1:arm64 (1.3-1build4) ...
   Selecting previously unselected package libegl-mesa0:arm64.
   Preparing to unpack .../026-libegl-mesa0_22.2.5-0ubuntu0.1~22.04.1_arm64.deb ...
   Unpacking libegl-mesa0:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Selecting previously unselected package libegl1:arm64.
   Preparing to unpack .../027-libegl1_1.4.0-1_arm64.deb ...
   Unpacking libegl1:arm64 (1.4.0-1) ...
   Selecting previously unselected package libxcb-glx0:arm64.
   Preparing to unpack .../028-libxcb-glx0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-glx0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxxf86vm1:arm64.
   Preparing to unpack .../029-libxxf86vm1_1%3a1.1.4-1build3_arm64.deb ...
   Unpacking libxxf86vm1:arm64 (1:1.1.4-1build3) ...
   Selecting previously unselected package libdrm-amdgpu1:arm64.
   Preparing to unpack .../030-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_arm64.deb ...
   Unpacking libdrm-amdgpu1:arm64 (2.4.113-2~ubuntu0.22.04.1) ...
   Selecting previously unselected package libdrm-nouveau2:arm64.
   Preparing to unpack .../031-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_arm64.deb ...
   Unpacking libdrm-nouveau2:arm64 (2.4.113-2~ubuntu0.22.04.1) ...
   Selecting previously unselected package libdrm-radeon1:arm64.
   Preparing to unpack .../032-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_arm64.deb ...
   Unpacking libdrm-radeon1:arm64 (2.4.113-2~ubuntu0.22.04.1) ...
   Selecting previously unselected package libllvm15:arm64.
   Preparing to unpack .../033-libllvm15_1%3a15.0.6-3~ubuntu0.22.04.2_arm64.deb ...
   Unpacking libllvm15:arm64 (1:15.0.6-3~ubuntu0.22.04.2) ...
   Selecting previously unselected package libgl1-mesa-dri:arm64.
   Preparing to unpack .../034-libgl1-mesa-dri_22.2.5-0ubuntu0.1~22.04.1_arm64.deb ...
   Unpacking libgl1-mesa-dri:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Selecting previously unselected package libglx-mesa0:arm64.
   Preparing to unpack .../035-libglx-mesa0_22.2.5-0ubuntu0.1~22.04.1_arm64.deb ...
   Unpacking libglx-mesa0:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Selecting previously unselected package libglx0:arm64.
   Preparing to unpack .../036-libglx0_1.4.0-1_arm64.deb ...
   Unpacking libglx0:arm64 (1.4.0-1) ...
   Selecting previously unselected package libgl1:arm64.
   Preparing to unpack .../037-libgl1_1.4.0-1_arm64.deb ...
   Unpacking libgl1:arm64 (1.4.0-1) ...
   Selecting previously unselected package x11-common.
   Preparing to unpack .../038-x11-common_1%3a7.7+23ubuntu2_all.deb ...
   Unpacking x11-common (1:7.7+23ubuntu2) ...
   Selecting previously unselected package libice6:arm64.
   Preparing to unpack .../039-libice6_2%3a1.0.10-1build2_arm64.deb ...
   Unpacking libice6:arm64 (2:1.0.10-1build2) ...
   Selecting previously unselected package libevdev2:arm64.
   Preparing to unpack .../040-libevdev2_1.12.1+dfsg-1_arm64.deb ...
   Unpacking libevdev2:arm64 (1.12.1+dfsg-1) ...
   Selecting previously unselected package libmtdev1:arm64.
   Preparing to unpack .../041-libmtdev1_1.1.6-1build4_arm64.deb ...
   Unpacking libmtdev1:arm64 (1.1.6-1build4) ...
   Selecting previously unselected package libgudev-1.0-0:arm64.
   Preparing to unpack .../042-libgudev-1.0-0_1%3a237-2build1_arm64.deb ...
   Unpacking libgudev-1.0-0:arm64 (1:237-2build1) ...
   Selecting previously unselected package libwacom-common.
   Preparing to unpack .../043-libwacom-common_2.2.0-1_all.deb ...
   Unpacking libwacom-common (2.2.0-1) ...
   Selecting previously unselected package libwacom9:arm64.
   Preparing to unpack .../044-libwacom9_2.2.0-1_arm64.deb ...
   Unpacking libwacom9:arm64 (2.2.0-1) ...
   Selecting previously unselected package libinput-bin.
   Preparing to unpack .../045-libinput-bin_1.20.0-1ubuntu0.2_arm64.deb ...
   Unpacking libinput-bin (1.20.0-1ubuntu0.2) ...
   Selecting previously unselected package libinput10:arm64.
   Preparing to unpack .../046-libinput10_1.20.0-1ubuntu0.2_arm64.deb ...
   Unpacking libinput10:arm64 (1.20.0-1ubuntu0.2) ...
   Selecting previously unselected package libmd4c0:arm64.
   Preparing to unpack .../047-libmd4c0_0.4.8-1_arm64.deb ...
   Unpacking libmd4c0:arm64 (0.4.8-1) ...
   Selecting previously unselected package libqt5dbus5:arm64.
   Preparing to unpack .../048-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_arm64.deb ...
   Unpacking libqt5dbus5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Selecting previously unselected package libqt5network5:arm64.
   Preparing to unpack .../049-libqt5network5_5.15.3+dfsg-2ubuntu0.2_arm64.deb ...
   Unpacking libqt5network5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Selecting previously unselected package libsm6:arm64.
   Preparing to unpack .../050-libsm6_2%3a1.2.3-1build2_arm64.deb ...
   Unpacking libsm6:arm64 (2:1.2.3-1build2) ...
   Selecting previously unselected package libxcb-icccm4:arm64.
   Preparing to unpack .../051-libxcb-icccm4_0.4.1-1.1build2_arm64.deb ...
   Unpacking libxcb-icccm4:arm64 (0.4.1-1.1build2) ...
   Selecting previously unselected package libxcb-util1:arm64.
   Preparing to unpack .../052-libxcb-util1_0.4.0-1build2_arm64.deb ...
   Unpacking libxcb-util1:arm64 (0.4.0-1build2) ...
   Selecting previously unselected package libxcb-image0:arm64.
   Preparing to unpack .../053-libxcb-image0_0.4.0-2_arm64.deb ...
   Unpacking libxcb-image0:arm64 (0.4.0-2) ...
   Selecting previously unselected package libxcb-keysyms1:arm64.
   Preparing to unpack .../054-libxcb-keysyms1_0.4.0-1build3_arm64.deb ...
   Unpacking libxcb-keysyms1:arm64 (0.4.0-1build3) ...
   Selecting previously unselected package libxcb-randr0:arm64.
   Preparing to unpack .../055-libxcb-randr0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-randr0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxcb-render-util0:arm64.
   Preparing to unpack .../056-libxcb-render-util0_0.3.9-1build3_arm64.deb ...
   Unpacking libxcb-render-util0:arm64 (0.3.9-1build3) ...
   Selecting previously unselected package libxcb-shape0:arm64.
   Preparing to unpack .../057-libxcb-shape0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-shape0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxcb-xinerama0:arm64.
   Preparing to unpack .../058-libxcb-xinerama0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-xinerama0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxcb-xinput0:arm64.
   Preparing to unpack .../059-libxcb-xinput0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-xinput0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxcb-xkb1:arm64.
   Preparing to unpack .../060-libxcb-xkb1_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-xkb1:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxkbcommon0:arm64.
   Preparing to unpack .../061-libxkbcommon0_1.4.0-1_arm64.deb ...
   Unpacking libxkbcommon0:arm64 (1.4.0-1) ...
   Selecting previously unselected package libxkbcommon-x11-0:arm64.
   Preparing to unpack .../062-libxkbcommon-x11-0_1.4.0-1_arm64.deb ...
   Unpacking libxkbcommon-x11-0:arm64 (1.4.0-1) ...
   Selecting previously unselected package libqt5gui5:arm64.
   Preparing to unpack .../063-libqt5gui5_5.15.3+dfsg-2ubuntu0.2_arm64.deb ...
   Unpacking libqt5gui5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Selecting previously unselected package libqt5widgets5:arm64.
   Preparing to unpack .../064-libqt5widgets5_5.15.3+dfsg-2ubuntu0.2_arm64.deb ...
   Unpacking libqt5widgets5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Selecting previously unselected package libxtst6:arm64.
   Preparing to unpack .../065-libxtst6_2%3a1.2.3-1build4_arm64.deb ...
   Unpacking libxtst6:arm64 (2:1.2.3-1build4) ...
   Selecting previously unselected package xdg-utils.
   Preparing to unpack .../066-xdg-utils_1.1.3-4.1ubuntu3~22.04.1_all.deb ...
   Unpacking xdg-utils (1.1.3-4.1ubuntu3~22.04.1) ...
   Selecting previously unselected package chromium-codecs-ffmpeg-extra.
   Preparing to unpack .../067-chromium-codecs-ffmpeg-extra_1%3a107.0.5304.62-0ubuntu1~ppa1~22.04.1_arm64.deb ...
   Unpacking chromium-codecs-ffmpeg-extra (1:107.0.5304.62-0ubuntu1~ppa1~22.04.1) ...
   Selecting previously unselected package chromium-browser.
   Preparing to unpack .../068-chromium-browser_1%3a107.0.5304.62-0ubuntu1~ppa1~22.04.1_arm64.deb ...
   Unpacking chromium-browser (1:107.0.5304.62-0ubuntu1~ppa1~22.04.1) ...
   Selecting previously unselected package ssl-cert.
   Preparing to unpack .../069-ssl-cert_1.1.2_all.deb ...
   Unpacking ssl-cert (1.1.2) ...
   Selecting previously unselected package libpaper1:arm64.
   Preparing to unpack .../070-libpaper1_1.1.28build2_arm64.deb ...
   Unpacking libpaper1:arm64 (1.1.28build2) ...
   Selecting previously unselected package libjson-glib-1.0-common.
   Preparing to unpack .../071-libjson-glib-1.0-common_1.6.6-1build1_all.deb ...
   Unpacking libjson-glib-1.0-common (1.6.6-1build1) ...
   Selecting previously unselected package libjson-glib-1.0-0:arm64.
   Preparing to unpack .../072-libjson-glib-1.0-0_1.6.6-1build1_arm64.deb ...
   Unpacking libjson-glib-1.0-0:arm64 (1.6.6-1build1) ...
   Selecting previously unselected package libproxy1v5:arm64.
   Preparing to unpack .../073-libproxy1v5_0.4.17-2_arm64.deb ...
   Unpacking libproxy1v5:arm64 (0.4.17-2) ...
   Selecting previously unselected package glib-networking-common.
   Preparing to unpack .../074-glib-networking-common_2.72.0-1_all.deb ...
   Unpacking glib-networking-common (2.72.0-1) ...
   Selecting previously unselected package glib-networking-services.
   Preparing to unpack .../075-glib-networking-services_2.72.0-1_arm64.deb ...
   Unpacking glib-networking-services (2.72.0-1) ...
   Selecting previously unselected package dbus-x11.
   Preparing to unpack .../076-dbus-x11_1.12.20-2ubuntu4.1_arm64.deb ...
   Unpacking dbus-x11 (1.12.20-2ubuntu4.1) ...
   Selecting previously unselected package dconf-service.
   Preparing to unpack .../077-dconf-service_0.40.0-3_arm64.deb ...
   Unpacking dconf-service (0.40.0-3) ...
   Selecting previously unselected package dconf-gsettings-backend:arm64.
   Preparing to unpack .../078-dconf-gsettings-backend_0.40.0-3_arm64.deb ...
   Unpacking dconf-gsettings-backend:arm64 (0.40.0-3) ...
   Selecting previously unselected package session-migration.
   Preparing to unpack .../079-session-migration_0.3.6_arm64.deb ...
   Unpacking session-migration (0.3.6) ...
   Selecting previously unselected package gsettings-desktop-schemas.
   Preparing to unpack .../080-gsettings-desktop-schemas_42.0-1ubuntu1_all.deb ...
   Unpacking gsettings-desktop-schemas (42.0-1ubuntu1) ...
   Selecting previously unselected package glib-networking:arm64.
   Preparing to unpack .../081-glib-networking_2.72.0-1_arm64.deb ...
   Unpacking glib-networking:arm64 (2.72.0-1) ...
   Selecting previously unselected package libsoup2.4-common.
   Preparing to unpack .../082-libsoup2.4-common_2.74.2-3_all.deb ...
   Unpacking libsoup2.4-common (2.74.2-3) ...
   Selecting previously unselected package libsoup2.4-1:arm64.
   Preparing to unpack .../083-libsoup2.4-1_2.74.2-3_arm64.deb ...
   Unpacking libsoup2.4-1:arm64 (2.74.2-3) ...
   Selecting previously unselected package libsnapd-glib1:arm64.
   Preparing to unpack .../084-libsnapd-glib1_1.60-0ubuntu1_arm64.deb ...
   Unpacking libsnapd-glib1:arm64 (1.60-0ubuntu1) ...
   Selecting previously unselected package cups-daemon.
   Preparing to unpack .../085-cups-daemon_2.4.1op1-1ubuntu4.1_arm64.deb ...
   Unpacking cups-daemon (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package libqt5svg5:arm64.
   Preparing to unpack .../086-libqt5svg5_5.15.3-1_arm64.deb ...
   Unpacking libqt5svg5:arm64 (5.15.3-1) ...
   Selecting previously unselected package libsane-common.
   Preparing to unpack .../087-libsane-common_1.1.1-5_all.deb ...
   Unpacking libsane-common (1.1.1-5) ...
   Selecting previously unselected package libtalloc2:arm64.
   Preparing to unpack .../088-libtalloc2_2.3.3-2build1_arm64.deb ...
   Unpacking libtalloc2:arm64 (2.3.3-2build1) ...
   Selecting previously unselected package libtevent0:arm64.
   Preparing to unpack .../089-libtevent0_0.11.0-1build1_arm64.deb ...
   Unpacking libtevent0:arm64 (0.11.0-1build1) ...
   Selecting previously unselected package libwbclient0:arm64.
   Preparing to unpack .../090-libwbclient0_2%3a4.15.13+dfsg-0ubuntu1_arm64.deb ...
   Unpacking libwbclient0:arm64 (2:4.15.13+dfsg-0ubuntu1) ...
   Selecting previously unselected package lightdm.
   Preparing to unpack .../091-lightdm_1.30.0-0ubuntu5_arm64.deb ...
   Unpacking lightdm (1.30.0-0ubuntu5) ...
   Selecting previously unselected package poppler-data.
   Preparing to unpack .../092-poppler-data_0.4.11-1_all.deb ...
   Unpacking poppler-data (0.4.11-1) ...
   Selecting previously unselected package liborc-0.4-0:arm64.
   Preparing to unpack .../093-liborc-0.4-0_1%3a0.4.32-2_arm64.deb ...
   Unpacking liborc-0.4-0:arm64 (1:0.4.32-2) ...
   Selecting previously unselected package libgstreamer-plugins-base1.0-0:arm64.
   Preparing to unpack .../094-libgstreamer-plugins-base1.0-0_1.20.1-1_arm64.deb ...
   Unpacking libgstreamer-plugins-base1.0-0:arm64 (1.20.1-1) ...
   Selecting previously unselected package libltdl7:arm64.
   Preparing to unpack .../095-libltdl7_2.4.6-15build2_arm64.deb ...
   Unpacking libltdl7:arm64 (2.4.6-15build2) ...
   Selecting previously unselected package libsoxr0:arm64.
   Preparing to unpack .../096-libsoxr0_0.1.3-4build2_arm64.deb ...
   Unpacking libsoxr0:arm64 (0.1.3-4build2) ...
   Selecting previously unselected package libspeexdsp1:arm64.
   Preparing to unpack .../097-libspeexdsp1_1.2~rc1.2-1.1ubuntu3_arm64.deb ...
   Unpacking libspeexdsp1:arm64 (1.2~rc1.2-1.1ubuntu3) ...
   Selecting previously unselected package libtdb1:arm64.
   Preparing to unpack .../098-libtdb1_1.4.5-2build1_arm64.deb ...
   Unpacking libtdb1:arm64 (1.4.5-2build1) ...
   Selecting previously unselected package libwebrtc-audio-processing1:arm64.
   Preparing to unpack .../099-libwebrtc-audio-processing1_0.3.1-0ubuntu5_arm64.deb ...
   Unpacking libwebrtc-audio-processing1:arm64 (0.3.1-0ubuntu5) ...
   Selecting previously unselected package libjack-jackd2-0:arm64.
   Preparing to unpack .../100-libjack-jackd2-0_1.9.20~dfsg-1_arm64.deb ...
   Unpacking libjack-jackd2-0:arm64 (1.9.20~dfsg-1) ...
   Selecting previously unselected package libasound2-plugins:arm64.
   Preparing to unpack .../101-libasound2-plugins_1.2.6-1_arm64.deb ...
   Unpacking libasound2-plugins:arm64 (1.2.6-1) ...
   Selecting previously unselected package libpulsedsp:arm64.
   Preparing to unpack .../102-libpulsedsp_1%3a15.99.1+dfsg1-1ubuntu2_arm64.deb ...
   Unpacking libpulsedsp:arm64 (1:15.99.1+dfsg1-1ubuntu2) ...
   Selecting previously unselected package pulseaudio-utils.
   Preparing to unpack .../103-pulseaudio-utils_1%3a15.99.1+dfsg1-1ubuntu2_arm64.deb ...
   Unpacking pulseaudio-utils (1:15.99.1+dfsg1-1ubuntu2) ...
   Selecting previously unselected package pulseaudio.
   Preparing to unpack .../104-pulseaudio_1%3a15.99.1+dfsg1-1ubuntu2_arm64.deb ...
   Unpacking pulseaudio (1:15.99.1+dfsg1-1ubuntu2) ...
   Selecting previously unselected package samba-common.
   Preparing to unpack .../105-samba-common_2%3a4.15.13+dfsg-0ubuntu1_all.deb ...
   Unpacking samba-common (2:4.15.13+dfsg-0ubuntu1) ...
   Selecting previously unselected package liblmdb0:arm64.
   Preparing to unpack .../106-liblmdb0_0.9.24-1build2_arm64.deb ...
   Unpacking liblmdb0:arm64 (0.9.24-1build2) ...
   Selecting previously unselected package libldb2:arm64.
   Preparing to unpack .../107-libldb2_2%3a2.4.4-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking libldb2:arm64 (2:2.4.4-0ubuntu0.22.04.1) ...
   Selecting previously unselected package libpython3.10:arm64.
   Preparing to unpack .../108-libpython3.10_3.10.6-1~22.04.2_arm64.deb ...
   Unpacking libpython3.10:arm64 (3.10.6-1~22.04.2) ...
   Selecting previously unselected package python3-ldb.
   Preparing to unpack .../109-python3-ldb_2%3a2.4.4-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking python3-ldb (2:2.4.4-0ubuntu0.22.04.1) ...
   Selecting previously unselected package python3-talloc:arm64.
   Preparing to unpack .../110-python3-talloc_2.3.3-2build1_arm64.deb ...
   Unpacking python3-talloc:arm64 (2.3.3-2build1) ...
   Selecting previously unselected package samba-libs:arm64.
   Preparing to unpack .../111-samba-libs_2%3a4.15.13+dfsg-0ubuntu1_arm64.deb ...
   Unpacking samba-libs:arm64 (2:4.15.13+dfsg-0ubuntu1) ...
   Selecting previously unselected package libarchive13:arm64.
   Preparing to unpack .../112-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
   Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
   Selecting previously unselected package libsmbclient:arm64.
   Preparing to unpack .../113-libsmbclient_2%3a4.15.13+dfsg-0ubuntu1_arm64.deb ...
   Unpacking libsmbclient:arm64 (2:4.15.13+dfsg-0ubuntu1) ...
   Selecting previously unselected package smbclient.
   Preparing to unpack .../114-smbclient_2%3a4.15.13+dfsg-0ubuntu1_arm64.deb ...
   Unpacking smbclient (2:4.15.13+dfsg-0ubuntu1) ...
   Selecting previously unselected package libcairo-gobject2:arm64.
   Preparing to unpack .../115-libcairo-gobject2_1.16.0-5ubuntu2_arm64.deb ...
   Unpacking libcairo-gobject2:arm64 (1.16.0-5ubuntu2) ...
   Selecting previously unselected package liblcms2-2:arm64.
   Preparing to unpack .../116-liblcms2-2_2.12~rc1-2build2_arm64.deb ...
   Unpacking liblcms2-2:arm64 (2.12~rc1-2build2) ...
   Selecting previously unselected package libcolord2:arm64.
   Preparing to unpack .../117-libcolord2_1.4.6-1_arm64.deb ...
   Unpacking libcolord2:arm64 (1.4.6-1) ...
   Selecting previously unselected package libepoxy0:arm64.
   Preparing to unpack .../118-libepoxy0_1.5.10-1_arm64.deb ...
   Unpacking libepoxy0:arm64 (1.5.10-1) ...
   Selecting previously unselected package libwayland-cursor0:arm64.
   Preparing to unpack .../119-libwayland-cursor0_1.20.0-1ubuntu0.1_arm64.deb ...
   Unpacking libwayland-cursor0:arm64 (1.20.0-1ubuntu0.1) ...
   Selecting previously unselected package libwayland-egl1:arm64.
   Preparing to unpack .../120-libwayland-egl1_1.20.0-1ubuntu0.1_arm64.deb ...
   Unpacking libwayland-egl1:arm64 (1.20.0-1ubuntu0.1) ...
   Selecting previously unselected package libgtk-3-common.
   Preparing to unpack .../121-libgtk-3-common_3.24.33-1ubuntu2_all.deb ...
   Unpacking libgtk-3-common (3.24.33-1ubuntu2) ...
   Selecting previously unselected package libgtk-3-0:arm64.
   Preparing to unpack .../122-libgtk-3-0_3.24.33-1ubuntu2_arm64.deb ...
   Unpacking libgtk-3-0:arm64 (3.24.33-1ubuntu2) ...
   Selecting previously unselected package libpciaccess0:arm64.
   Preparing to unpack .../123-libpciaccess0_0.16-3_arm64.deb ...
   Unpacking libpciaccess0:arm64 (0.16-3) ...
   Selecting previously unselected package spice-vdagent.
   Preparing to unpack .../124-spice-vdagent_0.22.1-1_arm64.deb ...
   Unpacking spice-vdagent (0.22.1-1) ...
   Selecting previously unselected package python3-xkit.
   Preparing to unpack .../125-python3-xkit_0.5.0ubuntu5_all.deb ...
   Unpacking python3-xkit (0.5.0ubuntu5) ...
   Selecting previously unselected package python3-colorama.
   Preparing to unpack .../126-python3-colorama_0.4.4-1_all.deb ...
   Unpacking python3-colorama (0.4.4-1) ...
   Selecting previously unselected package python3-click.
   Preparing to unpack .../127-python3-click_8.0.3-1_all.deb ...
   Unpacking python3-click (8.0.3-1) ...
   Selecting previously unselected package ubuntu-drivers-common.
   Preparing to unpack .../128-ubuntu-drivers-common_1%3a0.9.6.1_arm64.deb ...
   Unpacking ubuntu-drivers-common (1:0.9.6.1) ...
   Selecting previously unselected package python3-chardet.
   Preparing to unpack .../129-python3-chardet_4.0.0-1_all.deb ...
   Unpacking python3-chardet (4.0.0-1) ...
   Selecting previously unselected package python3-debian.
   Preparing to unpack .../130-python3-debian_0.1.43ubuntu1_all.deb ...
   Unpacking python3-debian (0.1.43ubuntu1) ...
   Selecting previously unselected package python3-debconf.
   Preparing to unpack .../131-python3-debconf_1.5.79ubuntu1_all.deb ...
   Unpacking python3-debconf (1.5.79ubuntu1) ...
   Selecting previously unselected package python3-distupgrade.
   Preparing to unpack .../132-python3-distupgrade_1%3a22.04.16_all.deb ...
   Unpacking python3-distupgrade (1:22.04.16) ...
   Selecting previously unselected package python3-update-manager.
   Preparing to unpack .../133-python3-update-manager_1%3a22.04.10_all.deb ...
   Unpacking python3-update-manager (1:22.04.10) ...
   Selecting previously unselected package ubuntu-release-upgrader-core.
   Preparing to unpack .../134-ubuntu-release-upgrader-core_1%3a22.04.16_all.deb ...
   Unpacking ubuntu-release-upgrader-core (1:22.04.16) ...
   Selecting previously unselected package distro-info.
   Preparing to unpack .../135-distro-info_1.1build1_arm64.deb ...
   Unpacking distro-info (1.1build1) ...
   Selecting previously unselected package ubuntu-advantage-tools.
   Preparing to unpack .../136-ubuntu-advantage-tools_27.13.6~22.04.1_arm64.deb ...
   Unpacking ubuntu-advantage-tools (27.13.6~22.04.1) ...
   Selecting previously unselected package update-manager-core.
   Preparing to unpack .../137-update-manager-core_1%3a22.04.10_all.deb ...
   Unpacking update-manager-core (1:22.04.10) ...
   Selecting previously unselected package update-notifier-common.
   Preparing to unpack .../138-update-notifier-common_3.192.54.5_all.deb ...
   Unpacking update-notifier-common (3.192.54.5) ...
   Selecting previously unselected package libtext-iconv-perl.
   Preparing to unpack .../139-libtext-iconv-perl_1.7-7build3_arm64.deb ...
   Unpacking libtext-iconv-perl (1.7-7build3) ...
   Selecting previously unselected package xxd.
   Preparing to unpack .../140-xxd_2%3a8.2.3995-1ubuntu2.3_arm64.deb ...
   Unpacking xxd (2:8.2.3995-1ubuntu2.3) ...
   Selecting previously unselected package vim-common.
   Preparing to unpack .../141-vim-common_2%3a8.2.3995-1ubuntu2.3_all.deb ...
   Unpacking vim-common (2:8.2.3995-1ubuntu2.3) ...
   Selecting previously unselected package xdg-user-dirs.
   Preparing to unpack .../142-xdg-user-dirs_0.17-2ubuntu4_arm64.deb ...
   Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
   Selecting previously unselected package dmidecode.
   Preparing to unpack .../143-dmidecode_3.3-3ubuntu0.1_arm64.deb ...
   Unpacking dmidecode (3.3-3ubuntu0.1) ...
   Selecting previously unselected package libnuma1:arm64.
   Preparing to unpack .../144-libnuma1_2.0.14-3ubuntu2_arm64.deb ...
   Unpacking libnuma1:arm64 (2.0.14-3ubuntu2) ...
   Selecting previously unselected package libxmuu1:arm64.
   Preparing to unpack .../145-libxmuu1_2%3a1.1.3-3_arm64.deb ...
   Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
   Selecting previously unselected package usb.ids.
   Preparing to unpack .../146-usb.ids_2022.04.02-1_all.deb ...
   Unpacking usb.ids (2022.04.02-1) ...
   Selecting previously unselected package acl.
   Preparing to unpack .../147-acl_2.3.1-1_arm64.deb ...
   Unpacking acl (2.3.1-1) ...
   Selecting previously unselected package anacron.
   Preparing to unpack .../148-anacron_2.3-31ubuntu2_arm64.deb ...
   Unpacking anacron (2.3-31ubuntu2) ...
   Selecting previously unselected package python3-xapian.
   Preparing to unpack .../149-python3-xapian_1.4.18-2build3_arm64.deb ...
   Unpacking python3-xapian (1.4.18-2build3) ...
   Selecting previously unselected package apt-xapian-index.
   Preparing to unpack .../150-apt-xapian-index_0.51ubuntu1_all.deb ...
   Unpacking apt-xapian-index (0.51ubuntu1) ...
   Selecting previously unselected package at-spi2-core.
   Preparing to unpack .../151-at-spi2-core_2.44.0-3_arm64.deb ...
   Unpacking at-spi2-core (2.44.0-3) ...
   Selecting previously unselected package gir1.2-atk-1.0:arm64.
   Preparing to unpack .../152-gir1.2-atk-1.0_2.36.0-3build1_arm64.deb ...
   Unpacking gir1.2-atk-1.0:arm64 (2.36.0-3build1) ...
   Selecting previously unselected package gir1.2-freedesktop:arm64.
   Preparing to unpack .../153-gir1.2-freedesktop_1.72.0-1_arm64.deb ...
   Unpacking gir1.2-freedesktop:arm64 (1.72.0-1) ...
   Selecting previously unselected package gir1.2-gdkpixbuf-2.0:arm64.
   Preparing to unpack .../154-gir1.2-gdkpixbuf-2.0_2.42.8+dfsg-1ubuntu0.2_arm64.deb ...
   Unpacking gir1.2-gdkpixbuf-2.0:arm64 (2.42.8+dfsg-1ubuntu0.2) ...
   Selecting previously unselected package gir1.2-harfbuzz-0.0:arm64.
   Preparing to unpack .../155-gir1.2-harfbuzz-0.0_2.7.4-1ubuntu3.1_arm64.deb ...
   Unpacking gir1.2-harfbuzz-0.0:arm64 (2.7.4-1ubuntu3.1) ...
   Selecting previously unselected package libxft2:arm64.
   Preparing to unpack .../156-libxft2_2.3.4-1_arm64.deb ...
   Unpacking libxft2:arm64 (2.3.4-1) ...
   Selecting previously unselected package libpangoxft-1.0-0:arm64.
   Preparing to unpack .../157-libpangoxft-1.0-0_1.50.6+ds-2ubuntu1_arm64.deb ...
   Unpacking libpangoxft-1.0-0:arm64 (1.50.6+ds-2ubuntu1) ...
   Selecting previously unselected package gir1.2-pango-1.0:arm64.
   Preparing to unpack .../158-gir1.2-pango-1.0_1.50.6+ds-2ubuntu1_arm64.deb ...
   Unpacking gir1.2-pango-1.0:arm64 (1.50.6+ds-2ubuntu1) ...
   Selecting previously unselected package gir1.2-gtk-3.0:arm64.
   Preparing to unpack .../159-gir1.2-gtk-3.0_3.24.33-1ubuntu2_arm64.deb ...
   Unpacking gir1.2-gtk-3.0:arm64 (3.24.33-1ubuntu2) ...
   Selecting previously unselected package libnotify4:arm64.
   Preparing to unpack .../160-libnotify4_0.7.9-3ubuntu5.22.04.1_arm64.deb ...
   Unpacking libnotify4:arm64 (0.7.9-3ubuntu5.22.04.1) ...
   Selecting previously unselected package gir1.2-notify-0.7:arm64.
   Preparing to unpack .../161-gir1.2-notify-0.7_0.7.9-3ubuntu5.22.04.1_arm64.deb ...
   Unpacking gir1.2-notify-0.7:arm64 (0.7.9-3ubuntu5.22.04.1) ...
   Selecting previously unselected package python3-certifi.
   Preparing to unpack .../162-python3-certifi_2020.6.20-1_all.deb ...
   Unpacking python3-certifi (2020.6.20-1) ...
   Selecting previously unselected package python3-idna.
   Preparing to unpack .../163-python3-idna_3.3-1_all.deb ...
   Unpacking python3-idna (3.3-1) ...
   Selecting previously unselected package python3-urllib3.
   Preparing to unpack .../164-python3-urllib3_1.26.5-1~exp1_all.deb ...
   Unpacking python3-urllib3 (1.26.5-1~exp1) ...
   Selecting previously unselected package python3-requests.
   Preparing to unpack .../165-python3-requests_2.25.1+dfsg-2_all.deb ...
   Unpacking python3-requests (2.25.1+dfsg-2) ...
   Selecting previously unselected package bleachbit.
   Preparing to unpack .../166-bleachbit_4.4.2-1_all.deb ...
   Unpacking bleachbit (4.4.2-1) ...
   Selecting previously unselected package bluez.
   Preparing to unpack .../167-bluez_5.64-0ubuntu1_arm64.deb ...
   Unpacking bluez (5.64-0ubuntu1) ...
   Selecting previously unselected package libical3:arm64.
   Preparing to unpack .../168-libical3_3.0.14-1build1_arm64.deb ...
   Unpacking libical3:arm64 (3.0.14-1build1) ...
   Selecting previously unselected package bluez-obexd.
   Preparing to unpack .../169-bluez-obexd_5.64-0ubuntu1_arm64.deb ...
   Unpacking bluez-obexd (5.64-0ubuntu1) ...
   Selecting previously unselected package libcamel-1.2-63:arm64.
   Preparing to unpack .../170-libcamel-1.2-63_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libcamel-1.2-63:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libvorbisfile3:arm64.
   Preparing to unpack .../171-libvorbisfile3_1.3.7-1build2_arm64.deb ...
   Unpacking libvorbisfile3:arm64 (1.3.7-1build2) ...
   Selecting previously unselected package sound-theme-freedesktop.
   Preparing to unpack .../172-sound-theme-freedesktop_0.8-2ubuntu1_all.deb ...
   Unpacking sound-theme-freedesktop (0.8-2ubuntu1) ...
   Selecting previously unselected package libcanberra0:arm64.
   Preparing to unpack .../173-libcanberra0_0.30-10ubuntu1_arm64.deb ...
   Unpacking libcanberra0:arm64 (0.30-10ubuntu1) ...
   Selecting previously unselected package libcanberra-gtk3-0:arm64.
   Preparing to unpack .../174-libcanberra-gtk3-0_0.30-10ubuntu1_arm64.deb ...
   Unpacking libcanberra-gtk3-0:arm64 (0.30-10ubuntu1) ...
   Selecting previously unselected package libgck-1-0:arm64.
   Preparing to unpack .../175-libgck-1-0_3.40.0-4_arm64.deb ...
   Unpacking libgck-1-0:arm64 (3.40.0-4) ...
   Selecting previously unselected package libgcr-base-3-1:arm64.
   Preparing to unpack .../176-libgcr-base-3-1_3.40.0-4_arm64.deb ...
   Unpacking libgcr-base-3-1:arm64 (3.40.0-4) ...
   Selecting previously unselected package libgoa-1.0-common.
   Preparing to unpack .../177-libgoa-1.0-common_3.44.0-1ubuntu1_all.deb ...
   Unpacking libgoa-1.0-common (3.44.0-1ubuntu1) ...
   Selecting previously unselected package libgoa-1.0-0b:arm64.
   Preparing to unpack .../178-libgoa-1.0-0b_3.44.0-1ubuntu1_arm64.deb ...
   Unpacking libgoa-1.0-0b:arm64 (3.44.0-1ubuntu1) ...
   Selecting previously unselected package libgdata-common.
   Preparing to unpack .../179-libgdata-common_0.18.1-2build1_all.deb ...
   Unpacking libgdata-common (0.18.1-2build1) ...
   Selecting previously unselected package libgdata22:arm64.
   Preparing to unpack .../180-libgdata22_0.18.1-2build1_arm64.deb ...
   Unpacking libgdata22:arm64 (0.18.1-2build1) ...
   Selecting previously unselected package libsecret-common.
   Preparing to unpack .../181-libsecret-common_0.20.5-2_all.deb ...
   Unpacking libsecret-common (0.20.5-2) ...
   Selecting previously unselected package libsecret-1-0:arm64.
   Preparing to unpack .../182-libsecret-1-0_0.20.5-2_arm64.deb ...
   Unpacking libsecret-1-0:arm64 (0.20.5-2) ...
   Selecting previously unselected package evolution-data-server-common.
   Preparing to unpack .../183-evolution-data-server-common_3.44.4-0ubuntu1_all.deb ...
   Unpacking evolution-data-server-common (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libedataserver-1.2-26:arm64.
   Preparing to unpack .../184-libedataserver-1.2-26_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libedataserver-1.2-26:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libebackend-1.2-10:arm64.
   Preparing to unpack .../185-libebackend-1.2-10_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libebackend-1.2-10:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libabsl20210324:arm64.
   Preparing to unpack .../186-libabsl20210324_0~20210324.2-2_arm64.deb ...
   Unpacking libabsl20210324:arm64 (0~20210324.2-2) ...
   Selecting previously unselected package libprotobuf23:arm64.
   Preparing to unpack .../187-libprotobuf23_3.12.4-1ubuntu7.22.04.1_arm64.deb ...
   Unpacking libprotobuf23:arm64 (3.12.4-1ubuntu7.22.04.1) ...
   Selecting previously unselected package libphonenumber8:arm64.
   Preparing to unpack .../188-libphonenumber8_8.12.44-1_arm64.deb ...
   Unpacking libphonenumber8:arm64 (8.12.44-1) ...
   Selecting previously unselected package libebook-contacts-1.2-3:arm64.
   Preparing to unpack .../189-libebook-contacts-1.2-3_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libebook-contacts-1.2-3:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libedata-book-1.2-26:arm64.
   Preparing to unpack .../190-libedata-book-1.2-26_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libedata-book-1.2-26:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libebook-1.2-20:arm64.
   Preparing to unpack .../191-libebook-1.2-20_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libebook-1.2-20:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libecal-2.0-1:arm64.
   Preparing to unpack .../192-libecal-2.0-1_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libecal-2.0-1:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libedata-cal-2.0-1:arm64.
   Preparing to unpack .../193-libedata-cal-2.0-1_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libedata-cal-2.0-1:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libgcr-ui-3-1:arm64.
   Preparing to unpack .../194-libgcr-ui-3-1_3.40.0-4_arm64.deb ...
   Unpacking libgcr-ui-3-1:arm64 (3.40.0-4) ...
   Selecting previously unselected package libjavascriptcoregtk-4.0-18:arm64.
   Preparing to unpack .../195-libjavascriptcoregtk-4.0-18_2.38.5-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking libjavascriptcoregtk-4.0-18:arm64 (2.38.5-0ubuntu0.22.04.1) ...
   Selecting previously unselected package libcdparanoia0:arm64.
   Preparing to unpack .../196-libcdparanoia0_3.10.2+debian-14build2_arm64.deb ...
   Unpacking libcdparanoia0:arm64 (3.10.2+debian-14build2) ...
   Selecting previously unselected package libtheora0:arm64.
   Preparing to unpack .../197-libtheora0_1.1.1+dfsg.1-15ubuntu4_arm64.deb ...
   Unpacking libtheora0:arm64 (1.1.1+dfsg.1-15ubuntu4) ...
   Selecting previously unselected package libvisual-0.4-0:arm64.
   Preparing to unpack .../198-libvisual-0.4-0_0.4.0-17build2_arm64.deb ...
   Unpacking libvisual-0.4-0:arm64 (0.4.0-17build2) ...
   Selecting previously unselected package gstreamer1.0-plugins-base:arm64.
   Preparing to unpack .../199-gstreamer1.0-plugins-base_1.20.1-1_arm64.deb ...
   Unpacking gstreamer1.0-plugins-base:arm64 (1.20.1-1) ...
   Selecting previously unselected package libaa1:arm64.
   Preparing to unpack .../200-libaa1_1.4p5-50build1_arm64.deb ...
   Unpacking libaa1:arm64 (1.4p5-50build1) ...
   Selecting previously unselected package libraw1394-11:arm64.
   Preparing to unpack .../201-libraw1394-11_2.1.2-2build2_arm64.deb ...
   Unpacking libraw1394-11:arm64 (2.1.2-2build2) ...
   Selecting previously unselected package libavc1394-0:arm64.
   Preparing to unpack .../202-libavc1394-0_0.5.4-5build2_arm64.deb ...
   Unpacking libavc1394-0:arm64 (0.5.4-5build2) ...
   Selecting previously unselected package libdv4:arm64.
   Preparing to unpack .../203-libdv4_1.0.0-14build1_arm64.deb ...
   Unpacking libdv4:arm64 (1.0.0-14build1) ...
   Selecting previously unselected package libgstreamer-plugins-good1.0-0:arm64.
   Preparing to unpack .../204-libgstreamer-plugins-good1.0-0_1.20.3-0ubuntu1_arm64.deb ...
   Unpacking libgstreamer-plugins-good1.0-0:arm64 (1.20.3-0ubuntu1) ...
   Selecting previously unselected package libiec61883-0:arm64.
   Preparing to unpack .../205-libiec61883-0_1.2.0-4build3_arm64.deb ...
   Unpacking libiec61883-0:arm64 (1.2.0-4build3) ...
   Selecting previously unselected package libmp3lame0:arm64.
   Preparing to unpack .../206-libmp3lame0_3.100-3build2_arm64.deb ...
   Unpacking libmp3lame0:arm64 (3.100-3build2) ...
   Selecting previously unselected package libmpg123-0:arm64.
   Preparing to unpack .../207-libmpg123-0_1.29.3-1build1_arm64.deb ...
   Unpacking libmpg123-0:arm64 (1.29.3-1build1) ...
   Selecting previously unselected package libspeex1:arm64.
   Preparing to unpack .../208-libspeex1_1.2~rc1.2-1.1ubuntu3_arm64.deb ...
   Unpacking libspeex1:arm64 (1.2~rc1.2-1.1ubuntu3) ...
   Selecting previously unselected package libshout3:arm64.
   Preparing to unpack .../209-libshout3_2.4.5-1build3_arm64.deb ...
   Unpacking libshout3:arm64 (2.4.5-1build3) ...
   Selecting previously unselected package libtag1v5-vanilla:arm64.
   Preparing to unpack .../210-libtag1v5-vanilla_1.11.1+dfsg.1-3ubuntu3_arm64.deb ...
   Unpacking libtag1v5-vanilla:arm64 (1.11.1+dfsg.1-3ubuntu3) ...
   Selecting previously unselected package libtag1v5:arm64.
   Preparing to unpack .../211-libtag1v5_1.11.1+dfsg.1-3ubuntu3_arm64.deb ...
   Unpacking libtag1v5:arm64 (1.11.1+dfsg.1-3ubuntu3) ...
   Selecting previously unselected package libtwolame0:arm64.
   Preparing to unpack .../212-libtwolame0_0.4.0-2build2_arm64.deb ...
   Unpacking libtwolame0:arm64 (0.4.0-2build2) ...
   Selecting previously unselected package libv4lconvert0:arm64.
   Preparing to unpack .../213-libv4lconvert0_1.22.1-2build1_arm64.deb ...
   Unpacking libv4lconvert0:arm64 (1.22.1-2build1) ...
   Selecting previously unselected package libv4l-0:arm64.
   Preparing to unpack .../214-libv4l-0_1.22.1-2build1_arm64.deb ...
   Unpacking libv4l-0:arm64 (1.22.1-2build1) ...
   Selecting previously unselected package libvpx7:arm64.
   Preparing to unpack .../215-libvpx7_1.11.0-2ubuntu2_arm64.deb ...
   Unpacking libvpx7:arm64 (1.11.0-2ubuntu2) ...
   Selecting previously unselected package libwavpack1:arm64.
   Preparing to unpack .../216-libwavpack1_5.4.0-1build2_arm64.deb ...
   Unpacking libwavpack1:arm64 (5.4.0-1build2) ...
   Selecting previously unselected package gstreamer1.0-plugins-good:arm64.
   Preparing to unpack .../217-gstreamer1.0-plugins-good_1.20.3-0ubuntu1_arm64.deb ...
   Unpacking gstreamer1.0-plugins-good:arm64 (1.20.3-0ubuntu1) ...
   Selecting previously unselected package bubblewrap.
   Preparing to unpack .../218-bubblewrap_0.6.1-1_arm64.deb ...
   Unpacking bubblewrap (0.6.1-1) ...
   Selecting previously unselected package xdg-dbus-proxy.
   Preparing to unpack .../219-xdg-dbus-proxy_0.1.3-1_arm64.deb ...
   Unpacking xdg-dbus-proxy (0.1.3-1) ...
   Selecting previously unselected package emacsen-common.
   Preparing to unpack .../220-emacsen-common_3.0.4_all.deb ...
   Unpacking emacsen-common (3.0.4) ...
   Selecting previously unselected package dictionaries-common.
   Preparing to unpack .../221-dictionaries-common_1.28.14_all.deb ...
   Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
   Unpacking dictionaries-common (1.28.14) ...
   Selecting previously unselected package hunspell-en-us.
   Preparing to unpack .../222-hunspell-en-us_1%3a2020.12.07-2_all.deb ...
   Unpacking hunspell-en-us (1:2020.12.07-2) ...
   Selecting previously unselected package libaspell15:arm64.
   Preparing to unpack .../223-libaspell15_0.60.8-4build1_arm64.deb ...
   Unpacking libaspell15:arm64 (0.60.8-4build1) ...
   Selecting previously unselected package libhunspell-1.7-0:arm64.
   Preparing to unpack .../224-libhunspell-1.7-0_1.7.0-4build1_arm64.deb ...
   Unpacking libhunspell-1.7-0:arm64 (1.7.0-4build1) ...
   Selecting previously unselected package libenchant-2-2:arm64.
   Preparing to unpack .../225-libenchant-2-2_2.3.2-1ubuntu2_arm64.deb ...
   Unpacking libenchant-2-2:arm64 (2.3.2-1ubuntu2) ...
   Selecting previously unselected package libgles2:arm64.
   Preparing to unpack .../226-libgles2_1.4.0-1_arm64.deb ...
   Unpacking libgles2:arm64 (1.4.0-1) ...
   Selecting previously unselected package libgstreamer-gl1.0-0:arm64.
   Preparing to unpack .../227-libgstreamer-gl1.0-0_1.20.1-1_arm64.deb ...
   Unpacking libgstreamer-gl1.0-0:arm64 (1.20.1-1) ...
   Selecting previously unselected package libharfbuzz-icu0:arm64.
   Preparing to unpack .../228-libharfbuzz-icu0_2.7.4-1ubuntu3.1_arm64.deb ...
   Unpacking libharfbuzz-icu0:arm64 (2.7.4-1ubuntu3.1) ...
   Selecting previously unselected package libhyphen0:arm64.
   Preparing to unpack .../229-libhyphen0_2.8.8-7build2_arm64.deb ...
   Unpacking libhyphen0:arm64 (2.8.8-7build2) ...
   Selecting previously unselected package libmanette-0.2-0:arm64.
   Preparing to unpack .../230-libmanette-0.2-0_0.2.6-3build1_arm64.deb ...
   Unpacking libmanette-0.2-0:arm64 (0.2.6-3build1) ...
   Selecting previously unselected package libopenjp2-7:arm64.
   Preparing to unpack .../231-libopenjp2-7_2.4.0-6_arm64.deb ...
   Unpacking libopenjp2-7:arm64 (2.4.0-6) ...
   Selecting previously unselected package libwebpdemux2:arm64.
   Preparing to unpack .../232-libwebpdemux2_1.2.2-2_arm64.deb ...
   Unpacking libwebpdemux2:arm64 (1.2.2-2) ...
   Selecting previously unselected package libwoff1:arm64.
   Preparing to unpack .../233-libwoff1_1.0.2-1build4_arm64.deb ...
   Unpacking libwoff1:arm64 (1.0.2-1build4) ...
   Selecting previously unselected package libxslt1.1:arm64.
   Preparing to unpack .../234-libxslt1.1_1.1.34-4ubuntu0.22.04.1_arm64.deb ...
   Unpacking libxslt1.1:arm64 (1.1.34-4ubuntu0.22.04.1) ...
   Selecting previously unselected package libwebkit2gtk-4.0-37:arm64.
   Preparing to unpack .../235-libwebkit2gtk-4.0-37_2.38.5-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking libwebkit2gtk-4.0-37:arm64 (2.38.5-0ubuntu0.22.04.1) ...
   Selecting previously unselected package libedataserverui-1.2-3:arm64.
   Preparing to unpack .../236-libedataserverui-1.2-3_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking libedataserverui-1.2-3:arm64 (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libgeocode-glib0:arm64.
   Preparing to unpack .../237-libgeocode-glib0_3.26.2-2build2_arm64.deb ...
   Unpacking libgeocode-glib0:arm64 (3.26.2-2build2) ...
   Selecting previously unselected package libgweather-common.
   Preparing to unpack .../238-libgweather-common_40.0-5build1_all.deb ...
   Unpacking libgweather-common (40.0-5build1) ...
   Selecting previously unselected package libgweather-3-16:arm64.
   Preparing to unpack .../239-libgweather-3-16_40.0-5build1_arm64.deb ...
   Unpacking libgweather-3-16:arm64 (40.0-5build1) ...
   Selecting previously unselected package gcr.
   Preparing to unpack .../240-gcr_3.40.0-4_arm64.deb ...
   Unpacking gcr (3.40.0-4) ...
   Selecting previously unselected package p11-kit-modules:arm64.
   Preparing to unpack .../241-p11-kit-modules_0.24.0-6build1_arm64.deb ...
   Unpacking p11-kit-modules:arm64 (0.24.0-6build1) ...
   Selecting previously unselected package p11-kit.
   Preparing to unpack .../242-p11-kit_0.24.0-6build1_arm64.deb ...
   Unpacking p11-kit (0.24.0-6build1) ...
   Selecting previously unselected package pinentry-gnome3.
   Preparing to unpack .../243-pinentry-gnome3_1.1.1-1build2_arm64.deb ...
   Unpacking pinentry-gnome3 (1.1.1-1build2) ...
   Selecting previously unselected package gnome-keyring.
   Preparing to unpack .../244-gnome-keyring_40.0-3ubuntu3_arm64.deb ...
   Unpacking gnome-keyring (40.0-3ubuntu3) ...
   Selecting previously unselected package evolution-data-server.
   Preparing to unpack .../245-evolution-data-server_3.44.4-0ubuntu1_arm64.deb ...
   Unpacking evolution-data-server (3.44.4-0ubuntu1) ...
   Selecting previously unselected package libaccountsservice0:arm64.
   Preparing to unpack .../246-libaccountsservice0_22.07.5-2ubuntu1.3_arm64.deb ...
   Unpacking libaccountsservice0:arm64 (22.07.5-2ubuntu1.3) ...
   Selecting previously unselected package gir1.2-accountsservice-1.0:arm64.
   Preparing to unpack .../247-gir1.2-accountsservice-1.0_22.07.5-2ubuntu1.3_arm64.deb ...
   Unpacking gir1.2-accountsservice-1.0:arm64 (22.07.5-2ubuntu1.3) ...
   Selecting previously unselected package libgraphene-1.0-0:arm64.
   Preparing to unpack .../248-libgraphene-1.0-0_1.10.8-1_arm64.deb ...
   Unpacking libgraphene-1.0-0:arm64 (1.10.8-1) ...
   Selecting previously unselected package gir1.2-graphene-1.0:arm64.
   Preparing to unpack .../249-gir1.2-graphene-1.0_1.10.8-1_arm64.deb ...
   Unpacking gir1.2-graphene-1.0:arm64 (1.10.8-1) ...
   Selecting previously unselected package libcairo-script-interpreter2:arm64.
   Preparing to unpack .../250-libcairo-script-interpreter2_1.16.0-5ubuntu2_arm64.deb ...
   Unpacking libcairo-script-interpreter2:arm64 (1.16.0-5ubuntu2) ...
   Selecting previously unselected package libgtk-4-common.
   Preparing to unpack .../251-libgtk-4-common_4.6.6+ds-0ubuntu1_all.deb ...
   Unpacking libgtk-4-common (4.6.6+ds-0ubuntu1) ...
   Selecting previously unselected package libgtk-4-1:arm64.
   Preparing to unpack .../252-libgtk-4-1_4.6.6+ds-0ubuntu1_arm64.deb ...
   Unpacking libgtk-4-1:arm64 (4.6.6+ds-0ubuntu1) ...
   Selecting previously unselected package gir1.2-gtk-4.0:arm64.
   Preparing to unpack .../253-gir1.2-gtk-4.0_4.6.6+ds-0ubuntu1_arm64.deb ...
   Unpacking gir1.2-gtk-4.0:arm64 (4.6.6+ds-0ubuntu1) ...
   Selecting previously unselected package libadwaita-1-0:arm64.
   Preparing to unpack .../254-libadwaita-1-0_1.1.0-1ubuntu2_arm64.deb ...
   Unpacking libadwaita-1-0:arm64 (1.1.0-1ubuntu2) ...
   Selecting previously unselected package gir1.2-adw-1:arm64.
   Preparing to unpack .../255-gir1.2-adw-1_1.1.0-1ubuntu2_arm64.deb ...
   Unpacking gir1.2-adw-1:arm64 (1.1.0-1ubuntu2) ...
   Selecting previously unselected package gir1.2-atspi-2.0:arm64.
   Preparing to unpack .../256-gir1.2-atspi-2.0_2.44.0-3_arm64.deb ...
   Unpacking gir1.2-atspi-2.0:arm64 (2.44.0-3) ...
   Selecting previously unselected package gir1.2-gck-1:arm64.
   Preparing to unpack .../257-gir1.2-gck-1_3.40.0-4_arm64.deb ...
   Unpacking gir1.2-gck-1:arm64 (3.40.0-4) ...
   Selecting previously unselected package gir1.2-gcr-3:arm64.
   Preparing to unpack .../258-gir1.2-gcr-3_3.40.0-4_arm64.deb ...
   Unpacking gir1.2-gcr-3:arm64 (3.40.0-4) ...
   Selecting previously unselected package gir1.2-gdesktopenums-3.0:arm64.
   Preparing to unpack .../259-gir1.2-gdesktopenums-3.0_42.0-1ubuntu1_arm64.deb ...
   Unpacking gir1.2-gdesktopenums-3.0:arm64 (42.0-1ubuntu1) ...
   Selecting previously unselected package libgdm1.
   Preparing to unpack .../260-libgdm1_42.0-1ubuntu7_arm64.deb ...
   Unpacking libgdm1 (42.0-1ubuntu7) ...
   Selecting previously unselected package gir1.2-gdm-1.0:arm64.
   Preparing to unpack .../261-gir1.2-gdm-1.0_42.0-1ubuntu7_arm64.deb ...
   Unpacking gir1.2-gdm-1.0:arm64 (42.0-1ubuntu7) ...
   Selecting previously unselected package libavahi-glib1:arm64.
   Preparing to unpack .../262-libavahi-glib1_0.8-5ubuntu5_arm64.deb ...
   Unpacking libavahi-glib1:arm64 (0.8-5ubuntu5) ...
   Selecting previously unselected package geoclue-2.0.
   Preparing to unpack .../263-geoclue-2.0_2.5.7-3ubuntu3_arm64.deb ...
   Unpacking geoclue-2.0 (2.5.7-3ubuntu3) ...
   Selecting previously unselected package libgeoclue-2-0:arm64.
   Preparing to unpack .../264-libgeoclue-2-0_2.5.7-3ubuntu3_arm64.deb ...
   Unpacking libgeoclue-2-0:arm64 (2.5.7-3ubuntu3) ...
   Selecting previously unselected package gir1.2-geoclue-2.0:arm64.
   Preparing to unpack .../265-gir1.2-geoclue-2.0_2.5.7-3ubuntu3_arm64.deb ...
   Unpacking gir1.2-geoclue-2.0:arm64 (2.5.7-3ubuntu3) ...
   Selecting previously unselected package libupower-glib3:arm64.
   Preparing to unpack .../266-libupower-glib3_0.99.17-1_arm64.deb ...
   Unpacking libupower-glib3:arm64 (0.99.17-1) ...
   Selecting previously unselected package gnome-bluetooth-3-common.
   Preparing to unpack .../267-gnome-bluetooth-3-common_42.0-5_all.deb ...
   Unpacking gnome-bluetooth-3-common (42.0-5) ...
   Selecting previously unselected package libgnome-bluetooth-3.0-13:arm64.
   Preparing to unpack .../268-libgnome-bluetooth-3.0-13_42.0-5_arm64.deb ...
   Unpacking libgnome-bluetooth-3.0-13:arm64 (42.0-5) ...
   Selecting previously unselected package gir1.2-gnomebluetooth-3.0:arm64.
   Preparing to unpack .../269-gir1.2-gnomebluetooth-3.0_42.0-5_arm64.deb ...
   Unpacking gir1.2-gnomebluetooth-3.0:arm64 (42.0-5) ...
   Selecting previously unselected package gnome-desktop3-data.
   Preparing to unpack .../270-gnome-desktop3-data_42.5-0ubuntu1_all.deb ...
   Unpacking gnome-desktop3-data (42.5-0ubuntu1) ...
   Selecting previously unselected package libxkbregistry0:arm64.
   Preparing to unpack .../271-libxkbregistry0_1.4.0-1_arm64.deb ...
   Unpacking libxkbregistry0:arm64 (1.4.0-1) ...
   Selecting previously unselected package libgnome-desktop-3-19:arm64.
   Preparing to unpack .../272-libgnome-desktop-3-19_42.5-0ubuntu1_arm64.deb ...
   Unpacking libgnome-desktop-3-19:arm64 (42.5-0ubuntu1) ...
   Selecting previously unselected package gir1.2-gnomedesktop-3.0:arm64.
   Preparing to unpack .../273-gir1.2-gnomedesktop-3.0_42.5-0ubuntu1_arm64.deb ...
   Unpacking gir1.2-gnomedesktop-3.0:arm64 (42.5-0ubuntu1) ...
   Selecting previously unselected package gir1.2-gstreamer-1.0:arm64.
   Preparing to unpack .../274-gir1.2-gstreamer-1.0_1.20.3-0ubuntu1_arm64.deb ...
   Unpacking gir1.2-gstreamer-1.0:arm64 (1.20.3-0ubuntu1) ...
   Selecting previously unselected package gir1.2-gweather-3.0:arm64.
   Preparing to unpack .../275-gir1.2-gweather-3.0_40.0-5build1_arm64.deb ...
   Unpacking gir1.2-gweather-3.0:arm64 (40.0-5build1) ...
   Selecting previously unselected package libibus-1.0-5:arm64.
   Preparing to unpack .../276-libibus-1.0-5_1.5.26-4_arm64.deb ...
   Unpacking libibus-1.0-5:arm64 (1.5.26-4) ...
   Selecting previously unselected package gir1.2-ibus-1.0:arm64.
   Preparing to unpack .../277-gir1.2-ibus-1.0_1.5.26-4_arm64.deb ...
   Unpacking gir1.2-ibus-1.0:arm64 (1.5.26-4) ...
   Selecting previously unselected package mutter-common.
   Preparing to unpack .../278-mutter-common_42.5-0ubuntu1_all.deb ...
   Unpacking mutter-common (42.5-0ubuntu1) ...
   Selecting previously unselected package libspa-0.2-modules:arm64.
   Preparing to unpack .../279-libspa-0.2-modules_0.3.48-1ubuntu3_arm64.deb ...
   Unpacking libspa-0.2-modules:arm64 (0.3.48-1ubuntu3) ...
   Selecting previously unselected package libpipewire-0.3-0:arm64.
   Preparing to unpack .../280-libpipewire-0.3-0_0.3.48-1ubuntu3_arm64.deb ...
   Unpacking libpipewire-0.3-0:arm64 (0.3.48-1ubuntu3) ...
   Selecting previously unselected package libstartup-notification0:arm64.
   Preparing to unpack .../281-libstartup-notification0_0.12-6build2_arm64.deb ...
   Unpacking libstartup-notification0:arm64 (0.12-6build2) ...
   Selecting previously unselected package libxcb-res0:arm64.
   Preparing to unpack .../282-libxcb-res0_1.14-3ubuntu3_arm64.deb ...
   Unpacking libxcb-res0:arm64 (1.14-3ubuntu3) ...
   Selecting previously unselected package libxkbfile1:arm64.
   Preparing to unpack .../283-libxkbfile1_1%3a1.1.0-1build3_arm64.deb ...
   Unpacking libxkbfile1:arm64 (1:1.1.0-1build3) ...
   Selecting previously unselected package libmutter-10-0:arm64.
   Preparing to unpack .../284-libmutter-10-0_42.5-0ubuntu1_arm64.deb ...
   Unpacking libmutter-10-0:arm64 (42.5-0ubuntu1) ...
   Selecting previously unselected package gir1.2-json-1.0:arm64.
   Preparing to unpack .../285-gir1.2-json-1.0_1.6.6-1build1_arm64.deb ...
   Unpacking gir1.2-json-1.0:arm64 (1.6.6-1build1) ...
   Selecting previously unselected package gir1.2-mutter-10:arm64.
   Preparing to unpack .../286-gir1.2-mutter-10_42.5-0ubuntu1_arm64.deb ...
   Unpacking gir1.2-mutter-10:arm64 (42.5-0ubuntu1) ...
   Selecting previously unselected package gir1.2-nm-1.0:arm64.
   Preparing to unpack .../287-gir1.2-nm-1.0_1.36.6-0ubuntu2_arm64.deb ...
   Unpacking gir1.2-nm-1.0:arm64 (1.36.6-0ubuntu2) ...
   Selecting previously unselected package libnma-common.
   Preparing to unpack .../288-libnma-common_1.8.34-1ubuntu1_all.deb ...
   Unpacking libnma-common (1.8.34-1ubuntu1) ...
   Selecting previously unselected package libnma0:arm64.
   Preparing to unpack .../289-libnma0_1.8.34-1ubuntu1_arm64.deb ...
   Unpacking libnma0:arm64 (1.8.34-1ubuntu1) ...
   Selecting previously unselected package gir1.2-nma-1.0:arm64.
   Preparing to unpack .../290-gir1.2-nma-1.0_1.8.34-1ubuntu1_arm64.deb ...
   Unpacking gir1.2-nma-1.0:arm64 (1.8.34-1ubuntu1) ...
   Selecting previously unselected package gir1.2-polkit-1.0.
   Preparing to unpack .../291-gir1.2-polkit-1.0_0.105-33_arm64.deb ...
   Unpacking gir1.2-polkit-1.0 (0.105-33) ...
   Selecting previously unselected package librsvg2-2:arm64.
   Preparing to unpack .../292-librsvg2-2_2.52.5+dfsg-3_arm64.deb ...
   Unpacking librsvg2-2:arm64 (2.52.5+dfsg-3) ...
   Selecting previously unselected package gir1.2-rsvg-2.0:arm64.
   Preparing to unpack .../293-gir1.2-rsvg-2.0_2.52.5+dfsg-3_arm64.deb ...
   Unpacking gir1.2-rsvg-2.0:arm64 (2.52.5+dfsg-3) ...
   Selecting previously unselected package libsoup-gnome2.4-1:arm64.
   Preparing to unpack .../294-libsoup-gnome2.4-1_2.74.2-3_arm64.deb ...
   Unpacking libsoup-gnome2.4-1:arm64 (2.74.2-3) ...
   Selecting previously unselected package gir1.2-soup-2.4:arm64.
   Preparing to unpack .../295-gir1.2-soup-2.4_2.74.2-3_arm64.deb ...
   Unpacking gir1.2-soup-2.4:arm64 (2.74.2-3) ...
   Selecting previously unselected package gir1.2-upowerglib-1.0:arm64.
   Preparing to unpack .../296-gir1.2-upowerglib-1.0_0.99.17-1_arm64.deb ...
   Unpacking gir1.2-upowerglib-1.0:arm64 (0.99.17-1) ...
   Selecting previously unselected package gir1.2-javascriptcoregtk-4.0:arm64.
   Preparing to unpack .../297-gir1.2-javascriptcoregtk-4.0_2.38.5-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking gir1.2-javascriptcoregtk-4.0:arm64 (2.38.5-0ubuntu0.22.04.1) ...
   Selecting previously unselected package gir1.2-webkit2-4.0:arm64.
   Preparing to unpack .../298-gir1.2-webkit2-4.0_2.38.5-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking gir1.2-webkit2-4.0:arm64 (2.38.5-0ubuntu0.22.04.1) ...
   Selecting previously unselected package gnome-settings-daemon-common.
   Preparing to unpack .../299-gnome-settings-daemon-common_42.1-1ubuntu2.1_all.deb ...
   Unpacking gnome-settings-daemon-common (42.1-1ubuntu2.1) ...
   Selecting previously unselected package libpulse-mainloop-glib0:arm64.
   Preparing to unpack .../300-libpulse-mainloop-glib0_1%3a15.99.1+dfsg1-1ubuntu2_arm64.deb ...
   Unpacking libpulse-mainloop-glib0:arm64 (1:15.99.1+dfsg1-1ubuntu2) ...
   Selecting previously unselected package gnome-settings-daemon.
   Preparing to unpack .../301-gnome-settings-daemon_42.1-1ubuntu2.1_arm64.deb ...
   Unpacking gnome-settings-daemon (42.1-1ubuntu2.1) ...
   Selecting previously unselected package gnome-shell-common.
   Preparing to unpack .../302-gnome-shell-common_42.5-0ubuntu1_all.deb ...
   Unpacking gnome-shell-common (42.5-0ubuntu1) ...
   Selecting previously unselected package libpipewire-0.3-modules:arm64.
   Preparing to unpack .../303-libpipewire-0.3-modules_0.3.48-1ubuntu3_arm64.deb ...
   Unpacking libpipewire-0.3-modules:arm64 (0.3.48-1ubuntu3) ...
   Selecting previously unselected package pipewire-bin.
   Preparing to unpack .../304-pipewire-bin_0.3.48-1ubuntu3_arm64.deb ...
   Unpacking pipewire-bin (0.3.48-1ubuntu3) ...
   Selecting previously unselected package pipewire:arm64.
   Preparing to unpack .../305-pipewire_0.3.48-1ubuntu3_arm64.deb ...
   Unpacking pipewire:arm64 (0.3.48-1ubuntu3) ...
   Selecting previously unselected package gstreamer1.0-pipewire:arm64.
   Preparing to unpack .../306-gstreamer1.0-pipewire_0.3.48-1ubuntu3_arm64.deb ...
   Unpacking gstreamer1.0-pipewire:arm64 (0.3.48-1ubuntu3) ...
   Selecting previously unselected package ubuntu-wallpapers-jammy.
   Preparing to unpack .../307-ubuntu-wallpapers-jammy_22.04.4-0ubuntu1_all.deb ...
   Unpacking ubuntu-wallpapers-jammy (22.04.4-0ubuntu1) ...
   Selecting previously unselected package ubuntu-wallpapers.
   Preparing to unpack .../308-ubuntu-wallpapers_22.04.4-0ubuntu1_all.deb ...
   Unpacking ubuntu-wallpapers (22.04.4-0ubuntu1) ...
   Selecting previously unselected package libmozjs-91-0:arm64.
   Preparing to unpack .../309-libmozjs-91-0_91.10.0-0ubuntu1_arm64.deb ...
   Unpacking libmozjs-91-0:arm64 (91.10.0-0ubuntu1) ...
   Selecting previously unselected package libgjs0g:arm64.
   Preparing to unpack .../310-libgjs0g_1.72.2-0ubuntu1_arm64.deb ...
   Unpacking libgjs0g:arm64 (1.72.2-0ubuntu1) ...
   Selecting previously unselected package libgnome-autoar-0-0:arm64.
   Preparing to unpack .../311-libgnome-autoar-0-0_0.4.3-1_arm64.deb ...
   Unpacking libgnome-autoar-0-0:arm64 (0.4.3-1) ...
   Selecting previously unselected package gnome-shell.
   Preparing to unpack .../312-gnome-shell_42.5-0ubuntu1_arm64.deb ...
   Unpacking gnome-shell (42.5-0ubuntu1) ...
   Selecting previously unselected package libxfce4util-common.
   Preparing to unpack .../313-libxfce4util-common_4.16.0-1_all.deb ...
   Unpacking libxfce4util-common (4.16.0-1) ...
   Selecting previously unselected package libxfce4util7:arm64.
   Preparing to unpack .../314-libxfce4util7_4.16.0-1_arm64.deb ...
   Unpacking libxfce4util7:arm64 (4.16.0-1) ...
   Selecting previously unselected package libxfce4panel-2.0-4.
   Preparing to unpack .../315-libxfce4panel-2.0-4_4.16.3-1_arm64.deb ...
   Unpacking libxfce4panel-2.0-4 (4.16.3-1) ...
   Selecting previously unselected package libxfce4ui-common.
   Preparing to unpack .../316-libxfce4ui-common_4.16.1-1_all.deb ...
   Unpacking libxfce4ui-common (4.16.1-1) ...
   Selecting previously unselected package xfconf.
   Preparing to unpack .../317-xfconf_4.16.0-2_arm64.deb ...
   Unpacking xfconf (4.16.0-2) ...
   Selecting previously unselected package libxfconf-0-3:arm64.
   Preparing to unpack .../318-libxfconf-0-3_4.16.0-2_arm64.deb ...
   Unpacking libxfconf-0-3:arm64 (4.16.0-2) ...
   Selecting previously unselected package libxfce4ui-2-0:arm64.
   Preparing to unpack .../319-libxfce4ui-2-0_4.16.1-1_arm64.deb ...
   Unpacking libxfce4ui-2-0:arm64 (4.16.1-1) ...
   Selecting previously unselected package xfce4-notifyd.
   Preparing to unpack .../320-xfce4-notifyd_0.6.3-1_arm64.deb ...
   Unpacking xfce4-notifyd (0.6.3-1) ...
   Selecting previously unselected package librsvg2-common:arm64.
   Preparing to unpack .../321-librsvg2-common_2.52.5+dfsg-3_arm64.deb ...
   Unpacking librsvg2-common:arm64 (2.52.5+dfsg-3) ...
   Selecting previously unselected package gnome-icon-theme.
   Preparing to unpack .../322-gnome-icon-theme_3.12.0-4_all.deb ...
   Unpacking gnome-icon-theme (3.12.0-4) ...
   Selecting previously unselected package python3-cairo:arm64.
   Preparing to unpack .../323-python3-cairo_1.20.1-3build1_arm64.deb ...
   Unpacking python3-cairo:arm64 (1.20.1-3build1) ...
   Selecting previously unselected package python3-gi-cairo.
   Preparing to unpack .../324-python3-gi-cairo_3.42.1-0ubuntu1_arm64.deb ...
   Unpacking python3-gi-cairo (3.42.1-0ubuntu1) ...
   Selecting previously unselected package libayatana-ido3-0.4-0:arm64.
   Preparing to unpack .../325-libayatana-ido3-0.4-0_0.9.1-1_arm64.deb ...
   Unpacking libayatana-ido3-0.4-0:arm64 (0.9.1-1) ...
   Selecting previously unselected package libayatana-indicator3-7:arm64.
   Preparing to unpack .../326-libayatana-indicator3-7_0.9.1-1_arm64.deb ...
   Unpacking libayatana-indicator3-7:arm64 (0.9.1-1) ...
   Selecting previously unselected package libdbusmenu-glib4:arm64.
   Preparing to unpack .../327-libdbusmenu-glib4_16.04.1+18.10.20180917-0ubuntu8_arm64.deb ...
   Unpacking libdbusmenu-glib4:arm64 (16.04.1+18.10.20180917-0ubuntu8) ...
   Selecting previously unselected package libdbusmenu-gtk3-4:arm64.
   Preparing to unpack .../328-libdbusmenu-gtk3-4_16.04.1+18.10.20180917-0ubuntu8_arm64.deb ...
   Unpacking libdbusmenu-gtk3-4:arm64 (16.04.1+18.10.20180917-0ubuntu8) ...
   Selecting previously unselected package libayatana-appindicator3-1.
   Preparing to unpack .../329-libayatana-appindicator3-1_0.5.90-7ubuntu2_arm64.deb ...
   Unpacking libayatana-appindicator3-1 (0.5.90-7ubuntu2) ...
   Selecting previously unselected package gir1.2-ayatanaappindicator3-0.1.
   Preparing to unpack .../330-gir1.2-ayatanaappindicator3-0.1_0.5.90-7ubuntu2_arm64.deb ...
   Unpacking gir1.2-ayatanaappindicator3-0.1 (0.5.90-7ubuntu2) ...
   Selecting previously unselected package blueman.
   Preparing to unpack .../331-blueman_2.2.4-1_arm64.deb ...
   Unpacking blueman (2.2.4-1) ...
   Selecting previously unselected package cups-common.
   Preparing to unpack .../332-cups-common_2.4.1op1-1ubuntu4.1_all.deb ...
   Unpacking cups-common (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package cups-client.
   Preparing to unpack .../333-cups-client_2.4.1op1-1ubuntu4.1_arm64.deb ...
   Unpacking cups-client (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package cups-ipp-utils.
   Preparing to unpack .../334-cups-ipp-utils_2.4.1op1-1ubuntu4.1_arm64.deb ...
   Unpacking cups-ipp-utils (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package libpoppler118:arm64.
   Preparing to unpack .../335-libpoppler118_22.02.0-2ubuntu0.1_arm64.deb ...
   Unpacking libpoppler118:arm64 (22.02.0-2ubuntu0.1) ...
   Selecting previously unselected package poppler-utils.
   Preparing to unpack .../336-poppler-utils_22.02.0-2ubuntu0.1_arm64.deb ...
   Unpacking poppler-utils (22.02.0-2ubuntu0.1) ...
   Selecting previously unselected package libcupsfilters1:arm64.
   Preparing to unpack .../337-libcupsfilters1_1.28.15-0ubuntu1_arm64.deb ...
   Unpacking libcupsfilters1:arm64 (1.28.15-0ubuntu1) ...
   Selecting previously unselected package libpoppler-cpp0v5:arm64.
   Preparing to unpack .../338-libpoppler-cpp0v5_22.02.0-2ubuntu0.1_arm64.deb ...
   Unpacking libpoppler-cpp0v5:arm64 (22.02.0-2ubuntu0.1) ...
   Selecting previously unselected package libqpdf28:arm64.
   Preparing to unpack .../339-libqpdf28_10.6.3-1_arm64.deb ...
   Unpacking libqpdf28:arm64 (10.6.3-1) ...
   Selecting previously unselected package cups-filters-core-drivers.
   Preparing to unpack .../340-cups-filters-core-drivers_1.28.15-0ubuntu1_arm64.deb ...
   Unpacking cups-filters-core-drivers (1.28.15-0ubuntu1) ...
   Selecting previously unselected package cups-core-drivers.
   Preparing to unpack .../341-cups-core-drivers_2.4.1op1-1ubuntu4.1_arm64.deb ...
   Unpacking cups-core-drivers (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package fonts-urw-base35.
   Preparing to unpack .../342-fonts-urw-base35_20200910-1_all.deb ...
   Unpacking fonts-urw-base35 (20200910-1) ...
   Selecting previously unselected package libgs9-common.
   Preparing to unpack .../343-libgs9-common_9.55.0~dfsg1-0ubuntu5.1_all.deb ...
   Unpacking libgs9-common (9.55.0~dfsg1-0ubuntu5.1) ...
   Selecting previously unselected package libidn12:arm64.
   Preparing to unpack .../344-libidn12_1.38-4build1_arm64.deb ...
   Unpacking libidn12:arm64 (1.38-4build1) ...
   Selecting previously unselected package libijs-0.35:arm64.
   Preparing to unpack .../345-libijs-0.35_0.35-15build2_arm64.deb ...
   Unpacking libijs-0.35:arm64 (0.35-15build2) ...
   Selecting previously unselected package libjbig2dec0:arm64.
   Preparing to unpack .../346-libjbig2dec0_0.19-3build2_arm64.deb ...
   Unpacking libjbig2dec0:arm64 (0.19-3build2) ...
   Selecting previously unselected package libgs9:arm64.
   Preparing to unpack .../347-libgs9_9.55.0~dfsg1-0ubuntu5.1_arm64.deb ...
   Unpacking libgs9:arm64 (9.55.0~dfsg1-0ubuntu5.1) ...
   Selecting previously unselected package ghostscript.
   Preparing to unpack .../348-ghostscript_9.55.0~dfsg1-0ubuntu5.1_arm64.deb ...
   Unpacking ghostscript (9.55.0~dfsg1-0ubuntu5.1) ...
   Selecting previously unselected package libfontembed1:arm64.
   Preparing to unpack .../349-libfontembed1_1.28.15-0ubuntu1_arm64.deb ...
   Unpacking libfontembed1:arm64 (1.28.15-0ubuntu1) ...
   Selecting previously unselected package cups-filters.
   Preparing to unpack .../350-cups-filters_1.28.15-0ubuntu1_arm64.deb ...
   Unpacking cups-filters (1.28.15-0ubuntu1) ...
   Selecting previously unselected package cups-ppdc.
   Preparing to unpack .../351-cups-ppdc_2.4.1op1-1ubuntu4.1_arm64.deb ...
   Unpacking cups-ppdc (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package cups-server-common.
   Preparing to unpack .../352-cups-server-common_2.4.1op1-1ubuntu4.1_all.deb ...
   Unpacking cups-server-common (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package cups.
   Preparing to unpack .../353-cups_2.4.1op1-1ubuntu4.1_arm64.deb ...
   Unpacking cups (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package bluez-cups.
   Preparing to unpack .../354-bluez-cups_5.64-0ubuntu1_arm64.deb ...
   Unpacking bluez-cups (5.64-0ubuntu1) ...
   Selecting previously unselected package bluez-tools.
   Preparing to unpack .../355-bluez-tools_2.0~20170911.0.7cb788c-4_arm64.deb ...
   Unpacking bluez-tools (2.0~20170911.0.7cb788c-4) ...
   Selecting previously unselected package cifs-utils.
   Preparing to unpack .../356-cifs-utils_2%3a6.14-1ubuntu0.1_arm64.deb ...
   Unpacking cifs-utils (2:6.14-1ubuntu0.1) ...
   Selecting previously unselected package libllvm14:arm64.
   Preparing to unpack .../357-libllvm14_1%3a14.0.0-1ubuntu1_arm64.deb ...
   Unpacking libllvm14:arm64 (1:14.0.0-1ubuntu1) ...
   Selecting previously unselected package libclang-cpp14.
   Preparing to unpack .../358-libclang-cpp14_1%3a14.0.0-1ubuntu1_arm64.deb ...
   Unpacking libclang-cpp14 (1:14.0.0-1ubuntu1) ...
   Selecting previously unselected package libgc1:arm64.
   Preparing to unpack .../359-libgc1_1%3a8.0.6-1.1build1_arm64.deb ...
   Unpacking libgc1:arm64 (1:8.0.6-1.1build1) ...
   Selecting previously unselected package libobjc4:arm64.
   Preparing to unpack .../360-libobjc4_12.1.0-2ubuntu1~22.04_arm64.deb ...
   Unpacking libobjc4:arm64 (12.1.0-2ubuntu1~22.04) ...
   Selecting previously unselected package libobjc-11-dev:arm64.
   Preparing to unpack .../361-libobjc-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
   Unpacking libobjc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
   Selecting previously unselected package libclang-common-14-dev.
   Preparing to unpack .../362-libclang-common-14-dev_1%3a14.0.0-1ubuntu1_arm64.deb ...
   Unpacking libclang-common-14-dev (1:14.0.0-1ubuntu1) ...
   Selecting previously unselected package llvm-14-linker-tools.
   Preparing to unpack .../363-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1_arm64.deb ...
   Unpacking llvm-14-linker-tools (1:14.0.0-1ubuntu1) ...
   Selecting previously unselected package libclang1-14.
   Preparing to unpack .../364-libclang1-14_1%3a14.0.0-1ubuntu1_arm64.deb ...
   Unpacking libclang1-14 (1:14.0.0-1ubuntu1) ...
   Selecting previously unselected package clang-14.
   Preparing to unpack .../365-clang-14_1%3a14.0.0-1ubuntu1_arm64.deb ...
   Unpacking clang-14 (1:14.0.0-1ubuntu1) ...
   Selecting previously unselected package clang.
   Preparing to unpack .../366-clang_1%3a14.0-55~exp2_arm64.deb ...
   Unpacking clang (1:14.0-55~exp2) ...
   Selecting previously unselected package codium.
   Preparing to unpack .../367-codium_1.75.1.23040_arm64.deb ...
   Unpacking codium (1.75.1.23040) ...
   Selecting previously unselected package colord-data.
   Preparing to unpack .../368-colord-data_1.4.6-1_all.deb ...
   Unpacking colord-data (1.4.6-1) ...
   Selecting previously unselected package libgusb2:arm64.
   Preparing to unpack .../369-libgusb2_0.3.10-1_arm64.deb ...
   Unpacking libgusb2:arm64 (0.3.10-1) ...
   Selecting previously unselected package libcolorhug2:arm64.
   Preparing to unpack .../370-libcolorhug2_1.4.6-1_arm64.deb ...
   Unpacking libcolorhug2:arm64 (1.4.6-1) ...
   Selecting previously unselected package libexif12:arm64.
   Preparing to unpack .../371-libexif12_0.6.24-1build1_arm64.deb ...
   Unpacking libexif12:arm64 (0.6.24-1build1) ...
   Selecting previously unselected package libxpm4:arm64.
   Preparing to unpack .../372-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_arm64.deb ...
   Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
   Selecting previously unselected package libgd3:arm64.
   Preparing to unpack .../373-libgd3_2.3.0-2ubuntu2_arm64.deb ...
   Unpacking libgd3:arm64 (2.3.0-2ubuntu2) ...
   Selecting previously unselected package libgphoto2-port12:arm64.
   Preparing to unpack .../374-libgphoto2-port12_2.5.27-1build2_arm64.deb ...
   Unpacking libgphoto2-port12:arm64 (2.5.27-1build2) ...
   Selecting previously unselected package libgphoto2-6:arm64.
   Preparing to unpack .../375-libgphoto2-6_2.5.27-1build2_arm64.deb ...
   Unpacking libgphoto2-6:arm64 (2.5.27-1build2) ...
   Selecting previously unselected package libieee1284-3:arm64.
   Preparing to unpack .../376-libieee1284-3_0.2.11-14build2_arm64.deb ...
   Unpacking libieee1284-3:arm64 (0.2.11-14build2) ...
   Selecting previously unselected package libpoppler-glib8:arm64.
   Preparing to unpack .../377-libpoppler-glib8_22.02.0-2ubuntu0.1_arm64.deb ...
   Unpacking libpoppler-glib8:arm64 (22.02.0-2ubuntu0.1) ...
   Selecting previously unselected package libsnmp-base.
   Preparing to unpack .../378-libsnmp-base_5.9.1+dfsg-1ubuntu2.5_all.deb ...
   Unpacking libsnmp-base (5.9.1+dfsg-1ubuntu2.5) ...
   Selecting previously unselected package libsnmp40:arm64.
   Preparing to unpack .../379-libsnmp40_5.9.1+dfsg-1ubuntu2.5_arm64.deb ...
   Unpacking libsnmp40:arm64 (5.9.1+dfsg-1ubuntu2.5) ...
   Selecting previously unselected package libsane1:arm64.
   Preparing to unpack .../380-libsane1_1.1.1-5_arm64.deb ...
   Unpacking libsane1:arm64 (1.1.1-5) ...
   Selecting previously unselected package colord.
   Preparing to unpack .../381-colord_1.4.6-1_arm64.deb ...
   Unpacking colord (1.4.6-1) ...
   Selecting previously unselected package desktop-file-utils.
   Preparing to unpack .../382-desktop-file-utils_0.26-1ubuntu3_arm64.deb ...
   Unpacking desktop-file-utils (0.26-1ubuntu3) ...
   Selecting previously unselected package devhelp-common.
   Preparing to unpack .../383-devhelp-common_41.2-2_all.deb ...
   Unpacking devhelp-common (41.2-2) ...
   Selecting previously unselected package dmz-cursor-theme.
   Preparing to unpack .../384-dmz-cursor-theme_0.4.5ubuntu1_all.deb ...
   Unpacking dmz-cursor-theme (0.4.5ubuntu1) ...
   Selecting previously unselected package emacs-common.
   Preparing to unpack .../385-emacs-common_1%3a27.1+1-3ubuntu5_all.deb ...
   Unpacking emacs-common (1:27.1+1-3ubuntu5) ...
   Selecting previously unselected package emacs-bin-common.
   Preparing to unpack .../386-emacs-bin-common_1%3a27.1+1-3ubuntu5_arm64.deb ...
   Unpacking emacs-bin-common (1:27.1+1-3ubuntu5) ...
   Selecting previously unselected package libgif7:arm64.
   Preparing to unpack .../387-libgif7_5.1.9-2build2_arm64.deb ...
   Unpacking libgif7:arm64 (5.1.9-2build2) ...
   Selecting previously unselected package m17n-db.
   Preparing to unpack .../388-m17n-db_1.8.0-3_all.deb ...
   Unpacking m17n-db (1.8.0-3) ...
   Selecting previously unselected package libotf1:arm64.
   Preparing to unpack .../389-libotf1_0.9.16-3build1_arm64.deb ...
   Unpacking libotf1:arm64 (0.9.16-3build1) ...
   Selecting previously unselected package libxt6:arm64.
   Preparing to unpack .../390-libxt6_1%3a1.2.1-1_arm64.deb ...
   Unpacking libxt6:arm64 (1:1.2.1-1) ...
   Selecting previously unselected package libm17n-0:arm64.
   Preparing to unpack .../391-libm17n-0_1.8.0-4_arm64.deb ...
   Unpacking libm17n-0:arm64 (1.8.0-4) ...
   Selecting previously unselected package emacs-gtk.
   Preparing to unpack .../392-emacs-gtk_1%3a27.1+1-3ubuntu5_arm64.deb ...
   Unpacking emacs-gtk (1:27.1+1-3ubuntu5) ...
   Selecting previously unselected package emacs.
   Preparing to unpack .../393-emacs_1%3a27.1+1-3ubuntu5_all.deb ...
   Unpacking emacs (1:27.1+1-3ubuntu5) ...
   Selecting previously unselected package evince-common.
   Preparing to unpack .../394-evince-common_42.3-0ubuntu3_all.deb ...
   Unpacking evince-common (42.3-0ubuntu3) ...
   Selecting previously unselected package libdjvulibre-text.
   Preparing to unpack .../395-libdjvulibre-text_3.5.28-2build2_all.deb ...
   Unpacking libdjvulibre-text (3.5.28-2build2) ...
   Selecting previously unselected package libdjvulibre21:arm64.
   Preparing to unpack .../396-libdjvulibre21_3.5.28-2build2_arm64.deb ...
   Unpacking libdjvulibre21:arm64 (3.5.28-2build2) ...
   Selecting previously unselected package libgxps2:arm64.
   Preparing to unpack .../397-libgxps2_0.3.2-2_arm64.deb ...
   Unpacking libgxps2:arm64 (0.3.2-2) ...
   Selecting previously unselected package libkpathsea6:arm64.
   Preparing to unpack .../398-libkpathsea6_2021.20210626.59705-1build1_arm64.deb ...
   Unpacking libkpathsea6:arm64 (2021.20210626.59705-1build1) ...
   Selecting previously unselected package libspectre1:arm64.
   Preparing to unpack .../399-libspectre1_0.2.10-1_arm64.deb ...
   Unpacking libspectre1:arm64 (0.2.10-1) ...
   Selecting previously unselected package libsynctex2:arm64.
   Preparing to unpack .../400-libsynctex2_2021.20210626.59705-1build1_arm64.deb ...
   Unpacking libsynctex2:arm64 (2021.20210626.59705-1build1) ...
   Selecting previously unselected package libevdocument3-4:arm64.
   Preparing to unpack .../401-libevdocument3-4_42.3-0ubuntu3_arm64.deb ...
   Unpacking libevdocument3-4:arm64 (42.3-0ubuntu3) ...
   Selecting previously unselected package libgspell-1-common.
   Preparing to unpack .../402-libgspell-1-common_1.9.1-4_all.deb ...
   Unpacking libgspell-1-common (1.9.1-4) ...
   Selecting previously unselected package libgspell-1-2:arm64.
   Preparing to unpack .../403-libgspell-1-2_1.9.1-4_arm64.deb ...
   Unpacking libgspell-1-2:arm64 (1.9.1-4) ...
   Selecting previously unselected package libevview3-3:arm64.
   Preparing to unpack .../404-libevview3-3_42.3-0ubuntu3_arm64.deb ...
   Unpacking libevview3-3:arm64 (42.3-0ubuntu3) ...
   Selecting previously unselected package libhandy-1-0:arm64.
   Preparing to unpack .../405-libhandy-1-0_1.6.1-1_arm64.deb ...
   Unpacking libhandy-1-0:arm64 (1.6.1-1) ...
   Selecting previously unselected package libnautilus-extension1a:arm64.
   Preparing to unpack .../406-libnautilus-extension1a_1%3a42.2-0ubuntu2.1_arm64.deb ...
   Unpacking libnautilus-extension1a:arm64 (1:42.2-0ubuntu2.1) ...
   Selecting previously unselected package evince.
   Preparing to unpack .../407-evince_42.3-0ubuntu3_arm64.deb ...
   Unpacking evince (42.3-0ubuntu3) ...
   Selecting previously unselected package libexo-common.
   Preparing to unpack .../408-libexo-common_4.16.3-1_all.deb ...
   Unpacking libexo-common (4.16.3-1) ...
   Selecting previously unselected package libexo-2-0:arm64.
   Preparing to unpack .../409-libexo-2-0_4.16.3-1_arm64.deb ...
   Unpacking libexo-2-0:arm64 (4.16.3-1) ...
   Selecting previously unselected package exo-utils.
   Preparing to unpack .../410-exo-utils_4.16.3-1_arm64.deb ...
   Unpacking exo-utils (4.16.3-1) ...
   Selecting previously unselected package exuberant-ctags.
   Preparing to unpack .../411-exuberant-ctags_1%3a5.9~svn20110310-16ubuntu0.22.04.1_arm64.deb ...
   Unpacking exuberant-ctags (1:5.9~svn20110310-16ubuntu0.22.04.1) ...
   Selecting previously unselected package fbi.
   Preparing to unpack .../412-fbi_2.10-4ubuntu1_arm64.deb ...
   Unpacking fbi (2.10-4ubuntu1) ...
   Selecting previously unselected package filezilla-common.
   Preparing to unpack .../413-filezilla-common_3.58.0-1_all.deb ...
   Unpacking filezilla-common (3.58.0-1) ...
   Selecting previously unselected package libfilezilla-common.
   Preparing to unpack .../414-libfilezilla-common_0.36.0-2_all.deb ...
   Unpacking libfilezilla-common (0.36.0-2) ...
   Selecting previously unselected package libfilezilla24:arm64.
   Preparing to unpack .../415-libfilezilla24_0.36.0-2_arm64.deb ...
   Unpacking libfilezilla24:arm64 (0.36.0-2) ...
   Selecting previously unselected package libpugixml1v5:arm64.
   Preparing to unpack .../416-libpugixml1v5_1.12.1-1_arm64.deb ...
   Unpacking libpugixml1v5:arm64 (1.12.1-1) ...
   Selecting previously unselected package libwxbase3.0-0v5:arm64.
   Preparing to unpack .../417-libwxbase3.0-0v5_3.0.5.1+dfsg-4_arm64.deb ...
   Unpacking libwxbase3.0-0v5:arm64 (3.0.5.1+dfsg-4) ...
   Selecting previously unselected package libwxgtk3.0-gtk3-0v5:arm64.
   Preparing to unpack .../418-libwxgtk3.0-gtk3-0v5_3.0.5.1+dfsg-4_arm64.deb ...
   Unpacking libwxgtk3.0-gtk3-0v5:arm64 (3.0.5.1+dfsg-4) ...
   Selecting previously unselected package filezilla.
   Preparing to unpack .../419-filezilla_3.58.0-1_arm64.deb ...
   Unpacking filezilla (3.58.0-1) ...
   Selecting previously unselected package libdbus-glib-1-2:arm64.
   Preparing to unpack .../420-libdbus-glib-1-2_0.112-2build1_arm64.deb ...
   Unpacking libdbus-glib-1-2:arm64 (0.112-2build1) ...
   Selecting previously unselected package firefox-esr.
   Preparing to unpack .../421-firefox-esr_102.8.0esr+build2-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking firefox-esr (102.8.0esr+build2-0ubuntu0.22.04.1) ...
   Selecting previously unselected package fonts-mathjax.
   Preparing to unpack .../422-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
   Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
   Selecting previously unselected package fonts-noto-cjk.
   Preparing to unpack .../423-fonts-noto-cjk_1%3a20220127+repack1-1_all.deb ...
   Unpacking fonts-noto-cjk (1:20220127+repack1-1) ...
   Selecting previously unselected package fonts-ubuntu-console.
   Preparing to unpack .../424-fonts-ubuntu-console_0.83-6ubuntu1_all.deb ...
   Unpacking fonts-ubuntu-console (0.83-6ubuntu1) ...
   Selecting previously unselected package foomatic-db-compressed-ppds.
   Preparing to unpack .../425-foomatic-db-compressed-ppds_20220223-0ubuntu1_all.deb ...
   Unpacking foomatic-db-compressed-ppds (20220223-0ubuntu1) ...
   Selecting previously unselected package gdebi-core.
   Preparing to unpack .../426-gdebi-core_0.9.5.7+nmu6_all.deb ...
   Unpacking gdebi-core (0.9.5.7+nmu6) ...
   Selecting previously unselected package libvte-2.91-common.
   Preparing to unpack .../427-libvte-2.91-common_0.68.0-1_arm64.deb ...
   Unpacking libvte-2.91-common (0.68.0-1) ...
   Selecting previously unselected package libvte-2.91-0:arm64.
   Preparing to unpack .../428-libvte-2.91-0_0.68.0-1_arm64.deb ...
   Unpacking libvte-2.91-0:arm64 (0.68.0-1) ...
   Selecting previously unselected package gir1.2-vte-2.91:arm64.
   Preparing to unpack .../429-gir1.2-vte-2.91_0.68.0-1_arm64.deb ...
   Unpacking gir1.2-vte-2.91:arm64 (0.68.0-1) ...
   Selecting previously unselected package gdebi.
   Preparing to unpack .../430-gdebi_0.9.5.7+nmu6_all.deb ...
   Unpacking gdebi (0.9.5.7+nmu6) ...
   Selecting previously unselected package geany-common.
   Preparing to unpack .../431-geany-common_1.38-1_all.deb ...
   Unpacking geany-common (1.38-1) ...
   Selecting previously unselected package geany.
   Preparing to unpack .../432-geany_1.38-1_arm64.deb ...
   Unpacking geany (1.38-1) ...
   Selecting previously unselected package gh.
   Preparing to unpack .../433-gh_2.23.0_arm64.deb ...
   Unpacking gh (2.23.0) ...
   Selecting previously unselected package ghostscript-x.
   Preparing to unpack .../434-ghostscript-x_9.55.0~dfsg1-0ubuntu5.1_arm64.deb ...
   Unpacking ghostscript-x (9.55.0~dfsg1-0ubuntu5.1) ...
   Selecting previously unselected package libdazzle-common.
   Preparing to unpack .../435-libdazzle-common_3.44.0-1_all.deb ...
   Unpacking libdazzle-common (3.44.0-1) ...
   Selecting previously unselected package libdazzle-1.0-0:arm64.
   Preparing to unpack .../436-libdazzle-1.0-0_3.44.0-1_arm64.deb ...
   Unpacking libdazzle-1.0-0:arm64 (3.44.0-1) ...
   Selecting previously unselected package gir1.2-dazzle-1.0:arm64.
   Preparing to unpack .../437-gir1.2-dazzle-1.0_3.44.0-1_arm64.deb ...
   Unpacking gir1.2-dazzle-1.0:arm64 (3.44.0-1) ...
   Selecting previously unselected package libhttp-parser2.9:arm64.
   Preparing to unpack .../438-libhttp-parser2.9_2.9.4-4_arm64.deb ...
   Unpacking libhttp-parser2.9:arm64 (2.9.4-4) ...
   Selecting previously unselected package libmbedcrypto7:arm64.
   Preparing to unpack .../439-libmbedcrypto7_2.28.0-1build1_arm64.deb ...
   Unpacking libmbedcrypto7:arm64 (2.28.0-1build1) ...
   Selecting previously unselected package libmbedx509-1:arm64.
   Preparing to unpack .../440-libmbedx509-1_2.28.0-1build1_arm64.deb ...
   Unpacking libmbedx509-1:arm64 (2.28.0-1build1) ...
   Selecting previously unselected package libmbedtls14:arm64.
   Preparing to unpack .../441-libmbedtls14_2.28.0-1build1_arm64.deb ...
   Unpacking libmbedtls14:arm64 (2.28.0-1build1) ...
   Selecting previously unselected package libgit2-1.1:arm64.
   Preparing to unpack .../442-libgit2-1.1_1.1.0+dfsg.1-4.1build1_arm64.deb ...
   Unpacking libgit2-1.1:arm64 (1.1.0+dfsg.1-4.1build1) ...
   Selecting previously unselected package libgit2-glib-1.0-0:arm64.
   Preparing to unpack .../443-libgit2-glib-1.0-0_1.0.0.1-1_arm64.deb ...
   Unpacking libgit2-glib-1.0-0:arm64 (1.0.0.1-1) ...
   Selecting previously unselected package gir1.2-ggit-1.0:arm64.
   Preparing to unpack .../444-gir1.2-ggit-1.0_1.0.0.1-1_arm64.deb ...
   Unpacking gir1.2-ggit-1.0:arm64 (1.0.0.1-1) ...
   Selecting previously unselected package gir1.2-goa-1.0:arm64.
   Preparing to unpack .../445-gir1.2-goa-1.0_3.44.0-1ubuntu1_arm64.deb ...
   Unpacking gir1.2-goa-1.0:arm64 (3.44.0-1ubuntu1) ...
   Selecting previously unselected package libgtksourceview-3.0-common.
   Preparing to unpack .../446-libgtksourceview-3.0-common_3.24.11-2build1_all.deb ...
   Unpacking libgtksourceview-3.0-common (3.24.11-2build1) ...
   Selecting previously unselected package libgtksourceview-3.0-1:arm64.
   Preparing to unpack .../447-libgtksourceview-3.0-1_3.24.11-2build1_arm64.deb ...
   Unpacking libgtksourceview-3.0-1:arm64 (3.24.11-2build1) ...
   Selecting previously unselected package gir1.2-gtksource-3.0:arm64.
   Preparing to unpack .../448-gir1.2-gtksource-3.0_3.24.11-2build1_arm64.deb ...
   Unpacking gir1.2-gtksource-3.0:arm64 (3.24.11-2build1) ...
   Selecting previously unselected package libgtksourceview-4-common.
   Preparing to unpack .../449-libgtksourceview-4-common_4.8.3-1_all.deb ...
   Unpacking libgtksourceview-4-common (4.8.3-1) ...
   Selecting previously unselected package libgtksourceview-4-0:arm64.
   Preparing to unpack .../450-libgtksourceview-4-0_4.8.3-1_arm64.deb ...
   Unpacking libgtksourceview-4-0:arm64 (4.8.3-1) ...
   Selecting previously unselected package gir1.2-gtksource-4:arm64.
   Preparing to unpack .../451-gir1.2-gtksource-4_4.8.3-1_arm64.deb ...
   Unpacking gir1.2-gtksource-4:arm64 (4.8.3-1) ...
   Selecting previously unselected package gir1.2-handy-1:arm64.
   Preparing to unpack .../452-gir1.2-handy-1_1.6.1-1_arm64.deb ...
   Unpacking gir1.2-handy-1:arm64 (1.6.1-1) ...
   Selecting previously unselected package libjsonrpc-glib-1.0-1:arm64.
   Preparing to unpack .../453-libjsonrpc-glib-1.0-1_3.42.0-1_arm64.deb ...
   Unpacking libjsonrpc-glib-1.0-1:arm64 (3.42.0-1) ...
   Selecting previously unselected package gir1.2-jsonrpc-1.0:arm64.
   Preparing to unpack .../454-gir1.2-jsonrpc-1.0_3.42.0-1_arm64.deb ...
   Unpacking gir1.2-jsonrpc-1.0:arm64 (3.42.0-1) ...
   Selecting previously unselected package gir1.2-snapd-1:arm64.
   Preparing to unpack .../455-gir1.2-snapd-1_1.60-0ubuntu1_arm64.deb ...
   Unpacking gir1.2-snapd-1:arm64 (1.60-0ubuntu1) ...
   Selecting previously unselected package libtemplate-glib-common.
   Preparing to unpack .../456-libtemplate-glib-common_3.34.1-1_all.deb ...
   Unpacking libtemplate-glib-common (3.34.1-1) ...
   Selecting previously unselected package libtemplate-glib-1.0-0:arm64.
   Preparing to unpack .../457-libtemplate-glib-1.0-0_3.34.1-1_arm64.deb ...
   Unpacking libtemplate-glib-1.0-0:arm64 (3.34.1-1) ...
   Selecting previously unselected package gir1.2-template-1.0:arm64.
   Preparing to unpack .../458-gir1.2-template-1.0_3.34.1-1_arm64.deb ...
   Unpacking gir1.2-template-1.0:arm64 (3.34.1-1) ...
   Selecting previously unselected package libxres1:arm64.
   Preparing to unpack .../459-libxres1_2%3a1.2.1-1_arm64.deb ...
   Unpacking libxres1:arm64 (2:1.2.1-1) ...
   Selecting previously unselected package libwnck-3-common.
   Preparing to unpack .../460-libwnck-3-common_40.1-1_all.deb ...
   Unpacking libwnck-3-common (40.1-1) ...
   Selecting previously unselected package libwnck-3-0:arm64.
   Preparing to unpack .../461-libwnck-3-0_40.1-1_arm64.deb ...
   Unpacking libwnck-3-0:arm64 (40.1-1) ...
   Selecting previously unselected package gir1.2-wnck-3.0:arm64.
   Preparing to unpack .../462-gir1.2-wnck-3.0_40.1-1_arm64.deb ...
   Unpacking gir1.2-wnck-3.0:arm64 (40.1-1) ...
   Selecting previously unselected package glmark2-data.
   Preparing to unpack .../463-glmark2-data_2021.02-0ubuntu1_all.deb ...
   Unpacking glmark2-data (2021.02-0ubuntu1) ...
   Selecting previously unselected package glmark2.
   Preparing to unpack .../464-glmark2_2021.02-0ubuntu1_arm64.deb ...
   Unpacking glmark2 (2021.02-0ubuntu1) ...
   Selecting previously unselected package libpeas-common.
   Preparing to unpack .../465-libpeas-common_1.32.0-1_all.deb ...
   Unpacking libpeas-common (1.32.0-1) ...
   Selecting previously unselected package libpeas-1.0-0:arm64.
   Preparing to unpack .../466-libpeas-1.0-0_1.32.0-1_arm64.deb ...
   Unpacking libpeas-1.0-0:arm64 (1.32.0-1) ...
   Selecting previously unselected package gir1.2-peas-1.0:arm64.
   Preparing to unpack .../467-gir1.2-peas-1.0_1.32.0-1_arm64.deb ...
   Unpacking gir1.2-peas-1.0:arm64 (1.32.0-1) ...
   Selecting previously unselected package libvala-0.56-0:arm64.
   Preparing to unpack .../468-libvala-0.56-0_0.56.0-1_arm64.deb ...
   Unpacking libvala-0.56-0:arm64 (0.56.0-1) ...
   Selecting previously unselected package libvala-0.56-dev:arm64.
   Preparing to unpack .../469-libvala-0.56-dev_0.56.0-1_arm64.deb ...
   Unpacking libvala-0.56-dev:arm64 (0.56.0-1) ...
   Selecting previously unselected package libcmark0.30.2:arm64.
   Preparing to unpack .../470-libcmark0.30.2_0.30.2-5_arm64.deb ...
   Unpacking libcmark0.30.2:arm64 (0.30.2-5) ...
   Selecting previously unselected package libdevhelp-3-6:arm64.
   Preparing to unpack .../471-libdevhelp-3-6_41.2-2_arm64.deb ...
   Unpacking libdevhelp-3-6:arm64 (41.2-2) ...
   Selecting previously unselected package libmalcontent-0-0:arm64.
   Preparing to unpack .../472-libmalcontent-0-0_0.10.4-1_arm64.deb ...
   Unpacking libmalcontent-0-0:arm64 (0.10.4-1) ...
   Selecting previously unselected package libgpgme11:arm64.
   Preparing to unpack .../473-libgpgme11_1.16.0-1.2ubuntu4_arm64.deb ...
   Unpacking libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
   Selecting previously unselected package libostree-1-1:arm64.
   Preparing to unpack .../474-libostree-1-1_2022.2-3_arm64.deb ...
   Unpacking libostree-1-1:arm64 (2022.2-3) ...
   Selecting previously unselected package libflatpak0:arm64.
   Preparing to unpack .../475-libflatpak0_1.12.7-1_arm64.deb ...
   Unpacking libflatpak0:arm64 (1.12.7-1) ...
   Selecting previously unselected package libgladeui-common.
   Preparing to unpack .../476-libgladeui-common_3.38.2-7_all.deb ...
   Unpacking libgladeui-common (3.38.2-7) ...
   Selecting previously unselected package libgladeui-2-13:arm64.
   Preparing to unpack .../477-libgladeui-2-13_3.38.2-7_arm64.deb ...
   Unpacking libgladeui-2-13:arm64 (3.38.2-7) ...
   Selecting previously unselected package libportal-gtk3-1:arm64.
   Preparing to unpack .../478-libportal-gtk3-1_0.6-2_arm64.deb ...
   Unpacking libportal-gtk3-1:arm64 (0.6-2) ...
   Selecting previously unselected package libportal1:arm64.
   Preparing to unpack .../479-libportal1_0.6-2_arm64.deb ...
   Unpacking libportal1:arm64 (0.6-2) ...
   Selecting previously unselected package libsysprof-4:arm64.
   Preparing to unpack .../480-libsysprof-4_3.44.0-1_arm64.deb ...
   Unpacking libsysprof-4:arm64 (3.44.0-1) ...
   Selecting previously unselected package libsysprof-ui-4:arm64.
   Preparing to unpack .../481-libsysprof-ui-4_3.44.0-1_arm64.deb ...
   Unpacking libsysprof-ui-4:arm64 (3.44.0-1) ...
   Selecting previously unselected package gnome-builder.
   Preparing to unpack .../482-gnome-builder_42.0-1_arm64.deb ...
   Unpacking gnome-builder (42.0-1) ...
   Selecting previously unselected package libblockdev-part-err2:arm64.
   Preparing to unpack .../483-libblockdev-part-err2_2.26-1_arm64.deb ...
   Unpacking libblockdev-part-err2:arm64 (2.26-1) ...
   Selecting previously unselected package libblockdev-utils2:arm64.
   Preparing to unpack .../484-libblockdev-utils2_2.26-1_arm64.deb ...
   Unpacking libblockdev-utils2:arm64 (2.26-1) ...
   Selecting previously unselected package libparted-fs-resize0:arm64.
   Preparing to unpack .../485-libparted-fs-resize0_3.4-2build1_arm64.deb ...
   Unpacking libparted-fs-resize0:arm64 (3.4-2build1) ...
   Selecting previously unselected package libblockdev-fs2:arm64.
   Preparing to unpack .../486-libblockdev-fs2_2.26-1_arm64.deb ...
   Unpacking libblockdev-fs2:arm64 (2.26-1) ...
   Selecting previously unselected package libblockdev-loop2:arm64.
   Preparing to unpack .../487-libblockdev-loop2_2.26-1_arm64.deb ...
   Unpacking libblockdev-loop2:arm64 (2.26-1) ...
   Selecting previously unselected package gdisk.
   Preparing to unpack .../488-gdisk_1.0.8-4build1_arm64.deb ...
   Unpacking gdisk (1.0.8-4build1) ...
   Selecting previously unselected package libblockdev-part2:arm64.
   Preparing to unpack .../489-libblockdev-part2_2.26-1_arm64.deb ...
   Unpacking libblockdev-part2:arm64 (2.26-1) ...
   Selecting previously unselected package libblockdev-swap2:arm64.
   Preparing to unpack .../490-libblockdev-swap2_2.26-1_arm64.deb ...
   Unpacking libblockdev-swap2:arm64 (2.26-1) ...
   Selecting previously unselected package libatasmart4:arm64.
   Preparing to unpack .../491-libatasmart4_0.19-5build2_arm64.deb ...
   Unpacking libatasmart4:arm64 (0.19-5build2) ...
   Selecting previously unselected package libblockdev2:arm64.
   Preparing to unpack .../492-libblockdev2_2.26-1_arm64.deb ...
   Unpacking libblockdev2:arm64 (2.26-1) ...
   Selecting previously unselected package libudisks2-0:arm64.
   Preparing to unpack .../493-libudisks2-0_2.9.4-1ubuntu2_arm64.deb ...
   Unpacking libudisks2-0:arm64 (2.9.4-1ubuntu2) ...
   Selecting previously unselected package udisks2.
   Preparing to unpack .../494-udisks2_2.9.4-1ubuntu2_arm64.deb ...
   Unpacking udisks2 (2.9.4-1ubuntu2) ...
   Selecting previously unselected package libpwquality-common.
   Preparing to unpack .../495-libpwquality-common_1.4.4-1build2_all.deb ...
   Unpacking libpwquality-common (1.4.4-1build2) ...
   Selecting previously unselected package libpwquality1:arm64.
   Preparing to unpack .../496-libpwquality1_1.4.4-1build2_arm64.deb ...
   Unpacking libpwquality1:arm64 (1.4.4-1build2) ...
   Selecting previously unselected package gnome-disk-utility.
   Preparing to unpack .../497-gnome-disk-utility_42.0-1ubuntu1_arm64.deb ...
   Unpacking gnome-disk-utility (42.0-1ubuntu1) ...
   Selecting previously unselected package gnome-font-viewer.
   Preparing to unpack .../498-gnome-font-viewer_41.0-2_arm64.deb ...
   Unpacking gnome-font-viewer (41.0-2) ...
   Selecting previously unselected package gnome-screenshot.
   Preparing to unpack .../499-gnome-screenshot_41.0-2_arm64.deb ...
   Unpacking gnome-screenshot (41.0-2) ...
   Selecting previously unselected package libglibmm-2.4-1v5:arm64.
   Preparing to unpack .../500-libglibmm-2.4-1v5_2.66.2-2_arm64.deb ...
   Unpacking libglibmm-2.4-1v5:arm64 (2.66.2-2) ...
   Selecting previously unselected package libatkmm-1.6-1v5:arm64.
   Preparing to unpack .../501-libatkmm-1.6-1v5_2.28.2-1build1_arm64.deb ...
   Unpacking libatkmm-1.6-1v5:arm64 (2.28.2-1build1) ...
   Selecting previously unselected package libcairomm-1.0-1v5:arm64.
   Preparing to unpack .../502-libcairomm-1.0-1v5_1.12.2-4build3_arm64.deb ...
   Unpacking libcairomm-1.0-1v5:arm64 (1.12.2-4build3) ...
   Selecting previously unselected package libpangomm-1.4-1v5:arm64.
   Preparing to unpack .../503-libpangomm-1.4-1v5_2.46.2-1_arm64.deb ...
   Unpacking libpangomm-1.4-1v5:arm64 (2.46.2-1) ...
   Selecting previously unselected package libgtkmm-3.0-1v5:arm64.
   Preparing to unpack .../504-libgtkmm-3.0-1v5_3.24.5-1build1_arm64.deb ...
   Unpacking libgtkmm-3.0-1v5:arm64 (3.24.5-1build1) ...
   Selecting previously unselected package libgtop2-common.
   Preparing to unpack .../505-libgtop2-common_2.40.0-2build3_all.deb ...
   Unpacking libgtop2-common (2.40.0-2build3) ...
   Selecting previously unselected package libgtop-2.0-11:arm64.
   Preparing to unpack .../506-libgtop-2.0-11_2.40.0-2build3_arm64.deb ...
   Unpacking libgtop-2.0-11:arm64 (2.40.0-2build3) ...
   Selecting previously unselected package gnome-system-monitor.
   Preparing to unpack .../507-gnome-system-monitor_42.0-1_arm64.deb ...
   Unpacking gnome-system-monitor (42.0-1) ...
   Selecting previously unselected package gparted-common.
   Preparing to unpack .../508-gparted-common_1.3.1-1ubuntu1_all.deb ...
   Unpacking gparted-common (1.3.1-1ubuntu1) ...
   Selecting previously unselected package gparted.
   Preparing to unpack .../509-gparted_1.3.1-1ubuntu1_arm64.deb ...
   Unpacking gparted (1.3.1-1ubuntu1) ...
   Selecting previously unselected package gstreamer1.0-packagekit.
   Preparing to unpack .../510-gstreamer1.0-packagekit_1.2.5-2ubuntu2_arm64.deb ...
   Unpacking gstreamer1.0-packagekit (1.2.5-2ubuntu2) ...
   Selecting previously unselected package gstreamer1.0-tools.
   Preparing to unpack .../511-gstreamer1.0-tools_1.20.3-0ubuntu1_arm64.deb ...
   Unpacking gstreamer1.0-tools (1.20.3-0ubuntu1) ...
   Selecting previously unselected package gstreamer1.0-plugins-base-apps.
   Preparing to unpack .../512-gstreamer1.0-plugins-base-apps_1.20.1-1_arm64.deb ...
   Unpacking gstreamer1.0-plugins-base-apps (1.20.1-1) ...
   Selecting previously unselected package gstreamer1.0-pulseaudio:arm64.
   Preparing to unpack .../513-gstreamer1.0-pulseaudio_1.20.3-0ubuntu1_arm64.deb ...
   Unpacking gstreamer1.0-pulseaudio:arm64 (1.20.3-0ubuntu1) ...
   Selecting previously unselected package gtk2-engines:arm64.
   Preparing to unpack .../514-gtk2-engines_1%3a2.20.2-5build2_arm64.deb ...
   Unpacking gtk2-engines:arm64 (1:2.20.2-5build2) ...
   Selecting previously unselected package gtk2-engines-murrine:arm64.
   Preparing to unpack .../515-gtk2-engines-murrine_0.98.2-3build2_arm64.deb ...
   Unpacking gtk2-engines-murrine:arm64 (0.98.2-3build2) ...
   Selecting previously unselected package gtk2-engines-pixbuf:arm64.
   Preparing to unpack .../516-gtk2-engines-pixbuf_2.24.33-2ubuntu2_arm64.deb ...
   Unpacking gtk2-engines-pixbuf:arm64 (2.24.33-2ubuntu2) ...
   Selecting previously unselected package gvfs-common.
   Preparing to unpack .../517-gvfs-common_1.48.2-0ubuntu1_all.deb ...
   Unpacking gvfs-common (1.48.2-0ubuntu1) ...
   Selecting previously unselected package gvfs-libs:arm64.
   Preparing to unpack .../518-gvfs-libs_1.48.2-0ubuntu1_arm64.deb ...
   Unpacking gvfs-libs:arm64 (1.48.2-0ubuntu1) ...
   Selecting previously unselected package gvfs-daemons.
   Preparing to unpack .../519-gvfs-daemons_1.48.2-0ubuntu1_arm64.deb ...
   Unpacking gvfs-daemons (1.48.2-0ubuntu1) ...
   Selecting previously unselected package gvfs:arm64.
   Preparing to unpack .../520-gvfs_1.48.2-0ubuntu1_arm64.deb ...
   Unpacking gvfs:arm64 (1.48.2-0ubuntu1) ...
   Selecting previously unselected package libcdio19:arm64.
   Preparing to unpack .../521-libcdio19_2.1.0-3build1_arm64.deb ...
   Unpacking libcdio19:arm64 (2.1.0-3build1) ...
   Selecting previously unselected package libcdio-cdda2:arm64.
   Preparing to unpack .../522-libcdio-cdda2_10.2+2.0.0-1build3_arm64.deb ...
   Unpacking libcdio-cdda2:arm64 (10.2+2.0.0-1build3) ...
   Selecting previously unselected package libcdio-paranoia2:arm64.
   Preparing to unpack .../523-libcdio-paranoia2_10.2+2.0.0-1build3_arm64.deb ...
   Unpacking libcdio-paranoia2:arm64 (10.2+2.0.0-1build3) ...
   Selecting previously unselected package libplist3:arm64.
   Preparing to unpack .../524-libplist3_2.2.0-6build2_arm64.deb ...
   Unpacking libplist3:arm64 (2.2.0-6build2) ...
   Selecting previously unselected package libusbmuxd6:arm64.
   Preparing to unpack .../525-libusbmuxd6_2.0.2-3build2_arm64.deb ...
   Unpacking libusbmuxd6:arm64 (2.0.2-3build2) ...
   Selecting previously unselected package libimobiledevice6:arm64.
   Preparing to unpack .../526-libimobiledevice6_1.3.0-6build3_arm64.deb ...
   Unpacking libimobiledevice6:arm64 (1.3.0-6build3) ...
   Selecting previously unselected package libmtp-common.
   Preparing to unpack .../527-libmtp-common_1.1.19-1build1_all.deb ...
   Unpacking libmtp-common (1.1.19-1build1) ...
   Selecting previously unselected package libmtp9:arm64.
   Preparing to unpack .../528-libmtp9_1.1.19-1build1_arm64.deb ...
   Unpacking libmtp9:arm64 (1.1.19-1build1) ...
   Selecting previously unselected package libnfs13:arm64.
   Preparing to unpack .../529-libnfs13_4.0.0-1build2_arm64.deb ...
   Unpacking libnfs13:arm64 (4.0.0-1build2) ...
   Selecting previously unselected package gvfs-backends.
   Preparing to unpack .../530-gvfs-backends_1.48.2-0ubuntu1_arm64.deb ...
   Unpacking gvfs-backends (1.48.2-0ubuntu1) ...
   Selecting previously unselected package hplip-data.
   Preparing to unpack .../531-hplip-data_3.21.12+dfsg0-1_all.deb ...
   Unpacking hplip-data (3.21.12+dfsg0-1) ...
   Selecting previously unselected package libhpmud0:arm64.
   Preparing to unpack .../532-libhpmud0_3.21.12+dfsg0-1_arm64.deb ...
   Unpacking libhpmud0:arm64 (3.21.12+dfsg0-1) ...
   Selecting previously unselected package libsane-hpaio:arm64.
   Preparing to unpack .../533-libsane-hpaio_3.21.12+dfsg0-1_arm64.deb ...
   Unpacking libsane-hpaio:arm64 (3.21.12+dfsg0-1) ...
   Selecting previously unselected package printer-driver-hpcups.
   Preparing to unpack .../534-printer-driver-hpcups_3.21.12+dfsg0-1_arm64.deb ...
   Unpacking printer-driver-hpcups (3.21.12+dfsg0-1) ...
   Selecting previously unselected package python3-ptyprocess.
   Preparing to unpack .../535-python3-ptyprocess_0.7.0-3_all.deb ...
   Unpacking python3-ptyprocess (0.7.0-3) ...
   Selecting previously unselected package python3-pexpect.
   Preparing to unpack .../536-python3-pexpect_4.8.0-2ubuntu1_all.deb ...
   Unpacking python3-pexpect (4.8.0-2ubuntu1) ...
   Selecting previously unselected package mailcap.
   Preparing to unpack .../537-mailcap_3.70+nmu1ubuntu1_all.deb ...
   Unpacking mailcap (3.70+nmu1ubuntu1) ...
   Selecting previously unselected package mime-support.
   Preparing to unpack .../538-mime-support_3.66_all.deb ...
   Unpacking mime-support (3.66) ...
   Selecting previously unselected package libimagequant0:arm64.
   Preparing to unpack .../539-libimagequant0_2.17.0-1_arm64.deb ...
   Unpacking libimagequant0:arm64 (2.17.0-1) ...
   Selecting previously unselected package libraqm0:arm64.
   Preparing to unpack .../540-libraqm0_0.7.0-4ubuntu1_arm64.deb ...
   Unpacking libraqm0:arm64 (0.7.0-4ubuntu1) ...
   Selecting previously unselected package libwebpmux3:arm64.
   Preparing to unpack .../541-libwebpmux3_1.2.2-2_arm64.deb ...
   Unpacking libwebpmux3:arm64 (1.2.2-2) ...
   Selecting previously unselected package python3-pil:arm64.
   Preparing to unpack .../542-python3-pil_9.0.1-1ubuntu0.1_arm64.deb ...
   Unpacking python3-pil:arm64 (9.0.1-1ubuntu0.1) ...
   Selecting previously unselected package python3-reportlab-accel:arm64.
   Preparing to unpack .../543-python3-reportlab-accel_3.6.8-1_arm64.deb ...
   Unpacking python3-reportlab-accel:arm64 (3.6.8-1) ...
   Selecting previously unselected package python3-reportlab.
   Preparing to unpack .../544-python3-reportlab_3.6.8-1_all.deb ...
   Unpacking python3-reportlab (3.6.8-1) ...
   Selecting previously unselected package hplip.
   Preparing to unpack .../545-hplip_3.21.12+dfsg0-1_arm64.deb ...
   Unpacking hplip (3.21.12+dfsg0-1) ...
   Selecting previously unselected package hwdata.
   Preparing to unpack .../546-hwdata_0.357-1_all.deb ...
   Unpacking hwdata (0.357-1) ...
   Selecting previously unselected package indicator-common.
   Preparing to unpack .../547-indicator-common_16.10.0+18.04.20180321.1-0ubuntu5_all.deb ...
   Unpacking indicator-common (16.10.0+18.04.20180321.1-0ubuntu5) ...
   Selecting previously unselected package laptop-detect.
   Preparing to unpack .../548-laptop-detect_0.16_all.deb ...
   Unpacking laptop-detect (0.16) ...
   Selecting previously unselected package libao-common.
   Preparing to unpack .../549-libao-common_1.2.2+20180113-1.1ubuntu3_all.deb ...
   Unpacking libao-common (1.2.2+20180113-1.1ubuntu3) ...
   Selecting previously unselected package libao4:arm64.
   Preparing to unpack .../550-libao4_1.2.2+20180113-1.1ubuntu3_arm64.deb ...
   Unpacking libao4:arm64 (1.2.2+20180113-1.1ubuntu3) ...
   Selecting previously unselected package libaom3:arm64.
   Preparing to unpack .../551-libaom3_3.3.0-1_arm64.deb ...
   Unpacking libaom3:arm64 (3.3.0-1) ...
   Selecting previously unselected package libatk-adaptor:arm64.
   Preparing to unpack .../552-libatk-adaptor_2.38.0-3_arm64.deb ...
   Unpacking libatk-adaptor:arm64 (2.38.0-3) ...
   Selecting previously unselected package libavahi-ui-gtk3-0:arm64.
   Preparing to unpack .../553-libavahi-ui-gtk3-0_0.8-5ubuntu5_arm64.deb ...
   Unpacking libavahi-ui-gtk3-0:arm64 (0.8-5ubuntu5) ...
   Selecting previously unselected package libva2:arm64.
   Preparing to unpack .../554-libva2_2.14.0-1_arm64.deb ...
   Unpacking libva2:arm64 (2.14.0-1) ...
   Selecting previously unselected package libva-drm2:arm64.
   Preparing to unpack .../555-libva-drm2_2.14.0-1_arm64.deb ...
   Unpacking libva-drm2:arm64 (2.14.0-1) ...
   Selecting previously unselected package libva-x11-2:arm64.
   Preparing to unpack .../556-libva-x11-2_2.14.0-1_arm64.deb ...
   Unpacking libva-x11-2:arm64 (2.14.0-1) ...
   Selecting previously unselected package libvdpau1:arm64.
   Preparing to unpack .../557-libvdpau1_1.4-3build2_arm64.deb ...
   Unpacking libvdpau1:arm64 (1.4-3build2) ...
   Selecting previously unselected package ocl-icd-libopencl1:arm64.
   Preparing to unpack .../558-ocl-icd-libopencl1_2.2.14-3_arm64.deb ...
   Unpacking ocl-icd-libopencl1:arm64 (2.2.14-3) ...
   Selecting previously unselected package libavutil56:arm64.
   Preparing to unpack .../559-libavutil56_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking libavutil56:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
   Selecting previously unselected package libcodec2-1.0:arm64.
   Preparing to unpack .../560-libcodec2-1.0_1.0.1-3_arm64.deb ...
   Unpacking libcodec2-1.0:arm64 (1.0.1-3) ...
   Selecting previously unselected package libdav1d5:arm64.
   Preparing to unpack .../561-libdav1d5_0.9.2-1_arm64.deb ...
   Unpacking libdav1d5:arm64 (0.9.2-1) ...
   Selecting previously unselected package libgsm1:arm64.
   Preparing to unpack .../562-libgsm1_1.0.19-1_arm64.deb ...
   Unpacking libgsm1:arm64 (1.0.19-1) ...
   Selecting previously unselected package libshine3:arm64.
   Preparing to unpack .../563-libshine3_3.1.1-2_arm64.deb ...
   Unpacking libshine3:arm64 (3.1.1-2) ...
   Selecting previously unselected package libsnappy1v5:arm64.
   Preparing to unpack .../564-libsnappy1v5_1.1.8-1build3_arm64.deb ...
   Unpacking libsnappy1v5:arm64 (1.1.8-1build3) ...
   Selecting previously unselected package libswresample3:arm64.
   Preparing to unpack .../565-libswresample3_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking libswresample3:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
   Selecting previously unselected package libx264-163:arm64.
   Preparing to unpack .../566-libx264-163_2%3a0.163.3060+git5db6aa6-2build1_arm64.deb ...
   Unpacking libx264-163:arm64 (2:0.163.3060+git5db6aa6-2build1) ...
   Selecting previously unselected package libx265-199:arm64.
   Preparing to unpack .../567-libx265-199_3.5-2_arm64.deb ...
   Unpacking libx265-199:arm64 (3.5-2) ...
   Selecting previously unselected package libxvidcore4:arm64.
   Preparing to unpack .../568-libxvidcore4_2%3a1.3.7-1_arm64.deb ...
   Unpacking libxvidcore4:arm64 (2:1.3.7-1) ...
   Selecting previously unselected package libzvbi-common.
   Preparing to unpack .../569-libzvbi-common_0.2.35-19_all.deb ...
   Unpacking libzvbi-common (0.2.35-19) ...
   Selecting previously unselected package libzvbi0:arm64.
   Preparing to unpack .../570-libzvbi0_0.2.35-19_arm64.deb ...
   Unpacking libzvbi0:arm64 (0.2.35-19) ...
   Selecting previously unselected package libavcodec58:arm64.
   Preparing to unpack .../571-libavcodec58_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking libavcodec58:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
   Selecting previously unselected package libudfread0:arm64.
   Preparing to unpack .../572-libudfread0_1.1.2-1_arm64.deb ...
   Unpacking libudfread0:arm64 (1.1.2-1) ...
   Selecting previously unselected package libbluray2:arm64.
   Preparing to unpack .../573-libbluray2_1%3a1.3.1-1_arm64.deb ...
   Unpacking libbluray2:arm64 (1:1.3.1-1) ...
   Selecting previously unselected package libchromaprint1:arm64.
   Preparing to unpack .../574-libchromaprint1_1.5.1-2_arm64.deb ...
   Unpacking libchromaprint1:arm64 (1.5.1-2) ...
   Selecting previously unselected package libgme0:arm64.
   Preparing to unpack .../575-libgme0_0.6.3-2_arm64.deb ...
   Unpacking libgme0:arm64 (0.6.3-2) ...
   Selecting previously unselected package libopenmpt0:arm64.
   Preparing to unpack .../576-libopenmpt0_0.6.1-1_arm64.deb ...
   Unpacking libopenmpt0:arm64 (0.6.1-1) ...
   Selecting previously unselected package librabbitmq4:arm64.
   Preparing to unpack .../577-librabbitmq4_0.10.0-1ubuntu2_arm64.deb ...
   Unpacking librabbitmq4:arm64 (0.10.0-1ubuntu2) ...
   Selecting previously unselected package libsrt1.4-gnutls:arm64.
   Preparing to unpack .../578-libsrt1.4-gnutls_1.4.4-4_arm64.deb ...
   Unpacking libsrt1.4-gnutls:arm64 (1.4.4-4) ...
   Selecting previously unselected package libssh-gcrypt-4:arm64.
   Preparing to unpack .../579-libssh-gcrypt-4_0.9.6-2build1_arm64.deb ...
   Unpacking libssh-gcrypt-4:arm64 (0.9.6-2build1) ...
   Selecting previously unselected package libnorm1:arm64.
   Preparing to unpack .../580-libnorm1_1.5.9+dfsg-2_arm64.deb ...
   Unpacking libnorm1:arm64 (1.5.9+dfsg-2) ...
   Selecting previously unselected package libpgm-5.3-0:arm64.
   Preparing to unpack .../581-libpgm-5.3-0_5.3.128~dfsg-2_arm64.deb ...
   Unpacking libpgm-5.3-0:arm64 (5.3.128~dfsg-2) ...
   Selecting previously unselected package libsodium23:arm64.
   Preparing to unpack .../582-libsodium23_1.0.18-1build2_arm64.deb ...
   Unpacking libsodium23:arm64 (1.0.18-1build2) ...
   Selecting previously unselected package libzmq5:arm64.
   Preparing to unpack .../583-libzmq5_4.3.4-2_arm64.deb ...
   Unpacking libzmq5:arm64 (4.3.4-2) ...
   Selecting previously unselected package libavformat58:arm64.
   Preparing to unpack .../584-libavformat58_7%3a4.4.2-0ubuntu0.22.04.1_arm64.deb ...
   Unpacking libavformat58:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
   Selecting previously unselected package libbrlapi0.8:arm64.
   Preparing to unpack .../585-libbrlapi0.8_6.4-4ubuntu3_arm64.deb ...
   Unpacking libbrlapi0.8:arm64 (6.4-4ubuntu3) ...
   Selecting previously unselected package libcairo-perl:arm64.
   Preparing to unpack .../586-libcairo-perl_1.109-2build1_arm64.deb ...
   Unpacking libcairo-perl:arm64 (1.109-2build1) ...
   Selecting previously unselected package libextutils-depends-perl.
   Preparing to unpack .../587-libextutils-depends-perl_0.8001-1_all.deb ...
   Unpacking libextutils-depends-perl (0.8001-1) ...
   Selecting previously unselected package libglib-perl:arm64.
   Preparing to unpack .../588-libglib-perl_3%3a1.329.3-2build1_arm64.deb ...
   Unpacking libglib-perl:arm64 (3:1.329.3-2build1) ...
   Selecting previously unselected package libcairo-gobject-perl:arm64.
   Preparing to unpack .../589-libcairo-gobject-perl_1.005-3build1_arm64.deb ...
   Unpacking libcairo-gobject-perl:arm64 (1.005-3build1) ...
   Selecting previously unselected package libdotconf0:arm64.
   Preparing to unpack .../590-libdotconf0_1.3-0.3fakesync1build2_arm64.deb ...
   Unpacking libdotconf0:arm64 (1.3-0.3fakesync1build2) ...
   Selecting previously unselected package libencode-locale-perl.
   Preparing to unpack .../591-libencode-locale-perl_1.05-1.1_all.deb ...
   Unpacking libencode-locale-perl (1.05-1.1) ...
   Selecting previously unselected package libept1.6.0:arm64.
   Preparing to unpack .../592-libept1.6.0_1.2.1_arm64.deb ...
   Unpacking libept1.6.0:arm64 (1.2.1) ...
   Selecting previously unselected package libevent-2.1-7:arm64.
   Preparing to unpack .../593-libevent-2.1-7_2.1.12-stable-1build3_arm64.deb ...
   Unpacking libevent-2.1-7:arm64 (2.1.12-stable-1build3) ...
   Selecting previously unselected package libexiv2-27:arm64.
   Preparing to unpack .../594-libexiv2-27_0.27.5-3ubuntu1_arm64.deb ...
   Unpacking libexiv2-27:arm64 (0.27.5-3ubuntu1) ...
   Selecting previously unselected package libtimedate-perl.
   Preparing to unpack .../595-libtimedate-perl_2.3300-2_all.deb ...
   Unpacking libtimedate-perl (2.3300-2) ...
   Selecting previously unselected package libhttp-date-perl.
   Preparing to unpack .../596-libhttp-date-perl_6.05-1_all.deb ...
   Unpacking libhttp-date-perl (6.05-1) ...
   Selecting previously unselected package libfile-listing-perl.
   Preparing to unpack .../597-libfile-listing-perl_6.14-1_all.deb ...
   Unpacking libfile-listing-perl (6.14-1) ...
   Selecting previously unselected package libfontenc1:arm64.
   Preparing to unpack .../598-libfontenc1_1%3a1.1.4-1build3_arm64.deb ...
   Unpacking libfontenc1:arm64 (1:1.1.4-1build3) ...
   Selecting previously unselected package libwinpr2-2:arm64.
   Preparing to unpack .../599-libwinpr2-2_2.6.1+dfsg1-3ubuntu2.3_arm64.deb ...
   Unpacking libwinpr2-2:arm64 (2.6.1+dfsg1-3ubuntu2.3) ...
   Selecting previously unselected package libfreerdp2-2:arm64.
   Preparing to unpack .../600-libfreerdp2-2_2.6.1+dfsg1-3ubuntu2.3_arm64.deb ...
   Unpacking libfreerdp2-2:arm64 (2.6.1+dfsg1-3ubuntu2.3) ...
   Selecting previously unselected package libfreerdp-client2-2:arm64.
   Preparing to unpack .../601-libfreerdp-client2-2_2.6.1+dfsg1-3ubuntu2.3_arm64.deb ...
   Unpacking libfreerdp-client2-2:arm64 (2.6.1+dfsg1-3ubuntu2.3) ...
   Selecting previously unselected package libgail18:arm64.
   Preparing to unpack .../602-libgail18_2.24.33-2ubuntu2_arm64.deb ...
   Unpacking libgail18:arm64 (2.24.33-2ubuntu2) ...
   Selecting previously unselected package libgail-common:arm64.
   Preparing to unpack .../603-libgail-common_2.24.33-2ubuntu2_arm64.deb ...
   Unpacking libgail-common:arm64 (2.24.33-2ubuntu2) ...
   Selecting previously unselected package libgarcon-common.
   Preparing to unpack .../604-libgarcon-common_4.16.1-1_all.deb ...
   Unpacking libgarcon-common (4.16.1-1) ...
   Selecting previously unselected package libgarcon-1-0:arm64.
   Preparing to unpack .../605-libgarcon-1-0_4.16.1-1_arm64.deb ...
   Unpacking libgarcon-1-0:arm64 (4.16.1-1) ...
   Selecting previously unselected package libgarcon-gtk3-1-0:arm64.
   Preparing to unpack .../606-libgarcon-gtk3-1-0_4.16.1-1_arm64.deb ...
   Unpacking libgarcon-gtk3-1-0:arm64 (4.16.1-1) ...
   Selecting previously unselected package libgdk-pixbuf-xlib-2.0-0:arm64.
   Preparing to unpack .../607-libgdk-pixbuf-xlib-2.0-0_2.40.2-2build4_arm64.deb ...
   Unpacking libgdk-pixbuf-xlib-2.0-0:arm64 (2.40.2-2build4) ...
   Selecting previously unselected package libgeoip1:arm64.
   Preparing to unpack .../608-libgeoip1_1.6.12-8_arm64.deb ...
   Unpacking libgeoip1:arm64 (1.6.12-8) ...
   Selecting previously unselected package libglib-object-introspection-perl.
   Preparing to unpack .../609-libglib-object-introspection-perl_0.049-1+build2_arm64.deb ...
   Unpacking libglib-object-introspection-perl (0.049-1+build2) ...
   Selecting previously unselected package libgtk3-perl.
   Preparing to unpack .../610-libgtk3-perl_0.038-1_all.deb ...
   Unpacking libgtk3-perl (0.038-1) ...
   Selecting previously unselected package libgtkmm-2.4-1v5:arm64.
   Preparing to unpack .../611-libgtkmm-2.4-1v5_1%3a2.24.5-4ubuntu3_arm64.deb ...
   Unpacking libgtkmm-2.4-1v5:arm64 (1:2.24.5-4ubuntu3) ...
   Selecting previously unselected package libgtksourceviewmm-3.0-0v5:arm64.
   Preparing to unpack .../612-libgtksourceviewmm-3.0-0v5_3.18.0-4build1_arm64.deb ...
   Unpacking libgtksourceviewmm-3.0-0v5:arm64 (3.18.0-4build1) ...
   Selecting previously unselected package libhtml-tagset-perl.
   Preparing to unpack .../613-libhtml-tagset-perl_3.20-4_all.deb ...
   Unpacking libhtml-tagset-perl (3.20-4) ...
   Selecting previously unselected package liburi-perl.
   Preparing to unpack .../614-liburi-perl_5.10-1_all.deb ...
   Unpacking liburi-perl (5.10-1) ...
   Selecting previously unselected package libhtml-parser-perl:arm64.
   Preparing to unpack .../615-libhtml-parser-perl_3.76-1build2_arm64.deb ...
   Unpacking libhtml-parser-perl:arm64 (3.76-1build2) ...
   Selecting previously unselected package libhtml-tree-perl.
   Preparing to unpack .../616-libhtml-tree-perl_5.07-2_all.deb ...
   Unpacking libhtml-tree-perl (5.07-2) ...
   Selecting previously unselected package libio-html-perl.
   Preparing to unpack .../617-libio-html-perl_1.004-2_all.deb ...
   Unpacking libio-html-perl (1.004-2) ...
   Selecting previously unselected package liblwp-mediatypes-perl.
   Preparing to unpack .../618-liblwp-mediatypes-perl_6.04-1_all.deb ...
   Unpacking liblwp-mediatypes-perl (6.04-1) ...
   Selecting previously unselected package libhttp-message-perl.
   Preparing to unpack .../619-libhttp-message-perl_6.36-1_all.deb ...
   Unpacking libhttp-message-perl (6.36-1) ...
   Selecting previously unselected package libhttp-cookies-perl.
   Preparing to unpack .../620-libhttp-cookies-perl_6.10-1_all.deb ...
   Unpacking libhttp-cookies-perl (6.10-1) ...
   Selecting previously unselected package libhttp-negotiate-perl.
   Preparing to unpack .../621-libhttp-negotiate-perl_6.01-1_all.deb ...
   Unpacking libhttp-negotiate-perl (6.01-1) ...
   Selecting previously unselected package libindicator3-7.
   Preparing to unpack .../622-libindicator3-7_16.10.0+18.04.20180321.1-0ubuntu5_arm64.deb ...
   Unpacking libindicator3-7 (16.10.0+18.04.20180321.1-0ubuntu5) ...
   Selecting previously unselected package perl-openssl-defaults:arm64.
   Preparing to unpack .../623-perl-openssl-defaults_5build2_arm64.deb ...
   Unpacking perl-openssl-defaults:arm64 (5build2) ...
   Selecting previously unselected package libnet-ssleay-perl:arm64.
   Preparing to unpack .../624-libnet-ssleay-perl_1.92-1build2_arm64.deb ...
   Unpacking libnet-ssleay-perl:arm64 (1.92-1build2) ...
   Selecting previously unselected package libio-socket-ssl-perl.
   Preparing to unpack .../625-libio-socket-ssl-perl_2.074-2_all.deb ...
   Unpacking libio-socket-ssl-perl (2.074-2) ...
   Selecting previously unselected package libjs-highlight.js.
   Preparing to unpack .../626-libjs-highlight.js_9.18.5+dfsg1-1_all.deb ...
   Unpacking libjs-highlight.js (9.18.5+dfsg1-1) ...
   Selecting previously unselected package libjs-jquery.
   Preparing to unpack .../627-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
   Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
   Selecting previously unselected package libkeybinder-3.0-0:arm64.
   Preparing to unpack .../628-libkeybinder-3.0-0_0.3.2-1.1_arm64.deb ...
   Unpacking libkeybinder-3.0-0:arm64 (0.3.2-1.1) ...
   Selecting previously unselected package libxmu6:arm64.
   Preparing to unpack .../629-libxmu6_2%3a1.1.3-3_arm64.deb ...
   Unpacking libxmu6:arm64 (2:1.1.3-3) ...
   Selecting previously unselected package libxaw7:arm64.
   Preparing to unpack .../630-libxaw7_2%3a1.0.14-1_arm64.deb ...
   Unpacking libxaw7:arm64 (2:1.0.14-1) ...
   Selecting previously unselected package x11-xkb-utils.
   Preparing to unpack .../631-x11-xkb-utils_7.7+5build4_arm64.deb ...
   Unpacking x11-xkb-utils (7.7+5build4) ...
   Selecting previously unselected package libxklavier16:arm64.
   Preparing to unpack .../632-libxklavier16_5.4-4build2_arm64.deb ...
   Unpacking libxklavier16:arm64 (5.4-4build2) ...
   Selecting previously unselected package liblightdm-gobject-1-0:arm64.
   Preparing to unpack .../633-liblightdm-gobject-1-0_1.30.0-0ubuntu5_arm64.deb ...
   Unpacking liblightdm-gobject-1-0:arm64 (1.30.0-0ubuntu5) ...
   Selecting previously unselected package liblouis-data.
   Preparing to unpack .../634-liblouis-data_3.20.0-2ubuntu0.1_all.deb ...
   Unpacking liblouis-data (3.20.0-2ubuntu0.1) ...
   Selecting previously unselected package liblouis20:arm64.
   Preparing to unpack .../635-liblouis20_3.20.0-2ubuntu0.1_arm64.deb ...
   Unpacking liblouis20:arm64 (3.20.0-2ubuntu0.1) ...
   Selecting previously unselected package libnet-http-perl.
   Preparing to unpack .../636-libnet-http-perl_6.22-1_all.deb ...
   Unpacking libnet-http-perl (6.22-1) ...
   Selecting previously unselected package libtry-tiny-perl.
   Preparing to unpack .../637-libtry-tiny-perl_0.31-1_all.deb ...
   Unpacking libtry-tiny-perl (0.31-1) ...
   Selecting previously unselected package libwww-robotrules-perl.
   Preparing to unpack .../638-libwww-robotrules-perl_6.02-1_all.deb ...
   Unpacking libwww-robotrules-perl (6.02-1) ...
   Selecting previously unselected package libwww-perl.
   Preparing to unpack .../639-libwww-perl_6.61-1_all.deb ...
   Unpacking libwww-perl (6.61-1) ...
   Selecting previously unselected package liblwp-protocol-https-perl.
   Preparing to unpack .../640-liblwp-protocol-https-perl_6.10-1_all.deb ...
   Unpacking liblwp-protocol-https-perl (6.10-1) ...
   Selecting previously unselected package libminiupnpc17:arm64.
   Preparing to unpack .../641-libminiupnpc17_2.2.3-1build1_arm64.deb ...
   Unpacking libminiupnpc17:arm64 (2.2.3-1build1) ...
   Selecting previously unselected package libminizip1:arm64.
   Preparing to unpack .../642-libminizip1_1.1-8build1_arm64.deb ...
   Unpacking libminizip1:arm64 (1.1-8build1) ...
   Selecting previously unselected package libmousepad0.
   Preparing to unpack .../643-libmousepad0_0.5.8-1_arm64.deb ...
   Unpacking libmousepad0 (0.5.8-1) ...
   Selecting previously unselected package libnatpmp1:arm64.
   Preparing to unpack .../644-libnatpmp1_20150609-7.1build2_arm64.deb ...
   Unpacking libnatpmp1:arm64 (20150609-7.1build2) ...
   Selecting previously unselected package libnotify-bin.
   Preparing to unpack .../645-libnotify-bin_0.7.9-3ubuntu5.22.04.1_arm64.deb ...
   Unpacking libnotify-bin (0.7.9-3ubuntu5.22.04.1) ...
   Selecting previously unselected package libpam-gnome-keyring:arm64.
   Preparing to unpack .../646-libpam-gnome-keyring_40.0-3ubuntu3_arm64.deb ...
   Unpacking libpam-gnome-keyring:arm64 (40.0-3ubuntu3) ...
   Selecting previously unselected package libproxy1-plugin-gsettings:arm64.
   Preparing to unpack .../647-libproxy1-plugin-gsettings_0.4.17-2_arm64.deb ...
   Unpacking libproxy1-plugin-gsettings:arm64 (0.4.17-2) ...
   Selecting previously unselected package libproxy1-plugin-networkmanager:arm64.
   Preparing to unpack .../648-libproxy1-plugin-networkmanager_0.4.17-2_arm64.deb ...
   Unpacking libproxy1-plugin-networkmanager:arm64 (0.4.17-2) ...
   Selecting previously unselected package libqalculate-data.
   Preparing to unpack .../649-libqalculate-data_3.22.0-3build1_all.deb ...
   Unpacking libqalculate-data (3.22.0-3build1) ...
   Selecting previously unselected package libqalculate22:arm64.
   Preparing to unpack .../650-libqalculate22_3.22.0-3build1_arm64.deb ...
   Unpacking libqalculate22:arm64 (3.22.0-3build1) ...
   Selecting previously unselected package libqt5positioning5:arm64.
   Preparing to unpack .../651-libqt5positioning5_5.15.3+dfsg-3_arm64.deb ...
   Unpacking libqt5positioning5:arm64 (5.15.3+dfsg-3) ...
   Selecting previously unselected package libqt5printsupport5:arm64.
   Preparing to unpack .../652-libqt5printsupport5_5.15.3+dfsg-2ubuntu0.2_arm64.deb ...
   Unpacking libqt5printsupport5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Selecting previously unselected package libqt5qml5:arm64.
   Preparing to unpack .../653-libqt5qml5_5.15.3+dfsg-1_arm64.deb ...
   Unpacking libqt5qml5:arm64 (5.15.3+dfsg-1) ...
   Selecting previously unselected package libqt5qmlmodels5:arm64.
   Preparing to unpack .../654-libqt5qmlmodels5_5.15.3+dfsg-1_arm64.deb ...
   Unpacking libqt5qmlmodels5:arm64 (5.15.3+dfsg-1) ...
   Selecting previously unselected package libqt5quick5:arm64.
   Preparing to unpack .../655-libqt5quick5_5.15.3+dfsg-1_arm64.deb ...
   Unpacking libqt5quick5:arm64 (5.15.3+dfsg-1) ...
   Selecting previously unselected package libqt5quickwidgets5:arm64.
   Preparing to unpack .../656-libqt5quickwidgets5_5.15.3+dfsg-1_arm64.deb ...
   Unpacking libqt5quickwidgets5:arm64 (5.15.3+dfsg-1) ...
   Selecting previously unselected package libqt5webchannel5:arm64.
   Preparing to unpack .../657-libqt5webchannel5_5.15.3-1_arm64.deb ...
   Unpacking libqt5webchannel5:arm64 (5.15.3-1) ...
   Selecting previously unselected package libqt5webengine-data.
   Preparing to unpack .../658-libqt5webengine-data_5.15.9+dfsg-1_all.deb ...
   Unpacking libqt5webengine-data (5.15.9+dfsg-1) ...
   Selecting previously unselected package libre2-9:arm64.
   Preparing to unpack .../659-libre2-9_20220201+dfsg-1_arm64.deb ...
   Unpacking libre2-9:arm64 (20220201+dfsg-1) ...
   Selecting previously unselected package libqt5webenginecore5:arm64.
   Preparing to unpack .../660-libqt5webenginecore5_5.15.9+dfsg-1_arm64.deb ...
   Unpacking libqt5webenginecore5:arm64 (5.15.9+dfsg-1) ...
   Selecting previously unselected package libqt5webenginewidgets5:arm64.
   Preparing to unpack .../661-libqt5webenginewidgets5_5.15.9+dfsg-1_arm64.deb ...
   Unpacking libqt5webenginewidgets5:arm64 (5.15.9+dfsg-1) ...
   Selecting previously unselected package thunar-data.
   Preparing to unpack .../662-thunar-data_4.16.10-1_all.deb ...
   Unpacking thunar-data (4.16.10-1) ...
   Selecting previously unselected package libthunarx-3-0:arm64.
   Preparing to unpack .../663-libthunarx-3-0_4.16.10-1_arm64.deb ...
   Unpacking libthunarx-3-0:arm64 (4.16.10-1) ...
   Selecting previously unselected package libu2f-udev.
   Preparing to unpack .../664-libu2f-udev_1.1.10-3build2_all.deb ...
   Unpacking libu2f-udev (1.1.10-3build2) ...
   Selecting previously unselected package libvncclient1:arm64.
   Preparing to unpack .../665-libvncclient1_0.9.13+dfsg-3build2_arm64.deb ...
   Unpacking libvncclient1:arm64 (0.9.13+dfsg-3build2) ...
   Selecting previously unselected package libwmflite-0.2-7:arm64.
   Preparing to unpack .../666-libwmflite-0.2-7_0.2.12-5ubuntu1_arm64.deb ...
   Unpacking libwmflite-0.2-7:arm64 (0.2.12-5ubuntu1) ...
   Selecting previously unselected package libwmf-0.2-7:arm64.
   Preparing to unpack .../667-libwmf-0.2-7_0.2.12-5ubuntu1_arm64.deb ...
   Unpacking libwmf-0.2-7:arm64 (0.2.12-5ubuntu1) ...
   Selecting previously unselected package libwmf-0.2-7-gtk.
   Preparing to unpack .../668-libwmf-0.2-7-gtk_0.2.12-5ubuntu1_arm64.deb ...
   Unpacking libwmf-0.2-7-gtk (0.2.12-5ubuntu1) ...
   Selecting previously unselected package libwmf0.2-7-gtk:arm64.
   Preparing to unpack .../669-libwmf0.2-7-gtk_0.2.12-5ubuntu1_arm64.deb ...
   Unpacking libwmf0.2-7-gtk:arm64 (0.2.12-5ubuntu1) ...
   Selecting previously unselected package libxcvt0:arm64.
   Preparing to unpack .../670-libxcvt0_0.1.1-3_arm64.deb ...
   Unpacking libxcvt0:arm64 (0.1.1-3) ...
   Selecting previously unselected package libxfce4ui-utils.
   Preparing to unpack .../671-libxfce4ui-utils_4.16.1-1_arm64.deb ...
   Unpacking libxfce4ui-utils (4.16.1-1) ...
   Selecting previously unselected package libxfont2:arm64.
   Preparing to unpack .../672-libxfont2_1%3a2.0.5-1build1_arm64.deb ...
   Unpacking libxfont2:arm64 (1:2.0.5-1build1) ...
   Selecting previously unselected package libxpresent1:arm64.
   Preparing to unpack .../673-libxpresent1_1.0.0-2build1_arm64.deb ...
   Unpacking libxpresent1:arm64 (1.0.0-2build1) ...
   Selecting previously unselected package libxv1:arm64.
   Preparing to unpack .../674-libxv1_2%3a1.0.11-1build2_arm64.deb ...
   Unpacking libxv1:arm64 (2:1.0.11-1build2) ...
   Selecting previously unselected package libxxf86dga1:arm64.
   Preparing to unpack .../675-libxxf86dga1_2%3a1.1.5-0ubuntu3_arm64.deb ...
   Unpacking libxxf86dga1:arm64 (2:1.1.5-0ubuntu3) ...
   Selecting previously unselected package meld.
   Preparing to unpack .../676-meld_3.20.4-2_all.deb ...
   Unpacking meld (3.20.4-2) ...
   Selecting previously unselected package mesa-utils-bin:arm64.
   Preparing to unpack .../677-mesa-utils-bin_8.4.0-1ubuntu1_arm64.deb ...
   Unpacking mesa-utils-bin:arm64 (8.4.0-1ubuntu1) ...
   Selecting previously unselected package mousepad.
   Preparing to unpack .../678-mousepad_0.5.8-1_arm64.deb ...
   Unpacking mousepad (0.5.8-1) ...
   Selecting previously unselected package mousetweaks.
   Preparing to unpack .../679-mousetweaks_3.32.0-3build2_arm64.deb ...
   Unpacking mousetweaks (3.32.0-3build2) ...
   Selecting previously unselected package network-manager-gnome.
   Preparing to unpack .../680-network-manager-gnome_1.24.0-1ubuntu3_arm64.deb ...
   Unpacking network-manager-gnome (1.24.0-1ubuntu3) ...
   Selecting previously unselected package sshpass.
   Preparing to unpack .../681-sshpass_1.09-1_arm64.deb ...
   Unpacking sshpass (1.09-1) ...
   Selecting previously unselected package network-manager-ssh.
   Preparing to unpack .../682-network-manager-ssh_1.2.11-1_arm64.deb ...
   Unpacking network-manager-ssh (1.2.11-1) ...
   Selecting previously unselected package vpnc-scripts.
   Preparing to unpack .../683-vpnc-scripts_0.1~git20210402-1_all.deb ...
   Unpacking vpnc-scripts (0.1~git20210402-1) ...
   Selecting previously unselected package vpnc.
   Preparing to unpack .../684-vpnc_0.5.3+git20210125-1_arm64.deb ...
   Unpacking vpnc (0.5.3+git20210125-1) ...
   Selecting previously unselected package network-manager-vpnc.
   Preparing to unpack .../685-network-manager-vpnc_1.2.8-2_arm64.deb ...
   Unpacking network-manager-vpnc (1.2.8-2) ...
   Selecting previously unselected package libjs-modernizr.
   Preparing to unpack .../686-libjs-modernizr_2.6.2+ds1-4_all.deb ...
   Unpacking libjs-modernizr (2.6.2+ds1-4) ...
   Selecting previously unselected package libjs-requirejs.
   Preparing to unpack .../687-libjs-requirejs_2.3.6+ds-1_all.deb ...
   Unpacking libjs-requirejs (2.3.6+ds-1) ...
   Selecting previously unselected package libjs-mathjax.
   Preparing to unpack .../688-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
   Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
   Selecting previously unselected package notepadqq.
   Preparing to unpack .../689-notepadqq_2.0.0~beta1-3_arm64.deb ...
   Unpacking notepadqq (2.0.0~beta1-3) ...
   Selecting previously unselected package numix-gtk-theme.
   Preparing to unpack .../690-numix-gtk-theme_2.6.7-6_all.deb ...
   Unpacking numix-gtk-theme (2.6.7-6) ...
   Selecting previously unselected package numix-icon-theme.
   Preparing to unpack .../691-numix-icon-theme_0~20211031-1_all.deb ...
   Unpacking numix-icon-theme (0~20211031-1) ...
   Selecting previously unselected package numix-icon-theme-circle.
   Preparing to unpack .../692-numix-icon-theme-circle_22.01.10-1_all.deb ...
   Unpacking numix-icon-theme-circle (22.01.10-1) ...
   Selecting previously unselected package openprinting-ppds.
   Preparing to unpack .../693-openprinting-ppds_20220223-0ubuntu1_all.deb ...
   Unpacking openprinting-ppds (20220223-0ubuntu1) ...
   Selecting previously unselected package python3-brlapi:arm64.
   Preparing to unpack .../694-python3-brlapi_6.4-4ubuntu3_arm64.deb ...
   Unpacking python3-brlapi:arm64 (6.4-4ubuntu3) ...
   Selecting previously unselected package python3-louis.
   Preparing to unpack .../695-python3-louis_3.20.0-2ubuntu0.1_all.deb ...
   Unpacking python3-louis (3.20.0-2ubuntu0.1) ...
   Selecting previously unselected package python3-pyatspi.
   Preparing to unpack .../696-python3-pyatspi_2.38.2-1_all.deb ...
   Unpacking python3-pyatspi (2.38.2-1) ...
   Selecting previously unselected package python3-xdg.
   Preparing to unpack .../697-python3-xdg_0.27-2_all.deb ...
   Unpacking python3-xdg (0.27-2) ...
   Selecting previously unselected package python3-speechd.
   Preparing to unpack .../698-python3-speechd_0.11.1-1ubuntu2_all.deb ...
   Unpacking python3-speechd (0.11.1-1ubuntu2) ...
   Selecting previously unselected package speech-dispatcher-audio-plugins:arm64.
   Preparing to unpack .../699-speech-dispatcher-audio-plugins_0.11.1-1ubuntu2_arm64.deb ...
   Unpacking speech-dispatcher-audio-plugins:arm64 (0.11.1-1ubuntu2) ...
   Selecting previously unselected package libspeechd2:arm64.
   Preparing to unpack .../700-libspeechd2_0.11.1-1ubuntu2_arm64.deb ...
   Unpacking libspeechd2:arm64 (0.11.1-1ubuntu2) ...
   Selecting previously unselected package speech-dispatcher.
   Preparing to unpack .../701-speech-dispatcher_0.11.1-1ubuntu2_arm64.deb ...
   Unpacking speech-dispatcher (0.11.1-1ubuntu2) ...
   Selecting previously unselected package orca.
   Preparing to unpack .../702-orca_42.0-1ubuntu2_all.deb ...
   Unpacking orca (42.0-1ubuntu2) ...
   Selecting previously unselected package p7zip.
   Preparing to unpack .../703-p7zip_16.02+dfsg-8_arm64.deb ...
   Unpacking p7zip (16.02+dfsg-8) ...
   Selecting previously unselected package p7zip-full.
   Preparing to unpack .../704-p7zip-full_16.02+dfsg-8_arm64.deb ...
   Unpacking p7zip-full (16.02+dfsg-8) ...
   Selecting previously unselected package pamix.
   Preparing to unpack .../705-pamix_1.6~git20180112.ea4ab3b-4_arm64.deb ...
   Unpacking pamix (1.6~git20180112.ea4ab3b-4) ...
   Selecting previously unselected package pavucontrol.
   Preparing to unpack .../706-pavucontrol_5.0-2_arm64.deb ...
   Unpacking pavucontrol (5.0-2) ...
   Selecting previously unselected package pavumeter.
   Preparing to unpack .../707-pavumeter_0.9.3-4build3_arm64.deb ...
   Unpacking pavumeter (0.9.3-4build3) ...
   Selecting previously unselected package policykit-desktop-privileges.
   Preparing to unpack .../708-policykit-desktop-privileges_0.21_all.deb ...
   Unpacking policykit-desktop-privileges (0.21) ...
   Selecting previously unselected package printer-driver-all.
   Preparing to unpack .../709-printer-driver-all_0.20210903_all.deb ...
   Unpacking printer-driver-all (0.20210903) ...
   Selecting previously unselected package profile-sync-daemon.
   Preparing to unpack .../710-profile-sync-daemon_6.34-1_all.deb ...
   Unpacking profile-sync-daemon (6.34-1) ...
   Selecting previously unselected package putty-tools.
   Preparing to unpack .../711-putty-tools_0.76-2_arm64.deb ...
   Unpacking putty-tools (0.76-2) ...
   Selecting previously unselected package putty.
   Preparing to unpack .../712-putty_0.76-2_arm64.deb ...
   Unpacking putty (0.76-2) ...
   Selecting previously unselected package python3-problem-report.
   Preparing to unpack .../713-python3-problem-report_2.20.11-0ubuntu82.3_all.deb ...
   Unpacking python3-problem-report (2.20.11-0ubuntu82.3) ...
   Selecting previously unselected package python3-apport.
   Preparing to unpack .../714-python3-apport_2.20.11-0ubuntu82.3_all.deb ...
   Unpacking python3-apport (2.20.11-0ubuntu82.3) ...
   Selecting previously unselected package python3-configobj.
   Preparing to unpack .../715-python3-configobj_5.0.6-5_all.deb ...
   Unpacking python3-configobj (5.0.6-5) ...
   Selecting previously unselected package python3-cups:arm64.
   Preparing to unpack .../716-python3-cups_2.0.1-5build1_arm64.deb ...
   Unpacking python3-cups:arm64 (2.0.1-5build1) ...
   Selecting previously unselected package python3-cupshelpers.
   Preparing to unpack .../717-python3-cupshelpers_1.5.16-0ubuntu3_all.deb ...
   Unpacking python3-cupshelpers (1.5.16-0ubuntu3) ...
   Selecting previously unselected package python3-dateutil.
   Preparing to unpack .../718-python3-dateutil_2.8.1-6_all.deb ...
   Unpacking python3-dateutil (2.8.1-6) ...
   Selecting previously unselected package python3-psutil.
   Preparing to unpack .../719-python3-psutil_5.9.0-1build1_arm64.deb ...
   Unpacking python3-psutil (5.9.0-1build1) ...
   Selecting previously unselected package qalc.
   Preparing to unpack .../720-qalc_3.22.0-3build1_arm64.deb ...
   Unpacking qalc (3.22.0-3build1) ...
   Selecting previously unselected package qalculate-gtk.
   Preparing to unpack .../721-qalculate-gtk_3.22.0-1_arm64.deb ...
   Unpacking qalculate-gtk (3.22.0-1) ...
   Selecting previously unselected package regexxer.
   Preparing to unpack .../722-regexxer_0.10-5_arm64.deb ...
   Unpacking regexxer (0.10-5) ...
   Selecting previously unselected package remmina-common.
   Preparing to unpack .../723-remmina-common_1.4.25+dfsg-1_all.deb ...
   Unpacking remmina-common (1.4.25+dfsg-1) ...
   Selecting previously unselected package remmina.
   Preparing to unpack .../724-remmina_1.4.25+dfsg-1_arm64.deb ...
   Unpacking remmina (1.4.25+dfsg-1) ...
   Selecting previously unselected package remmina-plugin-rdp:arm64.
   Preparing to unpack .../725-remmina-plugin-rdp_1.4.25+dfsg-1_arm64.deb ...
   Unpacking remmina-plugin-rdp:arm64 (1.4.25+dfsg-1) ...
   Selecting previously unselected package remmina-plugin-vnc:arm64.
   Preparing to unpack .../726-remmina-plugin-vnc_1.4.25+dfsg-1_arm64.deb ...
   Unpacking remmina-plugin-vnc:arm64 (1.4.25+dfsg-1) ...
   Selecting previously unselected package slick-greeter.
   Preparing to unpack .../727-slick-greeter_1.5.6-1ubuntu1_arm64.deb ...
   Unpacking slick-greeter (1.5.6-1ubuntu1) ...
   Selecting previously unselected package ubuntu-advantage-desktop-daemon.
   Preparing to unpack .../728-ubuntu-advantage-desktop-daemon_1.10~22.04.1_arm64.deb ...
   Unpacking ubuntu-advantage-desktop-daemon (1.10~22.04.1) ...
   Selecting previously unselected package software-properties-gtk.
   Preparing to unpack .../729-software-properties-gtk_0.99.22.6_all.deb ...
   Unpacking software-properties-gtk (0.99.22.6) ...
   Selecting previously unselected package synaptic.
   Preparing to unpack .../730-synaptic_0.90.2build1_arm64.deb ...
   Unpacking synaptic (0.90.2build1) ...
   Selecting previously unselected package system-config-printer-common.
   Preparing to unpack .../731-system-config-printer-common_1.5.16-0ubuntu3_all.deb ...
   Unpacking system-config-printer-common (1.5.16-0ubuntu3) ...
   Selecting previously unselected package system-config-printer.
   Preparing to unpack .../732-system-config-printer_1.5.16-0ubuntu3_all.deb ...
   Unpacking system-config-printer (1.5.16-0ubuntu3) ...
   Selecting previously unselected package system-monitoring-center.
   Preparing to unpack .../733-system-monitoring-center_1.42.0_all.deb ...
   Unpacking system-monitoring-center (1.42.0) ...
   Selecting previously unselected package terminator.
   Preparing to unpack .../734-terminator_2.1.1-1_all.deb ...
   Unpacking terminator (2.1.1-1) ...
   Selecting previously unselected package thunar.
   Preparing to unpack .../735-thunar_4.16.10-1_arm64.deb ...
   Unpacking thunar (4.16.10-1) ...
   Selecting previously unselected package thunar-volman.
   Preparing to unpack .../736-thunar-volman_4.16.0-1_arm64.deb ...
   Unpacking thunar-volman (4.16.0-1) ...
   Selecting previously unselected package transmission-common.
   Preparing to unpack .../737-transmission-common_3.00-2ubuntu2_all.deb ...
   Unpacking transmission-common (3.00-2ubuntu2) ...
   Selecting previously unselected package transmission-gtk.
   Preparing to unpack .../738-transmission-gtk_3.00-2ubuntu2_arm64.deb ...
   Unpacking transmission-gtk (3.00-2ubuntu2) ...
   Selecting previously unselected package transmission.
   Preparing to unpack .../739-transmission_3.00-2ubuntu2_all.deb ...
   Unpacking transmission (3.00-2ubuntu2) ...
   Selecting previously unselected package transmission-remote-gtk.
   Preparing to unpack .../740-transmission-remote-gtk_1.4.1-5_arm64.deb ...
   Unpacking transmission-remote-gtk (1.4.1-5) ...
   Selecting previously unselected package update-notifier.
   Preparing to unpack .../741-update-notifier_3.192.54.5_arm64.deb ...
   Unpacking update-notifier (3.192.54.5) ...
   Selecting previously unselected package update-manager.
   Preparing to unpack .../742-update-manager_1%3a22.04.10_all.deb ...
   Unpacking update-manager (1:22.04.10) ...
   Selecting previously unselected package ubuntu-release-upgrader-gtk.
   Preparing to unpack .../743-ubuntu-release-upgrader-gtk_1%3a22.04.16_all.deb ...
   Unpacking ubuntu-release-upgrader-gtk (1:22.04.16) ...
   Selecting previously unselected package update-inetd.
   Preparing to unpack .../744-update-inetd_4.51_all.deb ...
   Unpacking update-inetd (4.51) ...
   Selecting previously unselected package upower.
   Preparing to unpack .../745-upower_0.99.17-1_arm64.deb ...
   Unpacking upower (0.99.17-1) ...
   Selecting previously unselected package viewnior.
   Preparing to unpack .../746-viewnior_1.6-1build3_arm64.deb ...
   Unpacking viewnior (1.6-1build3) ...
   Selecting previously unselected package vim-runtime.
   Preparing to unpack .../747-vim-runtime_2%3a8.2.3995-1ubuntu2.3_all.deb ...
   Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
   Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
   Unpacking vim-runtime (2:8.2.3995-1ubuntu2.3) ...
   Selecting previously unselected package vim.
   Preparing to unpack .../748-vim_2%3a8.2.3995-1ubuntu2.3_arm64.deb ...
   Unpacking vim (2:8.2.3995-1ubuntu2.3) ...
   Selecting previously unselected package x11-apps.
   Preparing to unpack .../749-x11-apps_7.7+8build2_arm64.deb ...
   Unpacking x11-apps (7.7+8build2) ...
   Selecting previously unselected package x11-utils.
   Preparing to unpack .../750-x11-utils_7.7+5build2_arm64.deb ...
   Unpacking x11-utils (7.7+5build2) ...
   Selecting previously unselected package x11-xserver-utils.
   Preparing to unpack .../751-x11-xserver-utils_7.7+9build1_arm64.deb ...
   Unpacking x11-xserver-utils (7.7+9build1) ...
   Selecting previously unselected package xapps-common.
   Preparing to unpack .../752-xapps-common_2.2.8-1_all.deb ...
   Unpacking xapps-common (2.2.8-1) ...
   Selecting previously unselected package xarchiver.
   Preparing to unpack .../753-xarchiver_1%3a0.5.4.17-3_arm64.deb ...
   Unpacking xarchiver (1:0.5.4.17-3) ...
   Selecting previously unselected package xbacklight.
   Preparing to unpack .../754-xbacklight_1.2.1-1build2_arm64.deb ...
   Unpacking xbacklight (1.2.1-1build2) ...
   Selecting previously unselected package xcursor-themes.
   Preparing to unpack .../755-xcursor-themes_1.0.6-0ubuntu1_all.deb ...
   Unpacking xcursor-themes (1.0.6-0ubuntu1) ...
   Selecting previously unselected package xdg-user-dirs-gtk.
   Preparing to unpack .../756-xdg-user-dirs-gtk_0.10-3build2_arm64.deb ...
   Unpacking xdg-user-dirs-gtk (0.10-3build2) ...
   Selecting previously unselected package xfce4-appfinder.
   Preparing to unpack .../757-xfce4-appfinder_4.16.1-1_arm64.deb ...
   Unpacking xfce4-appfinder (4.16.1-1) ...
   Selecting previously unselected package xfce4-panel.
   Preparing to unpack .../758-xfce4-panel_4.16.3-1_arm64.deb ...
   Unpacking xfce4-panel (4.16.3-1) ...
   Selecting previously unselected package xfce4-pulseaudio-plugin:arm64.
   Preparing to unpack .../759-xfce4-pulseaudio-plugin_0.4.3-1_arm64.deb ...
   Unpacking xfce4-pulseaudio-plugin:arm64 (0.4.3-1) ...
   Selecting previously unselected package xfce4-helpers.
   Preparing to unpack .../760-xfce4-helpers_4.16.2-1ubuntu2_arm64.deb ...
   Unpacking xfce4-helpers (4.16.2-1ubuntu2) ...
   Selecting previously unselected package xfce4-settings.
   Preparing to unpack .../761-xfce4-settings_4.16.2-1ubuntu2_arm64.deb ...
   Unpacking xfce4-settings (4.16.2-1ubuntu2) ...
   Selecting previously unselected package xfce4-session.
   Preparing to unpack .../762-xfce4-session_4.16.0-1ubuntu2_arm64.deb ...
   Unpacking xfce4-session (4.16.0-1ubuntu2) ...
   Selecting previously unselected package xfdesktop4-data.
   Preparing to unpack .../763-xfdesktop4-data_4.16.0-1_all.deb ...
   Unpacking xfdesktop4-data (4.16.0-1) ...
   Selecting previously unselected package xfdesktop4.
   Preparing to unpack .../764-xfdesktop4_4.16.0-1_arm64.deb ...
   Unpacking xfdesktop4 (4.16.0-1) ...
   Selecting previously unselected package xfwm4.
   Preparing to unpack .../765-xfwm4_4.16.1-1_arm64.deb ...
   Unpacking xfwm4 (4.16.1-1) ...
   Selecting previously unselected package xfce4.
   Preparing to unpack .../766-xfce4_4.16_all.deb ...
   Unpacking xfce4 (4.16) ...
   Selecting previously unselected package xfce4-power-manager-data.
   Preparing to unpack .../767-xfce4-power-manager-data_4.16.0-1_all.deb ...
   Unpacking xfce4-power-manager-data (4.16.0-1) ...
   Selecting previously unselected package xfce4-power-manager.
   Preparing to unpack .../768-xfce4-power-manager_4.16.0-1_arm64.deb ...
   Unpacking xfce4-power-manager (4.16.0-1) ...
   Selecting previously unselected package xfce4-screenshooter.
   Preparing to unpack .../769-xfce4-screenshooter_1.9.9-1_arm64.deb ...
   Unpacking xfce4-screenshooter (1.9.9-1) ...
   Selecting previously unselected package xfce4-terminal.
   Preparing to unpack .../770-xfce4-terminal_0.8.10-1_arm64.deb ...
   Unpacking xfce4-terminal (0.8.10-1) ...
   Selecting previously unselected package xfonts-encodings.
   Preparing to unpack .../771-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
   Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
   Selecting previously unselected package xfonts-utils.
   Preparing to unpack .../772-xfonts-utils_1%3a7.7+6build2_arm64.deb ...
   Unpacking xfonts-utils (1:7.7+6build2) ...
   Selecting previously unselected package xfonts-100dpi.
   Preparing to unpack .../773-xfonts-100dpi_1%3a1.0.4+nmu1.1_all.deb ...
   Unpacking xfonts-100dpi (1:1.0.4+nmu1.1) ...
   Selecting previously unselected package xfonts-75dpi.
   Preparing to unpack .../774-xfonts-75dpi_1%3a1.0.4+nmu1.1_all.deb ...
   Unpacking xfonts-75dpi (1:1.0.4+nmu1.1) ...
   Selecting previously unselected package xfonts-base.
   Preparing to unpack .../775-xfonts-base_1%3a1.0.5_all.deb ...
   Unpacking xfonts-base (1:1.0.5) ...
   Selecting previously unselected package xfonts-scalable.
   Preparing to unpack .../776-xfonts-scalable_1%3a1.0.3-1.2ubuntu1_all.deb ...
   Unpacking xfonts-scalable (1:1.0.3-1.2ubuntu1) ...
   Selecting previously unselected package xorg-docs-core.
   Preparing to unpack .../777-xorg-docs-core_1%3a1.7.1-1.2_all.deb ...
   Unpacking xorg-docs-core (1:1.7.1-1.2) ...
   Selecting previously unselected package xscreensaver-data.
   Preparing to unpack .../778-xscreensaver-data_5.45+dfsg1-2ubuntu1_arm64.deb ...
   Unpacking xscreensaver-data (5.45+dfsg1-2ubuntu1) ...
   Selecting previously unselected package xscreensaver.
   Preparing to unpack .../779-xscreensaver_5.45+dfsg1-2ubuntu1_arm64.deb ...
   Unpacking xscreensaver (5.45+dfsg1-2ubuntu1) ...
   Selecting previously unselected package xsensors.
   Preparing to unpack .../780-xsensors_0.70-5build1_arm64.deb ...
   Unpacking xsensors (0.70-5build1) ...
   Selecting previously unselected package xserver-common.
   Preparing to unpack .../781-xserver-common_2%3a21.1.3-2ubuntu2.7_all.deb ...
   Unpacking xserver-common (2:21.1.3-2ubuntu2.7) ...
   Selecting previously unselected package xserver-xorg-core.
   Preparing to unpack .../782-xserver-xorg-core_2%3a21.1.3-2ubuntu2.7_arm64.deb ...
   Unpacking xserver-xorg-core (2:21.1.3-2ubuntu2.7) ...
   Selecting previously unselected package xserver-xorg-input-libinput.
   Preparing to unpack .../783-xserver-xorg-input-libinput_1.2.1-1_arm64.deb ...
   Unpacking xserver-xorg-input-libinput (1.2.1-1) ...
   Selecting previously unselected package xserver-xorg-input-all.
   Preparing to unpack .../784-xserver-xorg-input-all_1%3a7.7+23ubuntu2_arm64.deb ...
   Unpacking xserver-xorg-input-all (1:7.7+23ubuntu2) ...
   Selecting previously unselected package xserver-xorg.
   Preparing to unpack .../785-xserver-xorg_1%3a7.7+23ubuntu2_arm64.deb ...
   Unpacking xserver-xorg (1:7.7+23ubuntu2) ...
   Selecting previously unselected package xserver-xorg-video-fbdev.
   Preparing to unpack .../786-xserver-xorg-video-fbdev_1%3a0.5.0-2build1_arm64.deb ...
   Unpacking xserver-xorg-video-fbdev (1:0.5.0-2build1) ...
   Selecting previously unselected package xwallpaper.
   Preparing to unpack .../787-xwallpaper_0.7.3-1_arm64.deb ...
   Unpacking xwallpaper (0.7.3-1) ...
   Selecting previously unselected package brltty.
   Preparing to unpack .../788-brltty_6.4-4ubuntu3_arm64.deb ...
   Unpacking brltty (6.4-4ubuntu3) ...
   Selecting previously unselected package brltty-x11.
   Preparing to unpack .../789-brltty-x11_6.4-4ubuntu3_arm64.deb ...
   Unpacking brltty-x11 (6.4-4ubuntu3) ...
   Selecting previously unselected package cups-bsd.
   Preparing to unpack .../790-cups-bsd_2.4.1op1-1ubuntu4.1_arm64.deb ...
   Unpacking cups-bsd (2.4.1op1-1ubuntu4.1) ...
   Selecting previously unselected package indicator-printers.
   Preparing to unpack .../791-indicator-printers_0.1.7+17.10.20171101-0ubuntu3_arm64.deb ...
   Unpacking indicator-printers (0.1.7+17.10.20171101-0ubuntu3) ...
   Selecting previously unselected package inputattach.
   Preparing to unpack .../792-inputattach_1%3a1.7.1-1build2_arm64.deb ...
   Unpacking inputattach (1:1.7.1-1build2) ...
   Selecting previously unselected package inxi.
   Preparing to unpack .../793-inxi_3.3.13-1-1_all.deb ...
   Unpacking inxi (3.3.13-1-1) ...
   Selecting previously unselected package libgsettings-qt1:arm64.
   Preparing to unpack .../794-libgsettings-qt1_0.2-4_arm64.deb ...
   Unpacking libgsettings-qt1:arm64 (0.2-4) ...
   Selecting previously unselected package libsbc1:arm64.
   Preparing to unpack .../795-libsbc1_1.5-3build2_arm64.deb ...
   Unpacking libsbc1:arm64 (1.5-3build2) ...
   Selecting previously unselected package lm-sensors.
   Preparing to unpack .../796-lm-sensors_1%3a3.6.0-7ubuntu1_arm64.deb ...
   Unpacking lm-sensors (1:3.6.0-7ubuntu1) ...
   Selecting previously unselected package lxtask.
   Preparing to unpack .../797-lxtask_0.1.10-1_arm64.deb ...
   Unpacking lxtask (0.1.10-1) ...
   Selecting previously unselected package mesa-utils.
   Preparing to unpack .../798-mesa-utils_8.4.0-1ubuntu1_arm64.deb ...
   Unpacking mesa-utils (8.4.0-1ubuntu1) ...
   Selecting previously unselected package pasystray.
   Preparing to unpack .../799-pasystray_0.7.1-1_arm64.deb ...
   Unpacking pasystray (0.7.1-1) ...
   Selecting previously unselected package pulseaudio-module-bluetooth.
   Preparing to unpack .../800-pulseaudio-module-bluetooth_1%3a15.99.1+dfsg1-1ubuntu2_arm64.deb ...
   Unpacking pulseaudio-module-bluetooth (1:15.99.1+dfsg1-1ubuntu2) ...
   Selecting previously unselected package redshift.
   Preparing to unpack .../801-redshift_1.12-4.2ubuntu1_arm64.deb ...
   Unpacking redshift (1.12-4.2ubuntu1) ...
   Setting up cups-ipp-utils (2.4.1op1-1ubuntu4.1) ...
   Setting up libgme0:arm64 (0.6.3-2) ...
   Setting up fonts-ubuntu-console (0.83-6ubuntu1) ...
   Setting up libssh-gcrypt-4:arm64 (0.9.6-2build1) ...
   Setting up libpwquality-common (1.4.4-1build2) ...
   Setting up libotf1:arm64 (0.9.16-3build1) ...
   Setting up bubblewrap (0.6.1-1) ...
   Setting up libcairo-script-interpreter2:arm64 (1.16.0-5ubuntu2) ...
   Setting up liblmdb0:arm64 (0.9.24-1build2) ...
   Setting up xsensors (0.70-5build1) ...
   Setting up libtext-iconv-perl (1.7-7build3) ...
   Setting up libsrt1.4-gnutls:arm64 (1.4.4-4) ...
   Setting up libxcb-dri3-0:arm64 (1.14-3ubuntu3) ...
   Setting up liblcms2-2:arm64 (2.12~rc1-2build2) ...
   Setting up distro-info (1.1build1) ...
   Setting up libmozjs-91-0:arm64 (91.10.0-0ubuntu1) ...
   Setting up libudfread0:arm64 (1.1.2-1) ...
   Setting up libglibmm-2.4-1v5:arm64 (2.66.2-2) ...
   Setting up gtk2-engines-murrine:arm64 (0.98.2-3build2) ...
   Setting up libqpdf28:arm64 (10.6.3-1) ...
   Setting up libcdparanoia0:arm64 (3.10.2+debian-14build2) ...
   Setting up libwayland-server0:arm64 (1.20.0-1ubuntu0.1) ...
   Setting up libpaper1:arm64 (1.1.28build2) ...
   
   Creating config file /etc/papersize with new version
   Setting up glmark2-data (2021.02-0ubuntu1) ...
   Setting up libtemplate-glib-common (3.34.1-1) ...
   Setting up libaom3:arm64 (3.3.0-1) ...
   Setting up libx11-xcb1:arm64 (2:1.7.5-1) ...
   Setting up libpciaccess0:arm64 (0.16-3) ...
   Setting up gir1.2-gstreamer-1.0:arm64 (1.20.3-0ubuntu1) ...
   Setting up libxcb-res0:arm64 (1.14-3ubuntu3) ...
   Setting up libpython3.10:arm64 (3.10.6-1~22.04.2) ...
   Setting up session-migration (0.3.6) ...
   Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.
   Setting up librabbitmq4:arm64 (0.10.0-1ubuntu2) ...
   Setting up libre2-9:arm64 (20220201+dfsg-1) ...
   Setting up libdouble-conversion3:arm64 (3.1.7-4) ...
   Setting up libraw1394-11:arm64 (2.1.2-2build2) ...
   Setting up libsbc1:arm64 (1.5-3build2) ...
   Setting up libxft2:arm64 (2.3.4-1) ...
   Setting up libproxy1v5:arm64 (0.4.17-2) ...
   Setting up libdrm-nouveau2:arm64 (2.4.113-2~ubuntu0.22.04.1) ...
   Setting up gir1.2-freedesktop:arm64 (1.72.0-1) ...
   Setting up libtag1v5-vanilla:arm64 (1.11.1+dfsg.1-3ubuntu3) ...
   Setting up libharfbuzz-icu0:arm64 (2.7.4-1ubuntu3.1) ...
   Setting up fonts-mathjax (2.7.9+dfsg-1) ...
   Setting up libcodec2-1.0:arm64 (1.0.1-3) ...
   Setting up libsodium23:arm64 (1.0.18-1build2) ...
   Setting up libmpg123-0:arm64 (1.29.3-1build1) ...
   Setting up libxcb-xfixes0:arm64 (1.14-3ubuntu3) ...
   Setting up libogg0:arm64 (1.3.5-0ubuntu3) ...
   Setting up python3-cairo:arm64 (1.20.1-3build1) ...
   Setting up desktop-file-utils (0.26-1ubuntu3) ...
   Setting up libportal1:arm64 (0.6-2) ...
   Setting up xfdesktop4-data (4.16.0-1) ...
   Setting up libgdk-pixbuf-xlib-2.0-0:arm64 (2.40.2-2build4) ...
   Setting up chromium-codecs-ffmpeg-extra (1:107.0.5304.62-0ubuntu1~ppa1~22.04.1) ...
   Setting up libspeex1:arm64 (1.2~rc1.2-1.1ubuntu3) ...
   Setting up libshine3:arm64 (3.1.1-2) ...
   Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
   Setting up libpangoxft-1.0-0:arm64 (1.50.6+ds-2ubuntu1) ...
   Setting up libplist3:arm64 (2.2.0-6build2) ...
   Setting up libqt5webengine-data (5.15.9+dfsg-1) ...
   Setting up geany-common (1.38-1) ...
   Setting up libjs-mathjax (2.7.9+dfsg-1) ...
   Setting up libwmflite-0.2-7:arm64 (0.2.12-5ubuntu1) ...
   Setting up libtwolame0:arm64 (0.4.0-2build2) ...
   Setting up libxcb-xinput0:arm64 (1.14-3ubuntu3) ...
   Setting up libwoff1:arm64 (1.0.2-1build4) ...
   Setting up libvala-0.56-0:arm64 (0.56.0-1) ...
   Setting up libvte-2.91-common (0.68.0-1) ...
   Setting up cups-server-common (2.4.1op1-1ubuntu4.1) ...
   Setting up gir1.2-gdkpixbuf-2.0:arm64 (2.42.8+dfsg-1ubuntu0.2) ...
   Setting up libhyphen0:arm64 (2.8.8-7build2) ...
   Setting up libfontembed1:arm64 (1.28.15-0ubuntu1) ...
   Setting up xdg-user-dirs (0.17-2ubuntu4) ...
   Setting up libexo-common (4.16.3-1) ...
   Setting up libgspell-1-common (1.9.1-4) ...
   Setting up libgbm1:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Setting up libgsm1:arm64 (1.0.19-1) ...
   Setting up exuberant-ctags (1:5.9~svn20110310-16ubuntu0.22.04.1) ...
   update-alternatives: using /usr/bin/ctags-exuberant to provide /usr/bin/ctags (ctags) in auto mode
   update-alternatives: using /usr/bin/ctags-exuberant to provide /usr/bin/etags (etags) in auto mode
   Setting up python3-colorama (0.4.4-1) ...
   Setting up libminizip1:arm64 (1.1-8build1) ...
   Setting up anacron (2.3-31ubuntu2) ...
   Created symlink /etc/systemd/system/multi-user.target.wants/anacron.service → /lib/systemd/system/anacron.service.
   Created symlink /etc/systemd/system/timers.target.wants/anacron.timer → /lib/systemd/system/anacron.timer.
   Setting up evince-common (42.3-0ubuntu3) ...
   Setting up libvisual-0.4-0:arm64 (0.4.0-17build2) ...
   Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
   Setting up libsoxr0:arm64 (0.1.3-4build2) ...
   Setting up gir1.2-atk-1.0:arm64 (2.36.0-3build1) ...
   Setting up python3-problem-report (2.20.11-0ubuntu82.3) ...
   Setting up libaspell15:arm64 (0.60.8-4build1) ...
   Setting up libdrm-radeon1:arm64 (2.4.113-2~ubuntu0.22.04.1) ...
   Setting up libglvnd0:arm64 (1.4.0-1) ...
   Setting up libwnck-3-common (40.1-1) ...
   Setting up libsnmp-base (5.9.1+dfsg-1ubuntu2.5) ...
   Setting up libtdb1:arm64 (1.4.5-2build1) ...
   Setting up libpgm-5.3-0:arm64 (5.3.128~dfsg-2) ...
   Setting up libgusb2:arm64 (0.3.10-1) ...
   Setting up libhtml-tagset-perl (3.20-4) ...
   Setting up libijs-0.35:arm64 (0.35-15build2) ...
   Setting up libu2f-udev (1.1.10-3build2) ...
   Setting up cups-common (2.4.1op1-1ubuntu4.1) ...
   Setting up remmina-common (1.4.25+dfsg-1) ...
   Setting up libxcb-glx0:arm64 (1.14-3ubuntu3) ...
   Setting up libwebpdemux2:arm64 (1.2.2-2) ...
   Setting up bluez-tools (2.0~20170911.0.7cb788c-4) ...
   Setting up libdbusmenu-glib4:arm64 (16.04.1+18.10.20180917-0ubuntu8) ...
   Setting up fonts-noto-cjk (1:20220127+repack1-1) ...
   Setting up python3-debconf (1.5.79ubuntu1) ...
   Setting up liblwp-mediatypes-perl (6.04-1) ...
   Setting up libxfce4util-common (4.16.0-1) ...
   Setting up libibus-1.0-5:arm64 (1.5.26-4) ...
   Setting up libnorm1:arm64 (1.5.9+dfsg-2) ...
   Setting up libgdata-common (0.18.1-2build1) ...
   Setting up libxcb-keysyms1:arm64 (0.4.0-1build3) ...
   Setting up libnatpmp1:arm64 (20150609-7.1build2) ...
   Setting up libxcb-shape0:arm64 (1.14-3ubuntu3) ...
   Setting up libgnome-autoar-0-0:arm64 (0.4.3-1) ...
   Setting up x11-common (1:7.7+23ubuntu2) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Setting up libtry-tiny-perl (0.31-1) ...
   Setting up hplip-data (3.21.12+dfsg0-1) ...
   Setting up libjavascriptcoregtk-4.0-18:arm64 (2.38.5-0ubuntu0.22.04.1) ...
   Setting up libxxf86dga1:arm64 (2:1.1.5-0ubuntu3) ...
   Setting up m17n-db (1.8.0-3) ...
   Setting up libwebrtc-audio-processing1:arm64 (0.3.1-0ubuntu5) ...
   Setting up perl-openssl-defaults:arm64 (5build2) ...
   Setting up update-inetd (4.51) ...
   Setting up libfilezilla-common (0.36.0-2) ...
   Setting up libxpresent1:arm64 (1.0.0-2build1) ...
   Setting up libxcb-render-util0:arm64 (0.3.9-1build3) ...
   Setting up libencode-locale-perl (1.05-1.1) ...
   Setting up inxi (3.3.13-1-1) ...
   Setting up dconf-service (0.40.0-3) ...
   Setting up libept1.6.0:arm64 (1.2.1) ...
   Setting up libprotobuf23:arm64 (3.12.4-1ubuntu7.22.04.1) ...
   Setting up libpeas-common (1.32.0-1) ...
   Setting up profile-sync-daemon (6.34-1) ...
   Created symlink /etc/systemd/user/default.target.wants/psd-resync.service → /usr/lib/systemd/user/psd-resync.service.
   Created symlink /etc/systemd/user/default.target.wants/psd.service → /usr/lib/systemd/user/psd.service.
   Setting up libxcb-icccm4:arm64 (0.4.1-1.1build2) ...
   Setting up samba-common (2:4.15.13+dfsg-0ubuntu1) ...
   
   Creating config file /etc/samba/smb.conf with new version
   Setting up libatspi2.0-0:arm64 (2.44.0-3) ...
   Setting up gir1.2-javascriptcoregtk-4.0:arm64 (2.38.5-0ubuntu0.22.04.1) ...
   Setting up fonts-urw-base35 (20200910-1) ...
   Setting up libnfs13:arm64 (4.0.0-1build2) ...
   Setting up python3-click (8.0.3-1) ...
   Setting up python3-xdg (0.27-2) ...
   Setting up libjs-requirejs (2.3.6+ds-1) ...
   Setting up libcdio19:arm64 (2.1.0-3build1) ...
   Setting up libxvidcore4:arm64 (2:1.3.7-1) ...
   Setting up gir1.2-gdesktopenums-3.0:arm64 (42.0-1ubuntu1) ...
   Setting up libproxy1-plugin-networkmanager:arm64 (0.4.17-2) ...
   Setting up libwinpr2-2:arm64 (2.6.1+dfsg1-3ubuntu2.3) ...
   Setting up libjs-modernizr (2.6.2+ds1-4) ...
   Setting up sshpass (1.09-1) ...
   Setting up libminiupnpc17:arm64 (2.2.3-1build1) ...
   Setting up gir1.2-harfbuzz-0.0:arm64 (2.7.4-1ubuntu3.1) ...
   Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
   Setting up openprinting-ppds (20220223-0ubuntu1) ...
   Setting up libcolord2:arm64 (1.4.6-1) ...
   Setting up python3-psutil (5.9.0-1build1) ...
   Setting up xxd (2:8.2.3995-1ubuntu2.3) ...
   Setting up cups-client (2.4.1op1-1ubuntu4.1) ...
   Adding group `lpadmin' (GID 118) ...
   Done.
   Setting up libpugixml1v5:arm64 (1.12.1-1) ...
   Setting up colord-data (1.4.6-1) ...
   Setting up gparted-common (1.3.1-1ubuntu1) ...
   Setting up xfce4-power-manager-data (4.16.0-1) ...
   Setting up libxcb-util1:arm64 (0.4.0-1build2) ...
   Setting up putty-tools (0.76-2) ...
   Setting up libxxf86vm1:arm64 (1:1.1.4-1build3) ...
   Setting up libextutils-depends-perl (0.8001-1) ...
   Setting up libflac8:arm64 (1.3.3-2ubuntu0.1) ...
   Setting up libsnappy1v5:arm64 (1.1.8-1build3) ...
   Setting up python3-apport (2.20.11-0ubuntu82.3) ...
   Setting up poppler-data (0.4.11-1) ...
   Setting up libgarcon-common (4.16.1-1) ...
   Setting up acl (2.3.1-1) ...
   Setting up libxcb-xkb1:arm64 (1.14-3ubuntu3) ...
   Setting up libxcb-image0:arm64 (0.4.0-2) ...
   Setting up libao-common (1.2.2+20180113-1.1ubuntu3) ...
   Setting up libqalculate-data (3.22.0-3build1) ...
   Setting up libxcb-present0:arm64 (1.14-3ubuntu3) ...
   Setting up libcairomm-1.0-1v5:arm64 (1.12.2-4build3) ...
   Setting up libtalloc2:arm64 (2.3.3-2build1) ...
   Setting up libexiv2-27:arm64 (0.27.5-3ubuntu1) ...
   Setting up gnome-desktop3-data (42.5-0ubuntu1) ...
   Setting up dmz-cursor-theme (0.4.5ubuntu1) ...
   update-alternatives: using /usr/share/icons/DMZ-White/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
   Setting up glmark2 (2021.02-0ubuntu1) ...
   Setting up gdisk (1.0.8-4build1) ...
   Setting up libatk-bridge2.0-0:arm64 (2.38.0-3) ...
   Setting up libvncclient1:arm64 (0.9.13+dfsg-3build2) ...
   Setting up libspeechd2:arm64 (0.11.1-1ubuntu2) ...
   Setting up libgtop2-common (2.40.0-2build3) ...
   Setting up python3-cups:arm64 (2.0.1-5build1) ...
   Setting up p11-kit-modules:arm64 (0.24.0-6build1) ...
   Setting up xorg-docs-core (1:1.7.1-1.2) ...
   Setting up bluez (5.64-0ubuntu1) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of force-reload.
   Created symlink /etc/systemd/system/dbus-org.bluez.service → /lib/systemd/system/bluetooth.service.
   Created symlink /etc/systemd/system/bluetooth.target.wants/bluetooth.service → /lib/systemd/system/bluetooth.service.
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Setting up libfontenc1:arm64 (1:1.1.4-1build3) ...
   Setting up gir1.2-pango-1.0:arm64 (1.50.6+ds-2ubuntu1) ...
   Setting up libsnmp40:arm64 (5.9.1+dfsg-1ubuntu2.5) ...
   Setting up libvala-0.56-dev:arm64 (0.56.0-1) ...
   Setting up libxcb-xinerama0:arm64 (1.14-3ubuntu3) ...
   Setting up python3-chardet (4.0.0-1) ...
   Setting up python3-configobj (5.0.6-5) ...
   Setting up numix-gtk-theme (2.6.7-6) ...
   Setting up vim-common (2:8.2.3995-1ubuntu2.3) ...
   Setting up libgles2:arm64 (1.4.0-1) ...
   Setting up libpwquality1:arm64 (1.4.4-1build2) ...
   Setting up liblouis-data (3.20.0-2ubuntu0.1) ...
   Setting up emacsen-common (3.0.4) ...
   Setting up libatasmart4:arm64 (0.19-5build2) ...
   Setting up libtevent0:arm64 (0.11.0-1build1) ...
   Setting up inputattach (1:1.7.1-1build2) ...
   Setting up libva2:arm64 (2.14.0-1) ...
   Setting up libwmf-0.2-7:arm64 (0.2.12-5ubuntu1) ...
   Setting up python3-certifi (2020.6.20-1) ...
   Setting up libmbedcrypto7:arm64 (2.28.0-1build1) ...
   Setting up libblockdev-utils2:arm64 (2.26-1) ...
   Setting up libepoxy0:arm64 (1.5.10-1) ...
   Setting up libnspr4:arm64 (2:4.32-3build1) ...
   Setting up libspa-0.2-modules:arm64 (0.3.48-1ubuntu3) ...
   Setting up ssl-cert (1.1.2) ...
   Setting up libxcb-sync1:arm64 (1.14-3ubuntu3) ...
   Setting up libjbig2dec0:arm64 (0.19-3build2) ...
   Setting up gnome-bluetooth-3-common (42.0-5) ...
   Setting up libdbus-glib-1-2:arm64 (0.112-2build1) ...
   Setting up libnotify4:arm64 (0.7.9-3ubuntu5.22.04.1) ...
   Setting up libqalculate22:arm64 (3.22.0-3build1) ...
   Setting up libraqm0:arm64 (0.7.0-4ubuntu1) ...
   Setting up libx264-163:arm64 (2:0.163.3060+git5db6aa6-2build1) ...
   Setting up python3-debian (0.1.43ubuntu1) ...
   Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
   Setting up libmtp-common (1.1.19-1build1) ...
   Setting up libpipewire-0.3-0:arm64 (0.3.48-1ubuntu3) ...
   Setting up libopus0:arm64 (1.3.1-0.1build2) ...
   Setting up python3-reportlab-accel:arm64 (3.6.8-1) ...
   Setting up filezilla-common (3.58.0-1) ...
   Setting up libexif12:arm64 (0.6.24-1build1) ...
   Setting up libimagequant0:arm64 (2.17.0-1) ...
   Setting up libgd3:arm64 (2.3.0-2ubuntu2) ...
   Setting up python3-xapian (1.4.18-2build3) ...
   Setting up libxv1:arm64 (2:1.0.11-1build2) ...
   Setting up gtk2-engines-pixbuf:arm64 (2.24.33-2ubuntu2) ...
   Setting up libvorbis0a:arm64 (1.3.7-1build2) ...
   Setting up python3-idna (3.3-1) ...
   Setting up libidn12:arm64 (1.38-4build1) ...
   Setting up libevent-2.1-7:arm64 (2.1.12-stable-1build3) ...
   Setting up libio-html-perl (1.004-2) ...
   Setting up liborc-0.4-0:arm64 (1:0.4.32-2) ...
   Setting up gstreamer1.0-tools (1.20.3-0ubuntu1) ...
   Setting up network-manager-ssh (1.2.11-1) ...
   Setting up usb.ids (2022.04.02-1) ...
   Setting up gh (2.23.0) ...
   Setting up libabsl20210324:arm64 (0~20210324.2-2) ...
   Setting up numix-icon-theme (0~20211031-1) ...
   Setting up apt-xapian-index (0.51ubuntu1) ...
   Setting up libqt5core5a:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Setting up libpangomm-1.4-1v5:arm64 (2.46.2-1) ...
   Setting up libgc1:arm64 (1:8.0.6-1.1build1) ...
   Setting up libltdl7:arm64 (2.4.6-15build2) ...
   Setting up libglapi-mesa:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Setting up libkpathsea6:arm64 (2021.20210626.59705-1build1) ...
   Setting up libmtdev1:arm64 (1.1.6-1build4) ...
   Setting up python3-urllib3 (1.26.5-1~exp1) ...
   Setting up libsoup2.4-common (2.74.2-3) ...
   Setting up lm-sensors (1:3.6.0-7ubuntu1) ...
   Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /lib/systemd/system/lm-sensors.service.
   Setting up libtimedate-perl (2.3300-2) ...
   Setting up libnotify-bin (0.7.9-3ubuntu5.22.04.1) ...
   Setting up libxcb-dri2-0:arm64 (1.14-3ubuntu3) ...
   Setting up libgif7:arm64 (5.1.9-2build2) ...
   Setting up libllvm14:arm64 (1:14.0.0-1ubuntu1) ...
   Setting up gstreamer1.0-packagekit (1.2.5-2ubuntu2) ...
   update-alternatives: using /usr/libexec/pk-gstreamer-install to provide /usr/bin/gstreamer-codec-install (gstreamer-codec-install) in auto mode
   Setting up libgail18:arm64 (2.24.33-2ubuntu2) ...
   Setting up libao4:arm64 (1.2.2+20180113-1.1ubuntu3) ...
   Setting up xdg-dbus-proxy (0.1.3-1) ...
   Setting up libnuma1:arm64 (2.0.14-3ubuntu2) ...
   Setting up libjack-jackd2-0:arm64 (1.9.20~dfsg-1) ...
   Setting up libgladeui-common (3.38.2-7) ...
   Setting up libwmf-0.2-7-gtk (0.2.12-5ubuntu1) ...
   Setting up libtag1v5:arm64 (1.11.1+dfsg.1-3ubuntu3) ...
   Setting up gir1.2-notify-0.7:arm64 (0.7.9-3ubuntu5.22.04.1) ...
   Setting up libjs-highlight.js (9.18.5+dfsg1-1) ...
   Setting up indicator-common (16.10.0+18.04.20180321.1-0ubuntu5) ...
   Setting up libparted-fs-resize0:arm64 (3.4-2build1) ...
   Setting up sound-theme-freedesktop (0.8-2ubuntu1) ...
   Setting up qalc (3.22.0-3build1) ...
   Setting up libva-drm2:arm64 (2.14.0-1) ...
   Setting up libdv4:arm64 (1.0.0-14build1) ...
   Setting up ocl-icd-libopencl1:arm64 (2.2.14-3) ...
   Setting up libasyncns0:arm64 (0.8-6build2) ...
   Setting up libxshmfence1:arm64 (1.3-1build4) ...
   Setting up libusbmuxd6:arm64 (2.0.2-3build2) ...
   Setting up gir1.2-polkit-1.0 (0.105-33) ...
   Setting up libvdpau1:arm64 (1.4-3build2) ...
   Setting up dbus-x11 (1.12.20-2ubuntu4.1) ...
   Setting up libqt5dbus5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Setting up libwavpack1:arm64 (5.4.0-1build2) ...
   Setting up libxcb-randr0:arm64 (1.14-3ubuntu3) ...
   Setting up libdazzle-common (3.44.0-1) ...
   Setting up libllvm15:arm64 (1:15.0.6-3~ubuntu0.22.04.2) ...
   Setting up libtheora0:arm64 (1.1.1+dfsg.1-15ubuntu4) ...
   Setting up libgtksourceview-3.0-common (3.24.11-2build1) ...
   Setting up libspeexdsp1:arm64 (1.2~rc1.2-1.1ubuntu3) ...
   Setting up libv4lconvert0:arm64 (1.22.1-2build1) ...
   Setting up libxslt1.1:arm64 (1.1.34-4ubuntu0.22.04.1) ...
   Setting up vpnc-scripts (0.1~git20210402-1) ...
   Setting up libgeoip1:arm64 (1.6.12-8) ...
   Setting up libxcvt0:arm64 (0.1.1-3) ...
   Setting up libblockdev-part-err2:arm64 (2.26-1) ...
   Setting up libgtop-2.0-11:arm64 (2.40.0-2build3) ...
   Setting up libmd4c0:arm64 (0.4.8-1) ...
   Setting up libupower-glib3:arm64 (0.99.17-1) ...
   Setting up libdotconf0:arm64 (1.3-0.3fakesync1build2) ...
   Setting up gtk2-engines:arm64 (1:2.20.2-5build2) ...
   Setting up libical3:arm64 (3.0.14-1build1) ...
   Setting up libopenjp2-7:arm64 (2.4.0-6) ...
   Setting up libmtp9:arm64 (1.1.19-1build1) ...
   Setting up libgxps2:arm64 (0.3.2-2) ...
   Setting up python3-dateutil (2.8.1-6) ...
   Setting up libavahi-glib1:arm64 (0.8-5ubuntu5) ...
   Setting up libwxbase3.0-0v5:arm64 (3.0.5.1+dfsg-4) ...
   Setting up libjson-glib-1.0-common (1.6.6-1build1) ...
   Setting up libcairo-perl:arm64 (1.109-2build1) ...
   Setting up libvpx7:arm64 (1.11.0-2ubuntu2) ...
   Setting up libcairo-gobject2:arm64 (1.16.0-5ubuntu2) ...
   Setting up libtemplate-glib-1.0-0:arm64 (3.34.1-1) ...
   Setting up libxfce4util7:arm64 (4.16.0-1) ...
   Setting up libbrlapi0.8:arm64 (6.4-4ubuntu3) ...
   Setting up libwayland-egl1:arm64 (1.20.0-1ubuntu0.1) ...
   Setting up ubuntu-advantage-tools (27.13.6~22.04.1) ...
   Created symlink /etc/systemd/system/multi-user.target.wants/ua-reboot-cmds.service → /lib/systemd/system/ua-reboot-cmds.service.
   Created symlink /etc/systemd/system/timers.target.wants/ua-timer.timer → /lib/systemd/system/ua-timer.timer.
   Created symlink /etc/systemd/system/multi-user.target.wants/ubuntu-advantage.service → /lib/systemd/system/ubuntu-advantage.service.
   Setting up libxkbfile1:arm64 (1:1.1.0-1build3) ...
   Setting up libgphoto2-port12:arm64 (2.5.27-1build2) ...
   Setting up libdjvulibre-text (3.5.28-2build2) ...
   Setting up libatkmm-1.6-1v5:arm64 (2.28.2-1build1) ...
   Setting up ubuntu-wallpapers-jammy (22.04.4-0ubuntu1) ...
   Setting up policykit-desktop-privileges (0.21) ...
   Setting up fbi (2.10-4ubuntu1) ...
   Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
   Setting up dmidecode (3.3-3ubuntu0.1) ...
   Setting up libxfce4ui-common (4.16.1-1) ...
   Setting up libhunspell-1.7-0:arm64 (1.7.0-4build1) ...
   Setting up libaccountsservice0:arm64 (22.07.5-2ubuntu1.3) ...
   Setting up p11-kit (0.24.0-6build1) ...
   Setting up glib-networking-common (2.72.0-1) ...
   Setting up xfconf (4.16.0-2) ...
   Setting up gir1.2-nm-1.0:arm64 (1.36.6-0ubuntu2) ...
   Setting up libsane-common (1.1.1-5) ...
   Setting up vim-runtime (2:8.2.3995-1ubuntu2.3) ...
   Setting up libdav1d5:arm64 (0.9.2-1) ...
   Setting up libgck-1-0:arm64 (3.40.0-4) ...
   Setting up gir1.2-template-1.0:arm64 (3.34.1-1) ...
   Setting up libieee1284-3:arm64 (0.2.11-14build2) ...
   Setting up emacs-common (1:27.1+1-3ubuntu5) ...
   Setting up libbluray2:arm64 (1:1.3.1-1) ...
   Setting up python3-xkit (0.5.0ubuntu5) ...
   Setting up lxtask (0.1.10-1) ...
   Setting up llvm-14-linker-tools (1:14.0.0-1ubuntu1) ...
   Setting up libimobiledevice6:arm64 (1.3.0-6build3) ...
   Setting up transmission-common (3.00-2ubuntu2) ...
   Setting up libldb2:arm64 (2:2.4.4-0ubuntu0.22.04.1) ...
   Setting up libva-x11-2:arm64 (2.14.0-1) ...
   Setting up python3-gi-cairo (3.42.1-0ubuntu1) ...
   Setting up libwebpmux3:arm64 (1.2.2-2) ...
   Setting up printer-driver-all (0.20210903) ...
   Setting up gvfs-common (1.48.2-0ubuntu1) ...
   Setting up gir1.2-ibus-1.0:arm64 (1.5.26-4) ...
   Setting up mailcap (3.70+nmu1ubuntu1) ...
   Setting up libcmark0.30.2:arm64 (0.30.2-5) ...
   Setting up libhpmud0:arm64 (3.21.12+dfsg0-1) ...
   Setting up libxfont2:arm64 (1:2.0.5-1build1) ...
   Setting up thunar-data (4.16.10-1) ...
   Setting up libgcr-base-3-1:arm64 (3.40.0-4) ...
   Setting up libevdev2:arm64 (1.12.1+dfsg-1) ...
   Setting up libgtksourceview-4-common (4.8.3-1) ...
   Setting up libpam-gnome-keyring:arm64 (40.0-3ubuntu3) ...
   Setting up xdg-utils (1.1.3-4.1ubuntu3~22.04.1) ...
   update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
   Setting up liburi-perl (5.10-1) ...
   Setting up foomatic-db-compressed-ppds (20220223-0ubuntu1) ...
   Setting up libxmuu1:arm64 (2:1.1.3-3) ...
   Setting up libcupsfilters1:arm64 (1.28.15-0ubuntu1) ...
   Setting up libgudev-1.0-0:arm64 (1:237-2build1) ...
   Setting up libzvbi-common (0.2.35-19) ...
   Setting up libsecret-common (0.20.5-2) ...
   Setting up xbacklight (1.2.1-1build2) ...
   Setting up libsane-hpaio:arm64 (3.21.12+dfsg0-1) ...
   Setting up p7zip (16.02+dfsg-8) ...
   Setting up libmp3lame0:arm64 (3.100-3build2) ...
   Setting up libgraphene-1.0-0:arm64 (1.10.8-1) ...
   Setting up libudisks2-0:arm64 (2.9.4-1ubuntu2) ...
   Setting up libhttp-parser2.9:arm64 (2.9.4-4) ...
   Setting up libvorbisenc2:arm64 (1.3.7-1build2) ...
   Setting up libsynctex2:arm64 (2021.20210626.59705-1build1) ...
   Setting up libmalcontent-0-0:arm64 (0.10.4-1) ...
   Setting up libxres1:arm64 (2:1.2.1-1) ...
   Setting up xfce4-helpers (4.16.2-1ubuntu2) ...
   Setting up laptop-detect (0.16) ...
   Setting up xcursor-themes (1.0.6-0ubuntu1) ...
   Setting up libaa1:arm64 (1.4p5-50build1) ...
   Setting up libiec61883-0:arm64 (1.2.0-4build3) ...
   Setting up python3-ptyprocess (0.7.0-3) ...
   Setting up libdrm-amdgpu1:arm64 (2.4.113-2~ubuntu0.22.04.1) ...
   Setting up libwacom-common (2.2.0-1) ...
   Setting up libatk-adaptor:arm64 (2.38.0-3) ...
   Setting up libstartup-notification0:arm64 (0.12-6build2) ...
   Setting up lightdm (1.30.0-0ubuntu5) ...
   Adding group `lightdm' (GID 121) ...
   Done.
   Adding system user `lightdm' (UID 112) ...
   Adding new user `lightdm' (UID 112) with group `lightdm' ...
   Creating home directory `/var/lib/lightdm' ...
   usermod: no changes
   usermod: no changes
   Adding group `nopasswdlogin' (GID 122) ...
   Done.
   Setting up libxkbcommon0:arm64 (1.4.0-1) ...
   Setting up libwayland-client0:arm64 (1.20.0-1ubuntu0.1) ...
   Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ...
   Setting up gir1.2-graphene-1.0:arm64 (1.10.8-1) ...
   Setting up libgs9-common (9.55.0~dfsg1-0ubuntu5.1) ...
   Setting up libavc1394-0:arm64 (0.5.4-5build2) ...
   Setting up liblouis20:arm64 (3.20.0-2ubuntu0.1) ...
   Setting up viewnior (1.6-1build3) ...
   Setting up glib-networking-services (2.72.0-1) ...
   Setting up libzvbi0:arm64 (0.2.35-19) ...
   Setting up libice6:arm64 (2:1.0.10-1build2) ...
   Setting up libhttp-date-perl (6.05-1) ...
   Setting up libxfconf-0-3:arm64 (4.16.0-2) ...
   Setting up cups-ppdc (2.4.1op1-1ubuntu4.1) ...
   Setting up libdbusmenu-gtk3-4:arm64 (16.04.1+18.10.20180917-0ubuntu8) ...
   Setting up libglib-perl:arm64 (3:1.329.3-2build1) ...
   Setting up vim (2:8.2.3995-1ubuntu2.3) ...
   update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
   update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
   update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
   update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
   update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
   update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
   update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
   Setting up libfile-listing-perl (6.14-1) ...
   Setting up libzmq5:arm64 (4.3.4-2) ...
   Setting up mime-support (3.66) ...
   Setting up libgjs0g:arm64 (1.72.2-0ubuntu1) ...
   Setting up libblockdev-swap2:arm64 (2.26-1) ...
   Setting up libgs9:arm64 (9.55.0~dfsg1-0ubuntu5.1) ...
   Setting up libmbedx509-1:arm64 (2.28.0-1build1) ...
   Setting up gdebi-core (0.9.5.7+nmu6) ...
   Setting up ubuntu-drivers-common (1:0.9.6.1) ...
   Setting up libmbedtls14:arm64 (2.28.0-1build1) ...
   Setting up dconf-gsettings-backend:arm64 (0.40.0-3) ...
   Setting up xwallpaper (0.7.3-1) ...
   Setting up libgdm1 (42.0-1ubuntu7) ...
   Setting up dictionaries-common (1.28.14) ...
   Setting up python3-speechd (0.11.1-1ubuntu2) ...
   Setting up libgail-common:arm64 (2.24.33-2ubuntu2) ...
   Setting up xapps-common (2.2.8-1) ...
   Setting up libfilezilla24:arm64 (0.36.0-2) ...
   Setting up python3-talloc:arm64 (2.3.3-2build1) ...
   Setting up cups-bsd (2.4.1op1-1ubuntu4.1) ...
   Setting up libwacom9:arm64 (2.2.0-1) ...
   Setting up libcdio-cdda2:arm64 (10.2+2.0.0-1build3) ...
   Setting up libgit2-1.1:arm64 (1.1.0+dfsg.1-4.1build1) ...
   Setting up libxtst6:arm64 (2:1.2.3-1build4) ...
   Setting up libcdio-paranoia2:arm64 (10.2+2.0.0-1build3) ...
   Setting up libfreerdp2-2:arm64 (2.6.1+dfsg1-3ubuntu2.3) ...
   Setting up libmanette-0.2-0:arm64 (0.2.6-3build1) ...
   Setting up libwmf0.2-7-gtk:arm64 (0.2.12-5ubuntu1) ...
   Setting up libqt5positioning5:arm64 (5.15.3+dfsg-3) ...
   Setting up libgl1-mesa-dri:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Setting up libdjvulibre21:arm64 (3.5.28-2build2) ...
   Setting up upower (0.99.17-1) ...
   Setting up vpnc (0.5.3+git20210125-1) ...
   Setting up libgnome-bluetooth-3.0-13:arm64 (42.0-5) ...
   Setting up redshift (1.12-4.2ubuntu1) ...
   Setting up libnet-http-perl (6.22-1) ...
   Setting up libclang1-14 (1:14.0.0-1ubuntu1) ...
   Setting up gnome-shell-common (42.5-0ubuntu1) ...
   update-alternatives: using /usr/share/gnome-shell/gnome-shell-theme.gresource to provide /usr/share/gnome-shell/gdm-theme.gresource (gdm-theme.gresource) in auto mode
   Setting up libcolorhug2:arm64 (1.4.6-1) ...
   Setting up libspectre1:arm64 (0.2.10-1) ...
   Setting up libblockdev-loop2:arm64 (2.26-1) ...
   Setting up libgstreamer-plugins-base1.0-0:arm64 (1.20.1-1) ...
   Setting up libobjc4:arm64 (12.1.0-2ubuntu1~22.04) ...
   Setting up p7zip-full (16.02+dfsg-8) ...
   Setting up libnss3:arm64 (2:3.68.2-0ubuntu1.2) ...
   Setting up libblockdev2:arm64 (2.26-1) ...
   Setting up gir1.2-atspi-2.0:arm64 (2.44.0-3) ...
   Setting up libgsettings-qt1:arm64 (0.2-4) ...
   Setting up libblockdev-part2:arm64 (2.26-1) ...
   Setting up ghostscript (9.55.0~dfsg1-0ubuntu5.1) ...
   Setting up xfonts-utils (1:7.7+6build2) ...
   Setting up gir1.2-accountsservice-1.0:arm64 (22.07.5-2ubuntu1.3) ...
   Setting up devhelp-common (41.2-2) ...
   Setting up libwbclient0:arm64 (2:4.15.13+dfsg-0ubuntu1) ...
   Setting up libqt5network5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Setting up libavutil56:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
   Setting up bluez-obexd (5.64-0ubuntu1) ...
   Setting up libjson-glib-1.0-0:arm64 (1.6.6-1build1) ...
   Setting up libinput-bin (1.20.0-1ubuntu0.2) ...
   Setting up python3-cupshelpers (1.5.16-0ubuntu3) ...
   Setting up librsvg2-2:arm64 (2.52.5+dfsg-3) ...
   Setting up hwdata (0.357-1) ...
   Setting up libphonenumber8:arm64 (8.12.44-1) ...
   Setting up libv4l-0:arm64 (1.22.1-2build1) ...
   Setting up libpoppler118:arm64 (22.02.0-2ubuntu0.1) ...
   Setting up python3-pil:arm64 (9.0.1-1ubuntu0.1) ...
   Setting up libvorbisfile3:arm64 (1.3.7-1build2) ...
   Setting up mutter-common (42.5-0ubuntu1) ...
   Setting up libgphoto2-6:arm64 (2.5.27-1build2) ...
   Setting up xfonts-base (1:1.0.5) ...
   Setting up libsecret-1-0:arm64 (0.20.5-2) ...
   Setting up libgstreamer-plugins-good1.0-0:arm64 (1.20.3-0ubuntu1) ...
   Setting up libegl-mesa0:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Setting up gstreamer1.0-plugins-base:arm64 (1.20.1-1) ...
   Setting up gir1.2-gck-1:arm64 (3.40.0-4) ...
   Setting up python3-louis (3.20.0-2ubuntu0.1) ...
   Setting up libxkbregistry0:arm64 (1.4.0-1) ...
   Setting up libqt5qml5:arm64 (5.15.3+dfsg-1) ...
   Setting up python3-pexpect (4.8.0-2ubuntu1) ...
   Setting up python3-requests (2.25.1+dfsg-2) ...
   Setting up libxkbcommon-x11-0:arm64 (1.4.0-1) ...
   Setting up numix-icon-theme-circle (22.01.10-1) ...
   Setting up libshout3:arm64 (2.4.5-1build3) ...
   Setting up python3-brlapi:arm64 (6.4-4ubuntu3) ...
   Setting up python3-ldb (2:2.4.4-0ubuntu0.22.04.1) ...
   Setting up libclang-common-14-dev (1:14.0.0-1ubuntu1) ...
   Setting up libgarcon-1-0:arm64 (4.16.1-1) ...
   Setting up libclang-cpp14 (1:14.0.0-1ubuntu1) ...
   Setting up libnma-common (1.8.34-1ubuntu1) ...
   Setting up libqt5webchannel5:arm64 (5.15.3-1) ...
   Setting up libblockdev-fs2:arm64 (2.26-1) ...
   Setting up librsvg2-common:arm64 (2.52.5+dfsg-3) ...
   Setting up libx265-199:arm64 (3.5-2) ...
   Setting up python3-reportlab (3.6.8-1) ...
   Setting up brltty (6.4-4ubuntu3) ...
   update-initramfs: deferring update (trigger activated)
   Setting up libwww-robotrules-perl (6.02-1) ...
   Setting up libgtkmm-2.4-1v5:arm64 (1:2.24.5-4ubuntu3) ...
   Setting up libwayland-cursor0:arm64 (1.20.0-1ubuntu0.1) ...
   Setting up libhtml-parser-perl:arm64 (3.76-1build2) ...
   Setting up libegl1:arm64 (1.4.0-1) ...
   Setting up gir1.2-upowerglib-1.0:arm64 (0.99.17-1) ...
   Setting up hunspell-en-us (1:2020.12.07-2) ...
   Setting up ubuntu-wallpapers (22.04.4-0ubuntu1) ...
   Setting up emacs-bin-common (1:27.1+1-3ubuntu5) ...
   update-alternatives: using /usr/bin/ebrowse.emacs to provide /usr/bin/ebrowse (ebrowse) in auto mode
   update-alternatives: using /usr/bin/emacsclient.emacs to provide /usr/bin/emacsclient (emacsclient) in auto mode
   update-alternatives: using /usr/bin/etags.emacs to provide /usr/bin/etags (etags) in auto mode
   Setting up gir1.2-json-1.0:arm64 (1.6.6-1build1) ...
   Setting up gir1.2-gnomebluetooth-3.0:arm64 (42.0-5) ...
   Setting up libsndfile1:arm64 (1.0.31-2build1) ...
   Setting up poppler-utils (22.02.0-2ubuntu0.1) ...
   Setting up xfonts-75dpi (1:1.0.4+nmu1.1) ...
   Setting up libgtk-4-common (4.6.6+ds-0ubuntu1) ...
   Setting up gstreamer1.0-plugins-base-apps (1.20.1-1) ...
   Setting up libsysprof-4:arm64 (3.44.0-1) ...
   Setting up gir1.2-rsvg-2.0:arm64 (2.52.5+dfsg-3) ...
   Setting up libcamel-1.2-63:arm64 (3.44.4-0ubuntu1) ...
   Setting up libgit2-glib-1.0-0:arm64 (1.0.0.1-1) ...
   Setting up libcairo-gobject-perl:arm64 (1.005-3build1) ...
   Setting up ubuntu-advantage-desktop-daemon (1.10~22.04.1) ...
   Setting up evolution-data-server-common (3.44.4-0ubuntu1) ...
   Setting up libpoppler-cpp0v5:arm64 (22.02.0-2ubuntu0.1) ...
   Setting up libsm6:arm64 (2:1.2.3-1build2) ...
   Setting up libopenmpt0:arm64 (0.6.1-1) ...
   Setting up libio-socket-ssl-perl (2.074-2) ...
   Setting up network-manager-vpnc (1.2.8-2) ...
   Setting up xfonts-scalable (1:1.0.3-1.2ubuntu1) ...
   Setting up libgtk-3-common (3.24.33-1ubuntu2) ...
   Setting up system-monitoring-center (1.42.0) ...
   Setting up libhttp-message-perl (6.36-1) ...
   Setting up libgoa-1.0-common (3.44.0-1ubuntu1) ...
   Setting up libglib-object-introspection-perl (0.049-1+build2) ...
   Setting up gsettings-desktop-schemas (42.0-1ubuntu1) ...
   Setting up libinput10:arm64 (1.20.0-1ubuntu0.2) ...
   Setting up libjsonrpc-glib-1.0-1:arm64 (3.42.0-1) ...
   Setting up libgweather-common (40.0-5build1) ...
   Setting up libcanberra0:arm64 (0.30-10ubuntu1) ...
   Setting up udisks2 (2.9.4-1ubuntu2) ...
   Running in chroot, ignoring request.
   Created symlink /etc/systemd/system/graphical.target.wants/udisks2.service → /lib/systemd/system/udisks2.service.
   Setting up libhttp-negotiate-perl (6.01-1) ...
   Setting up libqt5qmlmodels5:arm64 (5.15.3+dfsg-1) ...
   Setting up libglx-mesa0:arm64 (22.2.5-0ubuntu0.1~22.04.1) ...
   Setting up xfonts-100dpi (1:1.0.4+nmu1.1) ...
   Setting up libpoppler-glib8:arm64 (22.02.0-2ubuntu0.1) ...
   Setting up gnome-settings-daemon-common (42.1-1ubuntu2.1) ...
   Setting up libglx0:arm64 (1.4.0-1) ...
   Setting up libhttp-cookies-perl (6.10-1) ...
   Setting up libpulse0:arm64 (1:15.99.1+dfsg1-1ubuntu2) ...
   Setting up libenchant-2-2:arm64 (2.3.2-1ubuntu2) ...
   Setting up libhtml-tree-perl (5.07-2) ...
   Setting up cifs-utils (2:6.14-1ubuntu0.1) ...
   update-alternatives: using /usr/lib/aarch64-linux-gnu/cifs-utils/idmapwb.so to provide /etc/cifs-utils/idmap-plugin (idmap-plugin) in auto mode
   Setting up gir1.2-jsonrpc-1.0:arm64 (3.42.0-1) ...
   Setting up libobjc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
   Setting up samba-libs:arm64 (2:4.15.13+dfsg-0ubuntu1) ...
   Setting up libpulsedsp:arm64 (1:15.99.1+dfsg1-1ubuntu2) ...
   Setting up libswresample3:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
   Setting up cups-filters-core-drivers (1.28.15-0ubuntu1) ...
   Setting up libsane1:arm64 (1.1.1-5) ...
   Adding scanner group...
   Setting up gnome-icon-theme (3.12.0-4) ...
   update-alternatives: using /usr/share/icons/gnome/scalable/places/debian-swirl.svg to provide /usr/share/icons/gnome/scalable/places/start-here.svg (start-here.svg) in auto mode
   Setting up libpipewire-0.3-modules:arm64 (0.3.48-1ubuntu3) ...
   Setting up gir1.2-ggit-1.0:arm64 (1.0.0.1-1) ...
   Setting up libgl1:arm64 (1.4.0-1) ...
   Setting up mesa-utils-bin:arm64 (8.4.0-1ubuntu1) ...
   Setting up libpulse-mainloop-glib0:arm64 (1:15.99.1+dfsg1-1ubuntu2) ...
   Setting up pulseaudio-utils (1:15.99.1+dfsg1-1ubuntu2) ...
   Setting up pamix (1.6~git20180112.ea4ab3b-4) ...
   Setting up libxt6:arm64 (1:1.2.1-1) ...
   Setting up libsmbclient:arm64 (2:4.15.13+dfsg-0ubuntu1) ...
   Setting up pavumeter (0.9.3-4build3) ...
   Setting up smbclient (2:4.15.13+dfsg-0ubuntu1) ...
   Setting up libavcodec58:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
   Setting up cups-filters (1.28.15-0ubuntu1) ...
   Setting up libfreerdp-client2-2:arm64 (2.6.1+dfsg1-3ubuntu2.3) ...
   Setting up libchromaprint1:arm64 (1.5.1-2) ...
   Setting up speech-dispatcher-audio-plugins:arm64 (0.11.1-1ubuntu2) ...
   Setting up libasound2-plugins:arm64 (1.2.6-1) ...
   Setting up libxmu6:arm64 (2:1.1.3-3) ...
   Setting up clang-14 (1:14.0.0-1ubuntu1) ...
   Setting up libavformat58:arm64 (7:4.4.2-0ubuntu0.22.04.1) ...
   Setting up colord (1.4.6-1) ...
   Setting up libqt5gui5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Setting up libqt5widgets5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Setting up ghostscript-x (9.55.0~dfsg1-0ubuntu5.1) ...
   Setting up libm17n-0:arm64 (1.8.0-4) ...
   Setting up libxaw7:arm64 (2:1.0.14-1) ...
   Setting up x11-xserver-utils (7.7+9build1) ...
   Setting up pipewire-bin (0.3.48-1ubuntu3) ...
   Setting up speech-dispatcher (0.11.1-1ubuntu2) ...
   Setting up libqt5printsupport5:arm64 (5.15.3+dfsg-2ubuntu0.2) ...
   Setting up libgstreamer-gl1.0-0:arm64 (1.20.1-1) ...
   Setting up mesa-utils (8.4.0-1ubuntu1) ...
   Setting up clang (1:14.0-55~exp2) ...
   Setting up chromium-browser (1:107.0.5304.62-0ubuntu1~ppa1~22.04.1) ...
   update-alternatives: using /usr/bin/chromium-browser to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
   update-alternatives: using /usr/bin/chromium-browser to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
   Setting up x11-utils (7.7+5build2) ...
   Setting up brltty-x11 (6.4-4ubuntu3) ...
   Setting up pipewire:arm64 (0.3.48-1ubuntu3) ...
   Created symlink /etc/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service.
   Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
   Setting up libqt5quick5:arm64 (5.15.3+dfsg-1) ...
   Setting up x11-xkb-utils (7.7+5build4) ...
   Setting up libqt5svg5:arm64 (5.15.3-1) ...
   Setting up x11-apps (7.7+8build2) ...
   Setting up gstreamer1.0-pipewire:arm64 (0.3.48-1ubuntu3) ...
   Setting up libqt5quickwidgets5:arm64 (5.15.3+dfsg-1) ...
   Setting up libqt5webenginecore5:arm64 (5.15.9+dfsg-1) ...
   Setting up xserver-common (2:21.1.3-2ubuntu2.7) ...
   Setting up libxklavier16:arm64 (5.4-4build2) ...
   Setting up xserver-xorg-core (2:21.1.3-2ubuntu2.7) ...
   Setting up xserver-xorg-video-fbdev (1:0.5.0-2build1) ...
   Setting up libqt5webenginewidgets5:arm64 (5.15.9+dfsg-1) ...
   Setting up liblightdm-gobject-1-0:arm64 (1.30.0-0ubuntu5) ...
   Setting up notepadqq (2.0.0~beta1-3) ...
   update-alternatives: using /usr/lib/notepadqq/notepadqq.sh to provide /usr/bin/notepadqq (notepadqq) in auto mode
   Setting up xserver-xorg-input-libinput (1.2.1-1) ...
   Setting up xserver-xorg-input-all (1:7.7+23ubuntu2) ...
   Setting up xserver-xorg (1:7.7+23ubuntu2) ...
   Setting up python3-update-manager (1:22.04.10) ...
   Setting up liblwp-protocol-https-perl (6.10-1) ...
   Setting up libwww-perl (6.61-1) ...
   Setting up python3-distupgrade (1:22.04.16) ...
   Setting up ubuntu-release-upgrader-core (1:22.04.16) ...
   Setting up update-manager-core (1:22.04.10) ...
   Setting up xscreensaver-data (5.45+dfsg1-2ubuntu1) ...
   Setting up update-notifier-common (3.192.54.5) ...
   Created symlink /etc/systemd/system/timers.target.wants/update-notifier-download.timer → /lib/systemd/system/update-notifier-download.timer.
   Created symlink /etc/systemd/system/timers.target.wants/update-notifier-motd.timer → /lib/systemd/system/update-notifier-motd.timer.
   Setting up xscreensaver (5.45+dfsg1-2ubuntu1) ...
   Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.8+dfsg-1ubuntu0.2) ...
   Processing triggers for install-info (6.8-4build1) ...
   Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
   Processing triggers for hicolor-icon-theme (0.17-2) ...
   Processing triggers for libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
   Setting up libgtk-3-0:arm64 (3.24.33-1ubuntu2) ...
   Setting up libxfce4ui-2-0:arm64 (4.16.1-1) ...
   Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
   Setting up slick-greeter (1.5.6-1ubuntu1) ...
   Setting up libnma0:arm64 (1.8.34-1ubuntu1) ...
   Setting up gir1.2-gtk-3.0:arm64 (3.24.33-1ubuntu2) ...
   Setting up libcanberra-gtk3-0:arm64 (0.30-10ubuntu1) ...
   Setting up xfce4-power-manager (4.16.0-1) ...
   Setting up libvte-2.91-0:arm64 (0.68.0-1) ...
   Setting up libayatana-ido3-0.4-0:arm64 (0.9.1-1) ...
   Processing triggers for man-db (2.10.2-1) ...
   Setting up libnautilus-extension1a:arm64 (1:42.2-0ubuntu2.1) ...
   Setting up libindicator3-7 (16.10.0+18.04.20180321.1-0ubuntu5) ...
   Setting up libwxgtk3.0-gtk3-0v5:arm64 (3.0.5.1+dfsg-4) ...
   Setting up libgtksourceview-3.0-1:arm64 (3.24.11-2build1) ...
   Setting up libproxy1-plugin-gsettings:arm64 (0.4.17-2) ...
   Processing triggers for cracklib-runtime (2.9.6-3.4build4) ...
   Setting up libgtksourceview-4-0:arm64 (4.8.3-1) ...
   Setting up libgarcon-gtk3-1-0:arm64 (4.16.1-1) ...
   Setting up transmission-remote-gtk (1.4.1-5) ...
   Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
   Processing triggers for shared-mime-info (2.1-2) ...
   Setting up putty (0.76-2) ...
   Processing triggers for udev (249.11-0ubuntu3.7) ...
   Setting up libgoa-1.0-0b:arm64 (3.44.0-1ubuntu1) ...
   Setting up spice-vdagent (0.22.1-1) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Setting up gvfs-libs:arm64 (1.48.2-0ubuntu1) ...
   Setting up synaptic (0.90.2build1) ...
   Setting up emacs-gtk (1:27.1+1-3ubuntu5) ...
   update-alternatives: using /usr/bin/emacs-gtk to provide /usr/bin/emacs (emacs) in auto mode
   Install emacsen-common for emacs
   emacsen-common: Handling install of emacsen flavor emacs
   Install dictionaries-common for emacs
   install/dictionaries-common: Byte-compiling for emacsen flavour emacs
   Setting up xarchiver (1:0.5.4.17-3) ...
   Setting up codium (1.75.1.23040) ...
   Setting up xfce4-appfinder (4.16.1-1) ...
   Setting up gir1.2-gtksource-3.0:arm64 (3.24.11-2build1) ...
   Setting up at-spi2-core (2.44.0-3) ...
   Setting up libwnck-3-0:arm64 (40.1-1) ...
   Setting up libpeas-1.0-0:arm64 (1.32.0-1) ...
   Setting up libgtk-4-1:arm64 (4.6.6+ds-0ubuntu1) ...
   Setting up filezilla (3.58.0-1) ...
   Setting up libevdocument3-4:arm64 (42.3-0ubuntu3) ...
   Setting up libportal-gtk3-1:arm64 (0.6-2) ...
   Setting up gir1.2-vte-2.91:arm64 (0.68.0-1) ...
   Setting up gir1.2-gdm-1.0:arm64 (42.0-1ubuntu7) ...
   Setting up glib-networking:arm64 (2.72.0-1) ...
   Setting up qalculate-gtk (3.22.0-1) ...
   update-alternatives: using /usr/bin/qalculate-gtk to provide /usr/bin/qalculate (qalculate) in auto mode
   Setting up libgnome-desktop-3-19:arm64 (42.5-0ubuntu1) ...
   Setting up libayatana-indicator3-7:arm64 (0.9.1-1) ...
   Setting up libavahi-ui-gtk3-0:arm64 (0.8-5ubuntu5) ...
   Setting up firefox-esr (102.8.0esr+build2-0ubuntu0.22.04.1) ...
   Please restart all running instances of firefox-esr, or you will experience problems.
   Setting up xdg-user-dirs-gtk (0.10-3build2) ...
   Setting up terminator (2.1.1-1) ...
   update-alternatives: using /usr/bin/terminator to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
   Setting up libgtk3-perl (0.038-1) ...
   Setting up libgspell-1-2:arm64 (1.9.1-4) ...
   Setting up bleachbit (4.4.2-1) ...
   Setting up libhandy-1-0:arm64 (1.6.1-1) ...
   Setting up geany (1.38-1) ...
   Setting up libxfce4ui-utils (4.16.1-1) ...
   Setting up gir1.2-gtk-4.0:arm64 (4.6.6+ds-0ubuntu1) ...
   Setting up mousetweaks (3.32.0-3build2) ...
   Setting up gir1.2-gtksource-4:arm64 (4.8.3-1) ...
   Setting up libgcr-ui-3-1:arm64 (3.40.0-4) ...
   Setting up system-config-printer-common (1.5.16-0ubuntu3) ...
   Setting up emacs (1:27.1+1-3ubuntu5) ...
   Setting up libdazzle-1.0-0:arm64 (3.44.0-1) ...
   Setting up gir1.2-nma-1.0:arm64 (1.8.34-1ubuntu1) ...
   Setting up libsoup2.4-1:arm64 (2.74.2-3) ...
   Setting up libxfce4panel-2.0-4 (4.16.3-1) ...
   Setting up xfwm4 (4.16.1-1) ...
   update-alternatives: using /usr/bin/xfwm4 to provide /usr/bin/x-window-manager (x-window-manager) in auto mode
   Setting up gdebi (0.9.5.7+nmu6) ...
   Setting up libexo-2-0:arm64 (4.16.3-1) ...
   Setting up gnome-screenshot (41.0-2) ...
   Setting up libkeybinder-3.0-0:arm64 (0.3.2-1.1) ...
   Setting up libgtkmm-3.0-1v5:arm64 (3.24.5-1build1) ...
   Setting up gstreamer1.0-plugins-good:arm64 (1.20.3-0ubuntu1) ...
   Setting up libevview3-3:arm64 (42.3-0ubuntu3) ...
   Setting up libostree-1-1:arm64 (2022.2-3) ...
   Setting up gparted (1.3.1-1ubuntu1) ...
   Setting up geoclue-2.0 (2.5.7-3ubuntu3) ...
   Setting up libadwaita-1-0:arm64 (1.1.0-1ubuntu2) ...
   Setting up libgtksourceviewmm-3.0-0v5:arm64 (3.18.0-4build1) ...
   Setting up gnome-font-viewer (41.0-2) ...
   Setting up gvfs-daemons (1.48.2-0ubuntu1) ...
   Setting up libmousepad0 (0.5.8-1) ...
   Setting up gcr (3.40.0-4) ...
   Setting up gir1.2-peas-1.0:arm64 (1.32.0-1) ...
   Setting up gir1.2-wnck-3.0:arm64 (40.1-1) ...
   Setting up gir1.2-gcr-3:arm64 (3.40.0-4) ...
   Setting up pinentry-gnome3 (1.1.1-1build2) ...
   Setting up gir1.2-gnomedesktop-3.0:arm64 (42.5-0ubuntu1) ...
   Setting up gnome-system-monitor (42.0-1) ...
   Setting up libayatana-appindicator3-1 (0.5.90-7ubuntu2) ...
   Setting up python3-pyatspi (2.38.2-1) ...
   Setting up xfce4-pulseaudio-plugin:arm64 (0.4.3-1) ...
   Setting up gir1.2-goa-1.0:arm64 (3.44.0-1ubuntu1) ...
   Setting up evince (42.3-0ubuntu3) ...
   Setting up libflatpak0:arm64 (1.12.7-1) ...
   Setting up gir1.2-handy-1:arm64 (1.6.1-1) ...
   Setting up libwebkit2gtk-4.0-37:arm64 (2.38.5-0ubuntu0.22.04.1) ...
   Setting up exo-utils (4.16.3-1) ...
   Setting up meld (3.20.4-2) ...
   Setting up libmutter-10-0:arm64 (42.5-0ubuntu1) ...
   Setting up xfce4-panel (4.16.3-1) ...
   Setting up pasystray (0.7.1-1) ...
   Setting up libsysprof-ui-4:arm64 (3.44.0-1) ...
   Setting up gnome-disk-utility (42.0-1ubuntu1) ...
   Setting up xfce4-notifyd (0.6.3-1) ...
   Setting up mousepad (0.5.8-1) ...
   Setting up orca (42.0-1ubuntu2) ...
   Setting up xfce4-settings (4.16.2-1ubuntu2) ...
   Setting up gstreamer1.0-pulseaudio:arm64 (1.20.3-0ubuntu1) ...
   Setting up libsoup-gnome2.4-1:arm64 (2.74.2-3) ...
   Setting up gir1.2-dazzle-1.0:arm64 (3.44.0-1) ...
   Setting up xfce4-screenshooter (1.9.9-1) ...
   Setting up xfce4-terminal (0.8.10-1) ...
   Setting up gir1.2-ayatanaappindicator3-0.1 (0.5.90-7ubuntu2) ...
   Setting up libsnapd-glib1:arm64 (1.60-0ubuntu1) ...
   Setting up libgdata22:arm64 (0.18.1-2build1) ...
   Setting up libgeocode-glib0:arm64 (3.26.2-2build2) ...
   Setting up regexxer (0.10-5) ...
   Setting up libgeoclue-2-0:arm64 (2.5.7-3ubuntu3) ...
   Setting up gvfs:arm64 (1.48.2-0ubuntu1) ...
   Setting up gnome-keyring (40.0-3ubuntu3) ...
   Created symlink /etc/systemd/user/graphical-session-pre.target.wants/gnome-keyring.service → /usr/lib/systemd/user/gnome-keyring.service.
   Setting up libthunarx-3-0:arm64 (4.16.10-1) ...
   Setting up pavucontrol (5.0-2) ...
   Setting up software-properties-gtk (0.99.22.6) ...
   Setting up libgweather-3-16:arm64 (40.0-5build1) ...
   Setting up libgladeui-2-13:arm64 (3.38.2-7) ...
   Setting up blueman (2.2.4-1) ...
   Created symlink /etc/systemd/system/multi-user.target.wants/blueman-mechanism.service → /lib/systemd/system/blueman-mechanism.service.
   Setting up gir1.2-adw-1:arm64 (1.1.0-1ubuntu2) ...
   Setting up xfdesktop4 (4.16.0-1) ...
   Setting up pulseaudio (1:15.99.1+dfsg1-1ubuntu2) ...
   Adding user pulse to group audio
   Running in chroot, ignoring request.
   Running in chroot, ignoring request.
   Created symlink /etc/systemd/user/default.target.wants/pulseaudio.service → /usr/lib/systemd/user/pulseaudio.service.
   Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket.
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Setting up gir1.2-soup-2.4:arm64 (2.74.2-3) ...
   Setting up gir1.2-snapd-1:arm64 (1.60-0ubuntu1) ...
   Setting up gir1.2-mutter-10:arm64 (42.5-0ubuntu1) ...
   Setting up gvfs-backends (1.48.2-0ubuntu1) ...
   Setting up transmission-gtk (3.00-2ubuntu2) ...
   Setting up thunar (4.16.10-1) ...
   Setting up system-config-printer (1.5.16-0ubuntu3) ...
   Setting up remmina (1.4.25+dfsg-1) ...
   Setting up cups-daemon (2.4.1op1-1ubuntu4.1) ...
   Running in chroot, ignoring request.
   invoke-rc.d: policy-rc.d denied execution of start.
   Created symlink /etc/systemd/system/multi-user.target.wants/cups.path → /lib/systemd/system/cups.path.
   Created symlink /etc/systemd/system/printer.target.wants/cups.service → /lib/systemd/system/cups.service.
   Created symlink /etc/systemd/system/multi-user.target.wants/cups.service → /lib/systemd/system/cups.service.
   Created symlink /etc/systemd/system/sockets.target.wants/cups.socket → /lib/systemd/system/cups.socket.
   Setting up xfce4-session (4.16.0-1ubuntu2) ...
   update-alternatives: using /usr/bin/startxfce4 to provide /usr/bin/x-session-manager (x-session-manager) in auto mode
   Setting up gir1.2-geoclue-2.0:arm64 (2.5.7-3ubuntu3) ...
   Setting up libdevhelp-3-6:arm64 (41.2-2) ...
   Setting up pulseaudio-module-bluetooth (1:15.99.1+dfsg1-1ubuntu2) ...
   Setting up remmina-plugin-rdp:arm64 (1.4.25+dfsg-1) ...
   Setting up remmina-plugin-vnc:arm64 (1.4.25+dfsg-1) ...
   Setting up libedataserver-1.2-26:arm64 (3.44.4-0ubuntu1) ...
   Setting up transmission (3.00-2ubuntu2) ...
   Setting up libecal-2.0-1:arm64 (3.44.4-0ubuntu1) ...
   Setting up cups-core-drivers (2.4.1op1-1ubuntu4.1) ...
   Setting up libebook-contacts-1.2-3:arm64 (3.44.4-0ubuntu1) ...
   Setting up gir1.2-webkit2-4.0:arm64 (2.38.5-0ubuntu0.22.04.1) ...
   Setting up cups (2.4.1op1-1ubuntu4.1) ...
   Setting up libedataserverui-1.2-3:arm64 (3.44.4-0ubuntu1) ...
   Setting up indicator-printers (0.1.7+17.10.20171101-0ubuntu3) ...
   Setting up gnome-settings-daemon (42.1-1ubuntu2.1) ...
   Setting up gnome-builder (42.0-1) ...
   Setting up gir1.2-gweather-3.0:arm64 (40.0-5build1) ...
   Setting up xfce4 (4.16) ...
   Setting up thunar-volman (4.16.0-1) ...
   Setting up libebackend-1.2-10:arm64 (3.44.4-0ubuntu1) ...
   Setting up bluez-cups (5.64-0ubuntu1) ...
   Setting up ubuntu-release-upgrader-gtk (1:22.04.16) ...
   Setting up printer-driver-hpcups (3.21.12+dfsg0-1) ...
   Setting up update-notifier (3.192.54.5) ...
   Setting up hplip (3.21.12+dfsg0-1) ...
   Creating/updating hplip user account...
   Setting up libedata-cal-2.0-1:arm64 (3.44.4-0ubuntu1) ...
   Setting up libedata-book-1.2-26:arm64 (3.44.4-0ubuntu1) ...
   Setting up libebook-1.2-20:arm64 (3.44.4-0ubuntu1) ...
   Setting up evolution-data-server (3.44.4-0ubuntu1) ...
   Setting up gnome-shell (42.5-0ubuntu1) ...
   Setting up network-manager-gnome (1.24.0-1ubuntu3) ...
   Setting up update-manager (1:22.04.10) ...
   Processing triggers for dictionaries-common (1.28.14) ...
   Processing triggers for initramfs-tools (0.140ubuntu13.1) ...
   Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
   Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
--> (1327) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1327) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1327) INFO: Checking MD5 sum of installed packages [ debsums ]
--> (1327) COMMAND: debsums --silent
--> (1346) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1346) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1346) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1346) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 -o APT::Clean-Installed=0 autoremove
--> (1348) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1348) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1348) INFO: Free disk space on rootfs [ SDCARD: 7% ]
--> (1348) INFO: Recreating Synaptic search index [ Please wait ]
--> (1348) COMMAND: [[ -f /usr/sbin/update-apt-xapian-index ]] && /usr/sbin/update-apt-xapian-index -u || true
   No Xapian index built yet: falling back to full rebuild
   Rebuilding Xapian index...
Rebuilding Xapian index... 0%
Rebuilding Xapian index... 0%
Rebuilding Xapian index... 0%
Rebuilding Xapian index... 0%
Rebuilding Xapian index... 1%
Rebuilding Xapian index... 1%
Rebuilding Xapian index... 1%
Rebuilding Xapian index... 2%
Rebuilding Xapian index... 2%
Rebuilding Xapian index... 2%
Rebuilding Xapian index... 3%
Rebuilding Xapian index... 3%
Rebuilding Xapian index... 3%
Rebuilding Xapian index... 4%
Rebuilding Xapian index... 4%
Rebuilding Xapian index... 4%
Rebuilding Xapian index... 5%
Rebuilding Xapian index... 5%
Rebuilding Xapian index... 5%
Rebuilding Xapian index... 5%
Rebuilding Xapian index... 6%
Rebuilding Xapian index... 6%
Rebuilding Xapian index... 6%
Rebuilding Xapian index... 7%
Rebuilding Xapian index... 7%
Rebuilding Xapian index... 7%
Rebuilding Xapian index... 8%
Rebuilding Xapian index... 8%
Rebuilding Xapian index... 8%
Rebuilding Xapian index... 9%
Rebuilding Xapian index... 9%
Rebuilding Xapian index... 9%
Rebuilding Xapian index... 10%
Rebuilding Xapian index... 10%
Rebuilding Xapian index... 10%
Rebuilding Xapian index... 10%
Rebuilding Xapian index... 11%
Rebuilding Xapian index... 11%
Rebuilding Xapian index... 11%
Rebuilding Xapian index... 12%
Rebuilding Xapian index... 12%
Rebuilding Xapian index... 12%
Rebuilding Xapian index... 13%
Rebuilding Xapian index... 13%
Rebuilding Xapian index... 13%
Rebuilding Xapian index... 14%
Rebuilding Xapian index... 14%
Rebuilding Xapian index... 14%
Rebuilding Xapian index... 15%
Rebuilding Xapian index... 15%
Rebuilding Xapian index... 15%
Rebuilding Xapian index... 15%
Rebuilding Xapian index... 16%
Rebuilding Xapian index... 16%
Rebuilding Xapian index... 16%
Rebuilding Xapian index... 17%
Rebuilding Xapian index... 17%
Rebuilding Xapian index... 17%
Rebuilding Xapian index... 18%
Rebuilding Xapian index... 18%
Rebuilding Xapian index... 18%
Rebuilding Xapian index... 19%
Rebuilding Xapian index... 19%
Rebuilding Xapian index... 19%
Rebuilding Xapian index... 20%
Rebuilding Xapian index... 20%
Rebuilding Xapian index... 20%
Rebuilding Xapian index... 20%
Rebuilding Xapian index... 21%
Rebuilding Xapian index... 21%
Rebuilding Xapian index... 21%
Rebuilding Xapian index... 22%
Rebuilding Xapian index... 22%
Rebuilding Xapian index... 22%
Rebuilding Xapian index... 23%
Rebuilding Xapian index... 23%
Rebuilding Xapian index... 23%
Rebuilding Xapian index... 24%
Rebuilding Xapian index... 24%
Rebuilding Xapian index... 24%
Rebuilding Xapian index... 25%
Rebuilding Xapian index... 25%
Rebuilding Xapian index... 25%
Rebuilding Xapian index... 25%
Rebuilding Xapian index... 26%
Rebuilding Xapian index... 26%
Rebuilding Xapian index... 26%
Rebuilding Xapian index... 27%
Rebuilding Xapian index... 27%
Rebuilding Xapian index... 27%
Rebuilding Xapian index... 28%
Rebuilding Xapian index... 28%
Rebuilding Xapian index... 28%
Rebuilding Xapian index... 29%
Rebuilding Xapian index... 29%
Rebuilding Xapian index... 29%
Rebuilding Xapian index... 30%
Rebuilding Xapian index... 30%
Rebuilding Xapian index... 30%
Rebuilding Xapian index... 30%
Rebuilding Xapian index... 31%
Rebuilding Xapian index... 31%
Rebuilding Xapian index... 31%
Rebuilding Xapian index... 32%
Rebuilding Xapian index... 32%
Rebuilding Xapian index... 32%
Rebuilding Xapian index... 33%
Rebuilding Xapian index... 33%
Rebuilding Xapian index... 33%
Rebuilding Xapian index... 34%
Rebuilding Xapian index... 34%
Rebuilding Xapian index... 34%
Rebuilding Xapian index... 35%
Rebuilding Xapian index... 35%
Rebuilding Xapian index... 35%
Rebuilding Xapian index... 35%
Rebuilding Xapian index... 36%
Rebuilding Xapian index... 36%
Rebuilding Xapian index... 36%
Rebuilding Xapian index... 37%
Rebuilding Xapian index... 37%
Rebuilding Xapian index... 37%
Rebuilding Xapian index... 38%
Rebuilding Xapian index... 38%
Rebuilding Xapian index... 38%
Rebuilding Xapian index... 39%
Rebuilding Xapian index... 39%
Rebuilding Xapian index... 39%
Rebuilding Xapian index... 40%
Rebuilding Xapian index... 40%
Rebuilding Xapian index... 40%
Rebuilding Xapian index... 41%
Rebuilding Xapian index... 41%
Rebuilding Xapian index... 41%
Rebuilding Xapian index... 41%
Rebuilding Xapian index... 42%
Rebuilding Xapian index... 42%
Rebuilding Xapian index... 42%
Rebuilding Xapian index... 43%
Rebuilding Xapian index... 43%
Rebuilding Xapian index... 43%
Rebuilding Xapian index... 44%
Rebuilding Xapian index... 44%
Rebuilding Xapian index... 44%
Rebuilding Xapian index... 45%
Rebuilding Xapian index... 45%
Rebuilding Xapian index... 45%
Rebuilding Xapian index... 46%
Rebuilding Xapian index... 46%
Rebuilding Xapian index... 46%
Rebuilding Xapian index... 46%
Rebuilding Xapian index... 47%
Rebuilding Xapian index... 47%
Rebuilding Xapian index... 47%
Rebuilding Xapian index... 48%
Rebuilding Xapian index... 48%
Rebuilding Xapian index... 48%
Rebuilding Xapian index... 49%
Rebuilding Xapian index... 49%
Rebuilding Xapian index... 49%
Rebuilding Xapian index... 50%
Rebuilding Xapian index... 50%
Rebuilding Xapian index... 50%
Rebuilding Xapian index... 51%
Rebuilding Xapian index... 51%
Rebuilding Xapian index... 51%
Rebuilding Xapian index... 51%
Rebuilding Xapian index... 52%
Rebuilding Xapian index... 52%
Rebuilding Xapian index... 52%
Rebuilding Xapian index... 53%
Rebuilding Xapian index... 53%
Rebuilding Xapian index... 53%
Rebuilding Xapian index... 54%
Rebuilding Xapian index... 54%
Rebuilding Xapian index... 54%
Rebuilding Xapian index... 55%
Rebuilding Xapian index... 55%
Rebuilding Xapian index... 55%
Rebuilding Xapian index... 56%
Rebuilding Xapian index... 56%
Rebuilding Xapian index... 56%
Rebuilding Xapian index... 56%
Rebuilding Xapian index... 57%
Rebuilding Xapian index... 57%
Rebuilding Xapian index... 57%
Rebuilding Xapian index... 58%
Rebuilding Xapian index... 58%
Rebuilding Xapian index... 58%
Rebuilding Xapian index... 59%
Rebuilding Xapian index... 59%
Rebuilding Xapian index... 59%
Rebuilding Xapian index... 60%
Rebuilding Xapian index... 60%
Rebuilding Xapian index... 60%
Rebuilding Xapian index... 61%
Rebuilding Xapian index... 61%
Rebuilding Xapian index... 61%
Rebuilding Xapian index... 61%
Rebuilding Xapian index... 62%
Rebuilding Xapian index... 62%
Rebuilding Xapian index... 62%
Rebuilding Xapian index... 63%
Rebuilding Xapian index... 63%
Rebuilding Xapian index... 63%
Rebuilding Xapian index... 64%
Rebuilding Xapian index... 64%
Rebuilding Xapian index... 64%
Rebuilding Xapian index... 65%
Rebuilding Xapian index... 65%
Rebuilding Xapian index... 65%
Rebuilding Xapian index... 66%
Rebuilding Xapian index... 66%
Rebuilding Xapian index... 66%
Rebuilding Xapian index... 66%
Rebuilding Xapian index... 67%
Rebuilding Xapian index... 67%
Rebuilding Xapian index... 67%
Rebuilding Xapian index... 68%
Rebuilding Xapian index... 68%
Rebuilding Xapian index... 68%
Rebuilding Xapian index... 69%
Rebuilding Xapian index... 69%
Rebuilding Xapian index... 69%
Rebuilding Xapian index... 70%
Rebuilding Xapian index... 70%
Rebuilding Xapian index... 70%
Rebuilding Xapian index... 71%
Rebuilding Xapian index... 71%
Rebuilding Xapian index... 71%
Rebuilding Xapian index... 71%
Rebuilding Xapian index... 72%
Rebuilding Xapian index... 72%
Rebuilding Xapian index... 72%
Rebuilding Xapian index... 73%
Rebuilding Xapian index... 73%
Rebuilding Xapian index... 73%
Rebuilding Xapian index... 74%
Rebuilding Xapian index... 74%
Rebuilding Xapian index... 74%
Rebuilding Xapian index... 75%
Rebuilding Xapian index... 75%
Rebuilding Xapian index... 75%
Rebuilding Xapian index... 76%
Rebuilding Xapian index... 76%
Rebuilding Xapian index... 76%
Rebuilding Xapian index... 76%
Rebuilding Xapian index... 77%
Rebuilding Xapian index... 77%
Rebuilding Xapian index... 77%
Rebuilding Xapian index... 78%
Rebuilding Xapian index... 78%
Rebuilding Xapian index... 78%
Rebuilding Xapian index... 79%
Rebuilding Xapian index... 79%
Rebuilding Xapian index... 79%
Rebuilding Xapian index... 80%
Rebuilding Xapian index... 80%
Rebuilding Xapian index... 80%
Rebuilding Xapian index... 81%
Rebuilding Xapian index... 81%
Rebuilding Xapian index... 81%
Rebuilding Xapian index... 82%
Rebuilding Xapian index... 82%
Rebuilding Xapian index... 82%
Rebuilding Xapian index... 82%
Rebuilding Xapian index... 83%
Rebuilding Xapian index... 83%
Rebuilding Xapian index... 83%
Rebuilding Xapian index... 84%
Rebuilding Xapian index... 84%
Rebuilding Xapian index... 84%
Rebuilding Xapian index... 85%
Rebuilding Xapian index... 85%
Rebuilding Xapian index... 85%
Rebuilding Xapian index... 86%
Rebuilding Xapian index... 86%
Rebuilding Xapian index... 86%
Rebuilding Xapian index... 87%
Rebuilding Xapian index... 87%
Rebuilding Xapian index... 87%
Rebuilding Xapian index... 87%
Rebuilding Xapian index... 88%
Rebuilding Xapian index... 88%
Rebuilding Xapian index... 88%
Rebuilding Xapian index... 89%
Rebuilding Xapian index... 89%
Rebuilding Xapian index... 89%
Rebuilding Xapian index... 90%
Rebuilding Xapian index... 90%
Rebuilding Xapian index... 90%
Rebuilding Xapian index... 91%
Rebuilding Xapian index... 91%
Rebuilding Xapian index... 91%
Rebuilding Xapian index... 92%
Rebuilding Xapian index... 92%
Rebuilding Xapian index... 92%
Rebuilding Xapian index... 92%
Rebuilding Xapian index... 93%
Rebuilding Xapian index... 93%
Rebuilding Xapian index... 93%
Rebuilding Xapian index... 94%
Rebuilding Xapian index... 94%
Rebuilding Xapian index... 94%
Rebuilding Xapian index... 95%
Rebuilding Xapian index... 95%
Rebuilding Xapian index... 95%
Rebuilding Xapian index... 96%
Rebuilding Xapian index... 96%
Rebuilding Xapian index... 96%
Rebuilding Xapian index... 97%
Rebuilding Xapian index... 97%
Rebuilding Xapian index... 97%
Rebuilding Xapian index... 97%
Rebuilding Xapian index... 98%
Rebuilding Xapian index... 98%
Rebuilding Xapian index... 98%
Rebuilding Xapian index... 99%
Rebuilding Xapian index... 99%
Rebuilding Xapian index... 99%
Rebuilding Xapian index: done.  
--> (1409) COMMAND: rm -v /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/resolv.conf
   removed '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/resolv.conf'
--> (1409) COMMAND: echo nameserver 1.0.0.1 > /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/resolv.conf
--> (1409) COMMAND: echo uninitialized > /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/machine-id
--> (1409) COMMAND: rm -v /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/dbus/machine-id
   removed '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/dbus/machine-id'
--> (1409) COMMAND: systemctl mask systemd-firstboot.service
   Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
--> (1409) INFO: Ending debootstrap process and preparing cache [ jammy ]
--> (1409) INFO: Unmounting [ /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0 ]
--> (1409) COMMAND: grep -E '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/(dev|proc|sys|tmp)' /proc/mounts || true
--> (1409) COMMAND: rm -rf /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/run/user/0
--> (1409) COMMAND: dpkg -l | grep ^ii | awk '{ print $2","$3 }'
--> (1409) INFO: zstd tarball of rootfs [ jammy:: arm64-jammy-xfce-bcf5b56cab61Bed8f36.tar.zst :: compression 5 ]
--> (1416) INFO: rootfs cache created [ /home/reds/patch_series_pcie_ep/build/cache/rootfs/arm64-jammy-xfce-bcf5b56cab61Bed8f36.tar.zst [1.5G] ]
--> (1416) INFO: Actual rootfs size [ 4182MiB after basic/cache ]
--> (1416) INFO: Unmounting recursively [ SDCARD - be patient ]
--> (1416) INFO: Unmounting recursively [ MOUNT - be patient ]
------------------------------------------------------------------------------------------------------------
### prepare_rootfs_build_params_and_trap.log 
--> (1416) COMMAND: rm -rfv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0 /home/reds/patch_series_pcie_ep/build/.tmp/mount-d42a3aa9-4268-47db-87f0-64b17653a3d0
--> (1416) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0 /home/reds/patch_series_pcie_ep/build/.tmp/mount-d42a3aa9-4268-47db-87f0-64b17653a3d0 /home/reds/patch_series_pcie_ep/build/cache/rootfs /home/reds/patch_series_pcie_ep/build/output/images
   mkdir: created directory '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0'
   mkdir: created directory '/home/reds/patch_series_pcie_ep/build/.tmp/mount-d42a3aa9-4268-47db-87f0-64b17653a3d0'
--> (1416) INFO: Using tmpfs for rootfs build [ RAM available: 36835MiB > 5000MiB estimated ]
------------------------------------------------------------------------------------------------------------
### extract_rootfs_artifact.log 
--> (1416) INFO: Extracting xfce-bcf5b56cab61Bed8f36 [ 0 days old ]
--> (1424) COMMAND: rm -v /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/resolv.conf
   removed '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/resolv.conf'
--> (1424) COMMAND: echo nameserver 1.0.0.1 > /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/resolv.conf
--> (1424) INFO: Adding Armbian repository and authentication key [ /etc/apt/sources.list.d/armbian.list ]
------------------------------------------------------------------------------------------------------------
### install_distribution_specific_jammy.log 
--> (1424) INFO: Applying distribution specific tweaks for [ jammy ]
--> (1424) COMMAND: systemctl --no-reload disable smartmontools.service || true
   Synchronizing state of smartmontools.service with SysV service script with /lib/systemd/systemd-sysv-install.
   Executing: /lib/systemd/systemd-sysv-install disable smartmontools
   Removed /etc/systemd/system/smartd.service.
   Removed /etc/systemd/system/multi-user.target.wants/smartmontools.service.
--> (1424) COMMAND: systemctl --no-reload disable smartd.service || true
   Failed to disable unit, unit smartd.service does not exist.
--> (1425) COMMAND: systemctl --no-reload disable hostapd.service || true
   Failed to disable unit, unit hostapd.service does not exist.
--> (1425) COMMAND: rm -f /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/update-motd.d/10-uname /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/update-motd.d/10-help-text /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/update-motd.d/50-motd-news /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/update-motd.d/80-esm /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/update-motd.d/80-livepatch /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/update-motd.d/90-updates-available /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/update-motd.d/91-release-upgrade /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/etc/update-motd.d/95-hwe-eol
--> (1425) COMMAND: systemctl --no-reload disable ondemand.service || true
   Failed to disable unit, unit ondemand.service does not exist.
--> (1425) COMMAND: systemctl --no-reload disable motd-news.service || true
--> (1425) COMMAND: systemctl --no-reload disable motd-news.timer || true
   Removed /etc/systemd/system/timers.target.wants/motd-news.timer.
------------------------------------------------------------------------------------------------------------
### install_distribution_agnostic.log 
--> (1425) COMMAND: chmod u+s /bin/ping
--> (1425) COMMAND: dpkg-reconfigure -f noninteractive tzdata
   
   Current default time zone: 'Etc/UTC'
   Local time is now:      Wed Mar 15 09:01:00 UTC 2023.
   Universal Time is now:  Wed Mar 15 09:01:00 UTC 2023.
   
--> (1426) COMMAND: ( echo '1234' ; echo '1234' ; ) | passwd root
   New password: Retype new password: passwd: password updated successfully
--> (1427) INFO: Using extlinux, SRC_EXTLINUX: yes [ Image - uInitrd ]
--> (1427) INFO: Temporarily disabling [ initramfs-tools hook for kernel ]
--> (1427) COMMAND: chmod -v -x /etc/kernel/postinst.d/initramfs-tools
   mode of '/etc/kernel/postinst.d/initramfs-tools' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
--> (1427) INFO: Updating [ apt package lists ]
--> (1427) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1427) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1427) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1427) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -q -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 update
   Ign:1 http://cli.github.com/packages stable InRelease
   Ign:2 http://apt.armbian.com jammy InRelease
   Ign:3 http://ports.ubuntu.com jammy InRelease
   Ign:4 http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease
   Ign:5 http://ports.ubuntu.com jammy-security InRelease
   Ign:1 http://cli.github.com/packages stable InRelease
   Ign:2 http://apt.armbian.com jammy InRelease
   Ign:4 http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease
   Ign:6 http://ports.ubuntu.com jammy-updates InRelease
   Ign:2 http://apt.armbian.com jammy InRelease
   Ign:1 http://cli.github.com/packages stable InRelease
   Ign:4 http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease
   Ign:7 http://ports.ubuntu.com jammy-backports InRelease
   Err:2 http://apt.armbian.com jammy InRelease
     Could not resolve 'apt.armbian.com'
   Err:1 http://cli.github.com/packages stable InRelease
     Could not resolve 'cli.github.com'
   Err:4 http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease
     Could not resolve 'paulcarroty.gitlab.io'
   Ign:3 http://ports.ubuntu.com jammy InRelease
   Ign:5 http://ports.ubuntu.com jammy-security InRelease
   Ign:6 http://ports.ubuntu.com jammy-updates InRelease
   Ign:7 http://ports.ubuntu.com jammy-backports InRelease
   Ign:3 http://ports.ubuntu.com jammy InRelease
   Ign:5 http://ports.ubuntu.com jammy-security InRelease
   Ign:6 http://ports.ubuntu.com jammy-updates InRelease
   Ign:7 http://ports.ubuntu.com jammy-backports InRelease
   Err:3 http://ports.ubuntu.com jammy InRelease
     Could not resolve 'ports.ubuntu.com'
   Err:5 http://ports.ubuntu.com jammy-security InRelease
     Could not resolve 'ports.ubuntu.com'
   Err:6 http://ports.ubuntu.com jammy-updates InRelease
     Could not resolve 'ports.ubuntu.com'
   Err:7 http://ports.ubuntu.com jammy-backports InRelease
     Could not resolve 'ports.ubuntu.com'
   Reading package lists...
   W: Failed to fetch http://ports.ubuntu.com/dists/jammy/InRelease  Could not resolve 'ports.ubuntu.com'
   W: Failed to fetch http://ports.ubuntu.com/dists/jammy-security/InRelease  Could not resolve 'ports.ubuntu.com'
   W: Failed to fetch http://ports.ubuntu.com/dists/jammy-updates/InRelease  Could not resolve 'ports.ubuntu.com'
   W: Failed to fetch http://ports.ubuntu.com/dists/jammy-backports/InRelease  Could not resolve 'ports.ubuntu.com'
   W: Failed to fetch http://apt.armbian.com/dists/jammy/InRelease  Could not resolve 'apt.armbian.com'
   W: Failed to fetch http://cli.github.com/packages/dists/stable/InRelease  Could not resolve 'cli.github.com'
   W: Failed to fetch http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/dists/vscodium/InRelease  Could not resolve 'paulcarroty.gitlab.io'
   W: Some index files failed to download. They have been ignored, or old ones used instead.
--> (1612) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1612) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1612) INFO: Installing AGGREGATED_PACKAGES_IMAGE packages [ ethtool ]
--> (1612) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1612) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1612) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1612) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends --dry-run install ethtool 2>&1 | { grep --line-buffered -v -e '^Conf ' -e '^Inst ' || true; }
--> (1614) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1614) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1614) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1614) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1614) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1614) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends --download-only install ethtool
--> (1616) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1616) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1616) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1616) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1616) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1616) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 --no-install-recommends install ethtool
--> (1618) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1618) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1618) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/output/debs/linux-u-boot-nanopct4-edge_2022.04-Se4b6-Pd69e-B6324_arm64.deb /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/linux-u-boot-nanopct4-edge_2022.04-Se4b6-Pd69e-B6324_arm64.deb
   '/home/reds/patch_series_pcie_ep/build/output/debs/linux-u-boot-nanopct4-edge_2022.04-Se4b6-Pd69e-B6324_arm64.deb' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/linux-u-boot-nanopct4-edge_2022.04-Se4b6-Pd69e-B6324_arm64.deb'
--> (1618) DEBINSTALL: Installing [ linux-u-boot-nanopct4-edge_2022.04-Se4b6-Pd69e-B6324_arm64.deb ]
--> (1618) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1618) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1618) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1618) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 -o APT::Clean-Installed=0 --no-install-recommends install /root/linux-u-boot-nanopct4-edge_2022.04-Se4b6-Pd69e-B6324_arm64.deb
   Selecting previously unselected package linux-u-boot-nanopct4-edge.
   (Reading database ... 135592 files and directories currently installed.)
   Preparing to unpack .../linux-u-boot-nanopct4-edge_2022.04-Se4b6-Pd69e-B6324_arm64.deb ...
   Unpacking linux-u-boot-nanopct4-edge (2022.04-Se4b6-Pd69e-B6324) ...
   Setting up linux-u-boot-nanopct4-edge (2022.04-Se4b6-Pd69e-B6324) ...
--> (1628) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1628) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1628) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/output/debs/linux-image-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/linux-image-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb
   '/home/reds/patch_series_pcie_ep/build/output/debs/linux-image-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/linux-image-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb'
--> (1628) DEBINSTALL: Installing [ linux-image-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb ]
--> (1628) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1628) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1628) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1628) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 -o APT::Clean-Installed=0 --no-install-recommends install /root/linux-image-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb
   Selecting previously unselected package linux-image-edge-media.
   (Reading database ... 135600 files and directories currently installed.)
   Preparing to unpack .../linux-image-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb ...
   Armbian 'linux-image-edge-media' for '6.2.6-media': 'preinst' starting.
   + export DEB_MAINT_PARAMS=install
   + DEB_MAINT_PARAMS=install
   + export INITRD=Yes
   + INITRD=Yes
   + test -d /etc/kernel/preinst.d
   + mountpoint -q /boot
   + set +x
   Armbian 'linux-image-edge-media' for '6.2.6-media': 'preinst' finishing.
   Unpacking linux-image-edge-media (6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8) ...
   Setting up linux-image-edge-media (6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8) ...
   Armbian 'linux-image-edge-media' for '6.2.6-media': 'postinst' starting.
   + export 'DEB_MAINT_PARAMS=configure '
   + DEB_MAINT_PARAMS='configure '
   + export INITRD=Yes
   + INITRD=Yes
   + test -d /etc/kernel/postinst.d
   + run-parts --arg=6.2.6-media --arg=/boot/vmlinuz-6.2.6-media /etc/kernel/postinst.d
    * dkms: running auto installation service for kernel 6.2.6-media
      ...done.
   + echo 'Armbian: update last-installed kernel symlink to '\''Image'\''...'
   Armbian: update last-installed kernel symlink to 'Image'...
   + ln -sfv vmlinuz-6.2.6-media /boot/Image
   '/boot/Image' -> 'vmlinuz-6.2.6-media'
   + touch /boot/.next
   + set +x
   Armbian 'linux-image-edge-media' for '6.2.6-media': 'postinst' finishing.
--> (1654) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1654) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1654) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/output/debs/linux-dtb-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/linux-dtb-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb
   '/home/reds/patch_series_pcie_ep/build/output/debs/linux-dtb-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/linux-dtb-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb'
--> (1654) DEBINSTALL: Installing [ linux-dtb-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb ]
--> (1654) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1655) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1655) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1655) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 -o APT::Clean-Installed=0 --no-install-recommends install /root/linux-dtb-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb
   Selecting previously unselected package linux-dtb-edge-media.
   (Reading database ... 141627 files and directories currently installed.)
   Preparing to unpack .../linux-dtb-edge-media_6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8_arm64.deb ...
   Armbian 'linux-dtb-edge-media' for '6.2.6-media': 'preinst' starting.
   + rm -rf /boot/dtb
   + rm -rf /boot/dtb-6.2.6-media
   + set +x
   Armbian 'linux-dtb-edge-media' for '6.2.6-media': 'preinst' finishing.
   Unpacking linux-dtb-edge-media (6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8) ...
   Setting up linux-dtb-edge-media (6.2.6-Sfbe1-D2a58-P5f93-C7439Hfe66-Bd6b8) ...
   Armbian 'linux-dtb-edge-media' for '6.2.6-media': 'postinst' starting.
   + cd /boot
   + ln -sfT dtb-6.2.6-media dtb
   + set +x
   Armbian 'linux-dtb-edge-media' for '6.2.6-media': 'postinst' finishing.
--> (1665) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1665) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1665) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/output/debs/armbian-firmware_1-SA56ad-Bf566_all.deb /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/armbian-firmware_1-SA56ad-Bf566_all.deb
   '/home/reds/patch_series_pcie_ep/build/output/debs/armbian-firmware_1-SA56ad-Bf566_all.deb' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/armbian-firmware_1-SA56ad-Bf566_all.deb'
--> (1665) DEBINSTALL: Installing [ armbian-firmware_1-SA56ad-Bf566_all.deb ]
--> (1665) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1665) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1665) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1665) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 -o APT::Clean-Installed=0 --no-install-recommends install /root/armbian-firmware_1-SA56ad-Bf566_all.deb
   Selecting previously unselected package armbian-firmware.
   (Reading database ... 141726 files and directories currently installed.)
   Preparing to unpack .../armbian-firmware_1-SA56ad-Bf566_all.deb ...
   Unpacking armbian-firmware (1-SA56ad-Bf566) ...
   Setting up armbian-firmware (1-SA56ad-Bf566) ...
--> (1678) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1678) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1678) COMMAND: cp -pv /home/reds/patch_series_pcie_ep/build/output/debs/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb
   '/home/reds/patch_series_pcie_ep/build/output/debs/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb' -> '/home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/root/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb'
--> (1678) DEBINSTALL: Installing [ armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb ]
--> (1678) COMMAND: mkdir -pv /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1678) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1678) COMMAND: mount --bind /home/reds/patch_series_pcie_ep/build/cache/aptcache/lists/jammy-arm64 /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1678) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 -o APT::Clean-Installed=0 --no-install-recommends install /root/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb
   E: Failed to fetch http://ports.ubuntu.com/pool/universe/f/fping/fping_5.1-1_arm64.deb  Could not resolve 'ports.ubuntu.com'
   E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
   -->--> command failed with error code 100 after 69 seconds
--> (1747) WARNING: stacktrace for failed command [ exit code 100:chroot /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0 /bin/bash -e -o pipefail -c DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 -o APT::Clean-Installed=0 --no-install-recommends install /root/armbian-bsp-cli-nanopct4_23.05.0-trunk_arm64.deb
                     chroot_sdcard() --> lib/functions/logging/runners.sh:112
             chroot_sdcard_apt_get() --> lib/functions/logging/runners.sh:97
                install_deb_chroot() --> lib/functions/rootfs/apt-install.sh:41
      install_distribution_agnostic() --> lib/functions/rootfs/distro-agnostic.sh:365
                   do_with_logging() --> lib/functions/logging/section-logging.sh:81
            build_rootfs_and_image() --> lib/functions/main/rootfs-image.sh:28
      full_build_packages_rootfs_and_image() --> lib/functions/main/default-build.sh:19
             do_with_default_build() --> lib/functions/main/default-build.sh:26
            cli_standard_build_run() --> lib/functions/cli/cli-build.sh:26
           armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:135
                    cli_entrypoint() --> lib/functions/cli/entrypoint.sh:173
                              main() --> compile.sh:50 ]
--> (1747) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/cache/apt
--> (1747) COMMAND: umount /home/reds/patch_series_pcie_ep/build/.tmp/rootfs-d42a3aa9-4268-47db-87f0-64b17653a3d0/var/lib/apt/lists
--> (1747) ERROR: Error 1 occurred in main shell [ at /home/reds/patch_series_pcie_ep/build/lib/functions/rootfs/apt-install.sh:41
                install_deb_chroot() --> lib/functions/rootfs/apt-install.sh:41
      install_distribution_agnostic() --> lib/functions/rootfs/distro-agnostic.sh:365
                   do_with_logging() --> lib/functions/logging/section-logging.sh:81
            build_rootfs_and_image() --> lib/functions/main/rootfs-image.sh:28
      full_build_packages_rootfs_and_image() --> lib/functions/main/default-build.sh:19
             do_with_default_build() --> lib/functions/main/default-build.sh:26
            cli_standard_build_run() --> lib/functions/cli/cli-build.sh:26
           armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:135
                    cli_entrypoint() --> lib/functions/cli/entrypoint.sh:173
                              main() --> compile.sh:50
    ]
--> (1747) ERROR: Cleaning up [ please wait for cleanups to finish ]
--> (1747) INFO: Unmounting recursively [ SDCARD - be patient ]
--> (1748) INFO: Unmounting recursively [ MOUNT - be patient ]
------------------------------------------------------------------------------------------------------------

 

 

Link to comment
Share on other sites

Cannot reproduce. Just built with your parameters successfully.
 

BOARD=nanopct4 BRANCH=edge RELEASE=jammy BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_ONLY=no KERNEL_CONFIGURE=yes DESKTOP_ENVIRONMENT=xfce DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base DESKTOP_APPGROUPS_SELECTED="3dsupport browsers desktop_tools editors internet programming remote_desktop" COMPRESS_OUTPUTIMAGE=sha,img

 

Link to comment
Share on other sites

Thanks for trying this out, it is probably a network issue, if you have any pointers on how to debug this it would be great.

 

I have issues with apt from within the build but not from outside the build. I wonder if the chroot may cause this.

Running on Ubuntu 22.04.2 LTS

 

It happens every-time, even when I delete / reclone.

Link to comment
Share on other sites

I have run the build on another machine, the build gives the same error.

 

Edit : From the machine I can download the file in the error message without any issues when I use e.g., wget

 

   E: Failed to fetch http://ports.ubuntu.com/pool/universe/f/fping/fping_5.1-1_arm64.deb  Could not resolve 'ports.ubuntu.com'
   E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

 

wget http://ports.ubuntu.com/pool/universe/f/fping/fping_5.1-1_arm64.deb

 Downloads the file no problem...

Edited by rwk
Link to comment
Share on other sites

Hello,

I solved my problem by adding the following line in https://github.com/armbian/build/blob/main/lib/functions/rootfs/distro-agnostic.sh#L270 (just before the updating apt package list)

 

cp /etc/resolv.conf ${SDCARD}/etc/resolv.conf

 

I had to copy the whole file (just copy the nameserver wasn't enough).

 

I hope this helps if someone ends up with the same problem.

 

Cheers,

Rick

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines