Whonix build errors on Mac OS

I’ve done these commands and everything was good


but when I started the penultimate command( ~/derivative-maker/derivative-maker --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G), I got few errors(look at screenshots). How to solve it?

Whonix version is 17.3.9.5-developers-only


No screenshots needed. The log is needed.

+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ echo --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
++ grep --quiet --fixed-strings -- --debug
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: Disabling verbose/debug output (xtrace) (set +x) because dist_build_no_unset_xtrace=false. For more verbose output add the following build option: --debug'
++ set +x
INFO: implicitly setting '--type vm' because using '--target utm'.
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ main --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ '[' '' = true ']'
+ '[' '' = true ']'
+ '[' '' = true ']'
+ '[' gateway = custom-workstation ']'
+ '[' gateway = internalrun ']'
+ create-debian-raw-image
+ apt-cacher-ng_config_check
+ grep -q 'AllowUserPorts: 0$' /etc/apt-cacher-ng/acng.conf
+ true 'INFO: '\''AllowUserPorts: 0'\'' already in /etc/apt-cacher-ng/acng.conf, ok.'
+ return 0
+ mkdir --parents /home/debian/derivative-binary/
+ '[' '' = true ']'
+ '[' '' = true ']'
+ '[' '!' '' = '' ']'
++ uname --machine
+ ARCH=aarch64
+ true '././build-steps.d/3200_create-raw-image INFO: Architecture aarch64 detected.'
+ true 'INFO: dist_build_target_arch set to: arm64'
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP mkdir --parents /etc/debootstrap/etc/apt/
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP cp /home/debian/derivative-maker/build_sources/debian_stable_current_clearnet.list /etc/debootstrap/etc/apt/sources.list
+ true 'INFO: Using the following /etc/apt/sources.list for grml-debootstrap: '
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP cat /etc/debootstrap/etc/apt/sources.list
## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## Using specific codenames (for example: "bookworm") 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 bookworm-security main contrib non-free non-free-firmware
deb-src http://HTTPS///deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

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

## TODO: Can be out-commented for debian trixie, required for getting newer
## debhelper in help-steps/pbuilder-chroot-script-main
deb http://HTTPS///deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
deb-src http://HTTPS///deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware

deb http://HTTPS///fasttrack.debian.net/debian-fasttrack bookworm-fasttrack main contrib non-free
deb-src http://HTTPS///fasttrack.debian.net/debian-fasttrack bookworm-fasttrack main contrib non-free

deb http://HTTPS///fasttrack.debian.net/debian-fasttrack bookworm-backports-staging main contrib non-free
deb-src http://HTTPS///fasttrack.debian.net/debian-fasttrack bookworm-backports-staging main contrib non-free

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

## Last entry must be a "good" one since dist_build_apt_stable_release is set
## from last line starting with 'deb'. Should be "bookworm" (stable) and not
## backports or something else.
+ '[' -n '' ']'
+ export DEBUG=true
+ DEBUG=true
+ '[' -n '' ']'
+ export REPORT_TRAP_ERR=yes
+ REPORT_TRAP_ERR=yes
+ '[' -n '' ']'
+ export FAIL_TRAP_ERR=yes
+ FAIL_TRAP_ERR=yes
+ '[' -n '' ']'
+ export 'DPKG_OPTIONS=-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 APT::Update::Error-Mode=any -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=5 -o Dpkg::Options::=--force-confnew -o Acquire::BlockDotOnion=false'
+ DPKG_OPTIONS='-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 APT::Update::Error-Mode=any -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=5 -o Dpkg::Options::=--force-confnew -o Acquire::BlockDotOnion=false'
+ '[' -n '' ']'
+ export COMPONENTS=main
+ COMPONENTS=main
+ '[' -n '' ']'
+ export FSCK=yes
+ FSCK=yes
+ '[' -n '' ']'
+ export TIMEZONE=UTC
+ TIMEZONE=UTC
+ '[' -n '' ']'
+ export RM_APTCACHE=no
+ RM_APTCACHE=no
+ '[' -n '' ']'
+ export UPGRADE_SYSTEM=no
+ UPGRADE_SYSTEM=no
+ '[' -n '' ']'
+ export FIXED_DISK_IDENTIFIERS=yes
+ FIXED_DISK_IDENTIFIERS=yes
+ '[' -n '' ']'
+ export NOINTERFACES=true
+ NOINTERFACES=true
+ true 'OLD_PATH: /usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin'
+ new_path=/home/debian/derivative-maker/help-steps:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin
+ PATH=/home/debian/derivative-maker/help-steps:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin
+ export PATH
+ true 'NEW_PATH: /home/debian/derivative-maker/help-steps:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin'
+ '[' -n '' ']'
+ use_vmefi_maybe=--vmefi
+ '[' -n '' ']'
+ grml_packages_file=/home/debian/derivative-maker/grml_packages
+ echo 'dracut dracut-live dracut-config-generic binutils dmsetup pigz'
+ grep -q dracut
+ '[' -n '' ']'
+ export INITRD_GENERATOR=dracut
+ INITRD_GENERATOR=dracut
+ dist_grml_mount_point=/mnt/derivative-maker-grml-debootstrap.606237
+ export dist_grml_mount_point
+ echo '-------------- DEBUGGING BLOCK ---------------------'
-------------- DEBUGGING BLOCK ---------------------
+ echo 'DEBOOTSTRAP_PREFIX:  env http_proxy=http://127.0.0.1:3142 https_proxy=http://127.0.0.1:3142 ALL_PROXY=http://127.0.0.1:3142'
DEBOOTSTRAP_PREFIX:  env http_proxy=http://127.0.0.1:3142 https_proxy=http://127.0.0.1:3142 ALL_PROXY=http://127.0.0.1:3142
+ echo 'new_path: /home/debian/derivative-maker/help-steps:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin'
new_path: /home/debian/derivative-maker/help-steps:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin
+ echo 'dist_build_target_arch: arm64'
dist_build_target_arch: arm64
+ echo 'dist_build_hostname: localhost'
dist_build_hostname: localhost
+ echo 'dist_build_apt_stable_release: bookworm'
dist_build_apt_stable_release: bookworm
+ echo 'dist_build_file_system: ext4'
dist_build_file_system: ext4
+ echo 'vmsize: 15G'
vmsize: 15G
+ echo 'packages: /home/debian/derivative-maker/grml_packages'
packages: /home/debian/derivative-maker/grml_packages
+ echo 'mntpoint: /mnt/derivative-maker-grml-debootstrap.606237'
mntpoint: /mnt/derivative-maker-grml-debootstrap.606237
+ echo 'target: /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw'
target: /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ echo 'use_vmefi_maybe: --vmefi'
use_vmefi_maybe: --vmefi
+ echo '------------ END DEBUGGING BLOCK -------------------'
------------ END DEBUGGING BLOCK -------------------
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP --preserve-env PATH=/home/debian/derivative-maker/help-steps:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin env http_proxy=http://127.0.0.1:3142 https_proxy=http://127.0.0.1:3142 ALL_PROXY=http://127.0.0.1:3142 dist_build_multiarch_package_item=arm64 bash -x -e /usr/sbin/grml-debootstrap --arch arm64 --filesystem ext4 --vmefi --force --hostname localhost --password changeme --release bookworm --keep_src_list --verbose --vmfile --vmsize 15G --packages /home/debian/derivative-maker/grml_packages --mntpoint /mnt/derivative-maker-grml-debootstrap.606237 --target /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ set -e
+ set -E
+ set -o pipefail
+ trap error_handler ERR
++ basename /usr/sbin/grml-debootstrap
+ PN=grml-debootstrap
+++ command -v /usr/sbin/grml-debootstrap
++ dirname /usr/sbin/grml-debootstrap
+ [[ -d /usr/sbin/.git ]]
++ dpkg-query --show '--showformat=${Version}' grml-debootstrap
+ VERSION=0.103
+ VERSION=0.103
+ MNTPOINT=/mnt/debootstrap.606459
+ '[' -n '' ']'
+ CHROOT_SCRIPTS=yes
+ '[' -n '' ']'
+ CONFFILES=/etc/debootstrap
+ '[' -n '' ']'
+ DEBCONF=yes
+ '[' -n noninteractive ']'
+ '[' -n '' ']'
+ DEFAULT_LANGUAGE=en_US:en
+ '[' -n '' ']'
+ DEFAULT_LOCALES=en_US.UTF-8
+ '[' -n 26ada0c0-1165-4098-884d-aafd2220c2c6 ']'
+ '[' -n '' ']'
+ EXTRAPACKAGES=yes
+ '[' -n '' ']'
+ FALLBACK_MIRROR=http://deb.debian.org/debian
+ '[' -n yes ']'
+ '[' -n '' ']'
+ FORCE=
+ '[' -n debian ']'
+ '[' -n '' ']'
+ INITRD=yes
+ '[' -n dracut ']'
+ '[' -n '--add dmsquash-live --add overlayfs --add bash' ']'
+ '[' -n '' ']'
+ INSTALL_NOTES=/etc/debootstrap/install_notes
+ '[' -n '' ']'
+ LOCALES=yes
+ '[' -n '' ']'
+ MIRROR=http://deb.debian.org/debian
+ '[' -n '' ']'
+ MKFS=mkfs.ext4
+ '[' -n '' ']'
+ MKFS_OPTS=
+ '[' -n '' ']'
+ PACKAGES=yes
+ '[' -n '' ']'
+ POST_SCRIPTS=yes
+ '[' -n '' ']'
+ PRE_SCRIPTS=yes
+ '[' -n '' ']'
+ RECONFIGURE=console-data
+ '[' -n '' ']'
+ RELEASE=trixie
+ '[' -n no ']'
+ '[' -n '' ']'
+ SCRIPTS=no
+ '[' -n '' ']'
+ SECURE=yes
+ '[' -n UTC ']'
+ '[' -n '' ']'
+ TUNE2FS='tune2fs -c0 -i0'
+ '[' -n no ']'
+ '[' -n 15G ']'
+ '[' -n '' ']'
+ GRUB_INSTALL=yes
+ INTERACTIVE=
+ '[' --arch = -h ']'
+ '[' --arch = -help ']'
+ '[' --arch = --help ']'
+ '[' xterm-256color = dumb ']'
++ printf '\033[32;01m'
+ GOOD=''
++ printf '\033[31;01m'
+ BAD=''
++ printf '\033[33;01m'
+ WARN=''
++ printf '\033[0m'
+ NORMAL=''
+ trap bailout HUP INT QUIT TERM
+ '[' -r /etc/debootstrap/config ']'
+ bash -n /etc/debootstrap/config
+ . /etc/debootstrap/config
+ CMDLINE_OPTS=mirror:,iso:,release:,target:,mntpoint:,debopt:,defaultinterfaces,interactive,nodebootstrap,nointerfaces,nokernel,nopackages,filesystem:,config:,confdir:,packages:,chroot-scripts:,scripts:,post-scripts:,pre-scripts:,debconf:,vm,vmfile,vmsize:,vmefi,keep_src_list,hostname:,password:,nopassword,grmlrepos,backportrepos,bootappend:,grub:,efi:,arch:,insecure,verbose,help,version,force,debug,contrib,non-free,remove-configs,sshcopyid,sshcopyauth
++ getopt --name grml-debootstrap -o +m:i:r:t:p:c:d:vhV --long mirror:,iso:,release:,target:,mntpoint:,debopt:,defaultinterfaces,interactive,nodebootstrap,nointerfaces,nokernel,nopackages,filesystem:,config:,confdir:,packages:,chroot-scripts:,scripts:,post-scripts:,pre-scripts:,debconf:,vm,vmfile,vmsize:,vmefi,keep_src_list,hostname:,password:,nopassword,grmlrepos,backportrepos,bootappend:,grub:,efi:,arch:,insecure,verbose,help,version,force,debug,contrib,non-free,remove-configs,sshcopyid,sshcopyauth -- --arch arm64 --filesystem ext4 --vmefi --force --hostname localhost --password changeme --release bookworm --keep_src_list --verbose --vmfile --vmsize 15G --packages /home/debian/derivative-maker/grml_packages --mntpoint /mnt/derivative-maker-grml-debootstrap.606237 --target /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ _opt_temp=' --arch '\''arm64'\'' --filesystem '\''ext4'\'' --vmefi --force --hostname '\''localhost'\'' --password '\''changeme'\'' --release '\''bookworm'\'' --keep_src_list --verbose --vmfile --vmsize '\''15G'\'' --packages '\''/home/debian/derivative-maker/grml_packages'\'' --mntpoint '\''/mnt/derivative-maker-grml-debootstrap.606237'\'' --target '\''/home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw'\'' --'
+ eval set -- ' --arch '\''arm64'\'' --filesystem '\''ext4'\'' --vmefi --force --hostname '\''localhost'\'' --password '\''changeme'\'' --release '\''bookworm'\'' --keep_src_list --verbose --vmfile --vmsize '\''15G'\'' --packages '\''/home/debian/derivative-maker/grml_packages'\'' --mntpoint '\''/mnt/derivative-maker-grml-debootstrap.606237'\'' --target '\''/home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw'\'' --'
++ set -- --arch arm64 --filesystem ext4 --vmefi --force --hostname localhost --password changeme --release bookworm --keep_src_list --verbose --vmfile --vmsize 15G --packages /home/debian/derivative-maker/grml_packages --mntpoint /mnt/derivative-maker-grml-debootstrap.606237 --target /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw --
+ :
+ case "$1" in
+ shift
+ _opt_arch=arm64
+ shift
+ :
+ case "$1" in
+ shift
+ _opt_filesystem=ext4
+ FILESYSTEM=ext4
+ shift
+ :
+ case "$1" in
+ _opt_vmefi=T
+ shift
+ :
+ case "$1" in
+ _opt_force=T
+ shift
+ :
+ case "$1" in
+ shift
+ _opt_hostname=localhost
+ shift
+ :
+ case "$1" in
+ shift
+ _opt_password=changeme
+ shift
+ :
+ case "$1" in
+ shift
+ _opt_release=bookworm
+ shift
+ :
+ case "$1" in
+ _opt_keep_src_list=T
+ shift
+ :
+ case "$1" in
+ '[' '' ']'
+ _opt_verbose=1
+ shift
+ :
+ case "$1" in
+ _opt_vmfile=T
+ shift
+ :
+ case "$1" in
+ shift
+ _opt_vmsize=15G
+ shift
+ :
+ case "$1" in
+ shift
+ _opt_packages=/home/debian/derivative-maker/grml_packages
+ _opt_packages_set=T
+ shift
+ :
+ case "$1" in
+ shift
+ _opt_mntpoint=/mnt/derivative-maker-grml-debootstrap.606237
+ shift
+ :
+ case "$1" in
+ shift
+ _opt_target=/home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ shift
+ :
+ case "$1" in
+ shift
+ break
+ '[' '' ']'
+ '[' '' ']'
+ '[' bookworm ']'
+ RELEASE=bookworm
+ '[' /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ TARGET=/home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ '[' '' ']'
+ '[' T ']'
+ VMFILE=1
+ VIRTUAL=1
+ '[' 15G ']'
+ VMSIZE=15G
+ '[' T ']'
+ VMEFI=1
+ '[' /mnt/derivative-maker-grml-debootstrap.606237 ']'
+ MNTPOINT=/mnt/derivative-maker-grml-debootstrap.606237
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' ext4 ']'
+ MKFS=mkfs.ext4
+ '[' T ']'
+ PACKAGES=yes
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' T ']'
+ KEEP_SRC_LIST=yes
+ '[' '' ']'
+ '[' '' ']'
+ '[' localhost ']'
+ HOSTNAME=localhost
+ '[' changeme ']'
+ ROOTPASSWORD=changeme
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' arm64 ']'
+ ARCH=arm64
+ '[' '' ']'
+ '[' T ']'
+ FORCE=T
+ '[' 1 ']'
+ VERBOSE=true
+ '[' '' ']'
+ '[' '' ']'
+ '[' -z main ']'
+ '[' '' ']'
+ case "${RELEASE}" in
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' -n '' ']'
+ '[' true = true ']'
+ set -x
+ '[' '' ']'
+ '[' '' ']'
+ check4root
++ id -u
+ '[' 0 '!=' 0 ']'
+ check4progs mmdebstrap
+ local RC=
+ for arg in "$@"
+ command -v mmdebstrap
+ '[' -n '' ']'
+ '[' -n 1 ']'
+ check4progs kpartx parted qemu-img
+ local RC=
+ for arg in "$@"
+ command -v kpartx
+ for arg in "$@"
+ command -v parted
+ for arg in "$@"
+ command -v qemu-img
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ echo ''
+ grep -q '^hd'
+ '[' -z /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ '[' -n '' ']'
+ '[' -n arm64 ']'
+ ARCHCMD='--arch arm64'
+ ARCHINFO=' (arm64)'
+ '[' -z arm64 ']'
+ [[ arm64 != \a\m\d\6\4 ]]
+ [[ arm64 != \a\r\m\6\4 ]]
+ '[' bookworm = stable ']'
+ '[' bookworm = testing ']'
+ checkconfiguration
+ '[' -z 1 ']'
+ '[' -n '' ']'
+ einfo 'grml-debootstrap [0.103] - Please recheck configuration before execution:'
+ einfon 'grml-debootstrap [0.103] - Please recheck configuration before execution:\n'
+ '[' '' '!=' yes ']'
+ '[' '' = ebegin ']'
+ printf ' %s*%s grml-debootstrap [0.103] - Please recheck configuration before execution:\n' '' ''
 * grml-debootstrap [0.103] - Please recheck configuration before execution:
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ echo

+ echo '   Target:          /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw'
   Target:          /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ case "$MNTPOINT" in
+ echo '   Mount point:     /mnt/derivative-maker-grml-debootstrap.606237'
   Mount point:     /mnt/derivative-maker-grml-debootstrap.606237
+ '[' -n 1 ']'
+ '[' yes = yes ']'
+ echo '   Install grub:    yes'
   Install grub:    yes
+ '[' -n 1 ']'
+ echo '   Install efi:     yes'
   Install efi:     yes
+ '[' -n bookworm ']'
+ echo '   Using release:   bookworm'
   Using release:   bookworm
+ '[' -n localhost ']'
+ echo '   Using hostname:  localhost'
   Using hostname:  localhost
+ '[' -n http://deb.debian.org/debian ']'
+ echo '   Using mirror:    http://deb.debian.org/debian'
   Using mirror:    http://deb.debian.org/debian
+ '[' -n arm64 ']'
+ echo '   Using arch:      arm64'
   Using arch:      arm64
+ '[' -n /etc/debootstrap ']'
+ echo '   Config files:    /etc/debootstrap'
   Config files:    /etc/debootstrap
+ '[' -n 1 ']'
+ echo '   Deploying as Virtual Machine.'
   Deploying as Virtual Machine.
+ '[' -n 15G ']'
+ '[' -n 1 ']'
+ echo '   Using Virtual Disk file with size of 15G.'
   Using Virtual Disk file with size of 15G.
+ '[' '!' -t 0 ']'
+ echo

+ echo '   Important! Continuing will delete all data from /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw!'
   Important! Continuing will delete all data from /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw!
+ '[' -n T ']'
+ einfo 'Skip user acknowledgement as requested via --force option.'
+ einfon 'Skip user acknowledgement as requested via --force option.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' %s*%s Skip user acknowledgement as requested via --force option.\n' '' ''
 * Skip user acknowledgement as requested via --force option.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ '[' -n /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ SHORT_TARGET=Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ '[' -z '' ']'
+ STAGES=/var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ '[' -d /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ mkdir -p /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ '[' -r /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw/grml-debootstrap ']'
+ PARTITION=
+ DIRECTORY=
+ '[' -b /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ '[' -n 1 ']'
+ PARTITION=1
+ for i in format_efi_partition prepare_vm mkfs tunefs mount_target mountpoint_to_blockdevice debootstrap_system preparechroot execute_pre_scripts chrootscript execute_post_scripts remove_configs umount_chroot umount_target fscktool
+ stage format_efi_partition
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw/format_efi_partition
+ format_efi_partition
+ '[' -z '' ']'
+ return 0
+ stage format_efi_partition done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw/format_efi_partition
+ for i in format_efi_partition prepare_vm mkfs tunefs mount_target mountpoint_to_blockdevice debootstrap_system preparechroot execute_pre_scripts chrootscript execute_post_scripts remove_configs umount_chroot umount_target fscktool
+ stage prepare_vm
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw/prepare_vm
+ prepare_vm
+ '[' -z 1 ']'
+ '[' -b /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ '[' '!' -b /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ '[' -z 1 ']'
+ modprobe loop
+ losetup -f
+ modprobe dm-mod
+ grep -q device-mapper /proc/misc
+ ORIG_TARGET=/home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ case "$ARCH" in
+ VMEFI=1
+ '[' -n 1 ']'
+ qemu-img create -f raw /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw 15G
Formatting '/home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw', fmt=raw size=16106127360
+ '[' -n 1 ']'
+ parted -s /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw 'mklabel gpt'
+ true '/home/debian/derivative-maker/help-steps/udevadm (dummy script by Whonix build script) called with the following args: settle'
+ true '/home/debian/derivative-maker/help-steps/udevadm (dummy script by Whonix build script) called with the following args: settle'
+ parted -s /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw 'mkpart ESP fat32 1MiB 101MiB'
+ true '/home/debian/derivative-maker/help-steps/udevadm (dummy script by Whonix build script) called with the following args: settle'
+ true '/home/debian/derivative-maker/help-steps/udevadm (dummy script by Whonix build script) called with the following args: settle'
+ parted -s /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw 'set 1 boot on'
+ true '/home/debian/derivative-maker/help-steps/udevadm (dummy script by Whonix build script) called with the following args: settle'
+ true '/home/debian/derivative-maker/help-steps/udevadm (dummy script by Whonix build script) called with the following args: settle'
+ '[' arm64 = arm64 ']'
+ parted -s /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw 'mkpart primary ext4 101MiB 100%'
+ true '/home/debian/derivative-maker/help-steps/udevadm (dummy script by Whonix build script) called with the following args: settle'
+ true '/home/debian/derivative-maker/help-steps/udevadm (dummy script by Whonix build script) called with the following args: settle'
++ kpartx -asv /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ DEVINFO='add map loop0p1 (253:0): 0 204800 linear 7:0 2048
add map loop0p2 (253:1): 0 31248384 linear 7:0 206848'
+ '[' -z 'add map loop0p1 (253:0): 0 204800 linear 7:0 2048
add map loop0p2 (253:1): 0 31248384 linear 7:0 206848' ']'
+ LOOP_PART='loop0p1 (253:0): 0 204800 linear 7:0 2048
add map loop0p2 (253:1): 0 31248384 linear 7:0 206848'
+ LOOP_PART=loop0p1
+ '[' -n 1 ']'
+ export EFI_TARGET=/dev/mapper/loop0p1
+ EFI_TARGET=/dev/mapper/loop0p1
+ '[' arm64 = arm64 ']'
+ LOOP_PART=loop0p2
+ LOOP_DISK=loop0
+ export TARGET=/dev/mapper/loop0p2
+ TARGET=/dev/mapper/loop0p2
+ '[' -z /dev/mapper/loop0p2 ']'
+ '[' -z '' ']'
+ GRUB=/dev/loop0
+ '[' -z '' ']'
+ '[' 1 = 1 ']'
+ EFI=/dev/mapper/loop0p1
+ stage prepare_vm done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw/prepare_vm
+ for i in format_efi_partition prepare_vm mkfs tunefs mount_target mountpoint_to_blockdevice debootstrap_system preparechroot execute_pre_scripts chrootscript execute_post_scripts remove_configs umount_chroot umount_target fscktool
+ stage mkfs
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw/mkfs
+ mkfs
+ '[' -n '' ']'
+ grep -q /dev/mapper/loop0p2 /proc/mounts
+ eerror '/dev/mapper/loop0p2 already mounted, exiting to avoid possible damage. (Manually unmount /dev/mapper/loop0p2)'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' %s*%s /dev/mapper/loop0p2 already mounted, exiting to avoid possible damage. (Manually unmount /dev/mapper/loop0p2)\n' '' ''
 * /dev/mapper/loop0p2 already mounted, exiting to avoid possible damage. (Manually unmount /dev/mapper/loop0p2)
+ LAST_E_CMD=eerror
+ return 0
+ bailout 1
+ eend 1
+ local retval=1
+ shift
+ '[' 1 -gt 0 ']'
+ printf ' %s-> Failed (rc=%s)%s\n' '' 1 ''
 -> Failed (rc=1)
+ return 1
+ true
+ cleanup
+ '[' -n '' ']'
+ '[' -n /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ einfo 'Removing /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw'
+ einfon 'Removing /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw\n'
+ '[' '' '!=' yes ']'
+ '[' eerror = ebegin ']'
+ printf ' %s*%s Removing /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw\n' '' ''
 * Removing /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ rmdir /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ try_umount 3 /mnt/derivative-maker-grml-debootstrap.606237/boot/efi
+ local tries=3
+ local mountpoint=/mnt/derivative-maker-grml-debootstrap.606237/boot/efi
+ mountpoint /mnt/derivative-maker-grml-debootstrap.606237/boot/efi
+ return 0
+ echo /mnt/derivative-maker-grml-debootstrap.606237
+ grep -q '/mnt/debootstrap\.'
+ '[' -n /mnt/derivative-maker-grml-debootstrap.606237 ']'
+ grep -q /mnt/derivative-maker-grml-debootstrap.606237 /proc/mounts
+ '[' -n /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
+ einfo 'Removing loopback mount of file /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw.'
+ einfon 'Removing loopback mount of file /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' %s*%s Removing loopback mount of file /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw.\n' '' ''
 * Removing loopback mount of file /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ kpartx -d /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
+ eend 1
+ local retval=1
+ shift
+ '[' 1 -gt 0 ']'
+ printf ' %s-> Failed (rc=%s)%s\n' '' 1 ''
 -> Failed (rc=1)
+ return 1
++ error_handler
++ last_exit_code=1
++ last_bash_command='return "$retval"'
++ echo 'Unexpected non-zero exit code 1 in /usr/sbin/grml-debootstrap /usr/sbin/grml-debootstrap /usr/sbin/grml-debootstrap /usr/sbin/grml-debootstrap /usr/sbin/grml-debootstrap at line 328 341 1213 1929 0 detected!
last bash command: return "$retval"'
Unexpected non-zero exit code 1 in /usr/sbin/grml-debootstrap /usr/sbin/grml-debootstrap /usr/sbin/grml-debootstrap /usr/sbin/grml-debootstrap /usr/sbin/grml-debootstrap at line 328 341 1213 1929 0 detected!
last bash command: return "$retval"
++ '[' -r /mnt/derivative-maker-grml-debootstrap.606237/debootstrap/debootstrap.log ']'
++ command -v bailout
++ bailout 1
++ eend 1
++ local retval=1
++ shift
++ '[' 1 -gt 0 ']'
++ printf ' %s-> Failed (rc=%s)%s\n' '' 1 ''
 -> Failed (rc=1)
++ return 1
++ true
++ cleanup
++ '[' -n '' ']'
++ '[' -n /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw ']'
++ einfo 'Removing /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw'
++ einfon 'Removing /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw\n'
++ '[' '' '!=' yes ']'
++ '[' einfon = ebegin ']'
++ printf ' %s*%s Removing /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw\n' '' ''
 * Removing /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
++ LAST_E_CMD=einfon
++ return 0
++ return 0
++ rmdir /var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw
rmdir: failed to remove '/var/cache/grml-debootstrap/stages_Whonix-Gateway-Xfce-17.3.9.5.arm64.raw': No such file or directory
++ eend 1
++ local retval=1
++ shift
++ '[' 1 -gt 0 ']'
++ printf ' %s-> Failed (rc=%s)%s\n' '' 1 ''
 -> Failed (rc=1)
++ return 1
++ exception_handler_general ERR
++ last_failed_exit_code=1
++ last_failed_bash_command='$SUDO_TO_ROOT --preserve-env PATH="${new_path}" $DEBOOTSTRAP_PREFIX dist_build_multiarch_package_item="$dist_build_target_arch" bash -x -e "$dist_build_grml_bin" --arch "$dist_build_target_arch" --filesystem "$dist_build_file_system" $use_vmefi_maybe --force --hostname "$dist_build_hostname" --password "changeme" --release "$dist_build_apt_stable_release" --keep_src_list --verbose --vmfile --vmsize "$VMSIZE" --packages "$grml_packages_file" --mntpoint "$dist_grml_mount_point" --target "$binary_image_raw_file"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true 'INFO: Middle of function exception_handler_general of ././build-steps.d/3200_create-raw-image.'
++ exception_handler_process_shared ERR
++ last_script=././build-steps.d/3200_create-raw-image
++ trap_signal_type_previous=
++ '[' '' = '' ']'
++ trap_signal_type_previous=unset
++ trap_signal_type_last=ERR
++ dist_build_error_counter=1
+++ benchmarktimeend 1746823361
++++ date +%s
+++ benchmarktimeend=1746823361
+++ 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
++ local first
++ read -r first _
++ process_backtrace_function
++ true 'INFO: BEGIN: process_backtrace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : process_backtrace_function'
++ function_trace_function
++ true 'INFO: BEGIN: function_trace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : function_trace_function'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
############################################################
ERROR detected in script!: ././build-steps.d/3200_create-raw-image

#####
User Help Message 2/2:

Please READ this message carefully.

Copying/pasting/screenshotting this box alone will not be insightful, and no help can be provided with it alone as it may not contain sufficient information by itself.

In many instances, providing a longer segment above this box or the entire log may be necessary for an effective diagnosis.
#####

dist_build_version: 17.3.9.5
dist_build_error_counter: 1
benchmark: 00:00:00
last_failed_exit_code: 1
trap_signal_type_previous: unset
trap_signal_type_last    : ERR

process_backtrace_result:
1: : init
2: : xfce4-terminal 
3: : bash 
4: : /bin/bash /home/debian/derivative-maker/derivative-maker --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G 
5: : /bin/bash ././build-steps.d/3200_create-raw-image --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G 

function_trace_result:
main (line number: 288)
main (line number: 282)
create-debian-raw-image (line number: 210)
exception_handler_general (line number: 210)
exception_handler_process_shared (line number: 210)

last_failed_bash_command: $SUDO_TO_ROOT --preserve-env PATH="${new_path}" $DEBOOTSTRAP_PREFIX dist_build_multiarch_package_item="$dist_build_target_arch" bash -x -e "$dist_build_grml_bin" --arch "$dist_build_target_arch" --filesystem "$dist_build_file_system" $use_vmefi_maybe --force --hostname "$dist_build_hostname" --password "changeme" --release "$dist_build_apt_stable_release" --keep_src_list --verbose --vmfile --vmsize "$VMSIZE" --packages "$grml_packages_file" --mntpoint "$dist_grml_mount_point" --target "$binary_image_raw_file"
############################################################
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 0 = 0 ']'
++ true 'INFO: dist_build_auto_retry set to 0 (--retry-max). No auto retry.'
++ unset dist_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 'ERROR: An issue in ././build-steps.d/3200_create-raw-image has been detected!

#####
User Help Message 1/2:

Please READ this message carefully.

Copying/pasting/screenshotting this error message alone will not be insightful, and no help can be provided with it alone as it does not contain comprehensive information by itself. Instead, please scroll up and review the block encapsulated within ### for more detailed information.

For support queries, it is essential to, at minimum, provide the portion of the log located above this message containing the actual error details. In many instances, providing a longer segment or the entire log may be necessary for an effective diagnosis.

Regrettably, assistance cannot be provided without the aforementioned details.

Options:

Choose either option A), B), C) or D).

 - A) Press c and press enter to bypass this error and continue with the build. (For Developers Only!) (Strongly discouraged for regular users as it may lead to unstable builds! Please refrain from reporting any issues encountered subsequently!)
 - B) Press r and enter to retry.
 - C) Press s and enter to initiate a chroot interactive shell. (For Developers Only!)
 - D) Press a and enter to abort.
#####'
++ read -p 'Answer? ' answer
Answer?         

Log is too short. Did you previously have any build errors that you ignored? That can lead to more “strange” issues later on.

This is the problem. A previously unsuccessful build and leftover mount maybe. Should be gone after reboot. (Easiest short of manual unmount.)

Otherwise you need to investigate where that mount is coming from.

I’ve tried to skip errors, but the system hadn’t let me do it. So there’s no errors before, only those ones

I can provide the full log of that command if you need

Building dependency tree...
Reading state information...
debhelper is already the newest version (13.23~bpo12+1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying back the cached apt archive contents
I: Building the package
I: Running cd /build/developer-meta-files-41.7/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-buildpackage -us -uc -sa && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-genchanges -S '-sa' > ../developer-meta-files_41.7-1_source.changes
dpkg-buildpackage: info: source package developer-meta-files
dpkg-buildpackage: info: source version 3:41.7-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Patrick Schleizer <adrelanos@whonix.org>
dpkg-buildpackage: info: host architecture arm64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building developer-meta-files using existing ./developer-meta-files_41.7.orig.tar.xz
dpkg-source: info: building developer-meta-files in developer-meta-files_41.7-1.debian.tar.xz
dpkg-source: info: building developer-meta-files in developer-meta-files_41.7-1.dsc
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_auto_install --destdir=debian/developer-meta-files/
   dh_install
   dh_installdocs
   debian/rules override_dh_installchangelogs
make[1]: Entering directory '/build/developer-meta-files-41.7'
dh_installchangelogs changelog.upstream upstream
make[1]: Leaving directory '/build/developer-meta-files-41.7'
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'developer-meta-files' in '../developer-meta-files_41.7-1_all.deb'.
 dpkg-genbuildinfo -O../developer-meta-files_41.7-1_arm64.buildinfo
 dpkg-genchanges -sa -O../developer-meta-files_41.7-1_arm64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
dpkg-genchanges: info: including full source code in upload
I: copying local configuration
I: Copying back the cached apt archive contents
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: Current time: Fri May  9 21:39:37 UTC 2025
I: pbuilder-time-stamp: 1746826777
I: Cleaning COW directory
I: forking: rm -rf /var/cache/pbuilder/cow.cow_arm64/cow.618052
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: INFO: make_use_debsign: true | whoami: debian
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: running: debsign -k64BA1B9B28C5816812C39B5235914B204AD5C8EB /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.changes
 signfile dsc /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1.dsc 64BA1B9B28C5816812C39B5235914B204AD5C8EB

 fixup_buildinfo /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1.dsc /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.buildinfo
 signfile buildinfo /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.buildinfo 64BA1B9B28C5816812C39B5235914B204AD5C8EB

 fixup_changes dsc /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1.dsc /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.changes
 fixup_changes buildinfo /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.buildinfo /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.changes
 signfile changes /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.changes 64BA1B9B28C5816812C39B5235914B204AD5C8EB

Successfully signed dsc, buildinfo, changes files
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: running: gpg --verify /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.changes
gpg: Signature made Fri May  9 21:39:37 2025 UTC
gpg:                using EDDSA key 64BA1B9B28C5816812C39B5235914B204AD5C8EB
gpg: Good signature from "derivative-distribution@local-signing.key" [ultimate]
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: running: dpkg-source --require-strong-checksums --require-valid-signature -x /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1.dsc /tmp/tmp.iIZLnXRm83/
dpkg-source: info: extracting developer-meta-files in /tmp/tmp.iIZLnXRm83
dpkg-source: info: unpacking developer-meta-files_41.7.orig.tar.xz
dpkg-source: info: unpacking developer-meta-files_41.7-1.debian.tar.xz
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: INFO: You can find your deb file here: /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_all.deb
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: INFO: make_use_lintian=true - running lintian...
lintian           --suppress-tags missing-tests-control          --suppress-tags systemd-service-file-missing-documentation-key          --suppress-tags orig-tarball-missing-upstream-signature          --suppress-tags package-supports-alternative-init-but-no-init.d-script          --suppress-tags no-manual-page          --quiet          --pedantic          --info          --display-info            "/home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_arm64.changes"
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: INFO: lintian ok.
+ /home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/bin/genmkfile deb-install
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: INFO: deb-install
/home/debian/derivative-maker/packages/kicksecure/genmkfile/usr/share/genmkfile/make-helper-one.bsh: running: sudo apt-get --yes --no-install-recommends --allow-downgrades --reinstall install -- /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_all.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'developer-meta-files' instead of '/home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_all.deb'
The following packages were automatically installed and are no longer required:
  appstream cpp-10 gstreamer1.0-pulseaudio hddtemp libaom0 libappstream4
  libatk1.0-data libavcodec58 libavfilter7 libavformat58 libavresample4
  libavutil56 libcapstone4 libcbor0 libcodec2-0.9 libdav1d4
  libextutils-pkgconfig-perl libflac8 libfluidsynth2 libgdk-pixbuf-xlib-2.0-0
  libgdk-pixbuf2.0-0 libglib2.0-bin libgs9-common libgssdp-1.2-0
  libgupnp-1.2-0 libicu67 libidn11 libilmbase25 libimobiledevice6 libjim0.79
  libldap-2.4-2 libllvm11 libmms0 libmpdec3 libntfs-3g883 libofa0 libopenexr25
  libperl5.32 libpkgconf3 libplist3 libpoppler102 libpostproc55 libpython3.9
  libpython3.9-minimal libpython3.9-stdlib libqpdf28 librest-0.7-0
  libsrt1.4-gnutls libstemmer0d libswresample3 libswscale5 libtiff5 liburing1
  libusb-0.1-4 libusbmuxd6 libvpx6 libwebp6 libx264-160 libx265-192 libxmlb2
  linux-image-5.10.0-18-arm64 packagekit packagekit-tools perl-modules-5.32
  pkg-config pkgconf pkgconf-bin python3-ldb python3-talloc python3.9
  python3.9-minimal usbmuxd xfce4-datetime-plugin
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/132 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 /home/debian/derivative-binary/genmkfile-packages-result/developer-meta-files_41.7-1_all.deb developer-meta-files all 3:41.7-1 [132 kB]
(Reading database ... 114229 files and directories currently installed.)
Preparing to unpack .../developer-meta-files_41.7-1_all.deb ...
Unpacking developer-meta-files (3:41.7-1) over (3:41.7-1) ...
Setting up developer-meta-files (3:41.7-1) ...
+ popd
~/derivative-maker
+ live-build_installation --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ '[' '!' '' = true ']'
+ true 'INFO: Not installing live-build, because not building an ISO.'
+ return 0
+ virtualbox_windows_installer_download --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ '[' '!' '' = true ']'
+ true '././build-steps.d/1400_local-dependencies: INFO: Skip virtualbox_windows_installer_download, because dist_build_windows_installer is not set to true.'
+ return 0
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1746826773
+++ date +%s
++ benchmarktimeend=1746826780
++ benchmark_took_seconds=7
+++ convertsecs 7
+++ local h m s
+++ (( h=7/3600 ))
+++ true
+++ (( m=(7%3600)/60 ))
+++ true
+++ (( s=7%60 ))
+++ printf '%02d:%02d:%02d\n' 0 0 7
++ echo 00:00:07
+ benchmark_took_time=00:00:07
+ output_cmd_set
+ '[' -o xtrace ']'
+ output_cmd=true
+ '[' 0 = 0 ']'
+ true 'INFO: Script ././build-steps.d/1400_local-dependencies completed. Exit Code: 0. Errors Detected: 0. Execution Time: 00:00:07'
+ exit 0
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/1600_export-libvirt-xml --flavor' whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+++ dirname ././build-steps.d/1600_export-libvirt-xml
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/debian/derivative-maker/build-steps.d
+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ echo --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
++ grep --quiet --fixed-strings -- --debug
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: Disabling verbose/debug output (xtrace) (set +x) because dist_build_no_unset_xtrace=false. For more verbose output add the following build option: --debug'
++ set +x
INFO: implicitly setting '--type vm' because using '--target utm'.
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ main --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ '[' true = true ']'
+ export-libvirt-xml --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ mkdir --parents /home/debian/derivative-binary
+ cp /home/debian/derivative-maker/packages/kicksecure/libvirt-dist/usr/share/libvirt-dist/xml/Whonix-Gateway.xml /home/debian/derivative-binary/17.3.9.5/Whonix-Gateway.xml
+ '[' whonix = kicksecure ']'
+ '[' whonix = custom-workstation ']'
+ cp /home/debian/derivative-maker/packages/kicksecure/libvirt-dist/usr/share/libvirt-dist/xml/Whonix-External.xml /home/debian/derivative-binary/17.3.9.5/Whonix_external_network.xml
+ cp /home/debian/derivative-maker/packages/kicksecure/libvirt-dist/usr/share/libvirt-dist/xml/Whonix-Internal.xml /home/debian/derivative-binary/17.3.9.5/Whonix_internal_network.xml
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1746826780
+++ date +%s
++ benchmarktimeend=1746826780
++ 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 'INFO: Script ././build-steps.d/1600_export-libvirt-xml completed. Exit Code: 0. Errors Detected: 0. Execution Time: 00:00:00'
+ exit 0
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/1700_create-vm-text --flavor' whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+++ dirname ././build-steps.d/1700_create-vm-text
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/debian/derivative-maker/build-steps.d
+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ echo --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
++ grep --quiet --fixed-strings -- --debug
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: Disabling verbose/debug output (xtrace) (set +x) because dist_build_no_unset_xtrace=false. For more verbose output add the following build option: --debug'
++ set +x
INFO: implicitly setting '--type vm' because using '--target utm'.
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ msg_graphical_gateway_low_ram='########################
## GATEWAY - LOW RAM? ##
########################

If your computer has 2GB or less RAM, set the RAM for Whonix-Gateway to 256MB to automatically boot into a command-line environment. The Gateway will work normally, and you can configure it via the command-line. If you need a graphical environment, temporarily increase RAM to 512MB to boot to a desktop.'
+ msg_kicksecure_security_advice='#####################
## SECURITY ADVICE ##
#####################

Kicksecure with its default settings may provide better protection. You can make it even more secure. It is recommended to read our documentation:
https://www.kicksecure.com/wiki/Documentation'
+ msg_whonix_security_advice='#####################
## SECURITY ADVICE ##
#####################

Whonix with its default settings may provide better protection than Tor alone. You can make it even more secure. It is recommended to read our documentation:
https://www.whonix.org/wiki/Documentation'
+ msg_kicksecure_disclaimer='################
## DISCLAIMER ##
################

The more you learn about Kicksecure, security, and threats to your security, the safer you can become.

Kicksecure is a derivative of and not affiliated with Debian. Debian is a registered trademark owned by Software in the Public Interest, Inc.

Kicksecure is a research project.'
+ msg_whonix_disclaimer='################
## DISCLAIMER ##
################

There is no magic pill for anonymity. The more you learn about Whonix, Tor, and threats to your privacy, the safer you can become.

Whonix is produced independently from the Tor (R) anonymity software and carries no guarantee from The Tor Project about quality, suitability or anything else.

Whonix is a derivative of and not affiliated with Debian. Debian is a registered trademark owned by Software in the Public Interest, Inc.

Whonix is a research project.'
+ msg_whonix_workstation_requires_whonix_gateway='# For internet access, Whonix-Workstation requires that Whonix-Gateway be running. #'
+ msg_whonix_workstation_low_ram='##########################
## WORKSTATION LOW RAM? ##
##########################

If your computer has less than 2GB RAM, you can lower the RAM for Whonix-Workstation to 512MB. Performance will suffer, but an advanced user can install a lighter desktop environment. Setting RAM to less than 512MB will boot to a command-line environment.'
+ true 'INFO: Currently running script: ././build-steps.d/1700_create-vm-text --flavor' whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize '15G'
+ main --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ '[' '' = true ']'
+ true 'INFO: Skipping ././build-steps.d/1700_create-vm-text, because dist_build_virtualbox is not set to '\''true'\''.'
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1746826780
+++ date +%s
++ benchmarktimeend=1746826780
++ 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 'INFO: Script ././build-steps.d/1700_create-vm-text completed. Exit Code: 0. Errors Detected: 0. Execution Time: 00:00:00'
+ exit 0
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/2100_create-debian-packages --flavor' whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+++ dirname ././build-steps.d/2100_create-debian-packages
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/debian/derivative-maker/build-steps.d
+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ dist_build_internal_run=true
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ echo --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
++ grep --quiet --fixed-strings -- --debug
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: Disabling verbose/debug output (xtrace) (set +x) because dist_build_no_unset_xtrace=false. For more verbose output add the following build option: --debug'
++ set +x
INFO: implicitly setting '--type vm' because using '--target utm'.
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ cd /home/debian/derivative-maker/help-steps
+ cd ..
+ build_run_function main --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ case $build_skip_run_functions in
+ true 'INFO: Running function main, because variable build_skip_run_functions does not include it...'
+ main --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ '[' '' = true ']'
+ '[' whonix-gateway-xfce = whonix-custom-workstation ']'
+ '[' '' = true ']'
+ build_run_function create-debian-packages --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ case $build_skip_run_functions in
+ true 'INFO: Running function create-debian-packages, because variable build_skip_run_functions does not include it...'
+ create-debian-packages --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ apt-cacher-ng_config_check
+ grep -q 'AllowUserPorts: 0$' /etc/apt-cacher-ng/acng.conf
+ true 'INFO: '\''AllowUserPorts: 0'\'' already in /etc/apt-cacher-ng/acng.conf, ok.'
+ return 0
+ '[' local = '' ']'
+ true '././build-steps.d/2100_create-debian-packages INFO: Going to update local APT repository... '
+ true 'make_cross_build_platform_list: arm64'
+ '[' '!' '' = '' ']'
+ build_run_function download_packages_from_debian_bookworm_backports --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ case $build_skip_run_functions in
+ true 'INFO: Running function download_packages_from_debian_bookworm_backports, because variable build_skip_run_functions does not include it...'
+ download_packages_from_debian_bookworm_backports --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ available_architectures_for_download_only_list=all
+ dist_build_special_packages_chroot_script=/home/debian/derivative-maker/help-steps/repo_download_chroot_script
+ repo_signing_key=none
+ repo_sources_list=/home/debian/derivative-maker/build_sources/debian_bookworm_backports_current_clearnet.list
+ temp_newer_packages=/home/debian/derivative-binary/temp_packages_debian_bookworm_backports
+ export download_source_package=false
+ download_source_package=false
+ newer_package_list=
+ '[' '' = true ']'
+ true 'INFO: No packages from backports required for non-ISO builds at this time, skipping, ok.'
+ return 0
+ true 'INFO: End of function download_packages_from_debian_bookworm_backports reached, ok.'
+ build_run_function download_tpo_packages --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ case $build_skip_run_functions in
+ true 'INFO: Running function download_tpo_packages, because variable build_skip_run_functions does not include it...'
+ download_tpo_packages --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ available_architectures_for_download_only_list='i386 amd64 arm64'
+ dist_build_special_packages_chroot_script=/home/debian/derivative-maker/help-steps/repo_download_chroot_script
+ repo_signing_key=/home/debian/derivative-maker/packages/kicksecure/anon-shared-build-apt-sources-tpo/usr/share/anon-shared-build-apt-sources-tpo/tpoarchive-keys.d/torprojectarchive.asc
+ repo_sources_list=/home/debian/derivative-maker/build_sources/torproject_stable_current_clearnet.list
+ temp_newer_packages=/home/debian/derivative-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_from_third_party_repositories --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ case $build_skip_run_functions in
+ true 'INFO: Running function get_newer_packages_from_third_party_repositories, because variable build_skip_run_functions does not include it...'
+ get_newer_packages_from_third_party_repositories --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ true '././build-steps.d/2100_create-debian-packages INFO: Downloading newer packages from third-party repository... '
+ local cow_folder base_folder
+ '[' /home/debian/derivative-binary/temp_packages_tpo = '' ']'
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP safe-rm --recursive --force -- /home/debian/derivative-binary/temp_packages_tpo
+ mkdir --parents /home/debian/derivative-binary/temp_packages_tpo
+ for dist_build_multiarch_package_item in $make_cross_build_platform_list
+ export dist_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 'INFO: available_architectures_for_download_only_item: '\''arm64'\'''
+ architecture_available=true
+ continue
+ '[' '!' true = true ']'
+ '[' true = true ']'
+ set_cowbuilder_folders
+ cow_folder=/var/cache/pbuilder/cow.cow_arm64
+ base_folder=/var/cache/pbuilder/base.cow_arm64
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP test -d /var/cache/pbuilder/base.cow_arm64
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP /home/debian/derivative-maker/help-steps/umount_kill.sh /var/cache/pbuilder/base.cow_arm64
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP mkdir -p /var/cache/pbuilder/base.cow_arm64/tmp/temporary-repository
+ '[' /home/debian/derivative-maker/packages/kicksecure/anon-shared-build-apt-sources-tpo/usr/share/anon-shared-build-apt-sources-tpo/tpoarchive-keys.d/torprojectarchive.asc = none ']'
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP cp /home/debian/derivative-maker/packages/kicksecure/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/debian/derivative-maker/build_sources/torproject_stable_current_clearnet.list = none ']'
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP cp /home/debian/derivative-maker/build_sources/torproject_stable_current_clearnet.list /var/cache/pbuilder/base.cow_arm64/tmp/temporary-repository/newer.list
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP cp /home/debian/derivative-binary/pbuilder.conf /var/cache/pbuilder/base.cow_arm64/tmp/
+ local benchmark_time_start benchmark_took_time
++ date +%s
+ benchmark_time_start=1746826780
+ local dist_build_download_script_exit_code
+ dist_build_download_script_exit_code=0
+ '[' true = true ']'
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP --preserve-env env http_proxy=http://127.0.0.1:3142 https_proxy=http://127.0.0.1:3142 ALL_PROXY=http://127.0.0.1:3142 'newer_package_list=tor tor-geoipdb deb.torproject.org-keyring' temp_newer_packages=/home/debian/derivative-binary/temp_packages_tpo cowbuilder --host-arch arm64 --architecture arm64 --configfile /home/debian/derivative-binary/pbuilder.conf --execute /home/debian/derivative-maker/help-steps/repo_download_chroot_script --basepath /var/cache/pbuilder/base.cow_arm64 --buildplace /var/cache/pbuilder/cow.cow_arm64 --bindmounts /home/debian/derivative-binary/temp_packages_tpo
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/cow.cow_arm64/cow.619729
I: forking: cp -al /var/cache/pbuilder/base.cow_arm64 /var/cache/pbuilder/cow.cow_arm64/cow.619729
I: removed stale ilistfile /var/cache/pbuilder/cow.cow_arm64/cow.619729/.ilist
I: Invoking pbuilder
I: forking: pbuilder execute --host-arch arm64 --configfile /home/debian/derivative-binary/pbuilder.conf --bindmounts /home/debian/derivative-binary/temp_packages_tpo --buildplace /var/cache/pbuilder/cow.cow_arm64/cow.619729 --mirror http://deb.debian.org/debian/ --distribution sid --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/cow.cow_arm64/cow.619729 cow-shell' /home/debian/derivative-maker/help-steps/repo_download_chroot_script
W: /home/debian/.pbuilderrc does not exist
I: Running in no-targz mode
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: mounting /dev/pts/1 over /dev/console
I: Mounting /home/debian/derivative-binary/temp_packages_tpo
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
+ set -e
+ true 'INFO: (hardcoded) this script is: help-steps/repo_download_chroot_script'
+ true 'INFO:  This script is supposed to be either executed:'
+ true 'INFO: - by cowbuilder which is expected to run as root (sudo), or'
+ true 'INFO: - using root (sudo).'
+ true 'INFO: $0: '\''/runscript'\'' | $@: '\'''\'''
++ id -u
+ '[' 0 '!=' 0 ']'
+ cat /home/debian/pbuilder_config_file
## This is an auto generated file.
## Auto generated by: '/home/debian/derivative-maker/help-steps/variables'
## Edits will be lost!

## build-step cowbuilder-setup copies this file into cowbuilder chroot to:
## '/home/debian/pbuilder_config_file'

## dist_build_pbuilder_config_file is passed to cowbuilder. example:
## '--configfile /home/user/derivative-binary/pbuilder.conf'
## NOTE: Cowbuilder ignores arbitrary environment variables such as 'APTGETOPT_SERIALIZED'.
##       Therefore, cowbuilder chroot scripts must run:
##       'source /home/debian/pbuilder_config_file'
##       Maybe false. Just requires correct 'export'.

## Debugging.
#set -x

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

APTCACHEHARDLINK=no
export APTCACHEHARDLINK

## E: Cross building is possible only with the APT dependency resolver
## Not compatible with 'set -o nounset'.
PBUILDERSATISFYDEPENDSCMD=/usr/lib/pbuilder/pbuilder-satisfydepends-apt
export PBUILDERSATISFYDEPENDSCMD

## End of: '/home/debian/derivative-binary/pbuilder.conf'

+ source /home/debian/pbuilder_config_file
++ export BUILDPLACE
++ APTCACHEHARDLINK=no
++ export APTCACHEHARDLINK
++ PBUILDERSATISFYDEPENDSCMD=/usr/lib/pbuilder/pbuilder-satisfydepends-apt
++ export PBUILDERSATISFYDEPENDSCMD
+ true ---------------
+ true 'INFO: HOMEVAR_VBOX_TEMP: /home/dm-vbox-temp'
+ true 'INFO: BUILDPLACE: /var/cache/pbuilder/cow.cow_arm64/cow.619729'
+ true 'INFO: APTGETOPT_SERIALIZED: -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
APT::Update::Error-Mode=any
-o
Acquire::Languages=none
-o
Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false
-o
Apt::Install-Recommends=false
-o
Acquire::Retries=5
-o
Dpkg::Options::=--force-confnew
-o
Acquire::BlockDotOnion=false'
+ true ---------------
+ mapfile -t APTGETOPT
+ printf '%s\n' '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 APT::Update::Error-Mode=any -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=5 -o Dpkg::Options::=--force-confnew -o Acquire::BlockDotOnion=false
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
APT::Update::Error-Mode=any
-o
Acquire::Languages=none
-o
Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false
-o
Apt::Install-Recommends=false
-o
Acquire::Retries=5
-o
Dpkg::Options::=--force-confnew
-o
Acquire::BlockDotOnion=false
+ test -f /tmp/temporary-repository/newer.list
+ cat -- /tmp/temporary-repository/newer.list
## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

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

deb http://HTTPS///deb.torproject.org/torproject.org bookworm main
deb-src http://HTTPS///deb.torproject.org/torproject.org bookworm main
+ rm -f -- /etc/apt/trusted.gpg.d/newer.asc
+ '[' -f /tmp/temporary-repository/repo_signing_key.asc ']'
+ cp --verbose /tmp/temporary-repository/repo_signing_key.asc /etc/apt/trusted.gpg.d/newer.asc
'/tmp/temporary-repository/repo_signing_key.asc' -> '/etc/apt/trusted.gpg.d/newer.asc'
+ chmod o+r /etc/apt/trusted.gpg.d/newer.asc
+ gpg --keyid-format long --import --import-options show-only --with-fingerprint /etc/apt/trusted.gpg.d/newer.asc
gpg: directory '/home/debian/.gnupg' created
gpg: keybox '/home/debian/.gnupg/pubring.kbx' created
gpg: key EE8CBC9E886DDD89: 83 signatures not checked due to missing keys
pub   rsa2048/EE8CBC9E886DDD89 2009-09-04 [SC] [expires: 2028-08-29]
      Key fingerprint = A3C4 F0F9 79CA A22C DBA8  F512 EE8C BC9E 886D DD89
uid                            deb.torproject.org archive signing key
sub   rsa2048/74A941BA219EC810 2009-09-04 [S] [expires: 2026-09-09]

+ '[' /home/debian/derivative-binary/temp_packages_tpo = '' ']'
+ pushd /home/debian/derivative-binary/temp_packages_tpo
~/derivative-binary/temp_packages_tpo /
+ 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 APT::Update::Error-Mode=any -o Acquire::Languages=none -o Acquire::IndexTargets::deb::Contents-deb::DefaultEnabled=false -o Apt::Install-Recommends=false -o Acquire::Retries=5 -o Dpkg::Options::=--force-confnew -o Acquire::BlockDotOnion=false -o Dir::Etc::sourcelist=/tmp/temporary-repository/newer.list -o Dir::Etc::sourceparts=- update
Ign:1 http://HTTPS///deb.torproject.org/torproject.org bookworm InRelease
Ign:1 http://HTTPS///deb.torproject.org/torproject.org bookworm InRelease
Ign:1 http://HTTPS///deb.torproject.org/torproject.org bookworm InRelease
Ign:1 http://HTTPS///deb.torproject.org/torproject.org bookworm InRelease
Ign:1 http://HTTPS///deb.torproject.org/torproject.org bookworm InRelease
Err:1 http://HTTPS///deb.torproject.org/torproject.org bookworm InRelease
  500  Remote or cache error [IP: 127.0.0.1 3142]
Reading package lists... Done
E: Failed to fetch http://HTTPS///deb.torproject.org/torproject.org/dists/bookworm/InRelease  500  Remote or cache error [IP: 127.0.0.1 3142]
E: Some index files failed to download. They have been ignored, or old ones used instead.
I: Copying back the cached apt archive contents
I: unmounting /home/debian/derivative-binary/temp_packages_tpo filesystem
I: unmounting dev/console filesystem
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: Cleaning COW directory
I: forking: rm -rf /var/cache/pbuilder/cow.cow_arm64/cow.619729
+ dist_build_download_script_exit_code=1
+ true
+ '[' -d /var/cache/pbuilder/base.cow_arm64 ']'
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP /home/debian/derivative-maker/help-steps/umount_kill.sh /var/cache/pbuilder/base.cow_arm64
+ sudo --non-interactive --preserve-env=APTGETOPT_SERIALIZED,tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD,HOMEVAR_VBOX_TEMP chown --recursive debian:debian /home/debian/derivative-binary/temp_packages_tpo
++ benchmarktimeend 1746826780
+++ date +%s
++ benchmarktimeend=1746826829
++ benchmark_took_seconds=49
+++ convertsecs 49
+++ local h m s
+++ (( h=49/3600 ))
+++ true
+++ (( m=(49%3600)/60 ))
+++ true
+++ (( s=49%60 ))
+++ printf '%02d:%02d:%02d\n' 0 0 49
++ echo 00:00:49
+ benchmark_took_time=00:00:49
+ true 'INFO: Done with function get_newer_packages_from_third_party_repositories (benchmark: 00:00:49) '
+ '[' '!' 1 = 0 ']'
+ return 1
++ exception_handler_general ERR
++ last_failed_exit_code=1
++ last_failed_bash_command='return "$dist_build_download_script_exit_code"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true 'INFO: Middle of function exception_handler_general of ././build-steps.d/2100_create-debian-packages.'
++ exception_handler_process_shared ERR
++ last_script=././build-steps.d/2100_create-debian-packages
++ trap_signal_type_previous=
++ '[' '' = '' ']'
++ trap_signal_type_previous=unset
++ trap_signal_type_last=ERR
++ dist_build_error_counter=1
+++ benchmarktimeend 1746826780
++++ date +%s
+++ benchmarktimeend=1746826829
+++ benchmark_took_seconds=49
++++ convertsecs 49
++++ local h m s
++++ (( h=49/3600 ))
++++ true
++++ (( m=(49%3600)/60 ))
++++ true
++++ (( s=49%60 ))
++++ printf '%02d:%02d:%02d\n' 0 0 49
+++ echo 00:00:49
++ benchmark_took_time=00:00:49
++ local first
++ read -r first _
++ process_backtrace_function
++ true 'INFO: BEGIN: process_backtrace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : process_backtrace_function'
++ function_trace_function
++ true 'INFO: BEGIN: function_trace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : function_trace_function'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
############################################################
ERROR detected in script!: ././build-steps.d/2100_create-debian-packages

#####
User Help Message 2/2:

Please READ this message carefully.

Copying/pasting/screenshotting this box alone will not be insightful, and no help can be provided with it alone as it may not contain sufficient information by itself.

In many instances, providing a longer segment above this box or the entire log may be necessary for an effective diagnosis.
#####

dist_build_version: 17.3.9.5
dist_build_error_counter: 1
benchmark: 00:00:49
last_failed_exit_code: 1
trap_signal_type_previous: unset
trap_signal_type_last    : ERR

process_backtrace_result:
1: : init
2: : xfce4-terminal 
3: : bash 
4: : /bin/bash /home/debian/derivative-maker/derivative-maker --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G 
5: : /bin/bash ././build-steps.d/2100_create-debian-packages --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G 

function_trace_result:
main (line number: 464)
build_run_function (line number: 59)
main (line number: 460)
build_run_function (line number: 59)
create-debian-packages (line number: 444)
build_run_function (line number: 59)
download_tpo_packages (line number: 54)
build_run_function (line number: 59)
exception_handler_general (line number: 59)
exception_handler_process_shared (line number: 59)

last_failed_bash_command: return "$dist_build_download_script_exit_code"
############################################################
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 0 = 0 ']'
++ true 'INFO: dist_build_auto_retry set to 0 (--retry-max). No auto retry.'
++ unset dist_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 'ERROR: An issue in ././build-steps.d/2100_create-debian-packages has been detected!

#####
User Help Message 1/2:

Please READ this message carefully.

Copying/pasting/screenshotting this error message alone will not be insightful, and no help can be provided with it alone as it does not contain comprehensive information by itself. Instead, please scroll up and review the block encapsulated within ### for more detailed information.

For support queries, it is essential to, at minimum, provide the portion of the log located above this message containing the actual error details. In many instances, providing a longer segment or the entire log may be necessary for an effective diagnosis.

Regrettably, assistance cannot be provided without the aforementioned details.

Options:

Choose either option A), B), C) or D).

 - A) Press c and press enter to bypass this error and continue with the build. (For Developers Only!) (Strongly discouraged for regular users as it may lead to unstable builds! Please refrain from reporting any issues encountered subsequently!)
 - B) Press r and enter to retry.
 - C) Press s and enter to initiate a chroot interactive shell. (For Developers Only!)
 - D) Press a and enter to abort.
#####'
++ read -p 'Answer? ' answer
Answer? 

Transient network error?

I’m not sure, I think my network connection’s good. I check it by searching the net and it works very well

deb.torproject.org

Issue can be on that side too.

so, what should I do?

Retry.

I’ve tried several times, nothing new there.

./help-steps/apt-cacher-ng-reset

there’s no result. I get this error everytime

_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LANG,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,APTGETOPT,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD cat /proc/mounts
++ grep /home/debian/derivative-binary/Whonix-Gateway-Xfce_image
+ proc_mounts_grep_result=
+ true
+ '[' '' = '' ']'
+ true 'INFO: Output of proc_mounts_grep_result is empty. No stray mounts, OK.'
+ return 0
+ mount-test --flavor whonix-gateway-xfce --target utm --arch arm64 --repo true --vmsize 15G
+ return 0
+ check-copy-vms-into-raw --flavor whonix-gateway-xfce --target utm --arch arm64 --repo true --vmsize 15G
+ '[' '' = true ']'
+ '[' whonix = kicksecure ']'
+ '[' '!' '' = true ']'
+ return 0
+ check_required_packages_installed --flavor whonix-gateway-xfce --target utm --arch arm64 --repo true --vmsize 15G
+ required_packages_list='git time curl apt-cacher-ng lsb-release fakeroot fasttrack-archive-keyring safe-rm'
+ local required_package_item
+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' git
1:2.39.5-0+deb12u2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' time
1.9-0.2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' curl
7.88.1-10+deb12u12+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' apt-cacher-ng
3.7.4-1+b2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' lsb-release
12.0-1+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' fakeroot
1.31-1.2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' fasttrack-archive-keyring
2020.12.19+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' safe-rm
1.1.0-5+ source /home/debian/derivative-maker/help-steps/git_sanity_test
++ [[ /home/debian/derivative-maker/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 --flavor whonix-gateway-xfce --target utm --arch arm64 --repo true --vmsize 15G
+ git_sanity_test_parse_cmd --flavor whonix-gateway-xfce --target utm --arch arm64 --repo true --vmsize 15G
+ true 'INFO: git_sanity_test_parse_cmd | args: --flavor' whonix-gateway-xfce --target utm --arch arm64 --repo true --vmsize 15G
+ :
+ case $1 in
+ break
+ git_sanity_test_check_for_untagged_commits
++ git describe --always --abbrev=0
+ git_tag_nearest=17.2.0.7-stable
++ git describe --always --abbrev=1000000000
+ git_tag_current=17.2.0.7-stable
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: git_tag_nearest: 17.2.0.7-stable '
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: git_tag_current: 17.2.0.7-stable '
+ '[' 17.2.0.7-stable == 17.2.0.7-stable ']'
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: Git reports tagged commit. '
+ git_sanity_test_check_for_uncommitted_changes
++ git status --porcelain
+ '[' -n ' M packages/kicksecure/live-config-dist
 M packages/kicksecure/mediawiki-shell
 M packages/kicksecure/msgcollector
 M packages/kicksecure/open-link-confirmation
 M packages/kicksecure/rads
 M packages/kicksecure/ram-wipe
 M packages/kicksecure/repository-dist
 M packages/kicksecure/ro-mode-init
 M packages/kicksecure/sandbox-app-launcher
 M packages/kicksecure/sdwdate
 M packages/kicksecure/sdwdate-gui
 M packages/kicksecure/security-misc
 M packages/kicksecure/serial-console-enable
 M packages/kicksecure/setup-dist
 M packages/kicksecure/setup-wizard-dist
 M packages/kicksecure/swap-file-creator
 M packages/kicksecure/systemcheck
 M packages/kicksecure/tb-default-browser
 M packages/kicksecure/tb-starter
 M packages/kicksecure/tb-updater
 M packages/kicksecure/timesanitycheck
 M packages/kicksecure/tirdad
 M packages/kicksecure/tor-control-panel
 M packages/kicksecure/tor-ctrl
 M packages/kicksecure/usability-misc
 M packages/kicksecure/vm-config-dist
 M packages/whonix/anon-apps-config
 M packages/whonix/anon-gw-anonymizer-config
 M packages/whonix/anon-gw-base-files
 M packages/whonix/anon-meta-packages
 M packages/whonix/anon-ws-base-files
 M packages/whonix/anon-ws-disable-stacked-tor
 M packages/whonix/corridor
 M packages/whonix/kloak
 M packages/whonix/onion-grater
 M packages/whonix/qubes-whonix
 M packages/whonix/uwt
 M packages/whonix/whonix-base-files
 M packages/whonix/whonix-firewall
 M packages/whonix/whonix-gw-network-conf
 M packages/whonix/whonix-welcome-page
 M packages/whonix/whonix-ws-network-conf
 M windows/Whonix-Installer
 M windows/Whonix-Starter' ']'
+ '[' '' = true ']'
+ true '---------------------------------------------------------------------'
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test ERROR: Git reports uncommitted changes! '
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: (And you are not using --allow-uncommitted true, which you also should not do for security reasons, unless you are a developer or advanced user and know what you are doing. Such as in case you added custom code.) '
+ git_sanity_test_hint
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: (As a developer or advanced user you might want to use:)
--allow-untagged true --allow-uncommitted true
'
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: Running "git status" for your convenience. '
+ git status
HEAD detached at 17.2.0.7-stable
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
  (commit or discard the untracked or modified content in submodules)
	modified:   packages/kicksecure/live-config-dist (new commits, modified content)
	modified:   packages/kicksecure/mediawiki-shell (new commits, modified content)
	modified:   packages/kicksecure/msgcollector (new commits, modified content)
	modified:   packages/kicksecure/open-link-confirmation (new commits, modified content)
	modified:   packages/kicksecure/rads (new commits, modified content)
	modified:   packages/kicksecure/ram-wipe (new commits, modified content)
	modified:   packages/kicksecure/repository-dist (new commits, modified content)
	modified:   packages/kicksecure/ro-mode-init (new commits, modified content)
	modified:   packages/kicksecure/sandbox-app-launcher (new commits, modified content)
	modified:   packages/kicksecure/sdwdate (new commits, modified content)
	modified:   packages/kicksecure/sdwdate-gui (new commits, modified content)
	modified:   packages/kicksecure/security-misc (new commits, modified content)
	modified:   packages/kicksecure/serial-console-enable (new commits, modified content)
	modified:   packages/kicksecure/setup-dist (new commits, modified content)
	modified:   packages/kicksecure/setup-wizard-dist (new commits, modified content)
	modified:   packages/kicksecure/swap-file-creator (new commits, modified content)
	modified:   packages/kicksecure/systemcheck (new commits, modified content)
	modified:   packages/kicksecure/tb-default-browser (new commits, modified content)
	modified:   packages/kicksecure/tb-starter (new commits, modified content)
	modified:   packages/kicksecure/tb-updater (new commits, modified content)
	modified:   packages/kicksecure/timesanitycheck (new commits, modified content)
	modified:   packages/kicksecure/tirdad (new commits, modified content)
	modified:   packages/kicksecure/tor-control-panel (new commits, modified content)
	modified:   packages/kicksecure/tor-ctrl (new commits, modified content)
	modified:   packages/kicksecure/usability-misc (new commits, modified content)
	modified:   packages/kicksecure/vm-config-dist (new commits, modified content)
	modified:   packages/whonix/anon-apps-config (new commits, modified content)
	modified:   packages/whonix/anon-gw-anonymizer-config (new commits, modified content)
	modified:   packages/whonix/anon-gw-base-files (new commits, modified content)
	modified:   packages/whonix/anon-meta-packages (new commits, modified content)
	modified:   packages/whonix/anon-ws-base-files (new commits, modified content)
	modified:   packages/whonix/anon-ws-disable-stacked-tor (new commits, modified content)
	modified:   packages/whonix/corridor (new commits, modified content)
	modified:   packages/whonix/kloak (new commits, modified content)
	modified:   packages/whonix/onion-grater (new commits, modified content)
	modified:   packages/whonix/qubes-whonix (new commits, modified content)
	modified:   packages/whonix/uwt (new commits, modified content)
	modified:   packages/whonix/whonix-base-files (new commits, modified content)
	modified:   packages/whonix/whonix-firewall (new commits, modified content)
	modified:   packages/whonix/whonix-gw-network-conf (new commits, modified content)
	modified:   packages/whonix/whonix-welcome-page (new commits, modified content)
	modified:   packages/whonix/whonix-ws-network-conf (new commits, modified content)
	modified:   windows/Whonix-Installer (new commits, modified content)
	modified:   windows/Whonix-Starter (new commits, modified content)

no changes added to commit (use "git add" and/or "git commit -a")
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: Running git "clean -d --force --force --dry-run" for your convenience. '
+ git clean -d --force --force --dry-run
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test You most likely like to run:
    /home/debian/derivative-maker/help-steps/cleanup-files
or if you know what you are doing:
    git clean -d --force --force
    git reset --hard
'
+ true '---------------------------------------------------------------------'
+ error 'Uncommitted changes! See above!'
+ output_cmd_set
+ '[' -o xtrace ']'
+ output_cmd=true
+ true '############################################################'
+ true 'ERROR:'
+ true '          $0: ././build-steps.d/1100_sanity-tests'
+ true '$BASH_SOURCE: pre'
+ true '      message: Uncommitted changes! See above!'
+ true '############################################################'
+ error_reason='message: Uncommitted changes! See above!
'
+ error_ 'See above! (There should be a bold, red message surrounded by blue hashtags (#).)'
pre: line 66: error_: command not found
++ exception_handler_general ERR
++ last_failed_exit_code=127
++ last_failed_bash_command='error_ "See above! (There should be a bold, red message surrounded by blue hashtags (#).)"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true 'INFO: Middle of function exception_handler_general of ././build-steps.d/1100_sanity-tests.'
++ exception_handler_process_shared ERR
++ last_script=././build-steps.d/1100_sanity-tests
++ trap_signal_type_previous=
++ '[' '' = '' ']'
++ trap_signal_type_previous=unset
++ trap_signal_type_last=ERR
++ dist_build_error_counter=1
+++ benchmarktimeend 1746970829
++++ date +%s
+++ benchmarktimeend=1746970829
+++ 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
++ local first
++ read -r first _
++ process_backtrace_function
++ true 'INFO: BEGIN: process_backtrace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : process_backtrace_function'
++ function_trace_function
++ true 'INFO: BEGIN: function_trace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : function_trace_function'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
############################################################
ERROR detected in script!: ././build-steps.d/1100_sanity-tests

#####
User Help Message 2/2:

Please READ this message carefully.

Copying/pasting/screenshotting this box alone will not be insightful, and no help can be provided with it alone as it may not contain sufficient information by itself.

In many instances, providing a longer segment above this box or the entire log may be necessary for an effective diagnosis.
#####

dist_build_version: 17.2.0.7
dist_build_error_counter: 1
benchmark: 00:00:00
last_failed_exit_code: 127
trap_signal_type_previous: unset
trap_signal_type_last    : ERR

process_backtrace_result:
1: : init
2: : /usr/sbin/lightdm 
3: : lightdm --session-child 15 26 
4: : xfce4-session 
5: : xfce4-terminal --geometry=80x24 --display :0.0 --role=xfce4-terminal-1664144452-3733913886 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/debian --sm-client-id 20c491c07-1b0d-4194-9bdc-d7cd54184f88 
6: : bash 
7: : /bin/bash /home/debian/derivative-maker/derivative-maker --flavor whonix-gateway-xfce --target utm --arch arm64 --repo true --vmsize 15G 
8: : /bin/bash ././build-steps.d/1100_sanity-tests --flavor whonix-gateway-xfce --target utm --arch arm64 --repo true --vmsize 15G 

function_trace_result:
main (line number: 372)
main (line number: 367)
git_sanity_test_main (line number: 144)
git_sanity_test_check_for_uncommitted_changes (line number: 135)
error (line number: 66)
exception_handler_general (line number: 66)
exception_handler_process_shared (line number: 66)

message: Uncommitted changes! See above!
last_failed_bash_command: error_ "See above! (There should be a bold, red message surrounded by blue hashtags (#).)"
############################################################
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 0 = 0 ']'
++ true 'INFO: dist_build_auto_retry set to 0 (--retry-max). No auto retry.'
++ unset dist_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 'ERROR: An issue in ././build-steps.d/1100_sanity-tests has been detected!

#####
User Help Message 1/2:

Please READ this message carefully.

Copying/pasting/screenshotting this error message alone will not be insightful, and no help can be provided with it alone as it does not contain comprehensive information by itself. Instead, please scroll up and review the block encapsulated within ### for more detailed information.

For support queries, it is essential to, at minimum, provide the portion of the log located above this message containing the actual error details. In many instances, providing a longer segment or the entire log may be necessary for an effective diagnosis.

Regrettably, assistance cannot be provided without the aforementioned details.

Options:

Choose either option A), B), C) or D).

 - A) Press c and press enter to bypass this error and continue with the build. (For Developers Only!) (Strongly discouraged for regular users as it may lead to unstable builds! Please refrain from reporting any issues encountered subsequently!)
 - B) Press r and enter to retry.
 - C) Press s and enter to initiate a chroot interactive shell. (For Developers Only!)
 - D) Press a and enter to abort.
#####'
++ 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
++ exception_handler_maybe_exit ERR
++ '[' '' = true ']'
++ '[' false = true ']'
++ abort_or_continue=Aborted
++ rm --force /run/package_manager_lock
++ '[' false = true ']'
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ trap - EXIT
++ true 'INFO: Now exiting from ././build-steps.d/1100_sanity-tests (because error was detected, see above) with exit code 1.'
++ exit 1
debian@debian:~/derivative-maker$ cd ~/derivative-maker
./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/debian/derivative-maker/build-steps.d
+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: dist_build_no_unset_xtrace=false - Therefore disable xtrace.'
++ set +x
No option chosen! Use '--help'.
debian@debian:~/derivative-maker$ cd ~/derivative-maker
git pull
Already up to date.
debian@debian:~/derivative-maker$ ~/derivative-maker/derivative-maker --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ set -e
+ true 'INFO: Currently running script: /home/debian/derivative-maker/derivative-maker --flavor' whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+++ dirname /home/debian/derivative-maker/derivative-maker
++ cd /home/debian/derivative-maker
++ pwd
+ MYDIR=/home/debian/derivative-maker
+ cd /home/debian/derivative-maker
+ source ./help-steps/pre
++ true './help-steps/pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true './help-steps/pre INFO: dist_build_no_unset_xtrace=false - Therefore disable xtrace.'
++ set +x
./build-steps.d/1100_sanity-tests
./build-steps.d/1200_prepare-build-machine
./build-steps.d/1300_cowbuilder-setup
./build-steps.d/1400_local-dependencies
./build-steps.d/1600_export-libvirt-xml
./build-steps.d/1700_create-vm-text
./build-steps.d/2100_create-debian-packages
./build-steps.d/3200_create-raw-image
./build-steps.d/3400_copy-vms-into-raw
./build-steps.d/3500_install-packages
./build-steps.d/4300_run-chroot-scripts-post-d
./build-steps.d/4400_convert-raw-to-qcow2
./build-steps.d/4400_zerofree-raw
./build-steps.d/4600_create-vbox-vm
./build-steps.d/4600_export-utm-packages
./build-steps.d/4700_convert-to-iso
./build-steps.d/5100_create-report
./build-steps.d/5200_prepare-release
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/1100_sanity-tests --flavor' whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+++ dirname ././build-steps.d/1100_sanity-tests
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/debian/derivative-maker/build-steps.d
+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: dist_build_no_unset_xtrace=false - Therefore disable xtrace.'
++ set +x
INFO: implicitly setting '--type vm' because using '--target utm'.
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ cd /home/debian/derivative-maker/help-steps
+ cd ..
+ main --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ check-git-folder --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ test -e /home/debian/derivative-maker/.git
+ check-operating-system-version --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ test -r /etc/os-release
+ local codename
++ cat /etc/os-release
+ codename='PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"'
++ echo 'PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"'
++ grep VERSION_CODENAME
+ codename=VERSION_CODENAME=bookworm
++ echo VERSION_CODENAME=bookworm
++ cut -d= -f2
+ codename=bookworm
+ '[' bookworm = bookworm ']'
+ true 'INFO: codename OK.'
+ return 0
+ check-sudo --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ local sudo_test_output
++ sudo --non-interactive --preserve-env=tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LANG,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,APTGETOPT,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD test -d /usr
+ sudo_test_output=
+ '[' '' = '' ']'
+ true 'INFO: sudo_test_output is empty as expected, ok.'
+ return 0
+ check-dpkg --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
++ sudo --non-interactive --preserve-env=tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LANG,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,APTGETOPT,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD dpkg --audit
+ dpkg_audit_output=
+ '[' '' = '' ']'
+ true 'INFO: dpkg_audit_output is empty as expected, ok.'
+ return 0
+ check-hostname --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ test -f /etc/hostname
+ test -r /etc/hostname
+ local build_system_hostname
++ cat /etc/hostname
+ build_system_hostname=debian
+ '[' debian = '' ']'
+ true 'INFO: /etc/hostname check ok.'
+ check-mailname --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ test -f /etc/mailname
+ check-source-folder-permissions --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ true 'INFO: PWD: /home/debian/derivative-maker '
++ stat -c %U ././build-steps.d/1100_sanity-tests
+ stat_output_owner=debian
++ stat -c %G ././build-steps.d/1100_sanity-tests
+ stat_output_group=debian
+ '[' debian = root ']'
+ '[' debian = root ']'
+ true
+ check-stray-loop-devices --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ true 'INFO: Checking for stray loop devices...'
+ local losetup_output
++ sudo --non-interactive --preserve-env=tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LANG,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,APTGETOPT,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD losetup --all
+ losetup_output=
+ '[' '' = '' ']'
+ true 'INFO: Output of losetup_output is empty. No stray loop devices, OK.'
+ return 0
+ check-stray-mounts --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ true 'INFO: Checking for mounts...'
+ local proc_mounts_grep_result
++ sudo --non-interactive --preserve-env=tbb_version,tb_onion,tpo_downloader_debug,tb_disable_anon_ws_dnf_conf,anon_shared_inst_tb,SKIP_SCRIPTS,SOURCE_DATE_EPOCH,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LANG,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,APTGETOPT,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD cat /proc/mounts
++ grep /home/debian/derivative-binary/Whonix-Gateway-Xfce_image
+ proc_mounts_grep_result=
+ true
+ '[' '' = '' ']'
+ true 'INFO: Output of proc_mounts_grep_result is empty. No stray mounts, OK.'
+ return 0
+ mount-test --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ return 0
+ check-copy-vms-into-raw --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ '[' '' = true ']'
+ '[' whonix = kicksecure ']'
+ '[' '!' '' = true ']'
+ return 0
+ check_required_packages_installed --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ required_packages_list='git time curl apt-cacher-ng lsb-release fakeroot fasttrack-archive-keyring safe-rm'
+ local required_package_item
+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' git
1:2.39.5-0+deb12u2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' time
1.9-0.2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' curl
7.88.1-10+deb12u12+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' apt-cacher-ng
3.7.4-1+b2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' lsb-release
12.0-1+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' fakeroot
1.31-1.2+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' fasttrack-archive-keyring
2020.12.19+ for required_package_item in $required_packages_list
+ dpkg-query --show '--showformat=${Version}' safe-rm
1.1.0-5+ source /home/debian/derivative-maker/help-steps/git_sanity_test
++ [[ /home/debian/derivative-maker/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 --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ git_sanity_test_parse_cmd --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ true 'INFO: git_sanity_test_parse_cmd | args: --flavor' whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G
+ :
+ case $1 in
+ break
+ git_sanity_test_check_for_untagged_commits
++ git describe --always --abbrev=0
+ git_tag_nearest=17.2.0.7-stable
++ git describe --always --abbrev=1000000000
+ git_tag_current=17.2.0.7-stable
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: git_tag_nearest: 17.2.0.7-stable '
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: git_tag_current: 17.2.0.7-stable '
+ '[' 17.2.0.7-stable == 17.2.0.7-stable ']'
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: Git reports tagged commit. '
+ git_sanity_test_check_for_uncommitted_changes
++ git status --porcelain
+ '[' -n ' M packages/kicksecure/live-config-dist
 M packages/kicksecure/mediawiki-shell
 M packages/kicksecure/msgcollector
 M packages/kicksecure/open-link-confirmation
 M packages/kicksecure/rads
 M packages/kicksecure/ram-wipe
 M packages/kicksecure/repository-dist
 M packages/kicksecure/ro-mode-init
 M packages/kicksecure/sandbox-app-launcher
 M packages/kicksecure/sdwdate
 M packages/kicksecure/sdwdate-gui
 M packages/kicksecure/security-misc
 M packages/kicksecure/serial-console-enable
 M packages/kicksecure/setup-dist
 M packages/kicksecure/setup-wizard-dist
 M packages/kicksecure/swap-file-creator
 M packages/kicksecure/systemcheck
 M packages/kicksecure/tb-default-browser
 M packages/kicksecure/tb-starter
 M packages/kicksecure/tb-updater
 M packages/kicksecure/timesanitycheck
 M packages/kicksecure/tirdad
 M packages/kicksecure/tor-control-panel
 M packages/kicksecure/tor-ctrl
 M packages/kicksecure/usability-misc
 M packages/kicksecure/vm-config-dist
 M packages/whonix/anon-apps-config
 M packages/whonix/anon-gw-anonymizer-config
 M packages/whonix/anon-gw-base-files
 M packages/whonix/anon-meta-packages
 M packages/whonix/anon-ws-base-files
 M packages/whonix/anon-ws-disable-stacked-tor
 M packages/whonix/corridor
 M packages/whonix/kloak
 M packages/whonix/onion-grater
 M packages/whonix/qubes-whonix
 M packages/whonix/uwt
 M packages/whonix/whonix-base-files
 M packages/whonix/whonix-firewall
 M packages/whonix/whonix-gw-network-conf
 M packages/whonix/whonix-welcome-page
 M packages/whonix/whonix-ws-network-conf
 M windows/Whonix-Installer
 M windows/Whonix-Starter' ']'
+ '[' '' = true ']'
+ true '---------------------------------------------------------------------'
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test ERROR: Git reports uncommitted changes! '
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: (And you are not using --allow-uncommitted true, which you also should not do for security reasons, unless you are a developer or advanced user and know what you are doing. Such as in case you added custom code.) '
+ git_sanity_test_hint
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: (As a developer or advanced user you might want to use:)
--allow-untagged true --allow-uncommitted true
'
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: Running "git status" for your convenience. '
+ git status
HEAD detached at 17.2.0.7-stable
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
  (commit or discard the untracked or modified content in submodules)
	modified:   packages/kicksecure/live-config-dist (new commits, modified content)
	modified:   packages/kicksecure/mediawiki-shell (new commits, modified content)
	modified:   packages/kicksecure/msgcollector (new commits, modified content)
	modified:   packages/kicksecure/open-link-confirmation (new commits, modified content)
	modified:   packages/kicksecure/rads (new commits, modified content)
	modified:   packages/kicksecure/ram-wipe (new commits, modified content)
	modified:   packages/kicksecure/repository-dist (new commits, modified content)
	modified:   packages/kicksecure/ro-mode-init (new commits, modified content)
	modified:   packages/kicksecure/sandbox-app-launcher (new commits, modified content)
	modified:   packages/kicksecure/sdwdate (new commits, modified content)
	modified:   packages/kicksecure/sdwdate-gui (new commits, modified content)
	modified:   packages/kicksecure/security-misc (new commits, modified content)
	modified:   packages/kicksecure/serial-console-enable (new commits, modified content)
	modified:   packages/kicksecure/setup-dist (new commits, modified content)
	modified:   packages/kicksecure/setup-wizard-dist (new commits, modified content)
	modified:   packages/kicksecure/swap-file-creator (new commits, modified content)
	modified:   packages/kicksecure/systemcheck (new commits, modified content)
	modified:   packages/kicksecure/tb-default-browser (new commits, modified content)
	modified:   packages/kicksecure/tb-starter (new commits, modified content)
	modified:   packages/kicksecure/tb-updater (new commits, modified content)
	modified:   packages/kicksecure/timesanitycheck (new commits, modified content)
	modified:   packages/kicksecure/tirdad (new commits, modified content)
	modified:   packages/kicksecure/tor-control-panel (new commits, modified content)
	modified:   packages/kicksecure/tor-ctrl (new commits, modified content)
	modified:   packages/kicksecure/usability-misc (new commits, modified content)
	modified:   packages/kicksecure/vm-config-dist (new commits, modified content)
	modified:   packages/whonix/anon-apps-config (new commits, modified content)
	modified:   packages/whonix/anon-gw-anonymizer-config (new commits, modified content)
	modified:   packages/whonix/anon-gw-base-files (new commits, modified content)
	modified:   packages/whonix/anon-meta-packages (new commits, modified content)
	modified:   packages/whonix/anon-ws-base-files (new commits, modified content)
	modified:   packages/whonix/anon-ws-disable-stacked-tor (new commits, modified content)
	modified:   packages/whonix/corridor (new commits, modified content)
	modified:   packages/whonix/kloak (new commits, modified content)
	modified:   packages/whonix/onion-grater (new commits, modified content)
	modified:   packages/whonix/qubes-whonix (new commits, modified content)
	modified:   packages/whonix/uwt (new commits, modified content)
	modified:   packages/whonix/whonix-base-files (new commits, modified content)
	modified:   packages/whonix/whonix-firewall (new commits, modified content)
	modified:   packages/whonix/whonix-gw-network-conf (new commits, modified content)
	modified:   packages/whonix/whonix-welcome-page (new commits, modified content)
	modified:   packages/whonix/whonix-ws-network-conf (new commits, modified content)
	modified:   windows/Whonix-Installer (new commits, modified content)
	modified:   windows/Whonix-Starter (new commits, modified content)

no changes added to commit (use "git add" and/or "git commit -a")
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test INFO: Running git "clean -d --force --force --dry-run" for your convenience. '
+ git clean -d --force --force --dry-run
+ true '/home/debian/derivative-maker/help-steps/git_sanity_test You most likely like to run:
    /home/debian/derivative-maker/help-steps/cleanup-files
or if you know what you are doing:
    git clean -d --force --force
    git reset --hard
'
+ true '---------------------------------------------------------------------'
+ error 'Uncommitted changes! See above!'
+ output_cmd_set
+ '[' -o xtrace ']'
+ output_cmd=true
+ true '############################################################'
+ true 'ERROR:'
+ true '          $0: ././build-steps.d/1100_sanity-tests'
+ true '$BASH_SOURCE: pre'
+ true '      message: Uncommitted changes! See above!'
+ true '############################################################'
+ error_reason='message: Uncommitted changes! See above!
'
+ error_ 'See above! (There should be a bold, red message surrounded by blue hashtags (#).)'
pre: line 66: error_: command not found
++ exception_handler_general ERR
++ last_failed_exit_code=127
++ last_failed_bash_command='error_ "See above! (There should be a bold, red message surrounded by blue hashtags (#).)"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true 'INFO: Middle of function exception_handler_general of ././build-steps.d/1100_sanity-tests.'
++ exception_handler_process_shared ERR
++ last_script=././build-steps.d/1100_sanity-tests
++ trap_signal_type_previous=
++ '[' '' = '' ']'
++ trap_signal_type_previous=unset
++ trap_signal_type_last=ERR
++ dist_build_error_counter=1
+++ benchmarktimeend 1746970989
++++ date +%s
+++ benchmarktimeend=1746970989
+++ 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
++ local first
++ read -r first _
++ process_backtrace_function
++ true 'INFO: BEGIN: process_backtrace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : process_backtrace_function'
++ function_trace_function
++ true 'INFO: BEGIN: function_trace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : function_trace_function'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
############################################################
ERROR detected in script!: ././build-steps.d/1100_sanity-tests

#####
User Help Message 2/2:

Please READ this message carefully.

Copying/pasting/screenshotting this box alone will not be insightful, and no help can be provided with it alone as it may not contain sufficient information by itself.

In many instances, providing a longer segment above this box or the entire log may be necessary for an effective diagnosis.
#####

dist_build_version: 17.2.0.7
dist_build_error_counter: 1
benchmark: 00:00:00
last_failed_exit_code: 127
trap_signal_type_previous: unset
trap_signal_type_last    : ERR

process_backtrace_result:
1: : init
2: : /usr/sbin/lightdm 
3: : lightdm --session-child 15 26 
4: : xfce4-session 
5: : xfce4-terminal --geometry=80x24 --display :0.0 --role=xfce4-terminal-1664144452-3733913886 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/debian --sm-client-id 20c491c07-1b0d-4194-9bdc-d7cd54184f88 
6: : bash 
7: : /bin/bash /home/debian/derivative-maker/derivative-maker --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G 
8: : /bin/bash ././build-steps.d/1100_sanity-tests --flavor whonix-gateway-xfce --target utm --arch arm64 --tb open --repo true --vmsize 15G 

function_trace_result:
main (line number: 372)
main (line number: 367)
git_sanity_test_main (line number: 144)
git_sanity_test_check_for_uncommitted_changes (line number: 135)
error (line number: 66)
exception_handler_general (line number: 66)
exception_handler_process_shared (line number: 66)

message: Uncommitted changes! See above!
last_failed_bash_command: error_ "See above! (There should be a bold, red message surrounded by blue hashtags (#).)"
############################################################
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 0 = 0 ']'
++ true 'INFO: dist_build_auto_retry set to 0 (--retry-max). No auto retry.'
++ unset dist_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 'ERROR: An issue in ././build-steps.d/1100_sanity-tests has been detected!

#####
User Help Message 1/2:

Please READ this message carefully.

Copying/pasting/screenshotting this error message alone will not be insightful, and no help can be provided with it alone as it does not contain comprehensive information by itself. Instead, please scroll up and review the block encapsulated within ### for more detailed information.

For support queries, it is essential to, at minimum, provide the portion of the log located above this message containing the actual error details. In many instances, providing a longer segment or the entire log may be necessary for an effective diagnosis.

Regrettably, assistance cannot be provided without the aforementioned details.

Options:

Choose either option A), B), C) or D).

 - A) Press c and press enter to bypass this error and continue with the build. (For Developers Only!) (Strongly discouraged for regular users as it may lead to unstable builds! Please refrain from reporting any issues encountered subsequently!)
 - B) Press r and enter to retry.
 - C) Press s and enter to initiate a chroot interactive shell. (For Developers Only!)
 - D) Press a and enter to abort.
#####'
++ read -p 'Answer? ' answer
Answer? 


I’ve tried to delete all systems and started to create the new one, but got this error again

Re-installation not required. Really not.

Short of knowing how to use git, the sledge hammer approach is to delete folder ~/derivative-maker and git clone again.

Should that still fail, please post the show the full log of of deletion and git clone.

1 Like

Won’t it be much easier to use rm in terminal?

after this command “~/derivative-maker/derivative-maker --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G”, I have the error. The installation of Whonix-gateway-xfce was succesful. Check the log please, what should I do?

,dist_aptgetopt_file,dist_build_sources_list_primary,dist_mmdebstrap_build_sources_list_primary,dist_build_sources_list_primary_contents,dist_build_apt_sources_mirror,dist_build_apt_stable_release,dist_build_target_arch,dist_grml_mount_point,dist_source_help_steps_folder,dist_build_multiarch_package_item,dist_build_unsafe_io,dist_build_version,derivative_maker,user_name,LD_PRELOAD,LANG,LC_ALL,TZ,DEBDEBUG,XZ_OPT,REPO_PROXY,APTGETOPT,apt_unattended_opts,DERIVATIVE_APT_REPOSITORY_OPTS,DEBOOTSTRAP,http_proxy,https_proxy,ALL_PROXY,DEBIAN_FRONTEND,DEBIAN_PRIORITY,DEBCONF_NOWARNINGS,APT_LISTCHANGES_FRONTEND,INITRD chown debian:debian /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce-17.2.0.7.arm64.raw
+ cp /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce-17.2.0.7.arm64.raw /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm/Data/Whonix-Workstation-Xfce.raw
+ cp /home/debian/derivative-maker/packages/kicksecure/libvirt-dist/usr/share/utm/Whonix-Workstation.plist.template /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm/config.plist
+ local utm_arch
+ local utm_target
+ '[' arm64 = arm64 ']'
+ utm_arch=aarch64
+ utm_target=virt
+ env LANG=C /home/debian/derivative-maker/packages/kicksecure/helper-scripts/usr/bin/str_replace _ARCH_ aarch64 /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm/config.plist
1 occurrences of '_ARCH_' have been replaced with 'aarch64'
+ env LANG=C /home/debian/derivative-maker/packages/kicksecure/helper-scripts/usr/bin/str_replace _TARGET_ virt /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm/config.plist
1 occurrences of '_TARGET_' have been replaced with 'virt'
+ tar --create --verbose --owner=0 --group=0 --numeric-owner --mode=go=rX,u+rw,a-s --sort=name --sparse '--mtime=2015-10-21 00:00Z' --gzip --file=/home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm.tar.gz /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm
tar: Option --mtime: Treating date '2015-10-21 00:00Z' as 2015-10-21 00:00:00
tar: Removing leading `/' from member names
/home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm/
/home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm/Data/
/home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm/Data/Whonix-Workstation-Xfce.raw
/home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce.utm/config.plist
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1746989923
+++ date +%s
++ benchmarktimeend=1746990017
++ benchmark_took_seconds=94
+++ convertsecs 94
+++ local h m s
+++ (( h=94/3600 ))
+++ true
+++ (( m=(94%3600)/60 ))
+++ (( s=94%60 ))
+++ printf '%02d:%02d:%02d\n' 0 1 34
++ echo 00:01:34
+ benchmark_took_time=00:01:34
+ output_cmd_set
+ '[' -o xtrace ']'
+ output_cmd=true
+ '[' 0 = 0 ']'
+ true 'INFO: Script ././build-steps.d/4600_export-utm-packages completed. Exit Code: 0. Errors Detected: 0. Execution Time: 00:01:34'
+ exit 0
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/4700_convert-to-iso --flavor' whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+++ dirname ././build-steps.d/4700_convert-to-iso
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/debian/derivative-maker/build-steps.d
+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: dist_build_no_unset_xtrace=false - Therefore disable xtrace.'
++ set +x
INFO: implicitly setting '--type vm' because using '--target utm'.
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ main --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ '[' '' = true ']'
+ true 'INFO: Skipping ././build-steps.d/4700_convert-to-iso, because dist_build_iso is not set to '\''true'\''.'
+ exit 0
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1746990017
+++ date +%s
++ benchmarktimeend=1746990017
++ 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 'INFO: Script ././build-steps.d/4700_convert-to-iso completed. Exit Code: 0. Errors Detected: 0. Execution Time: 00:00:00'
+ exit 0
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/5100_create-report --flavor' whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+++ dirname ././build-steps.d/5100_create-report
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/debian/derivative-maker/build-steps.d
+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: dist_build_no_unset_xtrace=false - Therefore disable xtrace.'
++ set +x
INFO: implicitly setting '--type vm' because using '--target utm'.
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ main --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ '[' '' = 1 ']'
+ '[' '!' '' = true ']'
+ true 'INFO: run without --report true, skipping, ok. '
+ exit 0
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1746990017
+++ date +%s
++ benchmarktimeend=1746990017
++ 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 'INFO: Script ././build-steps.d/5100_create-report completed. Exit Code: 0. Errors Detected: 0. Execution Time: 00:00:00'
+ exit 0
+ set -e
+ true 'INFO: Currently running script: ././build-steps.d/5200_prepare-release --flavor' whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+++ dirname ././build-steps.d/5200_prepare-release
++ cd ././build-steps.d
++ pwd
+ MYDIR=/home/debian/derivative-maker/build-steps.d
+ cd /home/debian/derivative-maker/build-steps.d
+ cd ..
+ cd help-steps
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: dist_build_no_unset_xtrace=false - Therefore disable xtrace.'
++ set +x
INFO: implicitly setting '--type vm' because using '--target utm'.
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ main --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ prepare-release --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ dm-prepare-release --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ set -e
+ true 'INFO: Currently running script: /usr/bin/dm-prepare-release --flavor' whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+++ dirname /usr/bin/dm-prepare-release
++ cd /usr/bin
++ pwd
+ MYDIR=/usr/bin
+ cd /usr/bin
+ source /home/debian/derivative-maker/help-steps/pre
++ true '/home/debian/derivative-maker/help-steps/pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true '/home/debian/derivative-maker/help-steps/pre INFO: dist_build_no_unset_xtrace=false - Therefore disable xtrace.'
++ set +x
/home/debian/derivative-maker/help-steps/variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true '/home/debian/derivative-maker/help-steps/variables INFO: End of script, ok.'
+ cd /home/debian/derivative-binary/17.2.0.7
+ main --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ sanity_tests --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ command -v mktorrent
+ command -v transmission-show
+ command -v signify-openbsd
+ test -f /home/debian/.signify/keyname.pub
+ test -f /home/debian/.signify/keyname.sec
+ test -f /home/debian/derivative-maker/packages/kicksecure/usability-misc/usr/share/usability-misc/dist-installer-cli-standalone
+ /home/debian/derivative-maker/help-steps/signing-key-test --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ set -e
+ true 'INFO: Currently running script: /home/debian/derivative-maker/help-steps/signing-key-test --flavor' whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+++ dirname /home/debian/derivative-maker/help-steps/signing-key-test
++ cd /home/debian/derivative-maker/help-steps
++ pwd
+ MYDIR=/home/debian/derivative-maker/help-steps
+ cd /home/debian/derivative-maker/help-steps
+ cd ..
+ cd help-steps
+ dist_build_internal_run=true
+ source pre
++ true 'pre INFO: begin'
++ test -o xtrace
++ xtrace_was_set=true
++ '[' '!' '' = true ']'
++ dist_build_no_unset_xtrace=false
++ true 'pre INFO: dist_build_no_unset_xtrace=false - Therefore disable xtrace.'
++ set +x
variables INFO: xtrace_was_set=true - Therefore re-enable xtrace. (set -x)
++ true 'variables INFO: End of script, ok.'
+ main --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G
+ true 'gpg_bin: gpg'
+ true 'dist_local_signing_key_folder: /home/debian/.gnupg'
+ true 'dist_build_reprepro_signing_options: --gnupghome /home/debian/.gnupg'
+ true 'make_use_debsign: true'
+ echo test
+ tee /home/debian/derivative-binary/test_sign_file
+ chown debian:debian /home/debian/derivative-binary/test_sign_file
+ gpg --keyid-format 0xlong --fingerprint --list-secret-keys derivative-distribution@local-signing.key
sec   ed25519/0x18FE0FC110F1C82B 2025-05-11 [SCA]
      Key fingerprint = F680 A034 636B 039D 22F0  FFE0 18FE 0FC1 10F1 C82B
uid                   [ultimate] derivative-distribution@local-signing.key
ssb   cv25519/0xB0000EA537590FBC 2025-05-11 [E]

+ gpg --with-colons --keyid-format 0xlong --fingerprint --list-secret-keys derivative-distribution@local-signing.key
sec:u:255:22:18FE0FC110F1C82B:1746974714:::u:::scaESCA:::+::ed25519:::0:
fpr:::::::::F680A034636B039D22F0FFE018FE0FC110F1C82B:
grp:::::::::45566B38E758A146188845FA777416A44E7FBDC8:
uid:u::::1746974714::C8EA9A31C0520C13ADE3AB400D4331F2FBCEF542::derivative-distribution@local-signing.key::::::::::0:
ssb:u:255:18:B0000EA537590FBC:1746974714::::::e:::+::cv25519::
fpr:::::::::92B4877CBF161D59DFD6E610B0000EA537590FBC:
grp:::::::::14BF28933405455C5D6419F8D6E3730B68D98C92:
+ gpg --with-colons --keyid-format 0xlong --fingerprint --list-secret-keys derivative-distribution@local-signing.key
+ awk -F: '$1 == "pub" {print $2}'
+ gpg --keyid-format 0xlong --detach-sign --armor --yes --output /home/debian/derivative-binary/test_sign_file.asc /home/debian/derivative-binary/test_sign_file
+ gpg --keyid-format 0xlong --verify /home/debian/derivative-binary/test_sign_file.asc /home/debian/derivative-binary/test_sign_file
gpg: Signature made Sun May 11 19:00:17 2025 UTC
gpg:                using EDDSA key F680A034636B039D22F0FFE018FE0FC110F1C82B
gpg: Good signature from "derivative-distribution@local-signing.key" [ultimate]
+ gpgv /home/debian/derivative-binary/test_sign_file.asc /home/debian/derivative-binary/test_sign_file
gpgv: Signature made Sun May 11 19:00:17 2025 UTC
gpgv:                using EDDSA key F680A034636B039D22F0FFE018FE0FC110F1C82B
gpgv: Good signature from "derivative-distribution@local-signing.key"
+ rm /home/debian/derivative-binary/test_sign_file
+ rm /home/debian/derivative-binary/test_sign_file.asc
+ test -d /home/debian/.signify
+ exithandler
+ local exit_code=0
+ '[' '!' 0 = 0 ']'
++ benchmarktimeend 1746990017
+++ date +%s
++ benchmarktimeend=1746990017
++ 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 'INFO: Script /home/debian/derivative-maker/help-steps/signing-key-test completed. Exit Code: 0. Errors Detected: 0. Execution Time: 00:00:00'
+ exit 0
+ '[' whonix = kicksecure ']'
+ cp /home/debian/derivative-maker/packages/whonix/whonix-base-files/usr/share/whonix/WHONIX_BINARY_LICENSE_AGREEMENT /home/debian/derivative-binary/17.2.0.7/WHONIX_BINARY_LICENSE_AGREEMENT
+ cp /home/debian/derivative-maker/packages/whonix/whonix-base-files/usr/share/whonix/WHONIX_DISCLAIMER /home/debian/derivative-binary/17.2.0.7/WHONIX_DISCLAIMER
+ '[' workstation = gateway ']'
+ vm_multiple=false
+ '[' workstation = workstation ']'
+ vm_multiple=true
+ vm_names_to_be_exported='Whonix-Gateway-Xfce Whonix-Workstation-Xfce'
+ '[' workstation = custom-workstation ']'
+ '[' whonix = kicksecure ']'
+ installer_dist
+ '[' '!' '' = true ']'
+ return 0
+ libvirt_compress
+ local continue_maybe
+ continue_maybe=no
+ '[' true = true ']'
+ continue_maybe=yes
+ '[' '' = true ']'
+ '[' '' = true ']'
+ '[' yes = no ']'
+ '[' '' = true ']'
+ '[' true = true ']'
++ basename /home/debian/derivative-binary/17.2.0.7/Whonix-Xfce-17.2.0.7.arm64.raw.libvirt.xz
+ rm --force Whonix-Xfce-17.2.0.7.arm64.raw.libvirt.xz
+ true 'INFO: Checking if all files to be added to libvirt_target_raw_xz_archive_file /home/debian/derivative-binary/17.2.0.7/Whonix-Xfce-17.2.0.7.arm64.raw.libvirt.xz exist...'
+ '[' '' = true ']'
+ true 'dist_build_type_short: whonix'
+ '[' whonix = kicksecure ']'
+ '[' whonix = whonix ']'
+ test -f /home/debian/derivative-binary/17.2.0.7/WHONIX_BINARY_LICENSE_AGREEMENT
+ test -f /home/debian/derivative-binary/17.2.0.7/WHONIX_DISCLAIMER
+ '[' '' = true ']'
+ true 'vm_multiple: true'
+ '[' '' = true ']'
+ '[' true = false ']'
+ true 'vm_multiple: yes'
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix-Gateway.xml
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation.xml
+ true 'libvirt_target_network_file_external: /home/debian/derivative-binary/17.2.0.7/Whonix_external_network.xml'
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix_external_network.xml
+ true 'libvirt_target_network_file_internal: /home/debian/derivative-binary/17.2.0.7/Whonix_internal_network.xml'
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix_internal_network.xml
+ '[' true = true ']'
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix-Gateway-Xfce-17.2.0.7.arm64.raw
++ exception_handler_general ERR
++ last_failed_exit_code=1
++ last_failed_bash_command='test -f "${dist_binary_build_folder}/Whonix-Gateway-${dist_build_desktop}-${dist_build_version}.${target_architecture_pretty_name}.raw"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true 'INFO: Middle of function exception_handler_general of /usr/bin/dm-prepare-release.'
++ exception_handler_process_shared ERR
++ last_script=/usr/bin/dm-prepare-release
++ trap_signal_type_previous=
++ '[' '' = '' ']'
++ trap_signal_type_previous=unset
++ trap_signal_type_last=ERR
++ dist_build_error_counter=1
+++ benchmarktimeend 1746990017
++++ date +%s
+++ benchmarktimeend=1746990018
+++ benchmark_took_seconds=1
++++ convertsecs 1
++++ local h m s
++++ (( h=1/3600 ))
++++ true
++++ (( m=(1%3600)/60 ))
++++ true
++++ (( s=1%60 ))
++++ printf '%02d:%02d:%02d\n' 0 0 1
+++ echo 00:00:01
++ benchmark_took_time=00:00:01
++ local first
++ read -r first _
++ process_backtrace_function
++ true 'INFO: BEGIN: process_backtrace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : process_backtrace_function'
++ function_trace_function
++ true 'INFO: BEGIN: function_trace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : function_trace_function'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
############################################################
ERROR detected in script!: /usr/bin/dm-prepare-release

#####
User Help Message 2/2:

Please READ this message carefully.

Copying/pasting/screenshotting this box alone will not be insightful, and no help can be provided with it alone as it may not contain sufficient information by itself.

In many instances, providing a longer segment above this box or the entire log may be necessary for an effective diagnosis.
#####

dist_build_version: 17.2.0.7
dist_build_error_counter: 1
benchmark: 00:00:01
last_failed_exit_code: 1
trap_signal_type_previous: unset
trap_signal_type_last    : ERR

process_backtrace_result:
1: : init
2: : /usr/sbin/lightdm 
3: : lightdm --session-child 15 26 
4: : xfce4-session 
5: : xfce4-terminal --geometry=80x24 --display :0.0 --role=xfce4-terminal-1664144452-3733913886 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/debian --sm-client-id 20c491c07-1b0d-4194-9bdc-d7cd54184f88 
6: : bash 
7: : /bin/bash /home/debian/derivative-maker/derivative-maker --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 
8: : /bin/bash ././build-steps.d/5200_prepare-release --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 
9: : /bin/bash /usr/bin/dm-prepare-release --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 

function_trace_result:
main (line number: 659)
main (line number: 652)
libvirt_compress (line number: 194)
exception_handler_general (line number: 194)
exception_handler_process_shared (line number: 194)

last_failed_bash_command: test -f "${dist_binary_build_folder}/Whonix-Gateway-${dist_build_desktop}-${dist_build_version}.${target_architecture_pretty_name}.raw"
############################################################
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 0 = 0 ']'
++ true 'INFO: dist_build_auto_retry set to 0 (--retry-max). No auto retry.'
++ unset dist_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 'ERROR: An issue in /usr/bin/dm-prepare-release has been detected!

#####
User Help Message 1/2:

Please READ this message carefully.

Copying/pasting/screenshotting this error message alone will not be insightful, and no help can be provided with it alone as it does not contain comprehensive information by itself. Instead, please scroll up and review the block encapsulated within ### for more detailed information.

For support queries, it is essential to, at minimum, provide the portion of the log located above this message containing the actual error details. In many instances, providing a longer segment or the entire log may be necessary for an effective diagnosis.

Regrettably, assistance cannot be provided without the aforementioned details.

Options:

Choose either option A), B), C) or D).

 - A) Press c and press enter to bypass this error and continue with the build. (For Developers Only!) (Strongly discouraged for regular users as it may lead to unstable builds! Please refrain from reporting any issues encountered subsequently!)
 - B) Press r and enter to retry.
 - C) Press s and enter to initiate a chroot interactive shell. (For Developers Only!)
 - D) Press a and enter to abort.
#####'
++ read -p 'Answer? ' answer
Answer? c
++ error_handler_do_retry=
++ interactive_chroot_shell=
++ '[' c = continue ']'
++ '[' c = c ']'
++ ignore_error=true
++ interactive_chroot_shell=false
++ break
++ exception_handler_maybe_exit ERR
++ '[' '' = true ']'
++ '[' true = true ']'
++ abort_or_continue=Continue
++ '[' true = true ']'
++ true 'INFO: dist_build_non_interactive: '
++ '[' '' = true ']'
++ true 'You 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. '
++ true 'INFO: End of function exception_handler_general of /usr/bin/dm-prepare-release.'
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce-17.2.0.7.arm64.raw
+ true 'INFO: Ok, all files to be added to /home/debian/derivative-binary/17.2.0.7/Whonix-Xfce-17.2.0.7.arm64.raw.libvirt.xz exist.'
+ '[' '' = true ']'
+ local filelist_full_path
+ '[' '' = true ']'
+ '[' whonix = kicksecure ']'
+ '[' whonix = whonix ']'
+ filelist_full_path+='/home/debian/derivative-binary/17.2.0.7/WHONIX_BINARY_LICENSE_AGREEMENT '
+ filelist_full_path+='/home/debian/derivative-binary/17.2.0.7/WHONIX_DISCLAIMER '
+ true 'vm_multiple: true'
+ '[' '' = true ']'
+ '[' true = false ']'
+ true 'vm_multiple: true'
+ filelist_full_path+='/home/debian/derivative-binary/17.2.0.7/Whonix-Gateway.xml '
+ filelist_full_path+='/home/debian/derivative-binary/17.2.0.7/Whonix-Workstation.xml '
+ filelist_full_path+='/home/debian/derivative-binary/17.2.0.7/Whonix_external_network.xml '
+ filelist_full_path+='/home/debian/derivative-binary/17.2.0.7/Whonix_internal_network.xml '
+ true 'dist_build_raw for raw image: true'
+ '[' true = true ']'
+ filelist_full_path+='/home/debian/derivative-binary/17.2.0.7/Whonix-Gateway-Xfce-17.2.0.7.arm64.raw '
+ filelist_full_path+='/home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce-17.2.0.7.arm64.raw '
+ true 'dist_build_qcow2 for qcow image: '
+ '[' '' = true ']'
+ true 'dist_build_source_archive: '
+ '[' '' = true ']'
+ true 'dist_build_raw: true'
+ '[' true = true ']'
+ xz_archive=/home/debian/derivative-binary/17.2.0.7/Whonix-Xfce-17.2.0.7.arm64.raw.libvirt.xz
+ true 'dist_build_qcow2: '
+ '[' '' = true ']'
+ true 'filelist_full_path: /home/debian/derivative-binary/17.2.0.7/WHONIX_BINARY_LICENSE_AGREEMENT /home/debian/derivative-binary/17.2.0.7/WHONIX_DISCLAIMER /home/debian/derivative-binary/17.2.0.7/Whonix-Gateway.xml /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation.xml /home/debian/derivative-binary/17.2.0.7/Whonix_external_network.xml /home/debian/derivative-binary/17.2.0.7/Whonix_internal_network.xml /home/debian/derivative-binary/17.2.0.7/Whonix-Gateway-Xfce-17.2.0.7.arm64.raw /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce-17.2.0.7.arm64.raw '
+ local test_operator
+ '[' '' = true ']'
+ test_operator=-f
+ local file_name_item_full_path
+ for file_name_item_full_path in ${filelist_full_path}
+ test -f /home/debian/derivative-binary/17.2.0.7/WHONIX_BINARY_LICENSE_AGREEMENT
++ basename /home/debian/derivative-binary/17.2.0.7/WHONIX_BINARY_LICENSE_AGREEMENT
+ filelist_base_name+=' WHONIX_BINARY_LICENSE_AGREEMENT'
+ for file_name_item_full_path in ${filelist_full_path}
+ test -f /home/debian/derivative-binary/17.2.0.7/WHONIX_DISCLAIMER
++ basename /home/debian/derivative-binary/17.2.0.7/WHONIX_DISCLAIMER
+ filelist_base_name+=' WHONIX_DISCLAIMER'
+ for file_name_item_full_path in ${filelist_full_path}
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix-Gateway.xml
++ basename /home/debian/derivative-binary/17.2.0.7/Whonix-Gateway.xml
+ filelist_base_name+=' Whonix-Gateway.xml'
+ for file_name_item_full_path in ${filelist_full_path}
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation.xml
++ basename /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation.xml
+ filelist_base_name+=' Whonix-Workstation.xml'
+ for file_name_item_full_path in ${filelist_full_path}
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix_external_network.xml
++ basename /home/debian/derivative-binary/17.2.0.7/Whonix_external_network.xml
+ filelist_base_name+=' Whonix_external_network.xml'
+ for file_name_item_full_path in ${filelist_full_path}
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix_internal_network.xml
++ basename /home/debian/derivative-binary/17.2.0.7/Whonix_internal_network.xml
+ filelist_base_name+=' Whonix_internal_network.xml'
+ for file_name_item_full_path in ${filelist_full_path}
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix-Gateway-Xfce-17.2.0.7.arm64.raw
++ exception_handler_general ERR
++ last_failed_exit_code=1
++ last_failed_bash_command='test "${test_operator}" "${file_name_item_full_path}"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true 'INFO: Middle of function exception_handler_general of /usr/bin/dm-prepare-release.'
++ exception_handler_process_shared ERR
++ last_script=/usr/bin/dm-prepare-release
++ trap_signal_type_previous=ERR
++ '[' ERR = '' ']'
++ trap_signal_type_last=ERR
++ dist_build_error_counter=2
+++ benchmarktimeend 1746990017
++++ date +%s
+++ benchmarktimeend=1746990044
+++ benchmark_took_seconds=27
++++ convertsecs 27
++++ local h m s
++++ (( h=27/3600 ))
++++ true
++++ (( m=(27%3600)/60 ))
++++ true
++++ (( s=27%60 ))
++++ printf '%02d:%02d:%02d\n' 0 0 27
+++ echo 00:00:27
++ benchmark_took_time=00:00:27
++ local first
++ read -r first _
++ process_backtrace_function
++ true 'INFO: BEGIN: process_backtrace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : process_backtrace_function'
++ function_trace_function
++ true 'INFO: BEGIN: function_trace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : function_trace_function'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
############################################################
ERROR detected in script!: /usr/bin/dm-prepare-release

#####
User Help Message 2/2:

Please READ this message carefully.

Copying/pasting/screenshotting this box alone will not be insightful, and no help can be provided with it alone as it may not contain sufficient information by itself.

In many instances, providing a longer segment above this box or the entire log may be necessary for an effective diagnosis.
#####

dist_build_version: 17.2.0.7
dist_build_error_counter: 2
benchmark: 00:00:27
last_failed_exit_code: 1
trap_signal_type_previous: ERR
trap_signal_type_last    : ERR

process_backtrace_result:
1: : init
2: : /usr/sbin/lightdm 
3: : lightdm --session-child 15 26 
4: : xfce4-session 
5: : xfce4-terminal --geometry=80x24 --display :0.0 --role=xfce4-terminal-1664144452-3733913886 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/debian --sm-client-id 20c491c07-1b0d-4194-9bdc-d7cd54184f88 
6: : bash 
7: : /bin/bash /home/debian/derivative-maker/derivative-maker --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 
8: : /bin/bash ././build-steps.d/5200_prepare-release --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 
9: : /bin/bash /usr/bin/dm-prepare-release --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 

function_trace_result:
main (line number: 659)
main (line number: 652)
libvirt_compress (line number: 290)
exception_handler_general (line number: 290)
exception_handler_process_shared (line number: 290)
exception_handler_process_shared (line number: 194)
exception_handler_general (line number: 194)
libvirt_compress (line number: 194)
main (line number: 652)
main (line number: 659)

last_failed_bash_command: test "${test_operator}" "${file_name_item_full_path}"
############################################################
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 0 = 0 ']'
++ true 'INFO: dist_build_auto_retry set to 0 (--retry-max). No auto retry.'
++ unset dist_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 'ERROR: An issue in /usr/bin/dm-prepare-release has been detected!

#####
User Help Message 1/2:

Please READ this message carefully.

Copying/pasting/screenshotting this error message alone will not be insightful, and no help can be provided with it alone as it does not contain comprehensive information by itself. Instead, please scroll up and review the block encapsulated within ### for more detailed information.

For support queries, it is essential to, at minimum, provide the portion of the log located above this message containing the actual error details. In many instances, providing a longer segment or the entire log may be necessary for an effective diagnosis.

Regrettably, assistance cannot be provided without the aforementioned details.

Options:

Choose either option A), B), C) or D).

 - A) Press c and press enter to bypass this error and continue with the build. (For Developers Only!) (Strongly discouraged for regular users as it may lead to unstable builds! Please refrain from reporting any issues encountered subsequently!)
 - B) Press r and enter to retry.
 - C) Press s and enter to initiate a chroot interactive shell. (For Developers Only!)
 - D) Press a and enter to abort.
#####'
++ read -p 'Answer? ' answer
Answer? c
++ error_handler_do_retry=
++ interactive_chroot_shell=
++ '[' c = continue ']'
++ '[' c = c ']'
++ ignore_error=true
++ interactive_chroot_shell=false
++ break
++ exception_handler_maybe_exit ERR
++ '[' '' = true ']'
++ '[' true = true ']'
++ abort_or_continue=Continue
++ '[' true = true ']'
++ true 'INFO: dist_build_non_interactive: '
++ '[' '' = true ']'
++ true 'You 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. '
++ true 'INFO: End of function exception_handler_general of /usr/bin/dm-prepare-release.'
++ basename /home/debian/derivative-binary/17.2.0.7/Whonix-Gateway-Xfce-17.2.0.7.arm64.raw
+ filelist_base_name+=' Whonix-Gateway-Xfce-17.2.0.7.arm64.raw'
+ for file_name_item_full_path in ${filelist_full_path}
+ test -f /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce-17.2.0.7.arm64.raw
++ basename /home/debian/derivative-binary/17.2.0.7/Whonix-Workstation-Xfce-17.2.0.7.arm64.raw
+ filelist_base_name+=' Whonix-Workstation-Xfce-17.2.0.7.arm64.raw'
+ local file_name_item_base_name
+ for file_name_item_base_name in ${filelist_base_name}
+ test -f WHONIX_BINARY_LICENSE_AGREEMENT
+ for file_name_item_base_name in ${filelist_base_name}
+ test -f WHONIX_DISCLAIMER
+ for file_name_item_base_name in ${filelist_base_name}
+ test -f Whonix-Gateway.xml
+ for file_name_item_base_name in ${filelist_base_name}
+ test -f Whonix-Workstation.xml
+ for file_name_item_base_name in ${filelist_base_name}
+ test -f Whonix_external_network.xml
+ for file_name_item_base_name in ${filelist_base_name}
+ test -f Whonix_internal_network.xml
+ for file_name_item_base_name in ${filelist_base_name}
+ test -f Whonix-Gateway-Xfce-17.2.0.7.arm64.raw
++ exception_handler_general ERR
++ last_failed_exit_code=1
++ last_failed_bash_command='test "${test_operator}" "${file_name_item_base_name}"'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true 'INFO: Middle of function exception_handler_general of /usr/bin/dm-prepare-release.'
++ exception_handler_process_shared ERR
++ last_script=/usr/bin/dm-prepare-release
++ trap_signal_type_previous=ERR
++ '[' ERR = '' ']'
++ trap_signal_type_last=ERR
++ dist_build_error_counter=3
+++ benchmarktimeend 1746990017
++++ date +%s
+++ benchmarktimeend=1746990046
+++ benchmark_took_seconds=29
++++ convertsecs 29
++++ local h m s
++++ (( h=29/3600 ))
++++ true
++++ (( m=(29%3600)/60 ))
++++ true
++++ (( s=29%60 ))
++++ printf '%02d:%02d:%02d\n' 0 0 29
+++ echo 00:00:29
++ benchmark_took_time=00:00:29
++ local first
++ read -r first _
++ process_backtrace_function
++ true 'INFO: BEGIN: process_backtrace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : process_backtrace_function'
++ function_trace_function
++ true 'INFO: BEGIN: function_trace_function'
++ '[' -o xtrace ']'
++ set +x
++ true 'INFO: END  : function_trace_function'
++ output_cmd_set
++ '[' -o xtrace ']'
++ output_cmd=true
++ true '
############################################################
ERROR detected in script!: /usr/bin/dm-prepare-release

#####
User Help Message 2/2:

Please READ this message carefully.

Copying/pasting/screenshotting this box alone will not be insightful, and no help can be provided with it alone as it may not contain sufficient information by itself.

In many instances, providing a longer segment above this box or the entire log may be necessary for an effective diagnosis.
#####

dist_build_version: 17.2.0.7
dist_build_error_counter: 3
benchmark: 00:00:29
last_failed_exit_code: 1
trap_signal_type_previous: ERR
trap_signal_type_last    : ERR

process_backtrace_result:
1: : init
2: : /usr/sbin/lightdm 
3: : lightdm --session-child 15 26 
4: : xfce4-session 
5: : xfce4-terminal --geometry=80x24 --display :0.0 --role=xfce4-terminal-1664144452-3733913886 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/debian --sm-client-id 20c491c07-1b0d-4194-9bdc-d7cd54184f88 
6: : bash 
7: : /bin/bash /home/debian/derivative-maker/derivative-maker --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 
8: : /bin/bash ././build-steps.d/5200_prepare-release --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 
9: : /bin/bash /usr/bin/dm-prepare-release --flavor whonix-workstation-xfce --target utm --arch arm64 --tb open --repo true --vmsize 25G 

function_trace_result:
main (line number: 659)
main (line number: 652)
libvirt_compress (line number: 296)
exception_handler_general (line number: 296)
exception_handler_process_shared (line number: 296)
main (line number: 659)
main (line number: 652)
libvirt_compress (line number: 194)
exception_handler_general (line number: 194)
exception_handler_process_shared (line number: 194)
exception_handler_process_shared (line number: 290)
exception_handler_general (line number: 290)
libvirt_compress (line number: 290)
main (line number: 652)
main (line number: 659)

last_failed_bash_command: test "${test_operator}" "${file_name_item_base_name}"
############################################################
'
++ unset error_reason
++ '[' ERR = INT ']'
++ '[' ERR = TERM ']'
++ '[' ERR = ERR ']'
++ '[' '!' 0 = 0 ']'
++ true 'INFO: dist_build_auto_retry set to 0 (--retry-max). No auto retry.'
++ unset dist_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 'ERROR: An issue in /usr/bin/dm-prepare-release has been detected!

#####
User Help Message 1/2:

Please READ this message carefully.

Copying/pasting/screenshotting this error message alone will not be insightful, and no help can be provided with it alone as it does not contain comprehensive information by itself. Instead, please scroll up and review the block encapsulated within ### for more detailed information.

For support queries, it is essential to, at minimum, provide the portion of the log located above this message containing the actual error details. In many instances, providing a longer segment or the entire log may be necessary for an effective diagnosis.

Regrettably, assistance cannot be provided without the aforementioned details.

Options:

Choose either option A), B), C) or D).

 - A) Press c and press enter to bypass this error and continue with the build. (For Developers Only!) (Strongly discouraged for regular users as it may lead to unstable builds! Please refrain from reporting any issues encountered subsequently!)
 - B) Press r and enter to retry.
 - C) Press s and enter to initiate a chroot interactive shell. (For Developers Only!)
 - D) Press a and enter to abort.
#####'
++ read -p 'Answer? ' answer
Answer? c
++ error_handler_do_retry=
++ interactive_chroot_shell=
++ '[' c = continue ']'
++ '[' c = c ']'
++ ignore_error=true
++ interactive_chroot_shell=false
++ break
++ exception_handler_maybe_exit ERR
++ '[' '' = true ']'
++ '[' true = true ']'
++ abort_or_continue=Continue
++ '[' true = true ']'
++ true 'INFO: dist_build_non_interactive: '
++ '[' '' = true ']'
++ true 'You 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. '
++ true 'INFO: End of function exception_handler_general of /usr/bin/dm-prepare-release.'
+ for file_name_item_base_name in ${filelist_base_name}
+ test -f Whonix-Workstation-Xfce-17.2.0.7.arm64.raw
++ basename /home/debian/derivative-binary/17.2.0.7/Whonix-Xfce-17.2.0.7.arm64.raw.libvirt.xz
+ tar --create --owner=0 --group=0 --numeric-owner --mode=go=rX,u+rw,a-s --sort=name --sparse '--mtime=2015-10-21 00:00Z' --xz --directory=/home/debian/derivative-binary/17.2.0.7 --file Whonix-Xfce-17.2.0.7.arm64.raw.libvirt.xz WHONIX_BINARY_LICENSE_AGREEMENT WHONIX_DISCLAIMER Whonix-Gateway.xml Whonix-Workstation.xml Whonix_external_network.xml Whonix_internal_network.xml Whonix-Gateway-Xfce-17.2.0.7.arm64.raw Whonix-Workstation-Xfce-17.2.0.7.arm64.raw
tar: Whonix-Gateway-Xfce-17.2.0.7.arm64.raw: Cannot stat: No such file or directory