JustPaste.it

Mac M1 Whonix try again

Script started on 2021-05-15 19:49:08+02:00 [TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="80" LINES="24"]
[sudo] password for parallels: 
+ set -e
+ true 'INFO: Currently running script: ./whonix_build --target' raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true
+++ dirname ./whonix_build
++ cd .
++ pwd
+ MYDIR=/home/parallels/Whonix
+ cd /home/parallels/Whonix
+ source ./help-steps/pre
++ '[' '!' '' = true ']'
++ set +x
+ source ./help-steps/colors
++ '[' '!' '' = true ']'
++ colors
++ '[' xterm-256color = '' ']'
++ [[ -t 2 ]]
++ export whonix_build_already_defined_colors=true
++ whonix_build_already_defined_colors=true
+ trap error_handler_whonix_build_one ERR
+ export WHONIX_BUILD_ONE_SCRIPT_STARTED=1
+ WHONIX_BUILD_ONE_SCRIPT_STARTED=1
+ main --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true
+ root_check
++ id -u
+ '[' 0 '!=' 0 ']'
+ echo 'INFO: Script running as root.'
INFO: Script running as root.
+ args='--target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true'
+ whonix_build_preparation --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true
+ cd help-steps
+ source parse-cmd
+ whonix_build_one_parse_cmd --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true
+ '[' '!' '' = 1 ']'
+ '[' '--target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true' = '' ']'
+ local build_machines_counter=0
+ local build_target_counter=0
+ :
+ case $1 in
+ true '[36mINFO: --target raw chosen.(B[m'
+ '[' raw = virtualbox ']'
+ '[' raw = root ']'
+ '[' raw = qcow2 ']'
+ '[' raw = raw ']'
+ build_target_counter=1
+ export WHONIX_BUILD_RAW=true
+ WHONIX_BUILD_RAW=true
+ shift 2
+ :
+ case $1 in
+ true '[36mINFO: --flavor whonix-workstation-xfce chosen.(B[m'
+ WHONIX_BUILD_FLAVOR=whonix-workstation-xfce
+ export WHONIX_BUILD_FLAVOR
+ '[' whonix-workstation-xfce = whonix-gateway-xfce ']'
+ '[' whonix-workstation-xfce = whonix-gateway-rpi ']'
+ '[' whonix-workstation-xfce = whonix-gateway-cli ']'
+ '[' whonix-workstation-xfce = whonix-workstation-xfce ']'
+ build_machines_counter=1
+ shift 2
+ :
+ case $1 in
+ export WHONIX_BUILD_BUILD=1
+ WHONIX_BUILD_BUILD=1
+ shift
+ :
+ case $1 in
+ '[' arm64 = '' ']'
+ export BUILD_TARGET_ARCH=arm64
+ BUILD_TARGET_ARCH=arm64
+ true '[36mBUILD_TARGET_ARCH set to arm64.(B[m'
+ shift 2
+ :
+ case $1 in
+ '[' true = false ']'
+ '[' true = true ']'
+ true '[36mINFO: Would build form untagged commits.(B[m'
+ export whonix_build_ignore_untagged=true
+ whonix_build_ignore_untagged=true
+ shift 2
+ :
+ case $1 in
+ '[' true = false ']'
+ '[' true = true ']'
+ true '[36mINFO: Would ignore if uncommitted changes detected.(B[m'
+ export whonix_build_ignore_uncommitted=true
+ whonix_build_ignore_uncommitted=true
+ shift 2
+ :
+ case $1 in
+ '[' '' = '' ']'
+ true
+ break
+ '[' arm64 = i386 ']'
+ '[' arm64 = arm64 ']'
+ '[' -n '' ']'
+ BUILD_KERNEL_PKGS=linux-image-arm64
+ '[' -n '' ']'
+ BUILD_HEADER_PKGS=linux-headers-arm64
+ '[' -n '' ']'
+ target_architecture_pretty_name=arm64
+ '[' -n arm64 ']'
+ '[' -n linux-image-arm64 ']'
+ '[' -n linux-headers-arm64 ']'
+ '[' -n arm64 ']'
+ export BUILD_TARGET_ARCH
+ export BUILD_KERNEL_PKGS
+ export BUILD_HEADER_PKGS
+ export target_architecture_pretty_name
+ echo '[36mINFO: BUILD_TARGET_ARCH    (--arch): arm64(B[m'
[36mINFO: BUILD_TARGET_ARCH    (--arch): arm64(B[m
+ echo '[36mINFO: BUILD_KERNEL_PKGS  (--kernel): linux-image-arm64(B[m'
[36mINFO: BUILD_KERNEL_PKGS  (--kernel): linux-image-arm64(B[m
+ echo '[36mINFO: BUILD_HEADER_PKGS (--headers): linux-headers-arm64(B[m'
[36mINFO: BUILD_HEADER_PKGS (--headers): linux-headers-arm64(B[m
+ '[' '' = '' ']'
+ echo '[36m[1mINFO: No --connection type '\''clearnet'\'' or '\''onion'\'' has been chosen. Defaulting whonix_build_sources_clearnet_or_onion to [4mclearnet[24m.
(Alternative value would be '\''onion'\''.)(B[m'
[36m[1mINFO: No --connection type 'clearnet' or 'onion' has been chosen. Defaulting whonix_build_sources_clearnet_or_onion to [4mclearnet[24m.
(Alternative value would be 'onion'.)(B[m
+ export whonix_build_sources_clearnet_or_onion=clearnet
+ whonix_build_sources_clearnet_or_onion=clearnet
+ '[' '!' '' = 1 ']'
+ '[' '!' 1 = 1 ']'
+ '[' 1 -gt 1 ']'
+ '[' 1 -le 0 ']'
+ '[' '' = 1 ']'
+ '[' '' = true ']'
+ '[' '' = true ']'
+ '[' true = true ']'
+ true
+ '[' '' = 1 ']'
+ export whonix_build_one_parsed=1
+ whonix_build_one_parsed=1
+ cd ..
+ trap error_handler_whonix_build_one ERR
+ trap - INT
+ trap - TERM
+ '[' '' = 1 ']'
+ '[' 1 = 1 ']'
+ whonix_build_machine
+ run-parts --verbose --test ./build-steps.d
./build-steps.d/1100_sanity-tests
./build-steps.d/1120_prepare-build-machine
./build-steps.d/1130_cowbuilder-setup
./build-steps.d/1150_export-libvirt-xml
./build-steps.d/1200_create-debian-packages
./build-steps.d/1300_create-raw-image
./build-steps.d/1700_install-packages
./build-steps.d/1800_copy_vms_into_raw
./build-steps.d/2300_run-chroot-scripts-post-d
./build-steps.d/2350_zerofree-raw
./build-steps.d/2376_build_arm64_fs
./build-steps.d/2400_convert-raw-to-qcow2
./build-steps.d/2500_convert-raw-to-vdi
./build-steps.d/2550_convert-raw-to-iso
./build-steps.d/2600_create-vbox-vm
./build-steps.d/2700_create-vm-text
./build-steps.d/2800_create-report
+ for whonix_build_one_build_step_current in ./build-steps.d/*
+ '[' -x ./build-steps.d/1100_sanity-tests ']'
+ '[' s = '~' ']'
+ echo ./build-steps.d/1100_sanity-tests
+ grep -q .dpkg-
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4mINFO: BEGIN: whonix_build_one_build_step_current: ./build-steps.d/1100_sanity-tests(B[m'
+ ././build-steps.d/1100_sanity-tests
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/1100_sanity-tests '
+++ dirname ././build-steps.d/1100_sanity-tests
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/parallels/Whonix/build-steps.d
+ cd /home/parallels/Whonix/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ '[' '!' '' = true ']'
++ set +x
+ source colors
++ '[' '!' true = true ']'
+ source variables
++ '[' '!' '' = true ']'
++ set +x
INFO: Setting... export UWT_DEV_PASSTHROUGH="1"
[36m[1mINFO: Variable dist_build_version was unset. Auto detected. Set to: 15.0.1.7.8(B[m
++ true '[1mINFO: Currently running script: ././build-steps.d/1100_sanity-tests (B[m'
++ true 'INFO: LD_PRELOAD: '
+ cd /home/parallels/Whonix/help-steps
+ cd ..
+ main
+ root_check
++ id -u
+ '[' 0 '!=' 0 ']'
+ echo 'INFO: Script running as root.'
INFO: Script running as root.
+ check-source-folder-permissions
+ true '[1m[36mINFO: PWD: /home/parallels/Whonix (B[m'
++ stat -c %U ././build-steps.d/1100_sanity-tests
+ stat_output_owner=parallels
++ stat -c %G ././build-steps.d/1100_sanity-tests
+ stat_output_group=parallels
+ '[' parallels = root ']'
+ '[' parallels = root ']'
+ check-copy-vms-into-raw
+ '[' '' = 1 ']'
+ '[' workstation = kicksecure ']'
+ '[' '!' '' = true ']'
+ return 0
+ check-virtualbox-vm-exists
+ '[' '' = 1 ']'
+ '[' '!' '' = true ']'
+ return 0
+ check_required_packages_installed
+ local required_packages_list required_package_item
+ local 'required_packages_list=git time curl apt-cacher-ng lsb-release fakeroot'
+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' git
1:2.20.1-2+deb10u3+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' time
1.7-25.1+b1+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' curl
7.64.0-4+deb10u2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' apt-cacher-ng
3.2.1-1+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' lsb-release
10.2019051400+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' fakeroot
1.23-1+ signing_key
+ true 'INFO: GPG_AGENT_INFO: '
+ '[' false = false ']'
+ true
+ source /home/parallels/Whonix/help-steps/git_sanity_test
++ [[ /home/parallels/Whonix/help-steps/git_sanity_test != \.\/\.\/\b\u\i\l\d\-\s\t\e\p\s\.\d\/\1\1\0\0\_\s\a\n\i\t\y\-\t\e\s\t\s ]]
++ script_was_sourced=true
++ '[' true = false ']'
++ '[' true = false ']'
+ git_sanity_test_main
+ git_sanity_test_parse_cmd
+ true 'INFO: git_sanity_test_parse_cmd | args: '
+ :
+ case $1 in
+ break
+ git_sanity_test_check_for_untagged_commits
++ git describe --always --abbrev=0
+ git_tag_nearest=15.0.1.7.8-developers-only
++ git describe --always --abbrev=1000000000
+ git_tag_current=15.0.1.7.8-developers-only
+ true '[36m/home/parallels/Whonix/help-steps/git_sanity_test INFO: git_tag_nearest: 15.0.1.7.8-developers-only (B[m'
+ true '[36m/home/parallels/Whonix/help-steps/git_sanity_test INFO: git_tag_current: 15.0.1.7.8-developers-only (B[m'
+ '[' 15.0.1.7.8-developers-only == 15.0.1.7.8-developers-only ']'
+ true '[36m/home/parallels/Whonix/help-steps/git_sanity_test INFO: Git reports tagged commit. (B[m'
+ git_sanity_test_check_for_uncommitted_changes
++ git status --porcelain
+ '[' -n '?? whonix_build_output.txt' ']'
+ '[' true = true ']'
+ true '[1m[36m/home/parallels/Whonix/help-steps/git_sanity_test INFO: Git reports uncommitted changes! But you requested to ignore uncommitted changes, continuing... (B[m'
+ true '[36m/home/parallels/Whonix/help-steps/git_sanity_test INFO: Running "git status" for debugging. (B[m'
+ git status
[31mNot currently on any branch.[m
Untracked files:
  (use "git add <file>..." to include in what will be committed)

    [31mwhonix_build_output.txt[m

nothing added to commit but untracked files present (use "git add" to track)
+ true '[36m/home/parallels/Whonix/help-steps/git_sanity_test INFO: Running git "clean -d --force --force --dry-run" for debugging. (B[m'
+ git clean -d --force --force --dry-run
Would remove whonix_build_output.txt
+ true
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1621100954
+++ date +%s
++ benchmarktimeend=1621100954
++ benchmark_took_seconds=0
+++ convertsecs 0
+++ local h m s
+++ (( h=0/3600 ))
+++ true
+++ (( m=(0%3600)/60 ))
+++ true
+++ (( s=0%60 ))
+++ true
+++ printf '%02d:%02d:%02d\n' 0 0 0
++ echo 00:00:00
+ benchmark_took_time=00:00:00
+ output_cmd_set
+ '[' -o xtrace ']'
+ output_cmd=true
+ '[' 0 = 0 ']'
+ true '[1mINFO: End of: ././build-steps.d/1100_sanity-tests | exit_code: [4m0[24m | error(s) detected: [4m0[24m | benchmark: 00:00:00(B[m'
+ exit 0
+ true '[36m[1m[4mINFO: END  : whonix_build_one_build_step_current: ./build-steps.d/1100_sanity-tests(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ for whonix_build_one_build_step_current in ./build-steps.d/*
+ '[' -x ./build-steps.d/1120_prepare-build-machine ']'
+ '[' e = '~' ']'
+ echo ./build-steps.d/1120_prepare-build-machine
+ grep -q .dpkg-
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4mINFO: BEGIN: whonix_build_one_build_step_current: ./build-steps.d/1120_prepare-build-machine(B[m'
+ ././build-steps.d/1120_prepare-build-machine
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/1120_prepare-build-machine '
+++ dirname ././build-steps.d/1120_prepare-build-machine
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/parallels/Whonix/build-steps.d
+ cd /home/parallels/Whonix/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ '[' '!' '' = true ']'
++ set +x
+ source colors
++ '[' '!' true = true ']'
+ source variables
++ '[' '!' '' = true ']'
++ set +x
INFO: Setting... export UWT_DEV_PASSTHROUGH="1"
[36m[1mINFO: Variable dist_build_version was unset. Auto detected. Set to: 15.0.1.7.8(B[m
++ true '[1mINFO: Currently running script: ././build-steps.d/1120_prepare-build-machine (B[m'
++ true 'INFO: LD_PRELOAD: '
+ cd /home/parallels/Whonix/help-steps
+ cd ..
+ main
+ root_check
++ id -u
+ '[' 0 '!=' 0 ']'
+ echo 'INFO: Script running as root.'
INFO: Script running as root.
+ build_machine_setup
+ '[' '' = 1 ']'
+ local id_exit_code
+ id_exit_code=0
+ id parallels
uid=1000(parallels) gid=1000(parallels) groups=1000(parallels),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),109(netdev),112(bluetooth),115(scanner)
+ '[' 0 = 1 ']'
+ '[' 0 = 0 ']'
+ true '[36mINFO: Not creating user "parallels" with password "changeme", because it already exists.(B[m'
+ addgroup parallels sudo
The user `parallels' is already a member of `sudo'.
+ '[' '!' 1 = 1 ']'
+ true 'INFO: Benchmarking "sudo $SUDO_OPTS echo "This is a test echo." using "time"...'
+ sudo --non-interactive -u parallels echo 'This is a test echo.'
This is a test echo.

real    0m0.003s
user    0m0.002s
sys    0m0.000s
+ true 'INFO: Updating git sub modules...'
+ sudo --non-interactive -u parallels git submodule sync --recursive
Synchronizing submodule url for 'packages/anon-apps-config'
Synchronizing submodule url for 'packages/anon-apt-sources-list'
Synchronizing submodule url for 'packages/anon-connection-wizard'
Synchronizing submodule url for 'packages/anon-gw-anonymizer-config'
Synchronizing submodule url for 'packages/anon-gw-base-files'
Synchronizing submodule url for 'packages/anon-icon-pack'
Synchronizing submodule url for 'packages/anon-meta-packages'
Synchronizing submodule url for 'packages/anon-shared-build-apt-sources-tpo'
Synchronizing submodule url for 'packages/anon-ws-base-files'
Synchronizing submodule url for 'packages/anon-ws-disable-stacked-tor'
Synchronizing submodule url for 'packages/apparmor-profile-dist'
Synchronizing submodule url for 'packages/apparmor-profile-everything'
Synchronizing submodule url for 'packages/apparmor-profile-hexchat'
Synchronizing submodule url for 'packages/apparmor-profile-thunderbird'
Synchronizing submodule url for 'packages/apparmor-profile-torbrowser'
Synchronizing submodule url for 'packages/binaries-freedom'
Synchronizing submodule url for 'packages/bindp'
Synchronizing submodule url for 'packages/bootclockrandomization'
Synchronizing submodule url for 'packages/corridor'
Synchronizing submodule url for 'packages/damngpl'
Synchronizing submodule url for 'packages/debug-misc'
Synchronizing submodule url for 'packages/dist-base-files'
Synchronizing submodule url for 'packages/genmkfile'
Synchronizing submodule url for 'packages/gpg-bash-lib'
Synchronizing submodule url for 'packages/grub-live'
Synchronizing submodule url for 'packages/hardened-kernel'
Synchronizing submodule url for 'packages/hardened_malloc'
Synchronizing submodule url for 'packages/helper-scripts'
Synchronizing submodule url for 'packages/kicksecure-base-files'
Synchronizing submodule url for 'packages/kicksecure-meta-packages'
Synchronizing submodule url for 'packages/kicksecure-network-conf'
Synchronizing submodule url for 'packages/kloak'
Synchronizing submodule url for 'packages/live-config-dist'
Synchronizing submodule url for 'packages/lkrg'
Synchronizing submodule url for 'packages/monero-gui'
Synchronizing submodule url for 'packages/msgcollector'
Synchronizing submodule url for 'packages/onion-grater'
Synchronizing submodule url for 'packages/open-link-confirmation'
Synchronizing submodule url for 'packages/qubes-whonix'
Synchronizing submodule url for 'packages/rads'
Synchronizing submodule url for 'packages/repository-dist'
Synchronizing submodule url for 'packages/ro-mode-init'
Synchronizing submodule url for 'packages/sandbox-app-launcher'
Synchronizing submodule url for 'packages/sdwdate'
Synchronizing submodule url for 'packages/sdwdate-gui'
Synchronizing submodule url for 'packages/security-misc'
Synchronizing submodule url for 'packages/serial-console-enable'
Synchronizing submodule url for 'packages/setup-dist'
Synchronizing submodule url for 'packages/setup-wizard-dist'
Synchronizing submodule url for 'packages/swap-file-creator'
Synchronizing submodule url for 'packages/systemcheck'
Synchronizing submodule url for 'packages/tb-default-browser'
Synchronizing submodule url for 'packages/tb-starter'
Synchronizing submodule url for 'packages/tb-updater'
Synchronizing submodule url for 'packages/timesanitycheck'
Synchronizing submodule url for 'packages/tirdad'
Synchronizing submodule url for 'packages/tor-control-panel'
Synchronizing submodule url for 'packages/usability-misc'
Synchronizing submodule url for 'packages/uwt'
Synchronizing submodule url for 'packages/vm-config-dist'
Synchronizing submodule url for 'packages/whonix-base-files'
Synchronizing submodule url for 'packages/whonix-developer-meta-files'
Synchronizing submodule url for 'packages/whonix-firewall'
Synchronizing submodule url for 'packages/whonix-gw-network-conf'
Synchronizing submodule url for 'packages/whonix-initializer'
Synchronizing submodule url for 'packages/whonix-legacy'
Synchronizing submodule url for 'packages/whonix-libvirt'
Synchronizing submodule url for 'packages/whonix-welcome-page'
Synchronizing submodule url for 'packages/whonix-ws-network-conf'
Synchronizing submodule url for 'packages/whonix-xfce-desktop-config'
+ sudo --non-interactive -u parallels git submodule update --init --recursive --jobs=200
+ true 'INFO: Updated git sub modules.'
+ mkdir -p /usr/lib/security-misc
+ cp /home/parallels/Whonix/packages/security-misc//usr/lib/security-misc/apt-get-wrapper /usr/lib/security-misc/apt-get-wrapper
+ cp /home/parallels/Whonix/packages/security-misc//usr/lib/security-misc/apt-get-update-sanity-test /usr/lib/security-misc/apt-get-update-sanity-test
+ /home/parallels/Whonix/packages/security-misc//usr/lib/security-misc/apt-get-wrapper -o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew -o Dir::Etc::sourcelist=/home/parallels/Whonix/build_sources/debian_stable_current_clearnet.list -o Dir::Etc::sourceparts=- update
Hit:1 http://HTTPS///deb.debian.org/debian-security buster/updates InRelease
Hit:2 http://HTTPS///deb.debian.org/debian buster-updates InRelease
Hit:3 http://HTTPS///deb.debian.org/debian buster InRelease
Reading package lists...
+ '[' '!' 0 = 0 ']'
+ local packages_to_be_installed
+ packages_to_be_installed+='  sudo  ronn  diffutils  debhelper  dialog  haveged  devscripts  git  reprepro  libfile-fcntllock-perl  config-package-dev  dh-apparmor  dh-systemd  dh-python  build-essential  lintian  gawk  bash-completion  grep  debian-archive-keyring  vbindiff  lsb-release  pv  python-all-dev  python-stdeb  time  cowbuilder  strip-nondeterminism  mktorrent  apt-transport-tor  python  gnupg2  apt-cacher-ng  fakeroot  binfmt-support  qemu  qemu-user-static  signify-openbsd  codecrypt  '
+ '[' '' = true ']'
+ true 'INFO: Not installing eatmydata, because not using '\''--unsafe-io true'\''.'
+ '[' 0 = 1 ']'
+ packages_to_be_installed+=' grml-debootstrap kpartx mksh parted qemu-utils '
+ packages_to_be_installed+=' qemu-utils '
+ packages_to_be_installed+=' zerofree '
+ '[' whonix-workstation-xfce = whonix-gateway-rpi ']'
+ '[' '' = true ']'
+ '[' '' = true ']'
+ apt-get -o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew -o Dir::Etc::sourcelist=/home/parallels/Whonix/build_sources/debian_stable_current_clearnet.list -o Dir::Etc::sourceparts=- --no-install-recommends --yes install sudo ronn diffutils debhelper dialog haveged devscripts git reprepro libfile-fcntllock-perl config-package-dev dh-apparmor dh-systemd dh-python build-essential lintian gawk bash-completion grep debian-archive-keyring vbindiff lsb-release pv python-all-dev python-stdeb time cowbuilder strip-nondeterminism mktorrent apt-transport-tor python gnupg2 apt-cacher-ng fakeroot binfmt-support qemu qemu-user-static signify-openbsd codecrypt grml-debootstrap kpartx mksh parted qemu-utils qemu-utils zerofree

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done

 

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

 

Reading state information... 0%

Reading state information... 0%

Reading state information... Done


git is already the newest version (1:2.20.1-2+deb10u3).
qemu is already the newest version (1:3.1+dfsg-8+deb10u8).
qemu-user-static is already the newest version (1:3.1+dfsg-8+deb10u8).
qemu-utils is already the newest version (1:3.1+dfsg-8+deb10u8).
sudo is already the newest version (1.8.27-1+deb10u3).
dh-apparmor is already the newest version (2.13.2-10).
apt-cacher-ng is already the newest version (3.2.1-1).
apt-transport-tor is already the newest version (0.4).
bash-completion is already the newest version (1:2.8-6).
binfmt-support is already the newest version (2.2.0-2).
build-essential is already the newest version (12.6).
codecrypt is already the newest version (1.8-1).
config-package-dev is already the newest version (5.5).
cowbuilder is already the newest version (0.88).
debhelper is already the newest version (12.1.1).
dh-systemd is already the newest version (12.1.1).
debian-archive-keyring is already the newest version (2019.1+deb10u1).
devscripts is already the newest version (2.19.5+deb10u1).
dh-python is already the newest version (3.20190308).
dialog is already the newest version (1.3-20190211-1).
diffutils is already the newest version (1:3.7-3).
fakeroot is already the newest version (1.23-1).
gawk is already the newest version (1:4.2.1+dfsg-1).
gnupg2 is already the newest version (2.2.12-1+deb10u1).
grep is already the newest version (3.3-1).
grml-debootstrap is already the newest version (0.89).
haveged is already the newest version (1.9.1-7).
libfile-fcntllock-perl is already the newest version (0.22-3+b5).
lintian is already the newest version (2.15.0).
lsb-release is already the newest version (10.2019051400).
mksh is already the newest version (57-1).
mktorrent is already the newest version (1.1-1).
kpartx is already the newest version (0.7.9-3+deb10u1).
parted is already the newest version (3.2-25).
pv is already the newest version (1.6.6-1).
python is already the newest version (2.7.16-1).
python-all-dev is already the newest version (2.7.16-1).
reprepro is already the newest version (5.3.0-1).
ronn is already the newest version (0.8.0-2+deb10u1).
signify-openbsd is already the newest version (24-1).
python-stdeb is already the newest version (0.8.5-1).
strip-nondeterminism is already the newest version (1.1.2-1).
time is already the newest version (1.7-25.1+b1).
vbindiff is already the newest version (3.0-beta5-1+b1).
zerofree is already the newest version (1.1.1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ '[' '' = 1 ']'
+ '[' '' = true ']'
+ cat /usr/sbin/policy-rc.d
cat: /usr/sbin/policy-rc.d: No such file or directory
+ true
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1621100954
+++ date +%s
++ benchmarktimeend=1621100956
++ benchmark_took_seconds=2
+++ convertsecs 2
+++ local h m s
+++ (( h=2/3600 ))
+++ true
+++ (( m=(2%3600)/60 ))
+++ true
+++ (( s=2%60 ))
+++ printf '%02d:%02d:%02d\n' 0 0 2
++ echo 00:00:02
+ benchmark_took_time=00:00:02
+ output_cmd_set
+ '[' -o xtrace ']'
+ output_cmd=true
+ '[' 0 = 0 ']'
+ true '[1mINFO: End of: ././build-steps.d/1120_prepare-build-machine | exit_code: [4m0[24m | error(s) detected: [4m0[24m | benchmark: 00:00:02(B[m'
+ exit 0
+ true '[36m[1m[4mINFO: END  : whonix_build_one_build_step_current: ./build-steps.d/1120_prepare-build-machine(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ for whonix_build_one_build_step_current in ./build-steps.d/*
+ '[' -x ./build-steps.d/1130_cowbuilder-setup ']'
+ '[' p = '~' ']'
+ echo ./build-steps.d/1130_cowbuilder-setup
+ grep -q .dpkg-
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4mINFO: BEGIN: whonix_build_one_build_step_current: ./build-steps.d/1130_cowbuilder-setup(B[m'
+ ././build-steps.d/1130_cowbuilder-setup
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/1130_cowbuilder-setup '
+++ dirname ././build-steps.d/1130_cowbuilder-setup
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/parallels/Whonix/build-steps.d
+ cd /home/parallels/Whonix/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ '[' '!' '' = true ']'
++ set +x
+ source colors
++ '[' '!' true = true ']'
+ source variables
++ '[' '!' '' = true ']'
++ set +x
INFO: Setting... export UWT_DEV_PASSTHROUGH="1"
[36m[1mINFO: Variable dist_build_version was unset. Auto detected. Set to: 15.0.1.7.8(B[m
++ true '[1mINFO: Currently running script: ././build-steps.d/1130_cowbuilder-setup (B[m'
++ true 'INFO: LD_PRELOAD: '
+ cd /home/parallels/Whonix/help-steps
+ cd ..
+ main
+ '[' '' = true ']'
+ root_check
++ id -u
+ '[' 0 '!=' 0 ']'
+ echo 'INFO: Script running as root.'
INFO: Script running as root.
+ cowbuilder_setup
+ cowbuilder_setup_do
+ true '[1m[32mINFO(B[m: Setting up cowbuilder...'
++ cat /home/parallels/Whonix/build_sources/debian_stable_current_clearnet.list
+ whonix_build_sources_list_primary_contents='## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## Using specific codenames (for example: "buster") rather than generic code
## names (for example: "stable") because grml-debootstrap did not support
## generic code names for --release. See also:
## github.com/grml/grml-debootstrap/issues/37

## Using contrib, because it contains virtualbox-guest-x11.

## Added deb-src so source package can also be downloaded.

deb http://HTTPS///deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian-security/ buster/updates main contrib non-free

deb http://HTTPS///deb.debian.org/debian buster-updates main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian buster-updates main contrib non-free

deb http://HTTPS///deb.debian.org/debian buster main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian buster main contrib non-free

## Last entry must be a "good" one since whonix_build_apt_stable_release is set
## from last line starting with '\''deb'\''. Should be "buster" (stable) and not
## backports or something else.'
+ export whonix_build_sources_list_primary_contents
+ '[' '' = true ']'
+ test -f /etc/hostname
+ '[' '' = true ']'
+ cat /home/parallels/whonix_binary/pbuilder.conf
## This is an auto generated file.
## Auto generated by /home/parallels/Whonix/help-steps/variables.
## Edits will be lost!

## Debugging.
#set -x

APTGETOPT[${#APTGETOPT[@]}]="-o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew"

APTGETOPT[${#APTGETOPT[@]}]="-o Acquire::BlockDotOnion=false"

export whonix_aptgetop_file

## making pbuilder /usr/lib/pbuilder/pbuilder-createbuildenv work with mmdebstrap.
## so it can be read by help-steps/pbuilder-debootstrap-command-filter
export BUILDPLACE

## Debugging.
true "APTGETOPT: ${APTGETOPT[@]}"
true "BUILDPLACE: $BUILDPLACE"
true "whonix_aptgetop_file: $whonix_aptgetop_file"

APTCACHEHARDLINK=no

## E: Cross building is possible only with the APT dependency resolver
PBUILDERSATISFYDEPENDSCMD=/usr/lib/pbuilder/pbuilder-satisfydepends-apt

## End of /home/parallels/whonix_binary/pbuilder.conf.

+ for whonix_build_multiarch_package_item in $make_cross_build_platform_list
+ export whonix_build_multiarch_package_item
+ cow_folder=/var/cache/pbuilder/cow.cow_arm64
+ base_folder=/var/cache/pbuilder/base.cow_arm64
+ '[' -d /var/cache/pbuilder/base.cow_arm64 ']'
+ /home/parallels/Whonix/help-steps/umount_kill.sh /var/cache/pbuilder/base.cow_arm64/
-> Attempting to kill any processes still running in '/var/cache/pbuilder/base.cow_arm64/' before un-mounting
+ rm --recursive --force /var/cache/pbuilder/base.cow_arm64
+ local cowbuilder_exit_code
+ cowbuilder_exit_code=0
+ env http_proxy=http://127.0.0.1:3142 SOURCE_DATE_EPOCH=1548374400 cowbuilder --architecture arm64 --configfile /home/parallels/whonix_binary/pbuilder.conf --create --basepath /var/cache/pbuilder/base.cow_arm64 --buildplace /var/cache/pbuilder/cow.cow_arm64 --distribution buster --mirror http://HTTPS///deb.debian.org/debian --debootstrap /home/parallels/Whonix/help-steps/pbuilder-debootstrap-command-filter --hookdir /home/parallels/Whonix/help-steps/pbuilder-hooks --extrapackages 'sudo devscripts debhelper strip-nondeterminism fakeroot apt-transport-tor python eatmydata aptitude cowdancer'
[0mI: Invoking pbuilder[0m
[0mI: forking: pbuilder create --configfile /home/parallels/whonix_binary/pbuilder.conf --debootstrap /home/parallels/Whonix/help-steps/pbuilder-debootstrap-command-filter --hookdir /home/parallels/Whonix/help-steps/pbuilder-hooks --buildplace /var/cache/pbuilder/base.cow_arm64 --mirror http://HTTPS///deb.debian.org/debian --architecture arm64 --distribution buster --no-targz --extrapackages 'sudo devscripts debhelper strip-nondeterminism fakeroot apt-transport-tor python eatmydata aptitude cowdancer cowdancer'[0m
W: /root/.pbuilderrc does not exist
[0mI: Running in no-targz mode[0m
[0mI: Distribution is buster.[0m
[0mI: Current time: Sat May 15 17:49:16 UTC 2021[0m
[0mI: pbuilder-time-stamp: 1621100956[0m
[0mI: Building the build environment[0m
[0mI: running /home/parallels/Whonix/help-steps/pbuilder-debootstrap-command-filter[0m
/home/parallels/Whonix/help-steps/pbuilder-debootstrap-command-filter
+ set -e
+ true '[1mINFO: Currently running /home/parallels/Whonix/help-steps/pbuilder-debootstrap-command-filter.(B[m'
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster /var/cache/pbuilder/base.cow_arm64 http://HTTPS///deb.debian.org/debian'
+ true 'BUILDPLACE: /var/cache/pbuilder/base.cow_arm64'
+ true 'whonix_build_sources_list_primary: /home/parallels/Whonix/build_sources/debian_stable_current_clearnet.list'
+ true 'http_proxy: http://127.0.0.1:3142'
+ true 'REPO_PROXY: '
+ true 'APTGETOPT: '
+ true 'BUILD_TARGET_ARCH: arm64'
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster /var/cache/pbuilder/base.cow_arm64 http://HTTPS///deb.debian.org/debian'
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster /var/cache/pbuilder/base.cow_arm64 http://HTTPS///deb.debian.org/debian'
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster /var/cache/pbuilder/base.cow_arm64 http://HTTPS///deb.debian.org/debian'
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster /var/cache/pbuilder/base.cow_arm64 http://HTTPS///deb.debian.org/debian'
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster /var/cache/pbuilder/base.cow_arm64 http://HTTPS///deb.debian.org/debian'
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster /var/cache/pbuilder/base.cow_arm64 http://HTTPS///deb.debian.org/debian'
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster /var/cache/pbuilder/base.cow_arm64 '
+ args='--arch=arm64 --include=apt --variant=buildd --force-check-gpg buster  '
+ args='--arch=arm64 --include=apt --variant=buildd  buster  '
+ args='--arch=arm64 --include=apt --variant=buildd  buster  '
+ args='--arch=arm64  --variant=buildd  buster  '
+ args='--arch=arm64    buster  '
+ true 'args: --arch=arm64    buster  '
+ '[' /var/cache/pbuilder/base.cow_arm64 = '' ']'
+ true '/home/parallels/Whonix/help-steps/pbuilder-debootstrap-command-filter: probably called by called by pbuilder'
+ include_opt=--include=apt,sudo,devscripts,debhelper,strip-nondeterminism,fakeroot,apt-transport-tor,python,eatmydata,aptitude,cowdancer
+ cat /home/parallels/whonix_binary/aptgetopt.conf
Acquire::http::Proxy "http://127.0.0.1:3142";
Acquire::https::Proxy "http://127.0.0.1:3142";
Acquire::tor::Proxy "http://127.0.0.1:3142";
Acquire::Languages none;
Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled false;
Apt::Install-Recommends false;
Acquire::Retries 3;
Dpkg::Options --force-confnew;
+ /home/parallels/Whonix/help-steps/mmdebstrap --verbose --debug --variant=required --architectures=arm64 --aptopt=/home/parallels/whonix_binary/aptgetopt.conf --include=apt,sudo,devscripts,debhelper,strip-nondeterminism,fakeroot,apt-transport-tor,python,eatmydata,aptitude,cowdancer --arch=arm64 buster /var/cache/pbuilder/base.cow_arm64
[32mI: 4405 2988 automatically chosen mode: root[0m
[0mD: 4405 3068 Native architecture (outside): arm64[0m
[0mD: 4405 3069 Native architecture (inside): arm64[0m
[0mD: 4405 3071 Foreign architectures (inside): [0m
[32mI: 4405 3222 chroot architecture arm64 is equal to the host's architecture[0m
[0mD: 4405 3614 sources list entries:[0m
[0mD: 4405 3619 type: one-line[0m
[0mD: 4405 3620 content:[0m
[0mD: 4405 3622   deb http://deb.debian.org/debian buster main[0m
[0mD: 4405 3622   deb http://deb.debian.org/debian buster-updates main[0m
[0mD: 4405 3622   deb http://security.debian.org/debian-security buster/updates main[0m
[0mD: 4405 4038 starting to listen for hooks[0m
[0mD: 4405 4048 reading from parentsock[0m
[0mD: 4418 1175 aptopts: [/home/parallels/whonix_binary/aptgetopt.conf][0m
[0mD: 4418 1175 apttrusted: /etc/apt/trusted.gpg[0m
[0mD: 4418 1175 apttrustedparts: /etc/apt/trusted.gpg.d/[0m
[0mD: 4418 1175 architectures: [arm64, arm64][0m
[0mD: 4418 1175 components: [main][0m
[0mD: 4418 1175 customize_hook: [][0m
[0mD: 4418 1175 dpkgopts: [][0m
[0mD: 4418 1175 dryrun: 0[0m
[0mD: 4418 1175 essential_hook: [][0m
[0mD: 4418 1175 foreignarchs: [][0m
[0mD: 4418 1175 havemknod: 1[0m
[0mD: 4418 1175 hooksock: GLOB[0m
[0mD: 4418 1175 include: [apt,sudo,devscripts,debhelper,strip-nondeterminism,fakeroot,apt-transport-tor,python,eatmydata,aptitude,cowdancer][0m
[0mD: 4418 1175 makesqfs: 0[0m
[0mD: 4418 1175 maketar: 0[0m
[0mD: 4418 1175 mode: root[0m
[0mD: 4418 1175 nativearch: arm64[0m
[0mD: 4418 1175 noop: [][0m
[0mD: 4418 1175 root: /var/cache/pbuilder/base.cow_arm64[0m
[0mD: 4418 1175 setup_hook: [][0m
[0mD: 4418 1175 sourceslists: [HASH(0xaaab26777428)][0m
[0mD: 4418 1175 target: /var/cache/pbuilder/base.cow_arm64[0m
[0mD: 4418 1175 variant: required[0m
APT "";
APT::Architecture "arm64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "false";
APT::Install-Suggests "0";
APT::Sandbox "";
APT::Sandbox::User "_apt";
APT::Architectures "";
APT::Architectures:: "arm64";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "0";
APT::Compressor::zstd "";
APT::Compressor::zstd::Name "zstd";
APT::Compressor::zstd::Extension ".zst";
APT::Compressor::zstd::Binary "false";
APT::Compressor::zstd::Cost "60";
APT::Compressor::lz4 "";
APT::Compressor::lz4::Name "lz4";
APT::Compressor::lz4::Extension ".lz4";
APT::Compressor::lz4::Binary "false";
APT::Compressor::lz4::Cost "50";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "100";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-6n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "200";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "300";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-6";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "400";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-6";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::UncompressArg:: "-d";
Dir "/var/cache/pbuilder/base.cow_arm64";
Dir::State "var/lib/apt";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::Status "/var/cache/pbuilder/base.cow_arm64/var/lib/dpkg/status";
Dir::State::extended_states "extended_states";
Dir::Cache "var/cache/apt";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::netrcparts "auth.conf.d";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "/etc/apt/trusted.gpg";
Dir::Etc::trustedparts "/etc/apt/trusted.gpg.d/";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::solvers "";
Dir::Bin::solvers:: "/usr/lib/apt/solvers";
Dir::Bin::planners "";
Dir::Bin::planners:: "/usr/lib/apt/planners";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Bin::gzip "/bin/gzip";
Dir::Bin::bzip2 "/bin/bzip2";
Dir::Bin::xz "/usr/bin/xz";
Dir::Bin::lz4 "/usr/bin/lz4";
Dir::Bin::zstd "/usr/bin/zstd";
Dir::Bin::lzma "/usr/bin/xz";
Dir::Media "";
Dir::Media::MountPath "/media/apt";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Log::Planner "eipp.log.xz";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.ucf-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Dir::Ignore-Files-Silently:: "\.distUpgrade$";
Acquire "";
Acquire::AllowInsecureRepositories "0";
Acquire::AllowWeakRepositories "0";
Acquire::AllowDowngradeToInsecureRepositories "0";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom/";
Acquire::IndexTargets "";
Acquire::IndexTargets::deb "";
Acquire::IndexTargets::deb::Packages "";
Acquire::IndexTargets::deb::Packages::MetaKey "$(COMPONENT)/binary-$(ARCHITECTURE)/Packages";
Acquire::IndexTargets::deb::Packages::flatMetaKey "Packages";
Acquire::IndexTargets::deb::Packages::ShortDescription "Packages";
Acquire::IndexTargets::deb::Packages::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Packages";
Acquire::IndexTargets::deb::Packages::flatDescription "$(RELEASE) Packages";
Acquire::IndexTargets::deb::Packages::Optional "0";
Acquire::IndexTargets::deb::Translations "";
Acquire::IndexTargets::deb::Translations::MetaKey "$(COMPONENT)/i18n/Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatMetaKey "$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::ShortDescription "Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::Description "$(RELEASE)/$(COMPONENT) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatDescription "$(RELEASE) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Contents-deb "";
Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled "false";
Acquire::IndexTargets::deb-src "";
Acquire::IndexTargets::deb-src::Sources "";
Acquire::IndexTargets::deb-src::Sources::MetaKey "$(COMPONENT)/source/Sources";
Acquire::IndexTargets::deb-src::Sources::flatMetaKey "Sources";
Acquire::IndexTargets::deb-src::Sources::ShortDescription "Sources";
Acquire::IndexTargets::deb-src::Sources::Description "$(RELEASE)/$(COMPONENT) Sources";
Acquire::IndexTargets::deb-src::Sources::flatDescription "$(RELEASE) Sources";
Acquire::IndexTargets::deb-src::Sources::Optional "0";
Acquire::Changelogs "";
Acquire::Changelogs::URI "";
Acquire::Changelogs::URI::Origin "";
Acquire::Changelogs::URI::Origin::Debian "https://metadata.ftp-master.debian.org/changelogs/@CHANGEPATH@_changelog";
Acquire::Changelogs::URI::Origin::Ubuntu "https://changelogs.ubuntu.com/changelogs/pool/@CHANGEPATH@/changelog";
Acquire::Changelogs::AlwaysOnline "";
Acquire::Changelogs::AlwaysOnline::Origin "";
Acquire::Changelogs::AlwaysOnline::Origin::Ubuntu "1";
Acquire::Languages "";
Acquire::Languages:: "none";
Acquire::http "";
Acquire::http::Proxy "http://127.0.0.1:3142";
Acquire::https "";
Acquire::https::Proxy "http://127.0.0.1:3142";
Acquire::tor "";
Acquire::tor::Proxy "http://127.0.0.1:3142";
Acquire::Retries "3";
Acquire::CompressionTypes "";
Acquire::CompressionTypes::xz "xz";
Acquire::CompressionTypes::bz2 "bzip2";
Acquire::CompressionTypes::lzma "lzma";
Acquire::CompressionTypes::gz "gzip";
Acquire::CompressionTypes::lz4 "lz4";
Acquire::CompressionTypes::zst "zstd";
DPkg "";
DPkg::Path "/usr/sbin:/usr/bin:/sbin:/bin";
DPkg::Options "--force-confnew";
pkgCacheGen "";
pkgCacheGen::ForceEssential ",";
Binary "apt-config";
Binary::apt "";
Binary::apt::APT "";
Binary::apt::APT::Color "1";
Binary::apt::APT::Cache "";
Binary::apt::APT::Cache::Show "";
Binary::apt::APT::Cache::Show::Version "2";
Binary::apt::APT::Cache::AllVersions "0";
Binary::apt::APT::Cache::ShowVirtuals "1";
Binary::apt::APT::Cache::Search "";
Binary::apt::APT::Cache::Search::Version "2";
Binary::apt::APT::Cache::ShowDependencyType "1";
Binary::apt::APT::Cache::ShowVersion "1";
Binary::apt::APT::Get "";
Binary::apt::APT::Get::Upgrade-Allow-New "1";
Binary::apt::APT::Get::Update "";
Binary::apt::APT::Get::Update::InteractiveReleaseInfoChanges "1";
Binary::apt::APT::Cmd "";
Binary::apt::APT::Cmd::Show-Update-Stats "1";
Binary::apt::APT::Keep-Downloaded-Packages "0";
Binary::apt::DPkg "";
Binary::apt::DPkg::Progress-Fancy "1";
CommandLine "";
CommandLine::AsString "apt-config dump";
[0mD: 4418 1548 content of /var/cache/pbuilder/base.cow_arm64/tmp/mmdebstrap.apt.conf.PjJVP_WrcnKi:[0m
Apt::Architecture "arm64";
Apt::Architectures "arm64";
Dir "/var/cache/pbuilder/base.cow_arm64";
Dir::State::Status "/var/cache/pbuilder/base.cow_arm64/var/lib/dpkg/status";
Dir::Etc::Trusted "/etc/apt/trusted.gpg";
Dir::Etc::TrustedParts "/etc/apt/trusted.gpg.d/";
pkgCacheGen::ForceEssential ",";
[32mI: 4418 1583 running apt-get update...[0m
Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [283 kB]
Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB]
Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
Fetched 8269 kB in 1s (9409 kB/s)
Reading package lists...
[0mD: 4418 1770 Identified the following Essential:yes packages:[0m
[0mD: 4418 1772    base-files[0m
[0mD: 4418 1772    base-passwd[0m
[0mD: 4418 1772    bash[0m
[0mD: 4418 1772    bsdutils[0m
[0mD: 4418 1772    coreutils[0m
[0mD: 4418 1772    dash[0m
[0mD: 4418 1772    debianutils[0m
[0mD: 4418 1772    diffutils[0m
[0mD: 4418 1772    dpkg[0m
[0mD: 4418 1772    findutils[0m
[0mD: 4418 1772    grep[0m
[0mD: 4418 1772    gzip[0m
[0mD: 4418 1772    hostname[0m
[0mD: 4418 1772    init-system-helpers[0m
[0mD: 4418 1772    libc-bin[0m
[0mD: 4418 1772    login[0m
[0mD: 4418 1772    ncurses-base[0m
[0mD: 4418 1772    ncurses-bin[0m
[0mD: 4418 1772    perl-base[0m
[0mD: 4418 1772    sed[0m
[0mD: 4418 1772    sysvinit-utils[0m
[0mD: 4418 1772    tar[0m
[0mD: 4418 1772    util-linux[0m
[32mI: 4418 1778 downloading packages with apt...[0m
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  debconf fdisk gcc-8-base libacl1 libattr1 libaudit-common libaudit1
  libblkid1 libbz2-1.0 libc6 libcap-ng0 libdb5.3 libdebconfclient0 libfdisk1
  libgcc1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libmount1 libncursesw6
  libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre3
  libselinux1 libsmartcols1 libsystemd0 libtinfo6 libudev1 libuuid1 mawk
  zlib1g
Suggested packages:
  bash-doc debconf-doc debconf-utils whiptail | dialog
  libterm-readline-gnu-perl libgtk3-perl libnet-ldap-perl perl
  debconf-kde-helper diffutils-doc wdiff apt debsig-verify mlocate | locate
  less glibc-doc libc-l10n locales rng-tools libpam-doc sensible-utils bzip2
  ncompress xz-utils tar-scripts tar-doc dosfstools kbd | console-tools
  util-linux-locales
Recommended packages:
  bash-completion bsdmainutils apt-utils debconf-i18n manpages libidn2-0
  libgpg-error-l10n libgpm2 uuid-runtime
The following NEW packages will be installed:
  base-files base-passwd bash bsdutils coreutils dash debconf debianutils
  diffutils dpkg fdisk findutils gcc-8-base grep gzip hostname
  init-system-helpers libacl1 libattr1 libaudit-common libaudit1 libblkid1
  libbz2-1.0 libc-bin libc6 libcap-ng0 libdb5.3 libdebconfclient0 libfdisk1
  libgcc1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libmount1 libncursesw6
  libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre3
  libselinux1 libsmartcols1 libsystemd0 libtinfo6 libudev1 libuuid1 login mawk
  ncurses-base ncurses-bin perl-base sed sysvinit-utils tar util-linux zlib1g
0 upgraded, 57 newly installed, 0 to remove and 0 not upgraded.
Need to get 21.6 MB of archives.
After this operation, 83.0 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main arm64 gcc-8-base arm64 8.3.0-6 [191 kB]
Get:2 http://deb.debian.org/debian buster/main arm64 libc6 arm64 2.28-10 [2521 kB]
Get:3 http://deb.debian.org/debian buster/main arm64 libgcc1 arm64 1:8.3.0-6 [34.4 kB]
Get:4 http://deb.debian.org/debian buster/main arm64 mawk arm64 1.3.3-17+b3 [76.9 kB]
Get:5 http://deb.debian.org/debian buster/main arm64 base-files arm64 10.3+deb10u9 [69.9 kB]
Get:6 http://deb.debian.org/debian buster/main arm64 libtinfo6 arm64 6.1+20181013-2+deb10u2 [321 kB]
Get:7 http://deb.debian.org/debian buster/main arm64 debianutils arm64 4.8.6.1 [100 kB]
Get:8 http://deb.debian.org/debian buster/main arm64 bash arm64 5.0-4 [1346 kB]
Get:9 http://deb.debian.org/debian buster/main arm64 libgpg-error0 arm64 1.35-1 [68.4 kB]
Get:10 http://deb.debian.org/debian buster/main arm64 libgcrypt20 arm64 1.8.4-5 [487 kB]
Get:11 http://deb.debian.org/debian buster/main arm64 liblz4-1 arm64 1.8.3-1 [50.2 kB]
Get:12 http://deb.debian.org/debian buster/main arm64 liblzma5 arm64 5.2.4-1 [149 kB]
Get:13 http://deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB]
Get:14 http://deb.debian.org/debian buster/main arm64 bsdutils arm64 1:2.33.1-0.1 [118 kB]
Get:15 http://deb.debian.org/debian buster/main arm64 libattr1 arm64 1:2.4.48-4 [21.3 kB]
Get:16 http://deb.debian.org/debian buster/main arm64 libacl1 arm64 2.2.53-4 [29.6 kB]
Get:17 http://deb.debian.org/debian buster/main arm64 libpcre3 arm64 2:8.39-12 [317 kB]
Get:18 http://deb.debian.org/debian buster/main arm64 libselinux1 arm64 2.8-1+b1 [76.1 kB]
Get:19 http://deb.debian.org/debian buster/main arm64 coreutils arm64 8.30-3 [2647 kB]
Get:20 http://deb.debian.org/debian buster/main arm64 libbz2-1.0 arm64 1.0.6-9.2~deb10u1 [45.5 kB]
Get:21 http://deb.debian.org/debian buster/main arm64 zlib1g arm64 1:1.2.11.dfsg-1 [89.3 kB]
Get:22 http://deb.debian.org/debian buster/main arm64 tar arm64 1.30+dfsg-6 [768 kB]
Get:23 http://deb.debian.org/debian buster/main arm64 dpkg arm64 1.19.7 [2194 kB]
Get:24 http://deb.debian.org/debian buster/main arm64 perl-base arm64 5.28.1-6+deb10u1 [1403 kB]
Get:25 http://deb.debian.org/debian buster/main arm64 debconf all 1.5.71 [145 kB]
Get:26 http://deb.debian.org/debian buster/main arm64 dash arm64 0.5.10.2-5 [110 kB]
Get:27 http://deb.debian.org/debian buster/main arm64 diffutils arm64 1:3.7-3 [363 kB]
Get:28 http://deb.debian.org/debian buster/main arm64 findutils arm64 4.6.0+git+20190209-2 [676 kB]
Get:29 http://deb.debian.org/debian buster/main arm64 grep arm64 3.3-1 [366 kB]
Get:30 http://deb.debian.org/debian buster/main arm64 gzip arm64 1.9-3 [126 kB]
Get:31 http://deb.debian.org/debian buster/main arm64 hostname arm64 3.21 [14.5 kB]
Get:32 http://deb.debian.org/debian buster/main arm64 libaudit-common all 1:2.8.4-3 [22.4 kB]
Get:33 http://deb.debian.org/debian buster/main arm64 libcap-ng0 arm64 0.7.9-2 [13.8 kB]
Get:34 http://deb.debian.org/debian buster/main arm64 libaudit1 arm64 1:2.8.4-3 [56.6 kB]
Get:35 http://deb.debian.org/debian buster/main arm64 libpam0g arm64 1.3.1-5 [125 kB]
Get:36 http://deb.debian.org/debian buster/main arm64 libdb5.3 arm64 5.3.28+dfsg1-0.5 [622 kB]
Get:37 http://deb.debian.org/debian buster/main arm64 libpam-modules-bin arm64 1.3.1-5 [106 kB]
Get:38 http://deb.debian.org/debian buster/main arm64 libpam-modules arm64 1.3.1-5 [303 kB]
Get:39 http://deb.debian.org/debian buster/main arm64 libpam-runtime all 1.3.1-5 [211 kB]
Get:40 http://deb.debian.org/debian buster/main arm64 login arm64 1:4.5-1.1 [748 kB]
Get:41 http://deb.debian.org/debian buster/main arm64 ncurses-bin arm64 6.1+20181013-2+deb10u2 [402 kB]
Get:42 http://deb.debian.org/debian buster/main arm64 sed arm64 4.7-1 [306 kB]
Get:43 http://deb.debian.org/debian buster/main arm64 libuuid1 arm64 2.33.1-0.1 [77.8 kB]
Get:44 http://deb.debian.org/debian buster/main arm64 libblkid1 arm64 2.33.1-0.1 [186 kB]
Get:45 http://deb.debian.org/debian buster/main arm64 libmount1 arm64 2.33.1-0.1 [199 kB]
Get:46 http://deb.debian.org/debian buster/main arm64 libsmartcols1 arm64 2.33.1-0.1 [144 kB]
Get:47 http://deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB]
Get:48 http://deb.debian.org/debian buster/main arm64 libfdisk1 arm64 2.33.1-0.1 [221 kB]
Get:49 http://deb.debian.org/debian buster/main arm64 libncursesw6 arm64 6.1+20181013-2+deb10u2 [120 kB]
Get:50 http://deb.debian.org/debian buster/main arm64 fdisk arm64 2.33.1-0.1 [174 kB]
Get:51 http://deb.debian.org/debian buster/main arm64 util-linux arm64 2.33.1-0.1 [1024 kB]
Get:52 http://deb.debian.org/debian buster/main arm64 libdebconfclient0 arm64 0.249 [49.2 kB]
Get:53 http://deb.debian.org/debian buster/main arm64 base-passwd arm64 3.5.46 [56.3 kB]
Get:54 http://deb.debian.org/debian buster/main arm64 init-system-helpers all 1.56+nmu1 [46.8 kB]
Get:55 http://deb.debian.org/debian buster/main arm64 libc-bin arm64 2.28-10 [694 kB]
Get:56 http://deb.debian.org/debian buster/main arm64 ncurses-base all 6.1+20181013-2+deb10u2 [258 kB]
Get:57 http://deb.debian.org/debian buster/main arm64 sysvinit-utils arm64 2.93-8 [78.3 kB]
Fetched 21.6 MB in 0s (134 MB/s)
Download complete and in download only mode
[32mI: 4418 1837 extracting archives...[0m
[0mD: 4665 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libcap-ng0_0.7.9-2_arm64.deb[0m
[0mD: 4666 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4669 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libdb5.3_5.3.28+dfsg1-0.5_arm64.deb[0m
[0mD: 4670 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4673 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//gcc-8-base_8.3.0-6_arm64.deb[0m
[0mD: 4674 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4677 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libpam-modules_1.3.1-5_arm64.deb[0m
[0mD: 4678 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4681 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//diffutils_1%3a3.7-3_arm64.deb[0m
[0mD: 4682 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4685 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//init-system-helpers_1.56+nmu1_all.deb[0m
[0mD: 4686 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4689 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libbz2-1.0_1.0.6-9.2~deb10u1_arm64.deb[0m
[0mD: 4690 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4693 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libsmartcols1_2.33.1-0.1_arm64.deb[0m
[0mD: 4694 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4697 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libattr1_1%3a2.4.48-4_arm64.deb[0m
[0mD: 4698 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4701 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//base-passwd_3.5.46_arm64.deb[0m
[0mD: 4702 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4705 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libpam0g_1.3.1-5_arm64.deb[0m
[0mD: 4706 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4709 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//gzip_1.9-3_arm64.deb[0m
[0mD: 4710 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4713 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//ncurses-bin_6.1+20181013-2+deb10u2_arm64.deb[0m
[0mD: 4714 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4717 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libtinfo6_6.1+20181013-2+deb10u2_arm64.deb[0m
[0mD: 4718 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4721 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//perl-base_5.28.1-6+deb10u1_arm64.deb[0m
[0mD: 4722 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4725 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//sed_4.7-1_arm64.deb[0m
[0mD: 4726 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4729 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libaudit1_1%3a2.8.4-3_arm64.deb[0m
[0mD: 4730 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4733 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libgpg-error0_1.35-1_arm64.deb[0m
[0mD: 4734 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4737 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libfdisk1_2.33.1-0.1_arm64.deb[0m
[0mD: 4738 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4741 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libpam-modules-bin_1.3.1-5_arm64.deb[0m
[0mD: 4742 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4745 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//mawk_1.3.3-17+b3_arm64.deb[0m
[0mD: 4746 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4749 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libgcrypt20_1.8.4-5_arm64.deb[0m
[0mD: 4750 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4753 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libc6_2.28-10_arm64.deb[0m
[0mD: 4754 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4758 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4757 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//login_1%3a4.5-1.1_arm64.deb[0m
[0mD: 4761 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//debconf_1.5.71_all.deb[0m
[0mD: 4762 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4766 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4765 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//util-linux_2.33.1-0.1_arm64.deb[0m
[0mD: 4769 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//tar_1.30+dfsg-6_arm64.deb[0m
[0mD: 4770 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4773 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libgcc1_1%3a8.3.0-6_arm64.deb[0m
[0mD: 4774 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4777 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libudev1_241-7~deb10u7_arm64.deb[0m
[0mD: 4778 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4781 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//bash_5.0-4_arm64.deb[0m
[0mD: 4782 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4785 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//bsdutils_1%3a2.33.1-0.1_arm64.deb[0m
[0mD: 4786 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4789 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libacl1_2.2.53-4_arm64.deb[0m
[0mD: 4790 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4794 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4793 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//dash_0.5.10.2-5_arm64.deb[0m
[0mD: 4797 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//ncurses-base_6.1+20181013-2+deb10u2_all.deb[0m
[0mD: 4798 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4801 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libsystemd0_241-7~deb10u7_arm64.deb[0m
[0mD: 4802 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4805 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//findutils_4.6.0+git+20190209-2_arm64.deb[0m
[0mD: 4806 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4809 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libselinux1_2.8-1+b1_arm64.deb[0m
[0mD: 4810 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4813 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//coreutils_8.30-3_arm64.deb[0m
[0mD: 4814 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4817 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//sysvinit-utils_2.93-8_arm64.deb[0m
[0mD: 4818 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4821 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libc-bin_2.28-10_arm64.deb[0m
[0mD: 4822 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4825 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libpam-runtime_1.3.1-5_all.deb[0m
[0mD: 4826 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4829 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//debianutils_4.8.6.1_arm64.deb[0m
[0mD: 4830 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4833 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//grep_3.3-1_arm64.deb[0m
[0mD: 4834 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4837 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//base-files_10.3+deb10u9_arm64.deb[0m
[0mD: 4838 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4841 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libpcre3_2%3a8.39-12_arm64.deb[0m
[0mD: 4842 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4845 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libaudit-common_1%3a2.8.4-3_all.deb[0m
[0mD: 4846 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4849 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libuuid1_2.33.1-0.1_arm64.deb[0m
[0mD: 4850 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4853 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libncursesw6_6.1+20181013-2+deb10u2_arm64.deb[0m
[0mD: 4854 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4857 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//fdisk_2.33.1-0.1_arm64.deb[0m
[0mD: 4858 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4861 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libdebconfclient0_0.249_arm64.deb[0m
[0mD: 4862 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4865 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//liblz4-1_1.8.3-1_arm64.deb[0m
[0mD: 4866 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4869 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//zlib1g_1%3a1.2.11.dfsg-1_arm64.deb[0m
[0mD: 4870 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4873 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//dpkg_1.19.7_arm64.deb[0m
[0mD: 4874 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4877 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libmount1_2.33.1-0.1_arm64.deb[0m
[0mD: 4878 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4881 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//hostname_3.21_arm64.deb[0m
[0mD: 4882 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4885 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//liblzma5_5.2.4-1_arm64.deb[0m
[0mD: 4886 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[0mD: 4889 1849 running dpkg-deb --fsys-tarfile /var/cache/pbuilder/base.cow_arm64//var/cache/apt/archives//libblkid1_2.33.1-0.1_arm64.deb[0m
[0mD: 4890 1856 running tar -C /var/cache/pbuilder/base.cow_arm64 --keep-directory-symlink --extract --file -[0m
[32mI: 4418 2146 installing packages...[0m
Selecting previously unselected package libcap-ng0:arm64.
(Reading database ... 0 files and directories currently installed.)
Preparing to unpack ...//libcap-ng0_0.7.9-2_arm64.deb ...
Unpacking libcap-ng0:arm64 (0.7.9-2) ...
Selecting previously unselected package libdb5.3:arm64.
Preparing to unpack .../libdb5.3_5.3.28+dfsg1-0.5_arm64.deb ...
Unpacking libdb5.3:arm64 (5.3.28+dfsg1-0.5) ...
Selecting previously unselected package gcc-8-base:arm64.
Preparing to unpack ...//gcc-8-base_8.3.0-6_arm64.deb ...
Unpacking gcc-8-base:arm64 (8.3.0-6) ...
Selecting previously unselected package libpam-modules:arm64.
dpkg: regarding .../libpam-modules_1.3.1-5_arm64.deb containing libpam-modules:arm64, pre-dependency problem:
 libpam-modules pre-depends on libaudit1 (>= 1:2.2.1)
  libaudit1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.3.1-5_arm64.deb containing libpam-modules:arm64, pre-dependency problem:
 libpam-modules pre-depends on libc6 (>= 2.27)
  libc6 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.3.1-5_arm64.deb containing libpam-modules:arm64, pre-dependency problem:
 libpam-modules pre-depends on libdb5.3
  libdb5.3:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.3.1-5_arm64.deb containing libpam-modules:arm64, pre-dependency problem:
 libpam-modules pre-depends on libpam0g (>= 1.3.1)
  libpam0g is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.3.1-5_arm64.deb containing libpam-modules:arm64, pre-dependency problem:
 libpam-modules pre-depends on libselinux1 (>= 2.1.9)
  libselinux1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.3.1-5_arm64.deb containing libpam-modules:arm64, pre-dependency problem:
 libpam-modules pre-depends on debconf (>= 0.5) | debconf-2.0
  debconf is not installed.
  debconf-2.0 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libpam-modules_1.3.1-5_arm64.deb containing libpam-modules:arm64, pre-dependency problem:
 libpam-modules pre-depends on libpam-modules-bin (= 1.3.1-5)
  libpam-modules-bin is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../libpam-modules_1.3.1-5_arm64.deb ...
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 22.
Unpacking libpam-modules:arm64 (1.3.1-5) ...
Selecting previously unselected package diffutils.
dpkg: regarding ...//diffutils_1%3a3.7-3_arm64.deb containing diffutils, pre-dependency problem:
 diffutils pre-depends on libc6 (>= 2.17)
  libc6 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//diffutils_1%3a3.7-3_arm64.deb ...
Unpacking diffutils (1:3.7-3) ...
Selecting previously unselected package init-system-helpers.
Preparing to unpack .../init-system-helpers_1.56+nmu1_all.deb ...
Unpacking init-system-helpers (1.56+nmu1) ...
Selecting previously unselected package libbz2-1.0:arm64.
Preparing to unpack .../libbz2-1.0_1.0.6-9.2~deb10u1_arm64.deb ...
Unpacking libbz2-1.0:arm64 (1.0.6-9.2~deb10u1) ...
Selecting previously unselected package libsmartcols1:arm64.
Preparing to unpack .../libsmartcols1_2.33.1-0.1_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.33.1-0.1) ...
Selecting previously unselected package libattr1:arm64.
Preparing to unpack .../libattr1_1%3a2.4.48-4_arm64.deb ...
Unpacking libattr1:arm64 (1:2.4.48-4) ...
Selecting previously unselected package base-passwd.
Preparing to unpack ...//base-passwd_3.5.46_arm64.deb ...
Unpacking base-passwd (3.5.46) ...
Selecting previously unselected package libpam0g:arm64.
Preparing to unpack ...//libpam0g_1.3.1-5_arm64.deb ...
Unpacking libpam0g:arm64 (1.3.1-5) ...
Selecting previously unselected package gzip.
dpkg: regarding .../archives//gzip_1.9-3_arm64.deb containing gzip, pre-dependency problem:
 gzip pre-depends on libc6 (>= 2.17)
  libc6 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../archives//gzip_1.9-3_arm64.deb ...
Unpacking gzip (1.9-3) ...
Selecting previously unselected package ncurses-bin.
dpkg: regarding .../ncurses-bin_6.1+20181013-2+deb10u2_arm64.deb containing ncurses-bin, pre-dependency problem:
 ncurses-bin pre-depends on libc6 (>= 2.17)
  libc6 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../ncurses-bin_6.1+20181013-2+deb10u2_arm64.deb containing ncurses-bin, pre-dependency problem:
 ncurses-bin pre-depends on libtinfo6 (>= 6.1)
  libtinfo6 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../ncurses-bin_6.1+20181013-2+deb10u2_arm64.deb ...
Unpacking ncurses-bin (6.1+20181013-2+deb10u2) ...
Selecting previously unselected package libtinfo6:arm64.
Preparing to unpack .../libtinfo6_6.1+20181013-2+deb10u2_arm64.deb ...
Unpacking libtinfo6:arm64 (6.1+20181013-2+deb10u2) ...
Selecting previously unselected package perl-base.
dpkg: regarding .../perl-base_5.28.1-6+deb10u1_arm64.deb containing perl-base, pre-dependency problem:
 perl-base pre-depends on libc6 (>= 2.28)
  libc6 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../perl-base_5.28.1-6+deb10u1_arm64.deb containing perl-base, pre-dependency problem:
 perl-base pre-depends on dpkg (>= 1.17.17)
  dpkg is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../perl-base_5.28.1-6+deb10u1_arm64.deb ...
Unpacking perl-base (5.28.1-6+deb10u1) ...
Selecting previously unselected package sed.
dpkg: regarding .../archives//sed_4.7-1_arm64.deb containing sed, pre-dependency problem:
 sed pre-depends on libacl1 (>= 2.2.51-8)
  libacl1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../archives//sed_4.7-1_arm64.deb containing sed, pre-dependency problem:
 sed pre-depends on libc6 (>= 2.17)
  libc6 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../archives//sed_4.7-1_arm64.deb containing sed, pre-dependency problem:
 sed pre-depends on libselinux1 (>= 1.32)
  libselinux1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../archives//sed_4.7-1_arm64.deb ...
Unpacking sed (4.7-1) ...
Selecting previously unselected package libaudit1:arm64.
Preparing to unpack .../libaudit1_1%3a2.8.4-3_arm64.deb ...
Unpacking libaudit1:arm64 (1:2.8.4-3) ...
Selecting previously unselected package libgpg-error0:arm64.
Preparing to unpack .../libgpg-error0_1.35-1_arm64.deb ...
Unpacking libgpg-error0:arm64 (1.35-1) ...
Selecting previously unselected package libfdisk1:arm64.
Preparing to unpack .../libfdisk1_2.33.1-0.1_arm64.deb ...
Unpacking libfdisk1:arm64 (2.33.1-0.1) ...
Selecting previously unselected package libpam-modules-bin.
Preparing to unpack .../libpam-modules-bin_1.3.1-5_arm64.deb ...
Unpacking libpam-modules-bin (1.3.1-5) ...
Selecting previously unselected package mawk.
dpkg: regarding ...//mawk_1.3.3-17+b3_arm64.deb containing mawk, pre-dependency problem:
 mawk pre-depends on libc6 (>= 2.17)
  libc6 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//mawk_1.3.3-17+b3_arm64.deb ...
Unpacking mawk (1.3.3-17+b3) ...
Selecting previously unselected package libgcrypt20:arm64.
Preparing to unpack ...//libgcrypt20_1.8.4-5_arm64.deb ...
Unpacking libgcrypt20:arm64 (1.8.4-5) ...
Selecting previously unselected package libc6:arm64.
Preparing to unpack ...//libc6_2.28-10_arm64.deb ...
Unpacking libc6:arm64 (2.28-10) ...
Selecting previously unselected package login.
dpkg: regarding ...//login_1%3a4.5-1.1_arm64.deb containing login, pre-dependency problem:
 login pre-depends on libaudit1 (>= 1:2.2.1)
  libaudit1:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//login_1%3a4.5-1.1_arm64.deb containing login, pre-dependency problem:
 login pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//login_1%3a4.5-1.1_arm64.deb containing login, pre-dependency problem:
 login pre-depends on libpam0g (>= 0.99.7.1)
  libpam0g:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//login_1%3a4.5-1.1_arm64.deb containing login, pre-dependency problem:
 login pre-depends on libpam-runtime
  libpam-runtime is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//login_1%3a4.5-1.1_arm64.deb containing login, pre-dependency problem:
 login pre-depends on libpam-modules (>= 1.1.8-1)
  libpam-modules:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//login_1%3a4.5-1.1_arm64.deb ...
Unpacking login (1:4.5-1.1) ...
Selecting previously unselected package debconf.
dpkg: regarding ...//debconf_1.5.71_all.deb containing debconf, pre-dependency problem:
 debconf pre-depends on perl-base (>= 5.20.1-3~)
  perl-base is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//debconf_1.5.71_all.deb ...
Unpacking debconf (1.5.71) ...
Selecting previously unselected package util-linux.
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libaudit1 (>= 1:2.2.1)
  libaudit1:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libblkid1 (>= 2.31.1)
  libblkid1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libc6 (>= 2.25)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libcap-ng0 (>= 0.7.9)
  libcap-ng0:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libmount1 (>= 2.25)
  libmount1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libpam0g (>= 0.99.7.1)
  libpam0g:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libselinux1 (>= 2.6-3~)
  libselinux1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libsmartcols1 (>= 2.33)
  libsmartcols1:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libsystemd0
  libsystemd0 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libtinfo6 (>= 6)
  libtinfo6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libudev1 (>= 183)
  libudev1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libuuid1 (>= 2.16)
  libuuid1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../util-linux_2.33.1-0.1_arm64.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on zlib1g (>= 1:1.1.4)
  zlib1g is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../util-linux_2.33.1-0.1_arm64.deb ...
Unpacking util-linux (2.33.1-0.1) ...
Selecting previously unselected package tar.
dpkg: regarding ...//tar_1.30+dfsg-6_arm64.deb containing tar, pre-dependency problem:
 tar pre-depends on libacl1 (>= 2.2.23)
  libacl1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//tar_1.30+dfsg-6_arm64.deb containing tar, pre-dependency problem:
 tar pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//tar_1.30+dfsg-6_arm64.deb containing tar, pre-dependency problem:
 tar pre-depends on libselinux1 (>= 1.32)
  libselinux1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//tar_1.30+dfsg-6_arm64.deb ...
Unpacking tar (1.30+dfsg-6) ...
Selecting previously unselected package libgcc1:arm64.
Preparing to unpack ...//libgcc1_1%3a8.3.0-6_arm64.deb ...
Unpacking libgcc1:arm64 (1:8.3.0-6) ...
Selecting previously unselected package libudev1:arm64.
Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ...
Unpacking libudev1:arm64 (241-7~deb10u7) ...
Selecting previously unselected package bash.
dpkg: regarding .../archives//bash_5.0-4_arm64.deb containing bash, pre-dependency problem:
 bash pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../archives//bash_5.0-4_arm64.deb containing bash, pre-dependency problem:
 bash pre-depends on libtinfo6 (>= 6)
  libtinfo6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../archives//bash_5.0-4_arm64.deb ...
Unpacking bash (5.0-4) ...
Selecting previously unselected package bsdutils.
dpkg: regarding .../bsdutils_1%3a2.33.1-0.1_arm64.deb containing bsdutils, pre-dependency problem:
 bsdutils pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../bsdutils_1%3a2.33.1-0.1_arm64.deb containing bsdutils, pre-dependency problem:
 bsdutils pre-depends on libsystemd0
  libsystemd0 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../bsdutils_1%3a2.33.1-0.1_arm64.deb ...
Unpacking bsdutils (1:2.33.1-0.1) ...
Selecting previously unselected package libacl1:arm64.
Preparing to unpack ...//libacl1_2.2.53-4_arm64.deb ...
Unpacking libacl1:arm64 (2.2.53-4) ...
Selecting previously unselected package dash.
dpkg: regarding ...//dash_0.5.10.2-5_arm64.deb containing dash, pre-dependency problem:
 dash pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//dash_0.5.10.2-5_arm64.deb ...
Unpacking dash (0.5.10.2-5) ...
Selecting previously unselected package ncurses-base.
Preparing to unpack .../ncurses-base_6.1+20181013-2+deb10u2_all.deb ...
Unpacking ncurses-base (6.1+20181013-2+deb10u2) ...
Selecting previously unselected package libsystemd0:arm64.
dpkg: regarding .../libsystemd0_241-7~deb10u7_arm64.deb containing libsystemd0:arm64, pre-dependency problem:
 libsystemd0 pre-depends on libc6 (>= 2.28)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libsystemd0_241-7~deb10u7_arm64.deb containing libsystemd0:arm64, pre-dependency problem:
 libsystemd0 pre-depends on libgcrypt20 (>= 1.8.0)
  libgcrypt20:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libsystemd0_241-7~deb10u7_arm64.deb containing libsystemd0:arm64, pre-dependency problem:
 libsystemd0 pre-depends on liblz4-1 (>= 0.0~r122)
  liblz4-1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../libsystemd0_241-7~deb10u7_arm64.deb containing libsystemd0:arm64, pre-dependency problem:
 libsystemd0 pre-depends on liblzma5 (>= 5.1.1alpha+20120614)
  liblzma5 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ...
Unpacking libsystemd0:arm64 (241-7~deb10u7) ...
Selecting previously unselected package findutils.
dpkg: regarding .../findutils_4.6.0+git+20190209-2_arm64.deb containing findutils, pre-dependency problem:
 findutils pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../findutils_4.6.0+git+20190209-2_arm64.deb containing findutils, pre-dependency problem:
 findutils pre-depends on libselinux1 (>= 1.32)
  libselinux1 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../findutils_4.6.0+git+20190209-2_arm64.deb ...
Unpacking findutils (4.6.0+git+20190209-2) ...
Selecting previously unselected package libselinux1:arm64.
Preparing to unpack .../libselinux1_2.8-1+b1_arm64.deb ...
Unpacking libselinux1:arm64 (2.8-1+b1) ...
Selecting previously unselected package coreutils.
dpkg: regarding ...//coreutils_8.30-3_arm64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libacl1 (>= 2.2.23)
  libacl1:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//coreutils_8.30-3_arm64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libattr1 (>= 1:2.4.44)
  libattr1:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//coreutils_8.30-3_arm64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libc6 (>= 2.28)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//coreutils_8.30-3_arm64.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libselinux1 (>= 2.1.13)
  libselinux1:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//coreutils_8.30-3_arm64.deb ...
Unpacking coreutils (8.30-3) ...
Selecting previously unselected package sysvinit-utils.
Preparing to unpack .../sysvinit-utils_2.93-8_arm64.deb ...
Unpacking sysvinit-utils (2.93-8) ...
Selecting previously unselected package libc-bin.
Preparing to unpack ...//libc-bin_2.28-10_arm64.deb ...
Unpacking libc-bin (2.28-10) ...
Selecting previously unselected package libpam-runtime.
Preparing to unpack .../libpam-runtime_1.3.1-5_all.deb ...
Unpacking libpam-runtime (1.3.1-5) ...
Selecting previously unselected package debianutils.
dpkg: regarding ...//debianutils_4.8.6.1_arm64.deb containing debianutils, pre-dependency problem:
 debianutils pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//debianutils_4.8.6.1_arm64.deb ...
Unpacking debianutils (4.8.6.1) ...
Selecting previously unselected package grep.
dpkg: regarding .../archives//grep_3.3-1_arm64.deb containing grep, pre-dependency problem:
 grep pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../archives//grep_3.3-1_arm64.deb containing grep, pre-dependency problem:
 grep pre-depends on libpcre3
  libpcre3 is not installed.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../archives//grep_3.3-1_arm64.deb ...
Unpacking grep (3.3-1) ...
Selecting previously unselected package base-files.
dpkg: regarding .../base-files_10.3+deb10u9_arm64.deb containing base-files, pre-dependency problem:
 base-files pre-depends on awk
  mawk provides awk but is unpacked but not configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack .../base-files_10.3+deb10u9_arm64.deb ...
Unpacking base-files (10.3+deb10u9) ...
Selecting previously unselected package libpcre3:arm64.
Preparing to unpack .../libpcre3_2%3a8.39-12_arm64.deb ...
Unpacking libpcre3:arm64 (2:8.39-12) ...
Selecting previously unselected package libaudit-common.
Preparing to unpack .../libaudit-common_1%3a2.8.4-3_all.deb ...
Unpacking libaudit-common (1:2.8.4-3) ...
Selecting previously unselected package libuuid1:arm64.
Preparing to unpack ...//libuuid1_2.33.1-0.1_arm64.deb ...
Unpacking libuuid1:arm64 (2.33.1-0.1) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../libncursesw6_6.1+20181013-2+deb10u2_arm64.deb ...
Unpacking libncursesw6:arm64 (6.1+20181013-2+deb10u2) ...
Selecting previously unselected package fdisk.
Preparing to unpack ...//fdisk_2.33.1-0.1_arm64.deb ...
Unpacking fdisk (2.33.1-0.1) ...
Selecting previously unselected package libdebconfclient0:arm64.
Preparing to unpack .../libdebconfclient0_0.249_arm64.deb ...
Unpacking libdebconfclient0:arm64 (0.249) ...
Selecting previously unselected package liblz4-1:arm64.
Preparing to unpack ...//liblz4-1_1.8.3-1_arm64.deb ...
Unpacking liblz4-1:arm64 (1.8.3-1) ...
Selecting previously unselected package zlib1g:arm64.
Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-1_arm64.deb ...
Unpacking zlib1g:arm64 (1:1.2.11.dfsg-1) ...
Selecting previously unselected package dpkg.
dpkg: regarding ...//dpkg_1.19.7_arm64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libbz2-1.0
  libbz2-1.0:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//dpkg_1.19.7_arm64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//dpkg_1.19.7_arm64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on liblzma5 (>= 5.2.2)
  liblzma5 is not installed.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//dpkg_1.19.7_arm64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libselinux1 (>= 2.3)
  libselinux1:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding ...//dpkg_1.19.7_arm64.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on zlib1g (>= 1:1.1.4)
  zlib1g:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//dpkg_1.19.7_arm64.deb ...
Unpacking dpkg (1.19.7) ...
Selecting previously unselected package libmount1:arm64.
Preparing to unpack .../libmount1_2.33.1-0.1_arm64.deb ...
Unpacking libmount1:arm64 (2.33.1-0.1) ...
Selecting previously unselected package hostname.
dpkg: regarding ...//hostname_3.21_arm64.deb containing hostname, pre-dependency problem:
 hostname pre-depends on libc6 (>= 2.17)
  libc6:arm64 is unpacked, but has never been configured.

dpkg: warning: ignoring pre-dependency problem!
Preparing to unpack ...//hostname_3.21_arm64.deb ...
Unpacking hostname (3.21) ...
Selecting previously unselected package liblzma5:arm64.
Preparing to unpack ...//liblzma5_5.2.4-1_arm64.deb ...
Unpacking liblzma5:arm64 (5.2.4-1) ...
Selecting previously unselected package libblkid1:arm64.
Preparing to unpack .../libblkid1_2.33.1-0.1_arm64.deb ...
Unpacking libblkid1:arm64 (2.33.1-0.1) ...
Setting up gcc-8-base:arm64 (8.3.0-6) ...
Setting up ncurses-base (6.1+20181013-2+deb10u2) ...
Setting up libaudit-common (1:2.8.4-3) ...
Setting up libc6:arm64 (2.28-10) ...
Setting up libgcc1:arm64 (1:8.3.0-6) ...
Setting up libudev1:arm64 (241-7~deb10u7) ...
Setting up libc-bin (2.28-10) ...
Setting up debianutils (4.8.6.1) ...
Setting up libpcre3:arm64 (2:8.39-12) ...
Setting up libuuid1:arm64 (2.33.1-0.1) ...
Setting up libdebconfclient0:arm64 (0.249) ...
Setting up liblz4-1:arm64 (1.8.3-1) ...
Setting up zlib1g:arm64 (1:1.2.11.dfsg-1) ...
Setting up hostname (3.21) ...
Setting up liblzma5:arm64 (5.2.4-1) ...
Setting up libblkid1:arm64 (2.33.1-0.1) ...
Setting up libcap-ng0:arm64 (0.7.9-2) ...
Setting up libdb5.3:arm64 (5.3.28+dfsg1-0.5) ...
Setting up diffutils (1:3.7-3) ...
Setting up libbz2-1.0:arm64 (1.0.6-9.2~deb10u1) ...
Setting up libsmartcols1:arm64 (2.33.1-0.1) ...
Setting up libattr1:arm64 (1:2.4.48-4) ...
Setting up base-passwd (3.5.46) ...
Setting up libtinfo6:arm64 (6.1+20181013-2+deb10u2) ...
Setting up libaudit1:arm64 (1:2.8.4-3) ...
Setting up libgpg-error0:arm64 (1.35-1) ...
Setting up libfdisk1:arm64 (2.33.1-0.1) ...
Setting up mawk (1.3.3-17+b3) ...
Setting up libgcrypt20:arm64 (1.8.4-5) ...
Setting up libacl1:arm64 (2.2.53-4) ...
Setting up libsystemd0:arm64 (241-7~deb10u7) ...
Setting up libselinux1:arm64 (2.8-1+b1) ...
Setting up coreutils (8.30-3) ...
Setting up base-files (10.3+deb10u9) ...
Setting up libncursesw6:arm64 (6.1+20181013-2+deb10u2) ...
Setting up libmount1:arm64 (2.33.1-0.1) ...
Setting up ncurses-bin (6.1+20181013-2+deb10u2) ...
Setting up sed (4.7-1) ...
Setting up tar (1.30+dfsg-6) ...
update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
Setting up bash (5.0-4) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
Setting up bsdutils (1:2.33.1-0.1) ...
Setting up findutils (4.6.0+git+20190209-2) ...
Setting up fdisk (2.33.1-0.1) ...
Setting up dpkg (1.19.7) ...
Setting up gzip (1.9-3) ...
Setting up perl-base (5.28.1-6+deb10u1) ...
Setting up debconf (1.5.71) ...
Setting up dash (0.5.10.2-5) ...
No diversion 'diversion of /bin/sh by bash', none removed.
Adding 'diversion of /bin/sh to /bin/sh.distrib by dash'
No diversion 'diversion of /usr/share/man/man1/sh.1.gz by bash', none removed.
Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
Setting up grep (3.3-1) ...
Setting up init-system-helpers (1.56+nmu1) ...
Setting up libpam0g:arm64 (1.3.1-5) ...
Setting up libpam-modules-bin (1.3.1-5) ...
Setting up libpam-modules:arm64 (1.3.1-5) ...
Setting up libpam-runtime (1.3.1-5) ...
Setting up login (1:4.5-1.1) ...
Setting up util-linux (2.33.1-0.1) ...
update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
Setting up sysvinit-utils (2.93-8) ...
Processing triggers for libc-bin (2.28-10) ...
[32mI: 4418 2246 downloading apt...[0m
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  adduser debian-archive-keyring gpgv libapt-pkg5.0 libffi6 libgmp10
  libgnutls30 libhogweed4 libidn2-0 libnettle6 libp11-kit0 libseccomp2
  libsemanage-common libsemanage1 libsepol1 libstdc++6 libtasn1-6
  libunistring2 libzstd1 passwd
Suggested packages:
  liblocale-gettext-perl perl apt-doc aptitude | synaptic | wajig dpkg-dev
  gnupg | gnupg2 | gnupg1 powermgmt-base gnupg gnutls-bin
Recommended packages:
  ca-certificates
The following NEW packages will be installed:
  adduser apt debian-archive-keyring gpgv libapt-pkg5.0 libffi6 libgmp10
  libgnutls30 libhogweed4 libidn2-0 libnettle6 libp11-kit0 libseccomp2
  libsemanage-common libsemanage1 libsepol1 libstdc++6 libtasn1-6
  libunistring2 libzstd1 passwd
0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
Need to get 7554 kB of archives.
After this operation, 23.1 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main arm64 libsemanage-common all 2.8-2 [17.7 kB]
Get:2 http://deb.debian.org/debian buster/main arm64 libsepol1 arm64 2.8-1 [217 kB]
Get:3 http://deb.debian.org/debian buster/main arm64 libsemanage1 arm64 2.8-2 [90.5 kB]
Get:4 http://deb.debian.org/debian buster/main arm64 passwd arm64 1:4.5-1.1 [980 kB]
Get:5 http://deb.debian.org/debian buster/main arm64 adduser all 3.118 [240 kB]
Get:6 http://deb.debian.org/debian buster/main arm64 gpgv arm64 2.2.12-1+deb10u1 [569 kB]
Get:7 http://deb.debian.org/debian buster/main arm64 debian-archive-keyring all 2019.1+deb10u1 [93.5 kB]
Get:8 http://deb.debian.org/debian buster/main arm64 libstdc++6 arm64 8.3.0-6 [363 kB]
Get:9 http://deb.debian.org/debian buster/main arm64 libzstd1 arm64 1.3.8+dfsg-3+deb10u2 [216 kB]
Get:10 http://deb.debian.org/debian buster-updates/main arm64 libapt-pkg5.0 arm64 1.8.2.3 [897 kB]
Get:11 http://deb.debian.org/debian buster/main arm64 libgmp10 arm64 2:6.1.2+dfsg-4 [226 kB]
Get:12 http://deb.debian.org/debian buster/main arm64 libnettle6 arm64 3.4.1-1 [225 kB]
Get:13 http://deb.debian.org/debian buster/main arm64 libhogweed4 arm64 3.4.1-1 [138 kB]
Get:14 http://deb.debian.org/debian buster/main arm64 libunistring2 arm64 0.9.10-1 [363 kB]
Get:15 http://deb.debian.org/debian buster/main arm64 libidn2-0 arm64 2.0.5-1+deb10u1 [75.6 kB]
Get:16 http://deb.debian.org/debian buster/main arm64 libffi6 arm64 3.2.1-9 [19.3 kB]
Get:17 http://deb.debian.org/debian buster/main arm64 libp11-kit0 arm64 0.23.15-2+deb10u1 [303 kB]
Get:18 http://deb.debian.org/debian buster/main arm64 libtasn1-6 arm64 4.13-3 [47.8 kB]
Get:19 http://deb.debian.org/debian buster/main arm64 libgnutls30 arm64 3.6.7-4+deb10u6 [1062 kB]
Get:20 http://deb.debian.org/debian buster/main arm64 libseccomp2 arm64 2.3.3-4 [39.5 kB]
Get:21 http://deb.debian.org/debian buster-updates/main arm64 apt arm64 1.8.2.3 [1370 kB]
Fetched 7554 kB in 0s (186 MB/s)
Download complete and in download only mode
[32mI: 4418 2288 installing apt...[0m
Selecting previously unselected package libgmp10:arm64.
(Reading database ... 3539 files and directories currently installed.)
Preparing to unpack .../libgmp10_2%3a6.1.2+dfsg-4_arm64.deb ...
Unpacking libgmp10:arm64 (2:6.1.2+dfsg-4) ...
Selecting previously unselected package debian-archive-keyring.
Preparing to unpack .../debian-archive-keyring_2019.1+deb10u1_all.deb ...
Unpacking debian-archive-keyring (2019.1+deb10u1) ...
Selecting previously unselected package libapt-pkg5.0:arm64.
Preparing to unpack .../libapt-pkg5.0_1.8.2.3_arm64.deb ...
Unpacking libapt-pkg5.0:arm64 (1.8.2.3) ...
Selecting previously unselected package libp11-kit0:arm64.
Preparing to unpack .../libp11-kit0_0.23.15-2+deb10u1_arm64.deb ...
Unpacking libp11-kit0:arm64 (0.23.15-2+deb10u1) ...
Selecting previously unselected package apt.
Preparing to unpack ...//apt_1.8.2.3_arm64.deb ...
Unpacking apt (1.8.2.3) ...
Selecting previously unselected package adduser.
Preparing to unpack ...//adduser_3.118_all.deb ...
Unpacking adduser (3.118) ...
Selecting previously unselected package libffi6:arm64.
Preparing to unpack ...//libffi6_3.2.1-9_arm64.deb ...
Unpacking libffi6:arm64 (3.2.1-9) ...
Selecting previously unselected package libidn2-0:arm64.
Preparing to unpack .../libidn2-0_2.0.5-1+deb10u1_arm64.deb ...
Unpacking libidn2-0:arm64 (2.0.5-1+deb10u1) ...
Selecting previously unselected package libtasn1-6:arm64.
Preparing to unpack ...//libtasn1-6_4.13-3_arm64.deb ...
Unpacking libtasn1-6:arm64 (4.13-3) ...
Selecting previously unselected package libgnutls30:arm64.
Preparing to unpack .../libgnutls30_3.6.7-4+deb10u6_arm64.deb ...
Unpacking libgnutls30:arm64 (3.6.7-4+deb10u6) ...
Selecting previously unselected package passwd.
Preparing to unpack ...//passwd_1%3a4.5-1.1_arm64.deb ...
Unpacking passwd (1:4.5-1.1) ...
Selecting previously unselected package libzstd1:arm64.
Preparing to unpack .../libzstd1_1.3.8+dfsg-3+deb10u2_arm64.deb ...
Unpacking libzstd1:arm64 (1.3.8+dfsg-3+deb10u2) ...
Selecting previously unselected package libhogweed4:arm64.
Preparing to unpack ...//libhogweed4_3.4.1-1_arm64.deb ...
Unpacking libhogweed4:arm64 (3.4.1-1) ...
Selecting previously unselected package libunistring2:arm64.
Preparing to unpack .../libunistring2_0.9.10-1_arm64.deb ...
Unpacking libunistring2:arm64 (0.9.10-1) ...
Selecting previously unselected package libsepol1:arm64.
Preparing to unpack ...//libsepol1_2.8-1_arm64.deb ...
Unpacking libsepol1:arm64 (2.8-1) ...
Selecting previously unselected package gpgv.
Preparing to unpack .../gpgv_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpgv (2.2.12-1+deb10u1) ...
Selecting previously unselected package libsemanage-common.
Preparing to unpack .../libsemanage-common_2.8-2_all.deb ...
Unpacking libsemanage-common (2.8-2) ...
Selecting previously unselected package libnettle6:arm64.
Preparing to unpack ...//libnettle6_3.4.1-1_arm64.deb ...
Unpacking libnettle6:arm64 (3.4.1-1) ...
Selecting previously unselected package libstdc++6:arm64.
Preparing to unpack ...//libstdc++6_8.3.0-6_arm64.deb ...
Unpacking libstdc++6:arm64 (8.3.0-6) ...
Selecting previously unselected package libseccomp2:arm64.
Preparing to unpack ...//libseccomp2_2.3.3-4_arm64.deb ...
Unpacking libseccomp2:arm64 (2.3.3-4) ...
Selecting previously unselected package libsemanage1:arm64.
Preparing to unpack ...//libsemanage1_2.8-2_arm64.deb ...
Unpacking libsemanage1:arm64 (2.8-2) ...
Setting up libgmp10:arm64 (2:6.1.2+dfsg-4) ...
Setting up debian-archive-keyring (2019.1+deb10u1) ...
Setting up libffi6:arm64 (3.2.1-9) ...
Setting up libtasn1-6:arm64 (4.13-3) ...
Setting up libzstd1:arm64 (1.3.8+dfsg-3+deb10u2) ...
Setting up libunistring2:arm64 (0.9.10-1) ...
Setting up libsepol1:arm64 (2.8-1) ...
Setting up gpgv (2.2.12-1+deb10u1) ...
Setting up libsemanage-common (2.8-2) ...
Setting up libnettle6:arm64 (3.4.1-1) ...
Setting up libstdc++6:arm64 (8.3.0-6) ...
Setting up libseccomp2:arm64 (2.3.3-4) ...
Setting up libsemanage1:arm64 (2.8-2) ...
Setting up libapt-pkg5.0:arm64 (1.8.2.3) ...
Setting up libp11-kit0:arm64 (0.23.15-2+deb10u1) ...
Setting up libidn2-0:arm64 (2.0.5-1+deb10u1) ...
Setting up passwd (1:4.5-1.1) ...
Shadow passwords are now on.
Setting up libhogweed4:arm64 (3.4.1-1) ...
Setting up adduser (3.118) ...
Setting up libgnutls30:arm64 (3.6.7-4+deb10u6) ...
Setting up apt (1.8.2.3) ...
Processing triggers for libc-bin (2.28-10) ...
[32mI: 4418 2310 installing remaining packages inside the chroot...[0m
Reading package lists...
Building dependency tree...
debconf is already the newest version (1.5.71).
mawk is already the newest version (1.3.3-17+b3).
libpam-modules is already the newest version (1.3.1-5).
libpam-modules-bin is already the newest version (1.3.1-5).
libpam-runtime is already the newest version (1.3.1-5).
passwd is already the newest version (1:4.5-1.1).
apt is already the newest version (1.8.2.3).
The following additional packages will be installed:
  aptitude-common autoconf automake autopoint autotools-dev binutils
  binutils-aarch64-linux-gnu binutils-common bsdmainutils bzip2
  ca-certificates cpp cpp-8 dh-autoreconf dh-strip-nondeterminism dirmngr
  dpkg-dev dwz file gcc gcc-8 gettext gettext-base gnupg gnupg-l10n
  gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
  groff-base intltool-debian libarchive-zip-perl libasan5 libassuan0
  libatomic1 libb-hooks-op-check-perl libbinutils libboost-iostreams1.67.0
  libboost-system1.67.0 libbsd0 libc-dev-bin libc6-dev libcc1-0
  libclass-method-modifiers-perl libcom-err2 libcroco3 libcwidget3v5
  libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
  libdynaloader-functions-perl libeatmydata1 libelf1 libencode-locale-perl
  libexpat1 libext2fs2 libfakeroot libfile-homedir-perl libfile-listing-perl
  libfile-stripnondeterminism-perl libfile-which-perl libgcc-8-dev
  libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
  libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
  libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
  libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
  libisl19 libitm1 libksba8 libldap-2.4-2 libldap-common liblsan0
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
  libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6 libncurses6
  libnet-http-perl libnet-ssleay-perl libnpth0 libparams-classify-perl
  libperl5.28 libpipeline1 libpython-stdlib libpython2-stdlib
  libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  libpython3.7-minimal libpython3.7-stdlib libreadline7 librole-tiny-perl
  libsasl2-2 libsasl2-modules-db libsigc++-2.0-0v5 libsigsegv2 libsqlite3-0
  libssl1.1 libstrictures-perl libsub-exporter-progressive-perl
  libsub-quote-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
  libubsan1 libuchardet0 liburi-perl libwww-perl libwww-robotrules-perl
  libxapian30 libxml2 linux-libc-dev lsb-base m4 make man-db mime-support
  netbase openssl patch patchutils perl perl-modules-5.28
  perl-openssl-defaults pinentry-curses po-debconf python-minimal python2
  python2-minimal python2.7 python2.7-minimal python3 python3-minimal
  python3.7 python3.7-minimal readline-common sensible-utils wdiff xz-utils
Suggested packages:
  aptitude-doc-en | aptitude-doc apt-xapian-index debtags tasksel
  autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
  | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
  autopkgtest bls-standalone bsd-mailx | mailx build-essential
  check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
  dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
  libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
  libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
  ratt reprotest ssh-client svn-buildpackage w3m dbus-user-session
  libpam-systemd pinentry-gnome3 tor debian-keyring gpart parted fuse2fs
  e2fsck-static gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-8-doc
  libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg
  liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
  gettext-doc libasprintf-dev libgettextpo-dev parcimonie xloadimage scdaemon
  groff glibc-doc libcwidget-dev git bzr gdbm-l10n libdata-dump-perl
  libcrypt-ssleay-perl libscalar-number-perl libbareword-filehandles-perl
  libindirect-perl libmultidimensional-perl libtool-doc gfortran
  | fortran95-compiler gcj-jdk libauthen-ntlm-perl xapian-tools m4-doc
  make-doc apparmor less www-browser nfs-common ed diffutils-doc perl-doc
  libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
  liblocale-codes-perl pinentry-doc libmail-box-perl python-doc python-tk
  python2-doc python2.7-doc binfmt-support python3-doc python3-tk python3-venv
  python3.7-venv python3.7-doc readline-doc wdiff-doc
Recommended packages:
  tor libparse-debianchangelog-perl at dctrl-tools dput | dupload
  libdistro-info-perl libgit-wrapper-perl libgitlab-api-v4-perl
  liblist-compare-perl libstring-shellquote-perl licensecheck lintian
  python3-apt python3-debian python3-magic python3-requests python3-unidiff
  python3-xdg strace unzip wget | curl debian-keyring equivs libsoap-lite-perl
  build-essential libalgorithm-merge-perl e2fsprogs-l10n curl | wget | lynx
  manpages manpages-dev libfile-fcntllock-perl liblocale-gettext-perl
  libarchive-cpio-perl libglib2.0-data shared-mime-info xdg-user-dirs
  libhtml-format-perl libclass-xsaccessor-perl libsub-name-perl libgpm2
  libsasl2-modules libltdl-dev libdata-dump-perl libhtml-form-perl
  libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
The following NEW packages will be installed:
  apt-transport-tor aptitude aptitude-common autoconf automake autopoint
  autotools-dev binutils binutils-aarch64-linux-gnu binutils-common
  bsdmainutils bzip2 ca-certificates cowdancer cpp cpp-8 debhelper devscripts
  dh-autoreconf dh-strip-nondeterminism dirmngr dpkg-dev dwz e2fslibs
  e2fsprogs eatmydata fakeroot file gcc gcc-8 gettext gettext-base gnupg
  gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
  gpgsm groff-base intltool-debian libarchive-zip-perl libasan5 libassuan0
  libatomic1 libb-hooks-op-check-perl libbinutils libboost-iostreams1.67.0
  libboost-system1.67.0 libbsd0 libc-dev-bin libc6-dev libcc1-0
  libclass-method-modifiers-perl libcom-err2 libcomerr2 libcroco3
  libcwidget3v5 libdevel-callchecker-perl libdevel-globaldestruction-perl
  libdpkg-perl libdynaloader-functions-perl libeatmydata1 libelf1
  libencode-locale-perl libexpat1 libext2fs2 libfakeroot libfile-homedir-perl
  libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
  libgcc-8-dev libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libicu63 libimport-into-perl libio-html-perl
  libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl19 libitm1
  libksba8 libldap-2.4-2 libldap-common liblsan0 liblwp-mediatypes-perl
  liblwp-protocol-https-perl libmagic-mgc libmagic1 libmodule-runtime-perl
  libmoo-perl libmpc3 libmpdec2 libmpfr6 libncurses6 libnet-http-perl
  libnet-ssleay-perl libnpth0 libparams-classify-perl libperl5.28 libpipeline1
  libpython-stdlib libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib
  libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
  librole-tiny-perl libsasl2-2 libsasl2-modules-db libsigc++-2.0-0v5
  libsigsegv2 libsqlite3-0 libss2 libssl1.1 libstrictures-perl
  libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl libtool
  libtry-tiny-perl libtsan0 libubsan1 libuchardet0 liburi-perl libwww-perl
  libwww-robotrules-perl libxapian30 libxml2 linux-libc-dev lsb-base m4 make
  man-db mime-support mount netbase openssl patch patchutils perl
  perl-modules-5.28 perl-openssl-defaults pinentry-curses po-debconf python
  python-minimal python2 python2-minimal python2.7 python2.7-minimal python3
  python3-minimal python3.7 python3.7-minimal readline-common sensible-utils
  strip-nondeterminism sudo tzdata wdiff xz-utils
0 upgraded, 177 newly installed, 0 to remove and 0 not upgraded.
Need to get 86.3 MB of archives.
After this operation, 339 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB]
Get:2 http://deb.debian.org/debian buster/main arm64 libcom-err2 arm64 1.44.5-1+deb10u3 [68.2 kB]
Get:3 http://deb.debian.org/debian buster/main arm64 libext2fs2 arm64 1.44.5-1+deb10u3 [213 kB]
Get:4 http://deb.debian.org/debian buster/main arm64 libss2 arm64 1.44.5-1+deb10u3 [72.4 kB]
Get:5 http://deb.debian.org/debian buster/main arm64 e2fsprogs arm64 1.44.5-1+deb10u3 [552 kB]
Get:6 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB]
Get:7 http://deb.debian.org/debian buster/main arm64 mount arm64 2.33.1-0.1 [171 kB]
Get:8 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB]
Get:9 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB]
Get:10 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB]
Get:11 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB]
Get:12 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
Get:13 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB]
Get:14 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB]
Get:15 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
Get:16 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
Get:17 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
Get:18 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
Get:19 http://deb.debian.org/debian buster/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u1 [395 kB]
Get:20 http://deb.debian.org/debian buster/main arm64 python2.7-minimal arm64 2.7.16-2+deb10u1 [1292 kB]
Get:21 http://deb.debian.org/debian buster/main arm64 python2-minimal arm64 2.7.16-1 [41.4 kB]
Get:22 http://deb.debian.org/debian buster/main arm64 python-minimal arm64 2.7.16-1 [21.0 kB]
Get:23 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
Get:24 http://deb.debian.org/debian buster/main arm64 libexpat1 arm64 2.2.6-2+deb10u1 [85.4 kB]
Get:25 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
Get:26 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
Get:27 http://deb.debian.org/debian buster/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u1 [603 kB]
Get:28 http://deb.debian.org/debian buster/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u1 [1890 kB]
Get:29 http://deb.debian.org/debian buster/main arm64 python2.7 arm64 2.7.16-2+deb10u1 [305 kB]
Get:30 http://deb.debian.org/debian buster/main arm64 libpython2-stdlib arm64 2.7.16-1 [20.8 kB]
Get:31 http://deb.debian.org/debian buster/main arm64 libpython-stdlib arm64 2.7.16-1 [20.8 kB]
Get:32 http://deb.debian.org/debian buster/main arm64 python2 arm64 2.7.16-1 [41.6 kB]
Get:33 http://deb.debian.org/debian buster/main arm64 python arm64 2.7.16-1 [22.8 kB]
Get:34 http://deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
Get:35 http://deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
Get:36 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
Get:37 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
Get:38 http://deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
Get:39 http://deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
Get:40 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
Get:41 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
Get:42 http://deb.debian.org/debian buster/main arm64 tzdata all 2021a-0+deb10u1 [266 kB]
Get:43 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]
Get:44 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB]
Get:45 http://deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
Get:46 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]
Get:47 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]
Get:48 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]
Get:49 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB]
Get:50 http://deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
Get:51 http://deb.debian.org/debian buster/main arm64 apt-transport-tor all 0.4 [6972 B]
Get:52 http://deb.debian.org/debian buster/main arm64 aptitude-common all 0.8.11-7 [1768 kB]
Get:53 http://deb.debian.org/debian buster/main arm64 libboost-iostreams1.67.0 arm64 1.67.0-13+deb10u1 [247 kB]
Get:54 http://deb.debian.org/debian buster/main arm64 libboost-system1.67.0 arm64 1.67.0-13+deb10u1 [229 kB]
Get:55 http://deb.debian.org/debian buster/main arm64 libsigc++-2.0-0v5 arm64 2.10.1-2 [63.2 kB]
Get:56 http://deb.debian.org/debian buster/main arm64 libcwidget3v5 arm64 0.5.17-11 [286 kB]
Get:57 http://deb.debian.org/debian buster/main arm64 libxapian30 arm64 1.4.11-1 [1025 kB]
Get:58 http://deb.debian.org/debian buster/main arm64 aptitude arm64 0.8.11-7 [1200 kB]
Get:59 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB]
Get:60 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB]
Get:61 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB]
Get:62 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB]
Get:63 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB]
Get:64 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB]
Get:65 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]
Get:66 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]
Get:67 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]
Get:68 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]
Get:69 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
Get:70 http://deb.debian.org/debian buster/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u2 [92.6 kB]
Get:71 http://deb.debian.org/debian buster/main arm64 cowdancer arm64 0.88 [31.9 kB]
Get:72 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]
Get:73 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]
Get:74 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]
Get:75 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]
Get:76 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]
Get:77 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]
Get:78 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]
Get:79 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]
Get:80 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]
Get:81 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]
Get:82 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]
Get:83 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]
Get:84 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]
Get:85 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]
Get:86 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]
Get:87 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]
Get:88 http://deb.debian.org/debian buster/main arm64 libc-dev-bin arm64 2.28-10 [270 kB]
Get:89 http://deb.debian.org/debian buster/main arm64 linux-libc-dev arm64 4.19.181-1 [1422 kB]
Get:90 http://deb.debian.org/debian buster/main arm64 libc6-dev arm64 2.28-10 [2324 kB]
Get:91 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB]
Get:92 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB]
Get:93 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB]
Get:94 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
Get:95 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
Get:96 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.7 [1414 kB]
Get:97 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
Get:98 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]
Get:99 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.7 [1773 kB]
Get:100 http://deb.debian.org/debian buster/main arm64 libelf1 arm64 0.176-1.1 [160 kB]
Get:101 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB]
Get:102 http://deb.debian.org/debian buster/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u2 [1185 kB]
Get:103 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
Get:104 http://deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB]
Get:105 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB]
Get:106 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB]
Get:107 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
Get:108 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB]
Get:109 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB]
Get:110 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]
Get:111 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]
Get:112 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
Get:113 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u1 [503 kB]
Get:114 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
Get:115 http://deb.debian.org/debian buster/main arm64 libksba8 arm64 1.3.5-2 [84.7 kB]
Get:116 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
Get:117 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
Get:118 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
Get:119 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]
Get:120 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
Get:121 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u1 [694 kB]
Get:122 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u1 [1010 kB]
Get:123 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u1 [824 kB]
Get:124 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u1 [827 kB]
Get:125 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
Get:126 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u1 [601 kB]
Get:127 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u1 [478 kB]
Get:128 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u1 [472 kB]
Get:129 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u1 [587 kB]
Get:130 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u1 [715 kB]
Get:131 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
Get:132 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB]
Get:133 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB]
Get:134 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB]
Get:135 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
Get:136 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
Get:137 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
Get:138 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB]
Get:139 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
Get:140 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB]
Get:141 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB]
Get:142 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
Get:143 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
Get:144 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB]
Get:145 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB]
Get:146 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB]
Get:147 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB]
Get:148 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB]
Get:149 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
Get:150 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB]
Get:151 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB]
Get:152 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
Get:153 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB]
Get:154 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB]
Get:155 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
Get:156 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB]
Get:157 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
Get:158 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB]
Get:159 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
Get:161 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B]
Get:162 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+b1 [303 kB]
Get:163 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB]
Get:164 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB]
Get:165 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
Get:166 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
Get:167 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
Get:168 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB]
Get:169 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB]
Get:170 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
Get:171 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB]
Get:172 http://deb.debian.org/debian buster/main arm64 e2fslibs arm64 1.44.5-1+deb10u3 [64.2 kB]
Get:173 http://deb.debian.org/debian buster/main arm64 libeatmydata1 arm64 105-7 [14.9 kB]
Get:174 http://deb.debian.org/debian buster/main arm64 eatmydata all 105-7 [15.8 kB]
Get:175 http://deb.debian.org/debian buster/main arm64 libcomerr2 arm64 1.44.5-1+deb10u3 [64.2 kB]
Get:176 http://deb.debian.org/debian buster/main arm64 strip-nondeterminism all 1.1.2-1 [13.2 kB]
Get:177 http://deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB]
Fetched 86.3 MB in 1s (132 MB/s)
Selecting previously unselected package libcom-err2:arm64.
(Reading database ... 4446 files and directories currently installed.)
Preparing to unpack .../libcom-err2_1.44.5-1+deb10u3_arm64.deb ...
Unpacking libcom-err2:arm64 (1.44.5-1+deb10u3) ...
Selecting previously unselected package libext2fs2:arm64.
Preparing to unpack .../libext2fs2_1.44.5-1+deb10u3_arm64.deb ...
Unpacking libext2fs2:arm64 (1.44.5-1+deb10u3) ...
Selecting previously unselected package libss2:arm64.
Preparing to unpack .../libss2_1.44.5-1+deb10u3_arm64.deb ...
Unpacking libss2:arm64 (1.44.5-1+deb10u3) ...
Setting up libcom-err2:arm64 (1.44.5-1+deb10u3) ...
Setting up libext2fs2:arm64 (1.44.5-1+deb10u3) ...
Setting up libss2:arm64 (1.44.5-1+deb10u3) ...
Selecting previously unselected package e2fsprogs.
(Reading database ... 4463 files and directories currently installed.)
Preparing to unpack .../00-e2fsprogs_1.44.5-1+deb10u3_arm64.deb ...
Unpacking e2fsprogs (1.44.5-1+deb10u3) ...
Selecting previously unselected package mount.
Preparing to unpack .../01-mount_2.33.1-0.1_arm64.deb ...
Unpacking mount (2.33.1-0.1) ...
Selecting previously unselected package libbsd0:arm64.
Preparing to unpack .../02-libbsd0_0.9.1-2+deb10u1_arm64.deb ...
Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../03-bsdmainutils_11.1.2+b1_arm64.deb ...
Unpacking bsdmainutils (11.1.2+b1) ...
Selecting previously unselected package libuchardet0:arm64.
Preparing to unpack .../04-libuchardet0_0.0.6-3_arm64.deb ...
Unpacking libuchardet0:arm64 (0.0.6-3) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../05-groff-base_1.22.4-3+deb10u1_arm64.deb ...
Unpacking groff-base (1.22.4-3+deb10u1) ...
Selecting previously unselected package libgdbm6:arm64.
Preparing to unpack .../06-libgdbm6_1.18.1-4_arm64.deb ...
Unpacking libgdbm6:arm64 (1.18.1-4) ...
Selecting previously unselected package libpipeline1:arm64.
Preparing to unpack .../07-libpipeline1_1.5.1-2_arm64.deb ...
Unpacking libpipeline1:arm64 (1.5.1-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../08-man-db_2.8.5-2_arm64.deb ...
Unpacking man-db (2.8.5-2) ...
Selecting previously unselected package perl-modules-5.28.
Preparing to unpack .../09-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
Selecting previously unselected package libgdbm-compat4:arm64.
Preparing to unpack .../10-libgdbm-compat4_1.18.1-4_arm64.deb ...
Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
Selecting previously unselected package libperl5.28:arm64.
Preparing to unpack .../11-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../12-perl_5.28.1-6+deb10u1_arm64.deb ...
Unpacking perl (5.28.1-6+deb10u1) ...
Selecting previously unselected package libpython2.7-minimal:arm64.
Preparing to unpack .../13-libpython2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../14-python2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
Unpacking python2.7-minimal (2.7.16-2+deb10u1) ...
Selecting previously unselected package python2-minimal.
Preparing to unpack .../15-python2-minimal_2.7.16-1_arm64.deb ...
Unpacking python2-minimal (2.7.16-1) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../16-python-minimal_2.7.16-1_arm64.deb ...
Unpacking python-minimal (2.7.16-1) ...
Selecting previously unselected package libssl1.1:arm64.
Preparing to unpack .../17-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ...
Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../18-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../19-libexpat1_2.2.6-2+deb10u1_arm64.deb ...
Unpacking libexpat1:arm64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../20-readline-common_7.0-5_all.deb ...
Unpacking readline-common (7.0-5) ...
Selecting previously unselected package libreadline7:arm64.
Preparing to unpack .../21-libreadline7_7.0-5_arm64.deb ...
Unpacking libreadline7:arm64 (7.0-5) ...
Selecting previously unselected package libsqlite3-0:arm64.
Preparing to unpack .../22-libsqlite3-0_3.27.2-3+deb10u1_arm64.deb ...
Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u1) ...
Selecting previously unselected package libpython2.7-stdlib:arm64.
Preparing to unpack .../23-libpython2.7-stdlib_2.7.16-2+deb10u1_arm64.deb ...
Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../24-python2.7_2.7.16-2+deb10u1_arm64.deb ...
Unpacking python2.7 (2.7.16-2+deb10u1) ...
Selecting previously unselected package libpython2-stdlib:arm64.
Preparing to unpack .../25-libpython2-stdlib_2.7.16-1_arm64.deb ...
Unpacking libpython2-stdlib:arm64 (2.7.16-1) ...
Selecting previously unselected package libpython-stdlib:arm64.
Preparing to unpack .../26-libpython-stdlib_2.7.16-1_arm64.deb ...
Unpacking libpython-stdlib:arm64 (2.7.16-1) ...
Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
Setting up python2.7-minimal (2.7.16-2+deb10u1) ...
Setting up python2-minimal (2.7.16-1) ...
Selecting previously unselected package python2.
(Reading database ... 7972 files and directories currently installed.)
Preparing to unpack .../python2_2.7.16-1_arm64.deb ...
Unpacking python2 (2.7.16-1) ...
Setting up python-minimal (2.7.16-1) ...
Selecting previously unselected package python.
(Reading database ... 8005 files and directories currently installed.)
Preparing to unpack .../python_2.7.16-1_arm64.deb ...
Unpacking python (2.7.16-1) ...
Selecting previously unselected package libpython3.7-minimal:arm64.
Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
Setting up libexpat1:arm64 (2.2.6-2+deb10u1) ...
Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 8259 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
Unpacking python3-minimal (3.7.3-1) ...
Selecting previously unselected package libmpdec2:arm64.
Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
Unpacking libmpdec2:arm64 (2.4.2-2) ...
Selecting previously unselected package libpython3.7-stdlib:arm64.
Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ...
Unpacking python3.7 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
Setting up python3-minimal (3.7.3-1) ...
Selecting previously unselected package python3.
(Reading database ... 8671 files and directories currently installed.)
Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ...
Unpacking python3 (3.7.3-1) ...
Selecting previously unselected package tzdata.
Preparing to unpack .../001-tzdata_2021a-0+deb10u1_all.deb ...
Unpacking tzdata (2021a-0+deb10u1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../002-netbase_5.6_all.deb ...
Unpacking netbase (5.6) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../003-sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../004-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../005-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
Selecting previously unselected package libmagic1:arm64.
Preparing to unpack .../006-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
Selecting previously unselected package file.
Preparing to unpack .../007-file_1%3a5.35-4+deb10u2_arm64.deb ...
Unpacking file (1:5.35-4+deb10u2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../008-gettext-base_0.19.8.1-9_arm64.deb ...
Unpacking gettext-base (0.19.8.1-9) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../009-xz-utils_5.2.4-1_arm64.deb ...
Unpacking xz-utils (5.2.4-1) ...
Selecting previously unselected package apt-transport-tor.
Preparing to unpack .../010-apt-transport-tor_0.4_all.deb ...
Unpacking apt-transport-tor (0.4) ...
Selecting previously unselected package aptitude-common.
Preparing to unpack .../011-aptitude-common_0.8.11-7_all.deb ...
Unpacking aptitude-common (0.8.11-7) ...
Selecting previously unselected package libboost-iostreams1.67.0:arm64.
Preparing to unpack .../012-libboost-iostreams1.67.0_1.67.0-13+deb10u1_arm64.deb ...
Unpacking libboost-iostreams1.67.0:arm64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-system1.67.0:arm64.
Preparing to unpack .../013-libboost-system1.67.0_1.67.0-13+deb10u1_arm64.deb ...
Unpacking libboost-system1.67.0:arm64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libsigc++-2.0-0v5:arm64.
Preparing to unpack .../014-libsigc++-2.0-0v5_2.10.1-2_arm64.deb ...
Unpacking libsigc++-2.0-0v5:arm64 (2.10.1-2) ...
Selecting previously unselected package libcwidget3v5:arm64.
Preparing to unpack .../015-libcwidget3v5_0.5.17-11_arm64.deb ...
Unpacking libcwidget3v5:arm64 (0.5.17-11) ...
Selecting previously unselected package libxapian30:arm64.
Preparing to unpack .../016-libxapian30_1.4.11-1_arm64.deb ...
Unpacking libxapian30:arm64 (1.4.11-1) ...
Selecting previously unselected package aptitude.
Preparing to unpack .../017-aptitude_0.8.11-7_arm64.deb ...
Unpacking aptitude (0.8.11-7) ...
Selecting previously unselected package libsigsegv2:arm64.
Preparing to unpack .../018-libsigsegv2_2.12-2_arm64.deb ...
Unpacking libsigsegv2:arm64 (2.12-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../019-m4_1.4.18-2_arm64.deb ...
Unpacking m4 (1.4.18-2) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../020-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../021-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../022-automake_1%3a1.16.1-4_all.deb ...
Unpacking automake (1:1.16.1-4) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../023-autopoint_0.19.8.1-9_all.deb ...
Unpacking autopoint (0.19.8.1-9) ...
Selecting previously unselected package binutils-common:arm64.
Preparing to unpack .../024-binutils-common_2.31.1-16_arm64.deb ...
Unpacking binutils-common:arm64 (2.31.1-16) ...
Selecting previously unselected package libbinutils:arm64.
Preparing to unpack .../025-libbinutils_2.31.1-16_arm64.deb ...
Unpacking libbinutils:arm64 (2.31.1-16) ...
Selecting previously unselected package binutils-aarch64-linux-gnu.
Preparing to unpack .../026-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
Selecting previously unselected package binutils.
Preparing to unpack .../027-binutils_2.31.1-16_arm64.deb ...
Unpacking binutils (2.31.1-16) ...
Selecting previously unselected package openssl.
Preparing to unpack .../028-openssl_1.1.1d-0+deb10u6_arm64.deb ...
Unpacking openssl (1.1.1d-0+deb10u6) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../029-ca-certificates_20200601~deb10u2_all.deb ...
Unpacking ca-certificates (20200601~deb10u2) ...
Selecting previously unselected package libncurses6:arm64.
Preparing to unpack .../030-libncurses6_6.1+20181013-2+deb10u2_arm64.deb ...
Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u2) ...
Selecting previously unselected package cowdancer.
Preparing to unpack .../031-cowdancer_0.88_arm64.deb ...
Unpacking cowdancer (0.88) ...
Selecting previously unselected package libisl19:arm64.
Preparing to unpack .../032-libisl19_0.20-2_arm64.deb ...
Unpacking libisl19:arm64 (0.20-2) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../033-libmpfr6_4.0.2-1_arm64.deb ...
Unpacking libmpfr6:arm64 (4.0.2-1) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../034-libmpc3_1.1.0-1_arm64.deb ...
Unpacking libmpc3:arm64 (1.1.0-1) ...
Selecting previously unselected package cpp-8.
Preparing to unpack .../035-cpp-8_8.3.0-6_arm64.deb ...
Unpacking cpp-8 (8.3.0-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../036-cpp_4%3a8.3.0-1_arm64.deb ...
Unpacking cpp (4:8.3.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../037-libcc1-0_8.3.0-6_arm64.deb ...
Unpacking libcc1-0:arm64 (8.3.0-6) ...
Selecting previously unselected package libgomp1:arm64.
Preparing to unpack .../038-libgomp1_8.3.0-6_arm64.deb ...
Unpacking libgomp1:arm64 (8.3.0-6) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../039-libitm1_8.3.0-6_arm64.deb ...
Unpacking libitm1:arm64 (8.3.0-6) ...
Selecting previously unselected package libatomic1:arm64.
Preparing to unpack .../040-libatomic1_8.3.0-6_arm64.deb ...
Unpacking libatomic1:arm64 (8.3.0-6) ...
Selecting previously unselected package libasan5:arm64.
Preparing to unpack .../041-libasan5_8.3.0-6_arm64.deb ...
Unpacking libasan5:arm64 (8.3.0-6) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../042-liblsan0_8.3.0-6_arm64.deb ...
Unpacking liblsan0:arm64 (8.3.0-6) ...
Selecting previously unselected package libtsan0:arm64.
Preparing to unpack .../043-libtsan0_8.3.0-6_arm64.deb ...
Unpacking libtsan0:arm64 (8.3.0-6) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../044-libubsan1_8.3.0-6_arm64.deb ...
Unpacking libubsan1:arm64 (8.3.0-6) ...
Selecting previously unselected package libgcc-8-dev:arm64.
Preparing to unpack .../045-libgcc-8-dev_8.3.0-6_arm64.deb ...
Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
Selecting previously unselected package gcc-8.
Preparing to unpack .../046-gcc-8_8.3.0-6_arm64.deb ...
Unpacking gcc-8 (8.3.0-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../047-gcc_4%3a8.3.0-1_arm64.deb ...
Unpacking gcc (4:8.3.0-1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../048-libc-dev-bin_2.28-10_arm64.deb ...
Unpacking libc-dev-bin (2.28-10) ...
Selecting previously unselected package linux-libc-dev:arm64.
Preparing to unpack .../049-linux-libc-dev_4.19.181-1_arm64.deb ...
Unpacking linux-libc-dev:arm64 (4.19.181-1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../050-libc6-dev_2.28-10_arm64.deb ...
Unpacking libc6-dev:arm64 (2.28-10) ...
Selecting previously unselected package libtool.
Preparing to unpack .../051-libtool_2.4.6-9_all.deb ...
Unpacking libtool (2.4.6-9) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../052-dh-autoreconf_19_all.deb ...
Unpacking dh-autoreconf (19) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../053-libarchive-zip-perl_1.64-1_all.deb ...
Unpacking libarchive-zip-perl (1.64-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../054-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../055-dh-strip-nondeterminism_1.1.2-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.1.2-1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../056-libdpkg-perl_1.19.7_all.deb ...
Unpacking libdpkg-perl (1.19.7) ...
Selecting previously unselected package patch.
Preparing to unpack .../057-patch_2.7.6-3+deb10u1_arm64.deb ...
Unpacking patch (2.7.6-3+deb10u1) ...
Selecting previously unselected package make.
Preparing to unpack .../058-make_4.2.1-1.2_arm64.deb ...
Unpacking make (4.2.1-1.2) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../059-dpkg-dev_1.19.7_all.deb ...
Unpacking dpkg-dev (1.19.7) ...
Selecting previously unselected package libelf1:arm64.
Preparing to unpack .../060-libelf1_0.176-1.1_arm64.deb ...
Unpacking libelf1:arm64 (0.176-1.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../061-dwz_0.12-3_arm64.deb ...
Unpacking dwz (0.12-3) ...
Selecting previously unselected package libglib2.0-0:arm64.
Preparing to unpack .../062-libglib2.0-0_2.58.3-2+deb10u2_arm64.deb ...
Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u2) ...
Selecting previously unselected package libicu63:arm64.
Preparing to unpack .../063-libicu63_63.1-6+deb10u1_arm64.deb ...
Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
Selecting previously unselected package libxml2:arm64.
Preparing to unpack .../064-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ...
Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
Selecting previously unselected package libcroco3:arm64.
Preparing to unpack .../065-libcroco3_0.6.12-3_arm64.deb ...
Unpacking libcroco3:arm64 (0.6.12-3) ...
Selecting previously unselected package gettext.
Preparing to unpack .../066-gettext_0.19.8.1-9_arm64.deb ...
Unpacking gettext (0.19.8.1-9) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../067-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../068-po-debconf_1.0.21_all.deb ...
Unpacking po-debconf (1.0.21) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../069-debhelper_12.1.1_all.deb ...
Unpacking debhelper (12.1.1) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../070-libfakeroot_1.23-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.23-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../071-fakeroot_1.23-1_arm64.deb ...
Unpacking fakeroot (1.23-1) ...
Selecting previously unselected package libassuan0:arm64.
Preparing to unpack .../072-libassuan0_2.5.2-1_arm64.deb ...
Unpacking libassuan0:arm64 (2.5.2-1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../073-gpgconf_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpgconf (2.2.12-1+deb10u1) ...
Selecting previously unselected package lsb-base.
Preparing to unpack .../074-lsb-base_10.2019051400_all.deb ...
Unpacking lsb-base (10.2019051400) ...
Selecting previously unselected package libksba8:arm64.
Preparing to unpack .../075-libksba8_1.3.5-2_arm64.deb ...
Unpacking libksba8:arm64 (1.3.5-2) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../076-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../077-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../078-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libldap-2.4-2:arm64.
Preparing to unpack .../079-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libnpth0:arm64.
Preparing to unpack .../080-libnpth0_1.6-1_arm64.deb ...
Unpacking libnpth0:arm64 (1.6-1) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../081-dirmngr_2.2.12-1+deb10u1_arm64.deb ...
Unpacking dirmngr (2.2.12-1+deb10u1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../082-gnupg-l10n_2.2.12-1+deb10u1_all.deb ...
Unpacking gnupg-l10n (2.2.12-1+deb10u1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../083-gnupg-utils_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gnupg-utils (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../084-gpg_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpg (2.2.12-1+deb10u1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../085-pinentry-curses_1.1.0-2_arm64.deb ...
Unpacking pinentry-curses (1.1.0-2) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../086-gpg-agent_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpg-agent (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../087-gpg-wks-client_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpg-wks-client (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../088-gpg-wks-server_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpg-wks-server (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../089-gpgsm_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpgsm (2.2.12-1+deb10u1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../090-gnupg_2.2.12-1+deb10u1_all.deb ...
Unpacking gnupg (2.2.12-1+deb10u1) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../091-libfile-which-perl_1.23-1_all.deb ...
Unpacking libfile-which-perl (1.23-1) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../092-libfile-homedir-perl_1.004-1_all.deb ...
Unpacking libfile-homedir-perl (1.004-1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../093-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ...
Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../094-libipc-run-perl_20180523.0-1_all.deb ...
Unpacking libipc-run-perl (20180523.0-1) ...
Selecting previously unselected package libclass-method-modifiers-perl.
Preparing to unpack .../095-libclass-method-modifiers-perl_2.12-1_all.deb ...
Unpacking libclass-method-modifiers-perl (2.12-1) ...
Selecting previously unselected package libsub-exporter-progressive-perl.
Preparing to unpack .../096-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
Selecting previously unselected package libdevel-globaldestruction-perl.
Preparing to unpack .../097-libdevel-globaldestruction-perl_0.14-1_all.deb ...
Unpacking libdevel-globaldestruction-perl (0.14-1) ...
Selecting previously unselected package libb-hooks-op-check-perl.
Preparing to unpack .../098-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ...
Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
Selecting previously unselected package libdynaloader-functions-perl.
Preparing to unpack .../099-libdynaloader-functions-perl_0.003-1_all.deb ...
Unpacking libdynaloader-functions-perl (0.003-1) ...
Selecting previously unselected package libdevel-callchecker-perl.
Preparing to unpack .../100-libdevel-callchecker-perl_0.008-1_arm64.deb ...
Unpacking libdevel-callchecker-perl (0.008-1) ...
Selecting previously unselected package libparams-classify-perl.
Preparing to unpack .../101-libparams-classify-perl_0.015-1+b1_arm64.deb ...
Unpacking libparams-classify-perl (0.015-1+b1) ...
Selecting previously unselected package libmodule-runtime-perl.
Preparing to unpack .../102-libmodule-runtime-perl_0.016-1_all.deb ...
Unpacking libmodule-runtime-perl (0.016-1) ...
Selecting previously unselected package libimport-into-perl.
Preparing to unpack .../103-libimport-into-perl_1.002005-1_all.deb ...
Unpacking libimport-into-perl (1.002005-1) ...
Selecting previously unselected package librole-tiny-perl.
Preparing to unpack .../104-librole-tiny-perl_2.000006-1_all.deb ...
Unpacking librole-tiny-perl (2.000006-1) ...
Selecting previously unselected package libstrictures-perl.
Preparing to unpack .../105-libstrictures-perl_2.000005-1_all.deb ...
Unpacking libstrictures-perl (2.000005-1) ...
Selecting previously unselected package libsub-quote-perl.
Preparing to unpack .../106-libsub-quote-perl_2.005001-1_all.deb ...
Unpacking libsub-quote-perl (2.005001-1) ...
Selecting previously unselected package libmoo-perl.
Preparing to unpack .../107-libmoo-perl_2.003004-2_all.deb ...
Unpacking libmoo-perl (2.003004-2) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../108-libencode-locale-perl_1.05-1_all.deb ...
Unpacking libencode-locale-perl (1.05-1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../109-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../110-libhttp-date-perl_6.02-1_all.deb ...
Unpacking libhttp-date-perl (6.02-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../111-libfile-listing-perl_6.04-1_all.deb ...
Unpacking libfile-listing-perl (6.04-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../112-libhtml-tagset-perl_3.20-3_all.deb ...
Unpacking libhtml-tagset-perl (3.20-3) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../113-liburi-perl_1.76-1_all.deb ...
Unpacking liburi-perl (1.76-1) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../114-libhtml-parser-perl_3.72-3+b3_arm64.deb ...
Unpacking libhtml-parser-perl (3.72-3+b3) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../115-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 .../116-libio-html-perl_1.001-1_all.deb ...
Unpacking libio-html-perl (1.001-1) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../117-liblwp-mediatypes-perl_6.02-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.02-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../118-libhttp-message-perl_6.18-1_all.deb ...
Unpacking libhttp-message-perl (6.18-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../119-libhttp-cookies-perl_6.04-1_all.deb ...
Unpacking libhttp-cookies-perl (6.04-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../120-libhttp-negotiate-perl_6.01-1_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-1) ...
Selecting previously unselected package perl-openssl-defaults:arm64.
Preparing to unpack .../121-perl-openssl-defaults_3_arm64.deb ...
Unpacking perl-openssl-defaults:arm64 (3) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../122-libnet-ssleay-perl_1.85-2+b1_arm64.deb ...
Unpacking libnet-ssleay-perl (1.85-2+b1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../123-libio-socket-ssl-perl_2.060-3_all.deb ...
Unpacking libio-socket-ssl-perl (2.060-3) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../124-libnet-http-perl_6.18-1_all.deb ...
Unpacking libnet-http-perl (6.18-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../125-liblwp-protocol-https-perl_6.07-2_all.deb ...
Unpacking liblwp-protocol-https-perl (6.07-2) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../126-libtry-tiny-perl_0.30-1_all.deb ...
Unpacking libtry-tiny-perl (0.30-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../127-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../128-libwww-perl_6.36-2_all.deb ...
Unpacking libwww-perl (6.36-2) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../129-patchutils_0.3.4-2_arm64.deb ...
Unpacking patchutils (0.3.4-2) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../130-wdiff_1.2.2-2+b1_arm64.deb ...
Unpacking wdiff (1.2.2-2+b1) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../131-devscripts_2.19.5+deb10u1_arm64.deb ...
Unpacking devscripts (2.19.5+deb10u1) ...
Selecting previously unselected package e2fslibs:arm64.
Preparing to unpack .../132-e2fslibs_1.44.5-1+deb10u3_arm64.deb ...
Unpacking e2fslibs:arm64 (1.44.5-1+deb10u3) ...
Selecting previously unselected package libeatmydata1:arm64.
Preparing to unpack .../133-libeatmydata1_105-7_arm64.deb ...
Unpacking libeatmydata1:arm64 (105-7) ...
Selecting previously unselected package eatmydata.
Preparing to unpack .../134-eatmydata_105-7_all.deb ...
Unpacking eatmydata (105-7) ...
Selecting previously unselected package libcomerr2:arm64.
Preparing to unpack .../135-libcomerr2_1.44.5-1+deb10u3_arm64.deb ...
Unpacking libcomerr2:arm64 (1.44.5-1+deb10u3) ...
Selecting previously unselected package strip-nondeterminism.
Preparing to unpack .../136-strip-nondeterminism_1.1.2-1_all.deb ...
Unpacking strip-nondeterminism (1.1.2-1) ...
Selecting previously unselected package sudo.
Preparing to unpack .../137-sudo_1.8.27-1+deb10u3_arm64.deb ...
Unpacking sudo (1.8.27-1+deb10u3) ...
Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
Setting up libksba8:arm64 (1.3.5-2) ...
Setting up libpipeline1:arm64 (1.5.1-2) ...
Setting up libxapian30:arm64 (1.4.11-1) ...
Setting up wdiff (1.2.2-2+b1) ...
Setting up lsb-base (10.2019051400) ...
Setting up mime-support (3.62) ...
Setting up e2fslibs:arm64 (1.44.5-1+deb10u3) ...
Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u2) ...
No schema files found: doing nothing.
Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u1) ...
Setting up binutils-common:arm64 (2.31.1-16) ...
Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
Setting up perl-openssl-defaults:arm64 (3) ...
Setting up linux-libc-dev:arm64 (4.19.181-1) ...
Setting up gettext-base (0.19.8.1-9) ...
Setting up e2fsprogs (1.44.5-1+deb10u3) ...
Setting up libnpth0:arm64 (1.6-1) ...
Setting up file (1:5.35-4+deb10u2) ...
Setting up libassuan0:arm64 (2.5.2-1) ...
Setting up libgomp1:arm64 (8.3.0-6) ...
Setting up bzip2 (1.0.6-9.2~deb10u1) ...
Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
Setting up libicu63:arm64 (63.1-6+deb10u1) ...
Setting up libfakeroot:arm64 (1.23-1) ...
Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
Setting up tzdata (2021a-0+deb10u1) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Sat May 15 17:49:31 UTC 2021.
Universal Time is now:  Sat May 15 17:49:31 UTC 2021.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up fakeroot (1.23-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libasan5:arm64 (8.3.0-6) ...
Setting up autotools-dev (20180224.1) ...
Setting up make (4.2.1-1.2) ...
Setting up libmpfr6:arm64 (4.0.2-1) ...
Setting up gnupg-l10n (2.2.12-1+deb10u1) ...
Setting up libsigc++-2.0-0v5:arm64 (2.10.1-2) ...
Setting up aptitude-common (0.8.11-7) ...
Setting up libncurses6:arm64 (6.1+20181013-2+deb10u2) ...
Setting up libsigsegv2:arm64 (2.12-2) ...
Setting up xz-utils (5.2.4-1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up apt-transport-tor (0.4) ...
Setting up libmpc3:arm64 (1.1.0-1) ...
Setting up libatomic1:arm64 (8.3.0-6) ...
Setting up patch (2.7.6-3+deb10u1) ...
Setting up autopoint (0.19.8.1-9) ...
Setting up sudo (1.8.27-1+deb10u3) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libboost-iostreams1.67.0:arm64 (1.67.0-13+deb10u1) ...
Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
Setting up libubsan1:arm64 (8.3.0-6) ...
Setting up libisl19:arm64 (0.20-2) ...
Setting up mount (2.33.1-0.1) ...
Setting up libcomerr2:arm64 (1.44.5-1+deb10u3) ...
Setting up sensible-utils (0.0.12) ...
Setting up libuchardet0:arm64 (0.0.6-3) ...
Setting up libeatmydata1:arm64 (105-7) ...
Setting up netbase (5.6) ...
Setting up libmpdec2:arm64 (2.4.2-2) ...
Setting up libboost-system1.67.0:arm64 (1.67.0-13+deb10u1) ...
Setting up libbinutils:arm64 (2.31.1-16) ...
Setting up cpp-8 (8.3.0-6) ...
Setting up libc-dev-bin (2.28-10) ...
Setting up openssl (1.1.1d-0+deb10u6) ...
Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ...
Setting up libelf1:arm64 (0.176-1.1) ...
Setting up readline-common (7.0-5) ...
Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
Setting up libcc1-0:arm64 (8.3.0-6) ...
Setting up liblsan0:arm64 (8.3.0-6) ...
Setting up libitm1:arm64 (8.3.0-6) ...
Setting up libreadline7:arm64 (7.0-5) ...
Setting up libgdbm6:arm64 (1.18.1-4) ...
Setting up gnupg-utils (2.2.12-1+deb10u1) ...
Setting up libtsan0:arm64 (8.3.0-6) ...
Setting up pinentry-curses (1.1.0-2) ...
Setting up libcwidget3v5:arm64 (0.5.17-11) ...
Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
Setting up eatmydata (105-7) ...
Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
Setting up m4 (1.4.18-2) ...
Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
Setting up binutils (2.31.1-16) ...
Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
Setting up ca-certificates (20200601~deb10u2) ...
Updating certificates in /etc/ssl/certs...
137 added, 0 removed; done.
Setting up cowdancer (0.88) ...
Setting up bsdmainutils (11.1.2+b1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libcroco3:arm64 (0.6.12-3) ...
Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
Setting up aptitude (0.8.11-7) ...
update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode
Setting up dwz (0.12-3) ...
Setting up groff-base (1.22.4-3+deb10u1) ...
Setting up cpp (4:8.3.0-1) ...
Setting up gpgconf (2.2.12-1+deb10u1) ...
Setting up libc6-dev:arm64 (2.28-10) ...
Setting up gpg (2.2.12-1+deb10u1) ...
Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
Setting up python3.7 (3.7.3-2+deb10u3) ...
Setting up gettext (0.19.8.1-9) ...
Setting up gcc-8 (8.3.0-6) ...
Setting up gpg-agent (2.2.12-1+deb10u1) ...
Setting up python2.7 (2.7.16-2+deb10u1) ...
Setting up libtool (2.4.6-9) ...
Setting up libpython2-stdlib:arm64 (2.7.16-1) ...
Setting up gpgsm (2.2.12-1+deb10u1) ...
Setting up python3 (3.7.3-1) ...
Setting up man-db (2.8.5-2) ...
Building database of manual pages ...
Setting up python2 (2.7.16-1) ...
Setting up gcc (4:8.3.0-1) ...
Setting up dirmngr (2.2.12-1+deb10u1) ...
Setting up libpython-stdlib:arm64 (2.7.16-1) ...
Setting up perl (5.28.1-6+deb10u1) ...
Setting up libio-html-perl (1.001-1) ...
Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
Setting up libdpkg-perl (1.19.7) ...
Setting up autoconf (2.69-11) ...
Setting up libsub-exporter-progressive-perl (0.001013-1) ...
Setting up libtimedate-perl (2.3000-2+deb10u1) ...
Setting up gpg-wks-server (2.2.12-1+deb10u1) ...
Setting up libdevel-globaldestruction-perl (0.14-1) ...
Setting up libstrictures-perl (2.000005-1) ...
Setting up libsub-quote-perl (2.005001-1) ...
Setting up python (2.7.16-1) ...
Setting up liburi-perl (1.76-1) ...
Setting up libnet-ssleay-perl (1.85-2+b1) ...
Setting up automake (1:1.16.1-4) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libhttp-date-perl (6.02-1) ...
Setting up libfile-which-perl (1.23-1) ...
Setting up libfile-listing-perl (6.04-1) ...
Setting up gpg-wks-client (2.2.12-1+deb10u1) ...
Setting up libdynaloader-functions-perl (0.003-1) ...
Setting up libclass-method-modifiers-perl (2.12-1) ...
Setting up libio-pty-perl (1:1.08-1.1+b5) ...
Setting up libarchive-zip-perl (1.64-1) ...
Setting up libhtml-tagset-perl (3.20-3) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up libnet-http-perl (6.18-1) ...
Setting up libencode-locale-perl (1.05-1) ...
Setting up libdevel-callchecker-perl (0.008-1) ...
Setting up dpkg-dev (1.19.7) ...
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up patchutils (0.3.4-2) ...
Setting up libipc-run-perl (20180523.0-1) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up libhtml-parser-perl (3.72-3+b3) ...
Setting up librole-tiny-perl (2.000006-1) ...
Setting up gnupg (2.2.12-1+deb10u1) ...
Setting up libfile-homedir-perl (1.004-1) ...
Setting up libio-socket-ssl-perl (2.060-3) ...
Setting up libhttp-message-perl (6.18-1) ...
Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
Setting up libhttp-negotiate-perl (6.01-1) ...
Setting up libhttp-cookies-perl (6.04-1) ...
Setting up po-debconf (1.0.21) ...
Setting up libhtml-tree-perl (5.07-2) ...
Setting up libparams-classify-perl (0.015-1+b1) ...
Setting up strip-nondeterminism (1.1.2-1) ...
Setting up libmodule-runtime-perl (0.016-1) ...
Setting up libimport-into-perl (1.002005-1) ...
Setting up libmoo-perl (2.003004-2) ...
Setting up liblwp-protocol-https-perl (6.07-2) ...
Setting up libwww-perl (6.36-2) ...
Setting up debhelper (12.1.1) ...
Setting up dh-autoreconf (19) ...
Setting up devscripts (2.19.5+deb10u1) ...
Setting up dh-strip-nondeterminism (1.1.2-1) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for ca-certificates (20200601~deb10u2) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
[32mI: 4418 2351 cleaning package lists and apt cache...[0m
Reading package lists...
[0mD: 4405 4051 finished reading from parentsock[0m
[0mD: 4405 4356 finish to listen for hooks[0m
+ true '[1mINFO: End of script /home/parallels/Whonix/help-steps/pbuilder-debootstrap-command-filter.(B[m'
[0mI: debootstrap finished[0m
[0mI: copying local configuration[0m
[1;33mW: No local /etc/mailname to copy, relying on /var/cache/pbuilder/base.cow_arm64/etc/mailname to be correct[0m
[0mI: Installing apt-lines[0m
[0mI: user script /var/cache/pbuilder/base.cow_arm64/tmp/hooks/G10sources_list_restore.bsh starting[0m
+ set -e
+ true '[1mINFO: Currently running /tmp/hooks/G10sources_list_restore.bsh.(B[m'
+ echo '## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## Using specific codenames (for example: "buster") rather than generic code
## names (for example: "stable") because grml-debootstrap did not support
## generic code names for --release. See also:
## github.com/grml/grml-debootstrap/issues/37

## Using contrib, because it contains virtualbox-guest-x11.

## Added deb-src so source package can also be downloaded.

deb http://HTTPS///deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian-security/ buster/updates main contrib non-free

deb http://HTTPS///deb.debian.org/debian buster-updates main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian buster-updates main contrib non-free

deb http://HTTPS///deb.debian.org/debian buster main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian buster main contrib non-free

## Last entry must be a "good" one since whonix_build_apt_stable_release is set
## from last line starting with '\''deb'\''. Should be "buster" (stable) and not
## backports or something else.'
+ cat /etc/apt/sources.list
## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## Using specific codenames (for example: "buster") rather than generic code
## names (for example: "stable") because grml-debootstrap did not support
## generic code names for --release. See also:
## github.com/grml/grml-debootstrap/issues/37

## Using contrib, because it contains virtualbox-guest-x11.

## Added deb-src so source package can also be downloaded.

deb http://HTTPS///deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian-security/ buster/updates main contrib non-free

deb http://HTTPS///deb.debian.org/debian buster-updates main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian buster-updates main contrib non-free

deb http://HTTPS///deb.debian.org/debian buster main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian buster main contrib non-free

## Last entry must be a "good" one since whonix_build_apt_stable_release is set
## from last line starting with 'deb'. Should be "buster" (stable) and not
## backports or something else.
+ true '[1mINFO: End of script /tmp/hooks/G10sources_list_restore.bsh.(B[m'
[0mI: user script /var/cache/pbuilder/base.cow_arm64/tmp/hooks/G10sources_list_restore.bsh finished[0m
[0mI: Refreshing the base.tgz [0m
[0mI: upgrading packages[0m
[0mI: mounting /proc filesystem[0m
[0mI: mounting /sys filesystem[0m
[0mI: creating /{dev,run}/shm[0m
[0mI: mounting /dev/pts filesystem[0m
[0mI: redirecting /dev/ptmx to /dev/pts/ptmx[0m
[0mI: installing dummy policy-rc.d[0m
Get:1 http://HTTPS///deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://HTTPS///deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:3 http://HTTPS///deb.debian.org/debian buster InRelease [121 kB]
Get:4 http://HTTPS///deb.debian.org/debian-security buster/updates/main Sources [184 kB]
Get:5 http://HTTPS///deb.debian.org/debian-security buster/updates/non-free Sources [692 B]
Get:6 http://HTTPS///deb.debian.org/debian-security buster/updates/main arm64 Packages [283 kB]
Get:7 http://HTTPS///deb.debian.org/debian buster-updates/main Sources [4868 B]
Get:8 http://HTTPS///deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
Get:9 http://HTTPS///deb.debian.org/debian buster/main Sources [7841 kB]
Get:10 http://HTTPS///deb.debian.org/debian buster/non-free Sources [85.7 kB]
Get:11 http://HTTPS///deb.debian.org/debian buster/contrib Sources [42.5 kB]
Get:12 http://HTTPS///deb.debian.org/debian buster/contrib arm64 Packages [38.4 kB]
Get:13 http://HTTPS///deb.debian.org/debian buster/main arm64 Packages [7736 kB]
Get:14 http://HTTPS///deb.debian.org/debian buster/non-free arm64 Packages [53.8 kB]
Fetched 16.5 MB in 2s (10.5 MB/s)
Reading package lists...
[0mI: Obtaining the cached apt archive contents[0m
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
sudo is already the newest version (1.8.27-1+deb10u3).
apt-transport-tor is already the newest version (0.4).
aptitude is already the newest version (0.8.11-7).
cowdancer is already the newest version (0.88).
debhelper is already the newest version (12.1.1).
devscripts is already the newest version (2.19.5+deb10u1).
dpkg-dev is already the newest version (1.19.7).
dpkg-dev set to manually installed.
fakeroot is already the newest version (1.23-1).
eatmydata is already the newest version (105-7).
python is already the newest version (2.7.16-1).
strip-nondeterminism is already the newest version (1.1.2-1).
The following additional packages will be installed:
  g++ g++-8 libstdc++-8-dev
Suggested packages:
  gcc-8-doc libstdc++6-8-dbg libstdc++-8-doc
The following NEW packages will be installed:
  build-essential g++ g++-8 libstdc++-8-dev
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/9687 kB of archives.
After this operation, 38.3 MB of additional disk space will be used.
Selecting previously unselected package libstdc++-8-dev:arm64.


(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17011 files and directories currently installed.)


Preparing to unpack .../libstdc++-8-dev_8.3.0-6_arm64.deb ...


Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...


Selecting previously unselected package g++-8.


Preparing to unpack .../g++-8_8.3.0-6_arm64.deb ...


Unpacking g++-8 (8.3.0-6) ...


Selecting previously unselected package g++.


Preparing to unpack .../g++_4%3a8.3.0-1_arm64.deb ...


Unpacking g++ (4:8.3.0-1) ...


Selecting previously unselected package build-essential.


Preparing to unpack .../build-essential_12.6_arm64.deb ...


Unpacking build-essential (12.6) ...


Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...


Setting up g++-8 (8.3.0-6) ...


Setting up g++ (4:8.3.0-1) ...


update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode


Setting up build-essential (12.6) ...


[0mI: Copying back the cached apt archive contents[0m
[0mI: unmounting dev/ptmx filesystem[0m
[0mI: unmounting dev/pts filesystem[0m
[0mI: unmounting dev/shm filesystem[0m
[0mI: unmounting proc filesystem[0m
[0mI: unmounting sys filesystem[0m
+ '[' -d /var/cache/pbuilder/base.cow_arm64 ']'
+ /home/parallels/Whonix/help-steps/umount_kill.sh /var/cache/pbuilder/base.cow_arm64/
-> Attempting to kill any processes still running in '/var/cache/pbuilder/base.cow_arm64/' before un-mounting
+ '[' '!' 0 = 0 ']'
+ true 'Sanity test. Security critical. Comparing Whonix build sources list with chroot sources list.'
+ diff /home/parallels/Whonix/build_sources/debian_stable_current_clearnet.list /var/cache/pbuilder/base.cow_arm64/etc/apt/sources.list
+ cp /home/parallels/Whonix/build_sources/debian_stable_current_clearnet.list /var/cache/pbuilder/base.cow_arm64/etc/apt/sources.list
++ dirname /usr/lib/security-misc/apt-get-wrapper
+ mkdir -p /var/cache/pbuilder/base.cow_arm64//usr/lib/security-misc
+ cp /home/parallels/Whonix/packages/security-misc//usr/lib/security-misc/apt-get-wrapper /var/cache/pbuilder/base.cow_arm64//usr/lib/security-misc/apt-get-wrapper
+ cp /home/parallels/Whonix/packages/security-misc//usr/lib/security-misc/apt-get-update-sanity-test /var/cache/pbuilder/base.cow_arm64//usr/lib/security-misc/apt-get-update-sanity-test
+ mkdir -p /var/cache/pbuilder/base.cow_arm64/home/parallels
+ cp /home/parallels/whonix_binary/pbuilder.conf /var/cache/pbuilder/base.cow_arm64/home/parallels/pbuilder_config_file
+ cowbuilder_exit_code=0
+ env http_proxy=http://127.0.0.1:3142 SOURCE_DATE_EPOCH=1548374400 cowbuilder --architecture arm64 --configfile /home/parallels/whonix_binary/pbuilder.conf --execute /home/parallels/Whonix/help-steps/pbuilder-chroot-script --basepath /var/cache/pbuilder/base.cow_arm64 --buildplace /var/cache/pbuilder/cow.cow_arm64 --save-after-login
[0mI: Copying COW directory[0m
[0mI: forking: rm -rf /var/cache/pbuilder/cow.cow_arm64/cow.20561[0m
[0mI: forking: cp -al /var/cache/pbuilder/base.cow_arm64 /var/cache/pbuilder/cow.cow_arm64/cow.20561[0m
[0mI: unlink for ilistfile /var/cache/pbuilder/cow.cow_arm64/cow.20561/.ilist failed, it didn't exist?[0m
[0mI: Invoking pbuilder[0m
[0mI: forking: pbuilder execute --configfile /home/parallels/whonix_binary/pbuilder.conf --buildplace /var/cache/pbuilder/cow.cow_arm64/cow.20561 --mirror http://deb.debian.org/debian/ --distribution sid --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/cow.cow_arm64/cow.20561 cow-shell' /home/parallels/Whonix/help-steps/pbuilder-chroot-script[0m
W: /root/.pbuilderrc does not exist
[0mI: Running in no-targz mode[0m
[0mI: copying local configuration[0m
[1;33mW: No local /etc/mailname to copy, relying on /var/cache/pbuilder/cow.cow_arm64/cow.20561/etc/mailname to be correct[0m
[1;33mW: --override-config is not set; not updating apt.conf Read the manpage for details.[0m
[0mI: mounting /proc filesystem[0m
[0mI: mounting /sys filesystem[0m
[0mI: creating /{dev,run}/shm[0m
[0mI: mounting /dev/pts filesystem[0m
[0mI: redirecting /dev/ptmx to /dev/pts/ptmx[0m
[0mI: mounting /dev/pts/1 over /dev/console[0m
[0mI: policy-rc.d already exists[0m
[0mI: Obtaining the cached apt archive contents[0m
+ set -e
+ true '[1mINFO: Currently running pbuilder chroot script.(B[m'
+ set -o pipefail
+ cat /home/parallels/pbuilder_config_file
## This is an auto generated file.
## Auto generated by /home/parallels/Whonix/help-steps/variables.
## Edits will be lost!

## Debugging.
#set -x

APTGETOPT[${#APTGETOPT[@]}]="-o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew"

APTGETOPT[${#APTGETOPT[@]}]="-o Acquire::BlockDotOnion=false"

export whonix_aptgetop_file

## making pbuilder /usr/lib/pbuilder/pbuilder-createbuildenv work with mmdebstrap.
## so it can be read by help-steps/pbuilder-debootstrap-command-filter
export BUILDPLACE

## Debugging.
true "APTGETOPT: ${APTGETOPT[@]}"
true "BUILDPLACE: $BUILDPLACE"
true "whonix_aptgetop_file: $whonix_aptgetop_file"

APTCACHEHARDLINK=no

## E: Cross building is possible only with the APT dependency resolver
PBUILDERSATISFYDEPENDSCMD=/usr/lib/pbuilder/pbuilder-satisfydepends-apt

## End of /home/parallels/whonix_binary/pbuilder.conf.

+ source /home/parallels/pbuilder_config_file
++ APTGETOPT[${#APTGETOPT[@]}]='-o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew'
++ APTGETOPT[${#APTGETOPT[@]}]='-o Acquire::BlockDotOnion=false'
++ export whonix_aptgetop_file
++ export BUILDPLACE
++ true 'APTGETOPT: -o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew' '-o Acquire::BlockDotOnion=false'
++ true 'BUILDPLACE: /var/cache/pbuilder/cow.cow_arm64/cow.20561'
++ true 'whonix_aptgetop_file: /home/parallels/whonix_binary/aptgetopt.conf'
++ APTCACHEHARDLINK=no
++ PBUILDERSATISFYDEPENDSCMD=/usr/lib/pbuilder/pbuilder-satisfydepends-apt
+ '[' '' = true ']'
+ true 'apt_unattended_opts: '
+ cat /etc/apt/sources.list
## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## Using specific codenames (for example: "buster") rather than generic code
## names (for example: "stable") because grml-debootstrap did not support
## generic code names for --release. See also:
## github.com/grml/grml-debootstrap/issues/37

## Using contrib, because it contains virtualbox-guest-x11.

## Added deb-src so source package can also be downloaded.

deb http://HTTPS///deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian-security/ buster/updates main contrib non-free

deb http://HTTPS///deb.debian.org/debian buster-updates main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian buster-updates main contrib non-free

deb http://HTTPS///deb.debian.org/debian buster main contrib non-free
deb-src http://HTTPS///deb.debian.org/debian buster main contrib non-free

## Last entry must be a "good" one since whonix_build_apt_stable_release is set
## from last line starting with 'deb'. Should be "buster" (stable) and not
## backports or something else.
+ true '${APTGETOPT[@]}:
-o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew' '-o Acquire::BlockDotOnion=false'
+ test -f /var/lib/dpkg/available
+ true 'INFO: /var/lib/dpkg/available exists.'
+ apt-get -o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew -o Acquire::BlockDotOnion=false --yes dist-upgrade

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 3%

Reading package lists... 3%

Reading package lists... 3%

Reading package lists... 3%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

 

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

 

Reading state information... 0%

Reading state information... 0%

Reading state information... Done

 

Calculating upgrade... 0%

Calculating upgrade... 10%

Calculating upgrade... Done


0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ test -f /var/lib/dpkg/available
+ stat --printf=%s /var/lib/dpkg/available
0+ true '[1mINFO: End of script pbuilder chroot script.(B[m'
[0mI: Copying back the cached apt archive contents[0m
[0mI: unmounting dev/console filesystem[0m
[0mI: unmounting dev/ptmx filesystem[0m
[0mI: unmounting dev/pts filesystem[0m
[0mI: unmounting dev/shm filesystem[0m
[0mI: unmounting proc filesystem[0m
[0mI: unmounting sys filesystem[0m
[0mI: forking: chroot /var/cache/pbuilder/cow.cow_arm64/cow.20561 apt-get clean[0m
[0mI: Moving work directory [/var/cache/pbuilder/cow.cow_arm64/cow.20561] to final location [/var/cache/pbuilder/base.cow_arm64] and cleaning up old copy[0m
[0mI: forking: rm -rf /var/cache/pbuilder/cow.cow_arm64/cow.20561-20561-tmp[0m
+ '[' -d /var/cache/pbuilder/base.cow_arm64 ']'
+ /home/parallels/Whonix/help-steps/umount_kill.sh /var/cache/pbuilder/base.cow_arm64/
-> Attempting to kill any processes still running in '/var/cache/pbuilder/base.cow_arm64/' before un-mounting
+ '[' '!' 0 = 0 ']'
+ true '[1m[32mINFO(B[m: cowbuilder setup done.'
+ true 'cowbuilder_setup: success'
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1621100956
+++ date +%s
++ benchmarktimeend=1621100980
++ benchmark_took_seconds=24
+++ convertsecs 24
+++ local h m s
+++ (( h=24/3600 ))
+++ true
+++ (( m=(24%3600)/60 ))
+++ true
+++ (( s=24%60 ))
+++ printf '%02d:%02d:%02d\n' 0 0 24
++ echo 00:00:24
+ benchmark_took_time=00:00:24
+ output_cmd_set
+ '[' -o xtrace ']'
+ output_cmd=true
+ '[' 0 = 0 ']'
+ true '[1mINFO: End of: ././build-steps.d/1130_cowbuilder-setup | exit_code: [4m0[24m | error(s) detected: [4m0[24m | benchmark: 00:00:24(B[m'
+ exit 0
+ true '[36m[1m[4mINFO: END  : whonix_build_one_build_step_current: ./build-steps.d/1130_cowbuilder-setup(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ for whonix_build_one_build_step_current in ./build-steps.d/*
+ '[' -x ./build-steps.d/1150_export-libvirt-xml ']'
+ '[' l = '~' ']'
+ echo ./build-steps.d/1150_export-libvirt-xml
+ grep -q .dpkg-
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4mINFO: BEGIN: whonix_build_one_build_step_current: ./build-steps.d/1150_export-libvirt-xml(B[m'
+ ././build-steps.d/1150_export-libvirt-xml
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/1150_export-libvirt-xml '
+++ dirname ././build-steps.d/1150_export-libvirt-xml
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/parallels/Whonix/build-steps.d
+ cd /home/parallels/Whonix/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ '[' '!' '' = true ']'
++ set +x
+ source colors
++ '[' '!' true = true ']'
+ source variables
++ '[' '!' '' = true ']'
++ set +x
INFO: Setting... export UWT_DEV_PASSTHROUGH="1"
[36m[1mINFO: Variable dist_build_version was unset. Auto detected. Set to: 15.0.1.7.8(B[m
++ true '[1mINFO: Currently running script: ././build-steps.d/1150_export-libvirt-xml (B[m'
++ true 'INFO: LD_PRELOAD: '
+ main
+ root_check
++ id -u
+ '[' 0 '!=' 0 ']'
+ echo 'INFO: Script running as root.'
INFO: Script running as root.
+ '[' workstation = whonix-host ']'
+ '[' true = true ']'
+ export-libvirt-xml
+ sudo --non-interactive -u parallels mkdir --parents /home/parallels/whonix_binary
+ sudo --non-interactive -u parallels cp /home/parallels/Whonix/packages/whonix-libvirt/usr/share/whonix-libvirt/xml/Whonix-Workstation.xml /home/parallels/whonix_binary/15.0.1.7.8/Whonix-Workstation-XFCE-15.0.1.7.8.xml
+ '[' workstation = kicksecure ']'
+ sudo --non-interactive -u parallels cp /home/parallels/Whonix/packages/whonix-libvirt/usr/share/whonix-libvirt/xml/Whonix-External.xml /home/parallels/whonix_binary/15.0.1.7.8/Whonix_external_network-15.0.1.7.8.xml
+ sudo --non-interactive -u parallels cp /home/parallels/Whonix/packages/whonix-libvirt/usr/share/whonix-libvirt/xml/Whonix-Internal.xml /home/parallels/whonix_binary/15.0.1.7.8/Whonix_internal_network-15.0.1.7.8.xml
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1621100980
+++ date +%s
++ benchmarktimeend=1621100980
++ benchmark_took_seconds=0
+++ convertsecs 0
+++ local h m s
+++ (( h=0/3600 ))
+++ true
+++ (( m=(0%3600)/60 ))
+++ true
+++ (( s=0%60 ))
+++ true
+++ printf '%02d:%02d:%02d\n' 0 0 0
++ echo 00:00:00
+ benchmark_took_time=00:00:00
+ output_cmd_set
+ '[' -o xtrace ']'
+ output_cmd=true
+ '[' 0 = 0 ']'
+ true '[1mINFO: End of: ././build-steps.d/1150_export-libvirt-xml | exit_code: [4m0[24m | error(s) detected: [4m0[24m | benchmark: 00:00:00(B[m'
+ exit 0
+ true '[36m[1m[4mINFO: END  : whonix_build_one_build_step_current: ./build-steps.d/1150_export-libvirt-xml(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ for whonix_build_one_build_step_current in ./build-steps.d/*
+ '[' -x ./build-steps.d/1200_create-debian-packages ']'
+ '[' s = '~' ']'
+ echo ./build-steps.d/1200_create-debian-packages
+ grep -q .dpkg-
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4m############################################################(B[m'
+ true '[36m[1m[4mINFO: BEGIN: whonix_build_one_build_step_current: ./build-steps.d/1200_create-debian-packages(B[m'
+ ././build-steps.d/1200_create-debian-packages
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/1200_create-debian-packages '
+++ dirname ././build-steps.d/1200_create-debian-packages
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/parallels/Whonix/build-steps.d
+ cd /home/parallels/Whonix/build-steps.d
+ cd ..
+ cd help-steps
+ VMNAME=internalrun
+ source pre
++ '[' '!' '' = true ']'
++ set +x
+ source colors
++ '[' '!' true = true ']'
+ source variables
++ '[' '!' '' = true ']'
++ set +x
INFO: Setting... export UWT_DEV_PASSTHROUGH="1"
[36m[1mINFO: Variable dist_build_version was unset. Auto detected. Set to: 15.0.1.7.8(B[m
++ true '[1mINFO: Currently running script: ././build-steps.d/1200_create-debian-packages (B[m'
++ true 'INFO: LD_PRELOAD: '
+ cd /home/parallels/Whonix/help-steps
+ cd ..
+ build_run_function main
+ case $build_skip_run_functions in
+ true 'INFO: [4mRunning[24m function [4mmain[24m, because variable build_skip_run_functions does not include it.'
+ main
+ build_run_function root_check
+ case $build_skip_run_functions in
+ true 'INFO: [4mRunning[24m function [4mroot_check[24m, because variable build_skip_run_functions does not include it.'
+ root_check
++ id -u
+ '[' 0 '!=' 0 ']'
+ echo 'INFO: Script running as root.'
INFO: Script running as root.
+ '[' whonix-workstation-xfce = whonix-custom-workstation ']'
+ '[' '' = true ']'
+ build_run_function create-debian-packages
+ case $build_skip_run_functions in
+ true 'INFO: [4mRunning[24m function [4mcreate-debian-packages[24m, because variable build_skip_run_functions does not include it.'
+ create-debian-packages
+ '[' local = '' ']'
+ true '[36m././build-steps.d/1200_create-debian-packages INFO: Going to update [4mlocal[24m APT repository... (B[m'
+ true 'make_cross_build_platform_list: [4marm64[24m'
+ sleep 3
+ '[' '!' '' = '' ']'
+ build_run_function download_virtualbox_packages_virtualbox_org
+ case $build_skip_run_functions in
+ true 'INFO: [4mRunning[24m function [4mdownload_virtualbox_packages_virtualbox_org[24m, because variable build_skip_run_functions does not include it.'
+ download_virtualbox_packages_virtualbox_org
+ '[' '!' '' = true ']'
+ true '[32mINFO: Skipping download_virtualbox_packages_virtualbox_org, because WHONIX_BUILD_VIRTUALBOX is not set to '\''true'\''.(B[m'
+ return 0
+ build_run_function download_virtualbox_packages_virtualbox_guest_additions_iso
+ case $build_skip_run_functions in
+ true 'INFO: [4mRunning[24m function [4mdownload_virtualbox_packages_virtualbox_guest_additions_iso[24m, because variable build_skip_run_functions does not include it.'
+ download_virtualbox_packages_virtualbox_guest_additions_iso
+ '[' '!' '' = true ']'
+ true '[32mINFO: Skipping download_virtualbox_packages_virtualbox_guest_additions_iso, because WHONIX_BUILD_VIRTUALBOX is not set to '\''true'\''.(B[m'
+ return 0
+ build_run_function download_tpo_packages
+ case $build_skip_run_functions in
+ true 'INFO: [4mRunning[24m function [4mdownload_tpo_packages[24m, because variable build_skip_run_functions does not include it.'
+ download_tpo_packages
+ available_architectures_for_download_only_list='i386 amd64 arm64'
+ whonix_build_special_packages_chroot_script=/home/parallels/Whonix/help-steps/repo_download_chroot_script
+ repo_signing_key=/home/parallels/Whonix/packages/anon-shared-build-apt-sources-tpo/usr/share/anon-shared-build-apt-sources-tpo/tpoarchive-keys.d/torprojectarchive.asc
+ repo_sources_list=/home/parallels/Whonix/build_sources/torproject_stable_current_clearnet.list
+ temp_newer_packages=/home/parallels/whonix_binary/temp_packages_tpo
+ export download_source_package=true
+ download_source_package=true
+ newer_package_list='tor tor-geoipdb deb.torproject.org-keyring'
+ build_run_function get_newer_packages
+ case $build_skip_run_functions in
+ true 'INFO: [4mRunning[24m function [4mget_newer_packages[24m, because variable build_skip_run_functions does not include it.'
+ get_newer_packages
+ local cow_folder base_folder
+ rm --recursive --force /home/parallels/whonix_binary/temp_packages_tpo
+ sudo --non-interactive -u parallels mkdir --parents /home/parallels/whonix_binary/temp_packages_tpo
+ for whonix_build_multiarch_package_item in $make_cross_build_platform_list
+ export whonix_build_multiarch_package_item
+ architecture_available=
+ for available_architectures_for_download_only_item in $available_architectures_for_download_only_list
+ '[' all = i386 ']'
+ '[' arm64 = i386 ']'
+ for available_architectures_for_download_only_item in $available_architectures_for_download_only_list
+ '[' all = amd64 ']'
+ '[' arm64 = amd64 ']'
+ for available_architectures_for_download_only_item in $available_architectures_for_download_only_list
+ '[' all = arm64 ']'
+ '[' arm64 = arm64 ']'
+ true '[36mINFO: available_architectures_for_download_only_item: '\''arm64'\''(B[m'
+ architecture_available=true
+ continue
+ '[' '!' true = true ']'
+ '[' true = true ']'
+ cow_folder=/var/cache/pbuilder/cow.cow_arm64
+ base_folder=/var/cache/pbuilder/base.cow_arm64
+ test -d /var/cache/pbuilder/base.cow_arm64
+ /home/parallels/Whonix/help-steps/umount_kill.sh /var/cache/pbuilder/base.cow_arm64/
-> Attempting to kill any processes still running in '/var/cache/pbuilder/base.cow_arm64/' before un-mounting
+ sudo --non-interactive -u parallels mkdir -p /var/cache/pbuilder/base.cow_arm64/tmp/temporary-repository
+ '[' /home/parallels/Whonix/packages/anon-shared-build-apt-sources-tpo/usr/share/anon-shared-build-apt-sources-tpo/tpoarchive-keys.d/torprojectarchive.asc = none ']'
+ cp /home/parallels/Whonix/packages/anon-shared-build-apt-sources-tpo/usr/share/anon-shared-build-apt-sources-tpo/tpoarchive-keys.d/torprojectarchive.asc /var/cache/pbuilder/base.cow_arm64/tmp/temporary-repository/repo_signing_key.asc
+ '[' /home/parallels/Whonix/build_sources/torproject_stable_current_clearnet.list = none ']'
+ cp /home/parallels/Whonix/build_sources/torproject_stable_current_clearnet.list /var/cache/pbuilder/base.cow_arm64/tmp/temporary-repository/newer.list
+ cp /home/parallels/whonix_binary/pbuilder.conf /var/cache/pbuilder/base.cow_arm64/tmp/
+ local benchmark_time_start benchmark_took_time
++ date +%s
+ benchmark_time_start=1621100984
+ local whonix_build_download_script_exit_code
+ whonix_build_download_script_exit_code=0
+ '[' true = true ']'
+ env http_proxy=http://127.0.0.1:3142 'newer_package_list=tor tor-geoipdb deb.torproject.org-keyring' temp_newer_packages=/home/parallels/whonix_binary/temp_packages_tpo cowbuilder --host-arch arm64 --architecture arm64 --configfile /home/parallels/whonix_binary/pbuilder.conf --execute /home/parallels/Whonix/help-steps/repo_download_chroot_script --basepath /var/cache/pbuilder/base.cow_arm64 --buildplace /var/cache/pbuilder/cow.cow_arm64 --bindmounts /home/parallels/whonix_binary/temp_packages_tpo
[0mI: Copying COW directory[0m
[0mI: forking: rm -rf /var/cache/pbuilder/cow.cow_arm64/cow.21117[0m
[0mI: forking: cp -al /var/cache/pbuilder/base.cow_arm64 /var/cache/pbuilder/cow.cow_arm64/cow.21117[0m
[0mI: removed stale ilistfile /var/cache/pbuilder/cow.cow_arm64/cow.21117/.ilist[0m
[0mI: Invoking pbuilder[0m
[0mI: forking: pbuilder execute --host-arch arm64 --configfile /home/parallels/whonix_binary/pbuilder.conf --bindmounts /home/parallels/whonix_binary/temp_packages_tpo --buildplace /var/cache/pbuilder/cow.cow_arm64/cow.21117 --mirror http://deb.debian.org/debian/ --distribution sid --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/cow.cow_arm64/cow.21117 cow-shell' /home/parallels/Whonix/help-steps/repo_download_chroot_script[0m
W: /root/.pbuilderrc does not exist
[0mI: Running in no-targz mode[0m
[0mI: copying local configuration[0m
[1;33mW: No local /etc/mailname to copy, relying on /var/cache/pbuilder/cow.cow_arm64/cow.21117/etc/mailname to be correct[0m
[1;33mW: --override-config is not set; not updating apt.conf Read the manpage for details.[0m
[0mI: mounting /proc filesystem[0m
[0mI: mounting /sys filesystem[0m
[0mI: creating /{dev,run}/shm[0m
[0mI: mounting /dev/pts filesystem[0m
[0mI: redirecting /dev/ptmx to /dev/pts/ptmx[0m
[0mI: mounting /dev/pts/1 over /dev/console[0m
[0mI: Mounting /home/parallels/whonix_binary/temp_packages_tpo[0m
[0mI: policy-rc.d already exists[0m
[0mI: Obtaining the cached apt archive contents[0m
+ set -e
+ '[' -n /usr/lib/security-misc/apt-get-wrapper ']'
+ test -f /usr/lib/security-misc/apt-get-wrapper
+ test -f /tmp/temporary-repository/newer.list
+ true 'APTGETOPT_ALT:  -o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew'
+ rm -f /etc/apt/trusted.gpg.d/newer.gpg
+ '[' -f /tmp/temporary-repository/repo_signing_key.asc ']'
+ gpg_tmp_create
++ mktemp --directory
+ gpg_tmp=/tmp/tmp.Xe4aZnmlwh
+ rm --recursive --force /tmp/tmp.Xe4aZnmlwh
+ mkdir --parents /tmp/tmp.Xe4aZnmlwh
+ chmod 700 /tmp/tmp.Xe4aZnmlwh
+ cat /tmp/temporary-repository/repo_signing_key.asc
+ gpg --dearmor --no-options --homedir /tmp/tmp.Xe4aZnmlwh --no-default-keyring
+ gpg_tmp_delete
+ '[' -d /tmp/tmp.Xe4aZnmlwh ']'
+ rm --recursive /tmp/tmp.Xe4aZnmlwh
+ '[' /home/parallels/whonix_binary/temp_packages_tpo = '' ']'
+ pushd /home/parallels/whonix_binary/temp_packages_tpo
/home/parallels/whonix_binary/temp_packages_tpo /
+ /usr/lib/security-misc/apt-get-wrapper update -o Acquire::http::Proxy=http://127.0.0.1:3142 -o Acquire::https::Proxy=http://127.0.0.1:3142 -o Acquire::tor::Proxy=http://127.0.0.1:3142 -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=3 -o Dpkg::Options::=--force-confnew -o Dir::Etc::sourcelist=/tmp/temporary-repository/newer.list -o Dir::Etc::sourceparts=-
Ign:1 http://HTTPS///deb.torproject.org/torproject.org buster InRelease
Ign:1 http://HTTPS///deb.torproject.org/torproject.org buster InRelease
Ign:1 http://HTTPS///deb.torproject.org/torproject.org buster InRelease
Err:1 http://HTTPS///deb.torproject.org/torproject.org buster InRelease
  500  Connection failure: Connection refused [IP: 127.0.0.1 3142]
Reading package lists...
W: Failed to fetch http://HTTPS///deb.torproject.org/torproject.org/dists/buster/InRelease  500  Connection failure: Connection refused [IP: 127.0.0.1 3142]
W: Some index files failed to download. They have been ignored, or old ones used instead.
[0mI: Copying back the cached apt archive contents[0m
[0mI: unmounting /home/parallels/whonix_binary/temp_packages_tpo filesystem[0m
[0mI: unmounting dev/console filesystem[0m
[0mI: unmounting dev/ptmx filesystem[0m
[0mI: unmounting dev/pts filesystem[0m
[0mI: unmounting dev/shm filesystem[0m
[0mI: unmounting proc filesystem[0m
[0mI: unmounting sys filesystem[0m
[0mI: Cleaning COW directory[0m
[0mI: forking: rm -rf /var/cache/pbuilder/cow.cow_arm64/cow.21117[0m
+ whonix_build_download_script_exit_code=1
+ true
+ '[' -d /var/cache/pbuilder/base.cow_arm64 ']'
+ /home/parallels/Whonix/help-steps/umount_kill.sh /var/cache/pbuilder/base.cow_arm64/
-> Attempting to kill any processes still running in '/var/cache/pbuilder/base.cow_arm64/' before un-mounting
+ chown --recursive parallels:parallels /home/parallels/whonix_binary/temp_packages_tpo
++ benchmarktimeend 1621100984
+++ date +%s
++ benchmarktimeend=1621100984
++ benchmark_took_seconds=0
+++ convertsecs 0
+++ local h m s
+++ (( h=0/3600 ))
+++ true
+++ (( m=(0%3600)/60 ))
+++ true
+++ (( s=0%60 ))
+++ true
+++ printf '%02d:%02d:%02d\n' 0 0 0
++ echo 00:00:00
+ benchmark_took_time=00:00:00
+ true '[36mINFO: Done with build '\''build_run_function'\'' (benchmark: 00:00:00) (B[m'
+ '[' '!' 1 = 0 ']'
+ return 1
++ errorhandlergeneral ERR
++ last_failed_exit_code=1
++ last_failed_bash_command='return "$whonix_build_download_script_exit_code"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '[36mINFO: Middle of function errorhandlergeneral of ././build-steps.d/1200_create-debian-packages.(B[m'
++ errorhandlerprocessshared ERR
++ last_script=././build-steps.d/1200_create-debian-packages
++ trap_signal_type_previous=
++ '[' '' = '' ']'
++ trap_signal_type_previous=unset
++ trap_signal_type_last=ERR
++ whonix_build_error_counter=1
+++ benchmarktimeend 1621100981
++++ date +%s
+++ benchmarktimeend=1621100984
+++ benchmark_took_seconds=3
++++ convertsecs 3
++++ local h m s
++++ (( h=3/3600 ))
++++ true
++++ (( m=(3%3600)/60 ))
++++ true
++++ (( s=3%60 ))
++++ printf '%02d:%02d:%02d\n' 0 0 3
+++ echo 00:00:03
++ benchmark_took_time=00:00:03
++ local first
++ read -r first _
++ processbacktracefunction
++ true 'INFO: BEGIN: processbacktracefunction'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : processbacktracefunction'
++ functiontracefunction
++ true 'INFO: BEGIN: functiontracefunction'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : functiontracefunction'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
[36m[1m############################################################(B[m
[31m[1mERROR in [4m././build-steps.d/1200_create-debian-packages[24m detected!(B[m

dist_build_version(B[m: [4m15.0.1.7.8[24m
whonix_build_error_counter: 1
benchmark: 00:00:03
last_failed_exit_code: 1
trap_signal_type_previous: unset
trap_signal_type_last(B[m    : ERR

[1mprocess_backtrace_result(B[m:
1: : init
2: : /lib/systemd/systemd --user 
3: : /usr/lib/gnome-terminal/gnome-terminal-server 
4: : bash 
5: : script -c sudo ./whonix_build --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true ./whonix_build_output.txt 
6: : sudo ./whonix_build --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true 
7: : /bin/bash ./whonix_build --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true 
8: : /bin/bash ././build-steps.d/1200_create-debian-packages 

[1mfunction_trace_result(B[m:
main (line number: 369)
build_run_function (line number: 35)
main (line number: 365)
build_run_function (line number: 35)
create-debian-packages (line number: 354)
build_run_function (line number: 35)
download_tpo_packages (line number: 52)
build_run_function (line number: 35)
errorhandlergeneral (line number: 379)
errorhandlerprocessshared (line number: 208)

[31m[1m[4m[24m(B[m
[31m[1mlast_failed_bash_command(B[m: [1mreturn "$whonix_build_download_script_exit_code"(B[m
[36m[1m############################################################(B[m
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 1 = 0 ']'
++ '[' '' = '' ']'
++ whonix_build_auto_retry_counter=1
++ '[' -n 1 ']'
++ '[' -n 5 ']'
++ '[' return = error_ ']'
++ '[' 1 -gt 1 ']'
++ true '[36m[1mINFO: Auto retry attempt number: 1. Max retry attempts: 1 (--retry-max). Auto retry... (B[m'
++ whonix_build_auto_retry_counter=2
++ '[' '!' 5 = 0 ']'
++ true '[36m[1mINFO: Waiting (--retry-wait) 5 seconds before auto retry... (B[m'
++ wait 21492
++ sleep 5
++ ignore_error=true
++ error_handler_do_retry=true
++ errorhandlerretry
++ '[' '!' '' = '' ']'
++ true 'INFO: Skipping whonix_build_dispatch_before_retry (--retry-before), because empty, ok.'
++ true '[36m[1mINFO: Retrying last_failed_bash_command...: return "$whonix_build_download_script_exit_code" (B[m'
++ retry_last_failed_bash_command_exit_code=0
++ eval return '"$whonix_build_download_script_exit_code"'
+++ return ''
pre: line 164: return: : numeric argument required
++ return 0
++ errorhandlermaybeexit ERR
++ '[' true = true ']'
++ '[' 'return "$whonix_build_download_script_exit_code"' = 0 ']'
++ '[' true = true ']'
++ abort_or_continue=Continue
++ '[' true = true ']'
++ true 'INFO: whonix_build_non_interactive: '
++ '[' '' = true ']'
++ true '[31m[1mYou have chosen to ignore this error. Your build may be unstable!
This is recommended against unless you know what you are doing. Do not report
bugs, that are a result of this! Please press enter to continue. (B[m'
++ true '[36mINFO: End of function errorhandlergeneral of ././build-steps.d/1200_create-debian-packages.(B[m'
++ errorhandlergeneral ERR
++ last_failed_exit_code=1
++ last_failed_bash_command='return "$whonix_build_download_script_exit_code"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '[36mINFO: Middle of function errorhandlergeneral of ././build-steps.d/1200_create-debian-packages.(B[m'
++ errorhandlerprocessshared ERR
++ last_script=././build-steps.d/1200_create-debian-packages
++ trap_signal_type_previous=ERR
++ '[' ERR = '' ']'
++ trap_signal_type_last=ERR
++ whonix_build_error_counter=2
+++ benchmarktimeend 1621100981
++++ date +%s
+++ benchmarktimeend=1621100989
+++ benchmark_took_seconds=8
++++ convertsecs 8
++++ local h m s
++++ (( h=8/3600 ))
++++ true
++++ (( m=(8%3600)/60 ))
++++ true
++++ (( s=8%60 ))
++++ printf '%02d:%02d:%02d\n' 0 0 8
+++ echo 00:00:08
++ benchmark_took_time=00:00:08
++ local first
++ read -r first _
++ processbacktracefunction
++ true 'INFO: BEGIN: processbacktracefunction'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : processbacktracefunction'
++ functiontracefunction
++ true 'INFO: BEGIN: functiontracefunction'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : functiontracefunction'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
[36m[1m############################################################(B[m
[31m[1mERROR in [4m././build-steps.d/1200_create-debian-packages[24m detected!(B[m

dist_build_version(B[m: [4m15.0.1.7.8[24m
whonix_build_error_counter: 2
benchmark: 00:00:08
last_failed_exit_code: 1
trap_signal_type_previous: ERR
trap_signal_type_last(B[m    : ERR

[1mprocess_backtrace_result(B[m:
1: : init
2: : /lib/systemd/systemd --user 
3: : /usr/lib/gnome-terminal/gnome-terminal-server 
4: : bash 
5: : script -c sudo ./whonix_build --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true ./whonix_build_output.txt 
6: : sudo ./whonix_build --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true 
7: : /bin/bash ./whonix_build --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true 
8: : /bin/bash ././build-steps.d/1200_create-debian-packages 

[1mfunction_trace_result(B[m:
main (line number: 369)
build_run_function (line number: 35)
main (line number: 365)
build_run_function (line number: 35)
create-debian-packages (line number: 354)
build_run_function (line number: 35)
download_tpo_packages (line number: 52)
errorhandlergeneral (line number: 379)
errorhandlerprocessshared (line number: 208)
errorhandlerprocessshared (line number: 208)
errorhandlergeneral (line number: 379)
build_run_function (line number: 35)
download_tpo_packages (line number: 52)
build_run_function (line number: 35)
create-debian-packages (line number: 354)
build_run_function (line number: 35)
main (line number: 365)
build_run_function (line number: 35)
main (line number: 369)

[31m[1m[4m[24m(B[m
[31m[1mlast_failed_bash_command(B[m: [1mreturn "$whonix_build_download_script_exit_code"(B[m
[36m[1m############################################################(B[m
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 1 = 0 ']'
++ '[' 2 = '' ']'
++ '[' -n 1 ']'
++ '[' -n 5 ']'
++ '[' return = error_ ']'
++ '[' 2 -gt 1 ']'
++ true '[36m[1mINFO: Auto retried (--retry-max) already 1 times. No more auto retry. (B[m'
++ unset whonix_build_auto_retry_counter
++ true
++ ignore_error=false
++ answer=
++ '[' ERR = ERR ']'
++ '[' '' = true ']'
++ '[' -t 0 ']'
++ true 'INFO: stdin connected to terminal, using interactive error handler.'
++ true '[31m[1mERROR in [4m././build-steps.d/1200_create-debian-packages[24m detected!

Please have a look above (the block within [36m[1m###(B[m[31m[1m...).

 - Please enter c and press enter to ignore the error and continue building. (Recommended against!)
 - Please press r and enter to retry.
 - Please press s and enter to open an chroot interactive shell.
 - Please press a and enter to abort.(B[m'
++ read -p 'Answer? ' answer
Answer? a
++ error_handler_do_retry=
++ interactive_chroot_shell=
++ '[' a = continue ']'
++ '[' a = c ']'
++ '[' a = s ']'
++ '[' a = shell ']'
++ '[' a = r ']'
++ '[' a = retry ']'
++ '[' a = a ']'
++ ignore_error=false
++ interactive_chroot_shell=false
++ break
++ errorhandlermaybeexit ERR
++ '[' '' = true ']'
++ '[' false = true ']'
++ abort_or_continue=Aborted
++ rm --force /etc/apt/sources.list.d/whonix_temp.list
++ rm --force /run/package_manager_lock
++ '[' false = true ']'
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ trap - EXIT
++ true '[31m[1mINFO: Now exiting from ././build-steps.d/1200_create-debian-packages (because error was detected, see above) with exit code [4m1[24m.(B[m'
++ exit 1
++ error_handler_whonix_build_one
++ true '[31m[1mERROR in ./whonix_build(B[m'
++ true '[31m[1mBASH_COMMAND(B[m: "./$whonix_build_one_build_step_current"'
++ true '[31m[1mwhonix_build_one_build_step_current(B[m: ./build-steps.d/1200_create-debian-packages'
++ true '[31margs: --target raw --flavor whonix-workstation-xfce --build --arch arm64 --allow-untagged true --allow-uncommitted true(B[m'
++ true '[31m[1mINFO: Now exiting from ./whonix_build (because error was detected, see above).(B[m'
++ exit 1
+ exithandler
+ local exit_code=1
+ '[' '!' 1 = 0 ']'
+ exit 1

Script done on 2021-05-15 19:49:55+02:00 [COMMAND_EXIT_CODE="1"]